@charset "utf-8";
/* CSS Document */

body {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
.pc a:hover img{
	opacity:1;
}
a:hover img{
	opacity:0.7;
}
#wrap{
	width:980px;
	margin:auto;
	background-color: #fff;
	padding-top:1px; 
	box-shadow: 0 0 5px 3px #333;	
}
p {
	margin: 0px;
	padding: 0px;
}
.wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	float:none;
}
.mobile{
	display:none;
}
/*slider*/
#slider {
  width: 100%;
  height: 500px;
  position:relative;
  overflow: hidden;
  min-width: 980px;
  background: center center no-repeat;
  background-size:cover;
  margin:auto; 
}
#slider .caroufredsel_wrapper {
  width: 100%;
  height: 500px;
}

#carousel li {
  float: left;
  height: 500px;
  overflow: hidden;
  position: relative;
  list-style: none;
  background-color:#f5f5f5;
}
#carousel li:not(.col2) img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
@media (max-width: 1440px) {
	#carousel li:not(.sp) img {
		width: auto;
		height: 100%;
	}
}
#carousel .sltxtarea {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}
#carousel .slsubtxt,#carousel .sltxt{
	position: absolute;
	font-size: 32px;
	text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
    color: #FFF;
    left: 0;
    right: 0;
    margin: auto;
}
#carousel .slsubtxt{
	font-size: 24px;
	top:100px;
	text-align: left;
	width: 980px;
}
#carousel .sltxt {
    top: 0;
    bottom: 0;
    height: 32px;
}
#carousel .contArea,#carousel .bgImg{
	width: 50%;
	float: left;
	box-sizing: border-box;
}
#carousel .bgImg img{
	width: auto;
	max-height: 500px;
	margin: auto;
}
#carousel li.col2 .contArea {
	height: 500px;
	padding: 100px 50px 0;
	position: relative;
}
#carousel li .inner{
	position: relative;;
	max-width: 980px;
	margin:auto;
}
#carousel .contArea h2 {
	font-weight: 100;
	font-size: 28px;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	position: relative;
}
#carousel .contArea p{
	margin-top: 30px;
	font-size: 14px;
	padding-right:30px;
	clear: right;
	position: relative;
}
#carousel .contArea p+p{
	margin-top: 1em;
}
#carousel .contArea p a{
	display: inline-block;;
	color: #fff;
	padding: 2px 5px;
	line-height: 12px;
	bottom: 2px;
	right: 80px;
	font-size: 12px;
	margin-top:5px;
	text-align:right;
}
#carousel .contArea p a img{
	width:60%;
	height:auto;
}
#carousel li.col2 .contArea .blueBtn {
	left: 0;
	bottom: 85px;
}
#index #prev, #index #next {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    background: center center no-repeat;
    z-index: 1;
    cursor: pointer;
}
#index #prev:hover, #index #next:hover {
  opacity:0.4;
  filter: alpha(opacity=40);/* ie 6 7 */
  -ms-filter: "alpha(opacity=40)";/* ie 8 */
  zoom:1;
}
#index #prev {
  left:0;/* スライドする画像の横半分の値 */
  background-image:url( ../images/arrow-left.png );
}
#index #next {
  background-image:url( ../images/arrow-right.png );
  right: 0;/* スライドする画像の横半分の値 */
}
#pager {
  text-align:center;
  padding:10px;
  position: absolute;;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
/*
#pager a {
  border: 2px solid #ccc;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    width: 6px;
    height: 6px;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  transition: 0.5s;
  margin:0 10px;
}
*/
/*#pager a:first-child{
	margin-left: 0;
}*/
#pager a:hover,#pager a.selected {
  background:#021f4d ;
  border-color: #021f4d ;
}
#pager a span {
  display: none;
}
@media screen and (max-width:640px){
	#slider {
		min-width: 100%;
		height: 350px;
		margin-top: 0;
	}
	#slider .caroufredsel_wrapper > div {
		height: 350px !important;
	}
	#slider #carousel li {
		height: 350px;
	}
	#pager {
	    padding-bottom: 5px;
	}
	#carousel li:not(.col2) img {
		max-width: none;
	}
	#carousel .slsubtxt{
		font-size: 18px;
		top:50px;
		left: 5%;
	}
	#carousel .sltxt{
		font-size: 24px;
	}
	#carousel .sltxt>span{
		display: block;
	}
	#carousel li.col2 .inner,#carousel li.col2 .inner > div {
		width: 100%;
		height: 100%;
		float: none;
	}
	#carousel li.col2 .contArea {
		padding: 200px 10px 0;
	}
	#carousel li.col2 .contArea h2 {
		font-size: 20px;
		margin-bottom: 0;
	}

	#carousel li.col2 .contArea h2 + p {
		display: none;
	}

	#carousel li.col2 .inner .bgImg {
		height: 180px;
		position: absolute;
		top: 0;
		overflow: hidden;
	}
	#carousel li.col2 .inner .bgImg img {
		position: absolute;
		width: 100%;
		height: auto;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%, -37%, 0);
		transform: translate3d(-50%, -37%, 0);
	}
	#pager a {
	width: 12px;
	height: 12px;
	-webkit-transition: none;
	transition: none;
	}
	#prev, #next{
		display: none!important;
	}
}
@media screen and (max-width:640px){
	.pc{
		display:none;
	}
	.mobile{
		display:block;
	}
}
#nav-toggle{
	display:none;
}

@media screen and (max-width:640px){
	#wrap{
		width:auto;
	}
	.wrap {
		width:auto;
		margin-left:20px;
	  margin-right:20px;
		/*margin-top:80px;*/
	}
	#nav-toggle{
		display:block;
		position: fixed;
		top:0;
		left:0;
		width:100%;
		height:70px;
		background-color:#fff;
		z-index:100;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 50px;
		height: 44px;
		background:#2E3C73;
		top:25px;
		left:10px;
		z-index:999999;
	}
	.menu-trigger span {
		position: absolute;
		left: 50%;
		margin-left: -40%;
		width: 80%;
		height: 4px;
		background-color: #fff;
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 5px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 20px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 5px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(15px) rotate(-315deg);
		transform: translateY(15px) rotate(-315deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-15px) rotate(315deg);
		transform: translateY(-15px) rotate(315deg);
	}
	h1.mobile{
		position: fixed;
		z-index: 150;
		left: 20%;
		top: 15px;
	}
	h1.mobile img{
		width:40%;
		height:auto;
	}
	header .wrap{
		margin-top:80px;
	}
	h1#page_title{
		font-size: 10px;
		left:0;
		top:0px;
		padding-top:2px;
		width:100%;
		text-align: center;
	}
}
a {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #CCCCCC;
}
#contents a{
	color:#000;
	text-decoration:none;
}
#contents a:hover{
	text-decoration:underline;
}
img{
	border:none;
}
@media screen and (max-width:640px){
	img{
		max-width:100%;
		height:auto;
	}
	.pc{
		display:none;
	}
}
nav {
	clear: both;
	background-color: #092555;
	width: 100%;
}
#ez-toc-container nav{
	background-color: transparent;
}
#ez-toc-container ul li{
	text-indent: 0;
}
#ez-toc-container ul {
	margin-left: 0 !important;
	text-indent: 0 !important;
}	
.menu-gnavi-container{
	width:1005px;
	margin:auto;
}
nav ul.menu{
  margin: 0px auto;
  text-align: center;
	font-size: 16px;
}
nav a{
	color:#fff;
}
@media screen and (max-width:640px){
	nav ul.menu{
		width:auto;
	}
	nav{
		display:none;
		position:fixed;
		top:70px;
		z-index: 100;
	}
}
nav ul.menu li:first-of-type {
  border-left: 1px solid #CCC;
}
nav ul.menu li {
	display: inline-block;
	position: relative;
	padding:10px 40px;
	text-align: center;
	border-right: 1px solid #CCC;
	list-style: none;
	z-index:100;
}
@media screen and (max-width:640px){
  nav ul.menu li {
		display:block;
		text-align: left;
		padding-top:50px;
		padding-bottom:50px;
	}
  nav ul.menu li br{
		display: none;
	}
  nav ul.menu li:first-of-type {
    border-left: none;
  }
	nav ul.menu li:last-child {
		display:block;
	}
}
nav ul.menu li.line{
	line-height: 36px;
}
nav ul.menu li.none {
	border-style: none;
}

nav ul.menu li a {
	font-weight: bold;
	display: block;
}

nav ul.menu li ul.sub-menu {
  position: absolute;
  padding-left: 0px;
  width: 280px;
  left: -5px;
  top:56px;
  display:none;
}
@media screen and (max-width:640px){
	nav ul.menu li ul.sub-menu {
		position: static;
		padding-left: 0px;
		width: 100%;
		left: 0px;
		display:block;
	}
}
nav ul.menu li ul.sub-menu li {
	color: #003;
	margin: 0px;
	padding: 0px;
	float: none;
	background: #999;
	border-bottom: 1px solid #333;
	border-right-style: none;
  display: block;
}
@media screen and (max-width:640px){
	nav ul.menu li ul.sub-menu li {
		padding-left: 2em;
		background: #092555;
	}
	.mobile-menu{
		margin-top:10px;
	}
	.mobile-menu li{
		list-style:none;
		background-color:#2e394f;
		line-height:40px;
		border-bottom:solid 10px #fff;
	}
	.mobile-menu li a{
		color:#fff !important;
		display:block;
		width:100%;
		height:100%;
		padding-left:10px;
		box-sizing: border-box;
		font-size:16px;
	}
	.mobile-menu li span{
		color:#fff;
		float:right;
		font-size:30px;
		margin-right:10px;
	}
}
nav ul.menu li ul.sub-menu li a {
	line-height: 36px;
}
nav ul.menu:after {
	display: block;
	clear: both;
	height: 0px;
	content:".";
	visiblity:hidden;
	color:transparent;
}
#info{
	float:right;
	width:700px;
}
.book_title{
	font-size: 16px;
}
@media screen and (max-width:640px){
	#info{
		float:none;
		width:auto;
	}
	p.kind{
		text-align: center;
	}
}
#side {
	float: left;
	width: 260px;
	margin-top:10px;
	margin-left:10px;
	/* border-top: 1px dotted #999; */
}
#side.reverse {
	float: right;
}
@media screen and (max-width:640px){
	#side.reverse {
		float: none;
	}
}
#side .sub{
	border-top: 1px dotted #999;
}
#contact #side .sub,#sitemap #side .sub{
	border-top: none;
}
#side .sub a  {
	padding: 15px 10px;
	border-bottom: 1px dotted #999;
	display: block;
	
}
#side .sub a:hover {
	background: #F7F8F8;
	color: #333;
}
#side .sub a.curt {
	background: #E7E9E9;
	font-weight: bold;
}
#side .sub p {
	text-align: center;
	margin-top: 40px;
}
#side .sub p.none {
	margin-top: 0px;
}
#side .sub+p{
	margin-top:20px;
	text-align: center;
}
#side.none {
	border-style: none;
}
#index #side li.widget,
#mail_magazine #side li.widget,
#voice #side li.widget,
#evacuation #side li.widget,
#up #side li.widget,
#partner #side li.widget,
#price #side li.widget,
#training #side li.widget,
#consultation #side li.widget,
#policy #side li.widget,
#conmenu #side li.widget,
#books #side li.widget
{
	margin-bottom:10px;
}
#index #side li.widget:nth-of-type(2),
#mail_magazine #side li.widget:nth-of-type(2),
#voice #side li.widget:nth-of-type(2),
#evacuation #side li.widget:nth-of-type(2),
#up #side li.widget:nth-of-type(2),
#partner #side li.widget:nth-of-type(2),
#price #side li.widget:nth-of-type(2),
#training #side li.widget:nth-of-type(2),
#consultation #side li.widget:nth-of-type(2),
#policy #side li.widget:nth-of-type(2),
#conmenu #side li.widget:nth-of-type(2),
#books #side li.widget:nth-of-type(2)
{
	margin-bottom:10px;
	border: 1px solid #eee;
}

#side li img{
	vertical-align: bottom;
}
#side .voice img{
	width:100%;
	height:auto;
}
div#side ul{
	padding:0;
	margin:0;
	width:auto;
}
#side .textwidget{
	padding:10px;
}
#side label{
	margin-top: 10px;
	display: inline-block;
}
#side ul ul li{
	border:#ddd 1px solid;
	border-top:none;
	padding-left:10px;
	overflow: hidden;
}
#side .sub ul ul li a{
	border-bottom:none;
}
sup{
	vertical-align: top;
}
@media screen and (max-width:640px){
	#side {
		float:none;
		width:auto;
		margin-left: 0;
	}
	#side img{
		width:100%;
	}
	#consultation .box{
		margin-top:30px;
		text-align: center;
		border:2px solid #febd21;
		font-weight: bold;
		font-size: 113%;
	}
}
#visual{
	height:427px;
	background-image: url(../images/top.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	padding-top:30px;
	box-sizing: border-box;
}
@media screen and (max-width:640px){
	#visual{
		height: 230px;
		background-size: cover;
		margin-top:60px;
	}
}

#main{
	margin:30px 0 30px;
	font-size:14px;
}
.main{
	max-width: 980px;
	margin: 0 auto;
	font-size: 16px;
	@media (max-width: 640px) {
		margin: 0 20px;
	}
	section{
		margin-bottom: 4rem;
	}
	p{
		margin-bottom: 1rem;
	}
}
.profile{
	display: flex;
	gap: 2rem;
	margin-top: 3rem;
	@media (max-width: 640px) {
		flex-direction: column;
	}
	img{
		@media (max-width: 640px) {
			width: 50%;
			height: auto;
			display: block;
			margin: auto;
		}
	}

}

.history{
	list-style: none;
}
.company{
	border-collapse: collapse;
	th,td{
		border: 1px solid #ccc;
		padding: 1rem
	}
}
#books{
	border: 1px solid #ccc;
	padding: 10px;
}
.book{
	float:left;
	margin-right:30px;
	margin-bottom:20px;
}
@media screen and (max-width:640px){
	.book{
		float:none;
		margin-right:0;
		text-align: center;
	}
}
@media screen and (max-width:640px){
	.book_title{
		float: none;
		width: auto;
	}
}
.book_title .level1{
	font-weight:bold;
	font-size:24px;
}
.book_title .level2{
	font-weight:bold;
	font-size:30px;
}
.intro{
	font-size:18px;
	line-height: 2em;
}
.ino_menu{
	margin:20px 0;
	padding:0;
	list-style: none;
	text-align: center;
}
.ino_menu li{
	display: inline-block;
}
.midashi{
	margin-bottom: 80px;
	text-align: center;
	background-color: #febd21;
}
.midashi img{
	vertical-align: bottom;
}

.banner_book{
	margin:20px 0;
	padding:0;
	list-style: none;
	text-align: center;
}
.banner_book li{
	display: inline-block;
	margin: 0 4px;
}
.publisher_link{
	text-align: right;
}
.publisher_link a{
	color: #00f;
	font-size:16px;
}

.main h2{
	margin:1em 0;
	border-bottom: solid 1px #333366;
	color: #333366;
	clear:both;
}
.main h3{
	margin:1em 0.5em 0.3em;
	font-size:1.3em;
}
.main h4{
}
.main p a{
	text-decoration: underline !important;
}
.skyblue{
	background-color: rgba(34, 238, 240, 0.58);
	padding: 5px 10px;
	border-radius: 5px;
}
.orange{
	color: #ff7c3c;
}
#contents {
	float: right;
	width: 680px;
	margin: 10px;
	padding-bottom:20px;
	background-image: url(../images/line01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contents.reverse {
	float: left;
}
#contents p{
	margin:1em 0;
}
@media screen and (max-width:640px){
	#contents {
		float:none;
		width:auto;
	}
	#contents.reverse {
		float:none;
		margin-left:0;
		margin-right: 0;
	}
}
#contents > h1 {
	margin: 0px 0px 10px;
	font-size: 150%;
	color: #333;
	padding: 5px 5px 5px 5px;
	background-image: url(../images/line01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contents div.left{
	float: left;
	padding-top:20px;
}
#contents div.left p{
	text-align: center;
	font-weight: bold;
}
#contents div.right{
	float: right;
}

#contents p.right {
	text-align: right;
}
#contents table {
	border: 1px solid #ccc;
	width: 620px;
	margin-left: auto;
	border-collapse: collapse;
	margin-right: auto;
}
@media screen and (max-width:640px){
	#contents table {
		width: 100%;
	}
}
#contents table th {
	background: #F7F8F8;
	padding: 10px;
	border: 1px solid #CCC;
	width:10em;
}
@media screen and (max-width:640px){
	#contents table th {
		width:5em;
		text-align:left;

	}
}
#contents table.contact th {
	text-align:left;
}
#contents table td {
	padding: 10px 10px 10px 30px;
	border: 1px solid #ccc;
}
@media screen and (max-width:640px){
	#contents table td {
		padding: 10px 10px 10px 10px;
	}
}
#contents table.contact td {
	padding: 5px;
}
#contents table.contact td input{
	padding: 3px;
	width: 90%;
	border: 1px solid #eee;
}
#contents table.contact textarea{
	padding: 3px;
	width: 90%;
	resize:none;
	height:100px;
	border: 1px solid #eee;
}
#contents table td .mobile{
	display:none;
}
@media screen and (max-width:640px){
	#contents table td .mobile{
		display:inline;
	}
}
#contents table td a{
	color:#E26A00;
	text-decoration: underline;
}

#contents span.req{
	color:#F00;
}
#contents p.submit{
	margin-top:1em;
}
#contents p.right{
	text-align:right;
}
#contact .submit input{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px 20px;
	font-size:18px;
	background:linear-gradient(#fff,#eee,#eaeaea);
}
.wpcf7c-conf {
	background-color: #EEE !important;
}
p.right{
	text-align:right;
	margin-right:20px;
	clear:both;
	font-size:10px;
}
p.center{
	text-align:center;
}
#training dt{
  font-weight: bold;
}
#training dd{
  text-indent:2em;
  margin-bottom:1em;
}
#training .wrap ul{
 list-style-position: inside;
}

@media screen and (max-width:640px){
	p.right{
		margin-bottom:20px;
	}
}
#contents p.center{
	text-align:center;
}
#contents ul.profile{
	margin-left:2em;
}

#contents p.right img{
	border:solid 1px #ccc;
}
#contents dl.about{
	margin:0 30px;
}
#contents dl.about dt{
	margin-top:1em;
}
#contents dl.about ul{
	margin-top:0.5em;
}
#contents ol.mission{
	margin-left:42px;
	margin-right:30px;
	margin-top:5px;
}
#contents p.m0{
	margin-bottom:0;
}
#contents ul.sitemap{
	line-height:3;
	list-style-position: inside;
}
#contents ul.sitemap ul{
	margin-left:1em;
}


footer {
	clear: both;
	padding-top: 50px;
}
@media screen and (max-width:640px){
	footer {
		margin-bottom:70px;
	}
}
/*フッター追加*/
footer h5{
	display:block;
	font-size:16px;
	width:auto;
	float:left;	
	margin-left:10px;
	margin-right:20px;
}
@media screen and (max-width:640px){
	footer h5{
		float:none;
		text-align:left;
		margin-left:30px;
	}
	
}
footer h5 span{
	font-size:24px;
	vertical-align:middle;
	color:#fff;
}
footer div{
	float:left;
	width:810px;
}
@media screen and (max-width:640px){
	footer div{
		float:none;
		width:auto;
	}
}
footer div p{
	text-align:left;
	font-size:16px;
	margin-top:4px;
}
@media screen and (max-width:640px){
footer div p{
	text-align:left;
	margin-bottom:15px;
	margin-left:40px;
}
}
footer ul{
	overflow: hidden;
	margin:20px auto;
	text-align: left;
	clear:left;
	box-sizing:border-box;
}
footer ul .address{
	background:url(../images/f_logo_ad.png) no-repeat left ;
	width:330px;
}
footer ul .tel{
	background:url(../images/f_logo_tel.png) no-repeat left;
}
footer ul .toiawase{
	background:url(../images/f_logo_mail.png) no-repeat left;
}
footer .toiawase,footer .tel{
	padding-top:9px;
}
footer ul .tel a{
	text-decoration:none;
	color:#000;
}
footer hr{
	clear:left;
	background-color:#fff;
}
/*footer .f_content{
	padding-left:40px;
}*/
footer .f_content li{
	width:280px;
	height:100px;
	padding:0;
	margin-left:35px;
	margin-top:20px;
}
@media screen and (max-width:640px){
footer .f_content li{
	margin:10px auto;
}
}
footer .f_content a{
	text-align:center;
	background-color:#fff;
	height:100px;
	display:inline-block;
}
footer .copyright{
	padding-top:1em;
	text-align: center;
	font-size:12px;
}
@media screen and (max-width:640px){
	footer ul{
		width:auto;
		text-align:center;
	    margin:auto;
		margin-top:20px;
	}
}

footer ul li{
	float:left;
	padding-left: 20px;
    /*border-right: 1px solid #CCC;*/
	list-style: none;
	box-sizing:border-box;
	vertical-align:middle;
}
	
@media screen and (max-width:640px){
	footer ul li {
		float:none;
		margin-bottom:10px;
		text-align:center;
		margin-left:auto;
	}
}
footer ul li.none {
	border-style: none;
}
footer ul li a:hover {

}
footer section {
	background: #CCC;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .f_navi {
	background: #b3bdc5;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media screen and (max-width:640px){
	footer .f_navi {
		padding:10px;
		text-align: left;
		box-sizing: border-box;
	}
	footer .f_navi .logo{
		font-size:1.2em;
		font-weight: bold;
	}
	footer .f_navi li{
		margin-left:40px;
		float:none;
		text-align: left;
		display: block;
	}
	footer .f_menu{
		margin:20px 0;
	}
	footer .f_menu ul{
		margin-top:10px;
		text-align: left;
	}
	footer .f_menu ul li{
		display: inline-block;
		margin-left:1.5em;
		padding-left:20px;
		background-image: url(../images/link.png);
		background-repeat: no-repeat;
		background-position: left center;
    	background-size: 16px auto;
	}
	.reflection-img{
    position    :relative;
    overflow    :hidden;
	}

	.reflection {
	    height      :100%;
	    width       :30px;
	    position    :absolute;
	    top         :-180px;
	    left        :0;
	    background-color: #fff;
	    opacity     :0;
	    transform: rotate(45deg);
	    animation: reflection 2s ease-in-out infinite;
	    -webkit-transform: rotate(45deg);
	    -webkit-animation: reflection 2s ease-in-out infinite;
	    -moz-transform: rotate(45deg);
	    -moz-animation: reflection 2s ease-in-out infinite;
	    -ms-transform: rotate(45deg);
	    -ms-animation: reflection 2s ease-in-out infinite;
	    -o-transform: rotate(45deg);
	    -o-animation: reflection 2s ease-in-out infinite;
	}

	@keyframes reflection {
	    0% { transform: scale(0) rotate(45deg); opacity: 0; }
	    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	    81% { transform: scale(4) rotate(45deg); opacity: 1; }
	    100% { transform: scale(50) rotate(45deg); opacity: 0; }
	}
	@-webkit-keyframes reflection {
	    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
	}
	@-moz-keyframes reflection {
	    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
	    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
	    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
	    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
	}
	@-ms-keyframes reflection {
	    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
	    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
	    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
	    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
	}
	@-o-keyframes reflection {
	    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
	    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
	    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
	    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
	}
}
/*blog*/
#contents .postbox{
	border:solid 1px #aaaaaa;
	margin-bottom:20px;
	overflow:hidden;
	margin-right:10px;
	padding:0 10px;
}
#contents .main{
	margin:0 10px;
}
@media screen and (max-width:640px){
	#contents .main{
		margin:0 0;
	}
}
#contents .main ol{
	list-style-position: inside;
}
#contents .postbox p{
	clear: none;
}

#contents .postbox p.more{
	text-align:right;
}
#contents .postbox p.more a{
	border:solid 1px #aaaaaa;
	color:#ffffff;
	background:#333366;
	padding:3px;
}
#contents .postbox p.postcat{
	text-align:right;
	margin:-45px 0px 10px 0;
}
@media screen and (max-width:640px){
	#contents .postbox p.postcat{
		margin:0px 0px 10px 0;
	}
}
#contents .postbox p.postcat a{
	font-size:smaller;
	background:#96C93D;
	border-radius:2px;
	color:#ffffff;
	padding:3px 5px;	
}
#contents .postbox h3{
	margin-bottom:20px;
	margin-top:20px;
}
@media screen and (max-width:640px){
	#contents .postbox h3{
		margin-bottom:5px;
	}
}
#contents p.pagenum{
	text-align:center;
}
#contents p.pagenum a{
	background:#333366;
}
#contents p.pagenum span{
	background:#5B68F0;
}
#contents p.pagenum a,#contents p.pagenum span{
	padding:3px 6px;
	color:#ffffff;
}
#contents .postbox p.thumb{
	float:left;
	margin:0 10px 10px 0px;
}
#contents .postbox p.thumb img{
	border:1px solid #dddddd;
}
.wp_social_bookmarking_light div{
	float:left;
	margin-right:10px;
}
#contents .post h1{
	font-size: 134%;
	border-left: solid 5px #333366;
	border-top: solid 1px #333366;
	border-bottom: solid 1px #333366;
	border-right: solid 1px #333366;
	padding-left: 5px;
	margin: 1em 0;
	line-height: 2.5em;
}
#contents .post h2{
	font-size:116%;
	border-bottom:solid 1px #333366;
	padding:5px;
	margin:1.5em 0 1em;
	background-color:#ffffff;
	color:#333366;
	clear:both;
}
#contents .post h3{
	margin:2em 0 1em 1em;
}
#contents p.all{
	margin:1em 0;
}
#contents .post ol,#contents .post ul{
	list-style-position: inside;
	margin-left: 3.3em;
	text-indent: -1.3em;
}
#contents .post > p{
	margin-left:1em;
}
#contents .all a{
	background-color:#ffc708;
	padding:5px;
	margin-left:0;
}
.postinfo{
	text-align:right;
}
.pagenation{
	overflow:hidden;
}
.oldpage{
	float:left;
}
.newpage{
	float:right;
}
.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
@media screen and (max-width:640px){
	.alignright{
		float:none;
		margin-left:0;
		margin-bottom:10px;
		width:100%;
		height:auto; 
	}
}
.post ul{
	list-style-position: inside;
}
.post ul li{
	margin-left:1em;
	text-indent:-1em;
}
/*side*/
#side ul{
	margin:0 auto;
	padding:0;
	width:200px;
	list-style-type:none;
}
#side ul h2{
	margin-bottom: 0px;
	font-size: 14px;
	margin-top: 20px;
	border: 1px solid #ddd;
	line-height: 40px;
	padding-left: 10px;
	background: linear-gradient(#fff, #eee);
}
#side ul #searchform #s{
	width:110px;
}
#side ul #calendar_wrap{
	margin-top:20px;
}

#side ul #wp-calendar{
	width:100%;
	border-collapse:collapse;
}
#side ul #wp-calendar caption{
	font-weight:bold;
}

#side ul #wp-calendar th{
	border:solid 1px #ccc;
	text-align:center;
}
#side ul #wp-calendar td{
	border:solid 1px #ccc;
	text-align:center;
}
#side ul #wp-calendar a{
	padding:0;
	border-bottom:none;
	background-color:#96C93D;
	display:block;
	width:100%;
	height:100%;
}
#side ul ul a{
	padding:10px 5px;;
	display:block;
	width:100%;
	height:100%;
}
#side img.attachment-full{
	height:auto;
}
#contents>h3{
	display:none;
}
#contents>h3+p{
	display:none;
}

/*メディア掲載一覧 ここまで*/



.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
}

/*新ページの追加項目ここから*/
* {
	margin: 0px;
	padding: 0px;
}

/*header修正*/

header .top {
	padding-left: 20px;
	margin:10px 0;
}
@media screen and (max-width:640px){
	header .top {
		text-align:justify;
		margin-bottom:10px;
		margin-top:10px;
	}
}
header h1 {
	float: left;
	width: 190px;
	margin: 0;
}
@media screen and (max-width:640px){
	header h1 {
		float:none;
		width:auto;
		text-align: center;
	}
}
header .center{
	float: left;
	font-size: 16px;
	text-align: center;
	vertical-align: bottom;
	margin-top: 28px;
}
@media screen and (max-width:640px){
	header .center{
		float:none;
		width:auto;
		margin-top:0;
		text-align:justify;
	}
}
header .right{
	float: right;
	font-size: 12px;
	margin-top: 18px;
}
header .right p{
	display:inline-block;
	clear: both;
}
header .right p.fb{
	vertical-align: 23px;
	display: block;
	float: right;
	margin-top: -30px;
}
header .right p.mobile{
		display: none;
}
@media screen and (max-width:640px){
	header .right{
		float: none;
		width: 100%;
		text-align: left;
		margin-bottom:0px;
		position:fixed;
		bottom:0;
		left:0;
		background-color:#fff;
		margin-top:0;
		padding: 10px;
		box-sizing: border-box;
		z-index:10000;
	}
header .right p.mobile{
		display: block;
		text-align: right;
}

}
header span {
	font-size: 10px;
	text-align: left;
}
header .right img{
	margin-right:5px;	
}
header .right .tel {
	float: left;
}
@media screen and (max-width:640px){
	header .right .tel {
		width:49%;
		margin-right: 1%;
	}
	header .right .tel img{
		width:100%;
		height:auto
	}
	header .right .mail {
		width:50%;
	}
	header .right .tel img{
		width:100%;
		height:auto
	}
	header .right p.fb{
		position:fixed;
		top:10px;
		right:10px;
		margin-top:0;
		z-index:9999;
	}
	header .right img {
		width:100%;
		margin-right:0;
	}
}

/*ビジョンリード経営*/
#contents .vision p {
	line-height: 150%;
}
#contents .vision p:first-of-type {
	margin-bottom:20px;
}

p.right.book_link{
	font-size:14px;
	line-height: 200%;
}
p.right.book_link a{
	color:#00f;
}
p.right.book_link a:hover{
	color:#00f;
	text-decoration: underline;
}
/*コンサルティングメニューのBox３つ*/
#contents section .box {
	float: left;
	width: 216px;
	margin-right: 6px;
	color: #FFF;
	background-color: #333;
	padding-top: 10px;
}
#contents section .box a{
	color:#fff;
	display: block;
}
#contents section .box a:hover{
	text-decoration: none;
}
@media screen and (max-width:640px){
	#contents section .box {
		float:none;
		width:auto;
		margin-bottom:10px;
		margin-right:auto;
	}
}

#contents section .box:nth-child(4) {
/*	margin-right: 0px;*/
}
@media screen and (max-width:640px){
	#contents section .box:nth-child(4) {
		margin-right:auto;
	}
}

#contents section .box h3{
	font-size: 16px;
	margin-left: 10px;
}
#contents section .box h3 span{
	float:right;
	margin-right:10px;
}

#contents section .blue h3 {
	background-color: #2e394f;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom:5px;
}
#contents section .yellow h3 {
	background-color: #febd21;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom:5px;
}
#contents section .green h3 {
	background-color: #93c238;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom:5px;
}
#contents section .box p {
	padding-bottom: 10px;
	padding-left: 10px;
}
#contents section .box.yellow{
	margin-right:0;
}

/*メディア掲載一覧*/

.wrap .media {
	clear: both;
	margin: 0 10px 30px;
}
@media screen and (max-width:640px){
	.wrap .media {
		margin-top:30px;
	}
}
.wrap .media h4 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}
.wrap h4 span {
	font-size: 24px;
	color: #C00;
	margin-top: 10px;
	padding: 0px;
	vertical-align: middle;
}
.wrap h4 a  {
	font-size: 12px;
	color: #00F;
	margin-left: 10px;
}

.wrap .media .topic {
	float: left;
	width: 160px;
	margin-right: 10px;
}
@media screen and (max-width:640px){
.wrap .media .topic {
		float:none;
		width:auto;
		margin-right:auto;
		margin-bottom:20px;
	}
}
.wrap .media .topic:nth-child(6) {
	margin-right: 0px;
}

.wrap .media .photo{
	text-align:center;
}
@media screen and (max-width:640px){
	.wrap .media .topic p img{
		padding-left:auto;
		width:45%;
	}
}
.wrap .media .topic p a {
	color: #00F;
}

/*新着情報*/
.wrap .info{
	margin:0 10px 30px;
}
.wrap section .new {
	height: 150px;
	overflow: auto;
	border: 1px solid #999;
}
.wrap .info h4 {
	font-size: 16px;
}
#voice1,#voice2,#voice3,#voice4{
	padding-top:30px;
}
@media screen and (max-width:640px){
	.wrap section .new {
		width:auto;
	}
	#voice1,#voice2,#voice3,#voice4{
	padding-top:150px;
	}
	#innocon p img{
		width:auto;
		max-width:none;
	}
	#innocon p img.alignright{
		float:right;
	}
}
.new dl{
	margin:10px;
}
.new dt {
	line-height: 200%;
	margin-left: 10px;
}
.new dd span{
	diaplay:block;
	color:#00f;
}
.new dd {
	padding-left: 30px;
	line-height: 200%;
	padding-bottom: 10px;
	border-bottom:dotted 1px #ccc;
}
.new dd a {
	color: #00F;
}

/*よくあるご相談*/
.consul{
	margin-top:30px;
	line-height: 2em;
	list-style-position: inside;
}
.consul li{
	text-indent: -1em;
	margin-left:1em;
}
/*コンサルティング方針*/
.policy{
	margin-top:30px;
	line-height: 2em;
	list-style-position: inside;
}
.policy li{
	text-indent: -1em;
	margin-left:1em;
}
/*コンサルメニュー*/
.conmenu{
	margin-top:15px;
	line-height: 2em;
	list-style-position: inside;
}
.conmenu li{
	text-indent: -1em;
	margin-left:1em;
}
.conmenu>li{
	margin-bottom:1em;
	font-weight:bold;
	font-size: 1.2em
}
.conmenu li li{
	font-weight:normal;
	color:#333;
	font-size: 16px;
}

/*レスポンシブ用*/
html{
	-webkit-text-size-adjust:100%;
}
