@charset "utf-8";

/**
 *
 *  トップページ
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Main
---------------------------------------------------------------------------*/

/* mainVisual
-----------------------------------------------------------------*/
#mainVisual{
	position: relative;
}
#mainVisual .inner{
	position: relative;
	background: url(../images/mv_bg_repeat.png) repeat;
	height: 546px;
	overflow: hidden;
}
#mainVisual .lead{
	display: none;
	position: absolute;
	top: 79px;
	left: 50%;
	margin-left: -427px;
	z-index: 3;
}
#mainVisual .sub-lead{
	display: none;
	position: absolute;
	top: 152px;
	left: 50%;
	margin-left: -427px;
	z-index: 3;
}
#mainVisual .btn{
	opacity: 0;
	position: absolute;
	top: 204px;
	left: 50%;
	width: 180px;
	margin-left: -423px;
	z-index: 3;
}
#mainVisual .img{
	display: none;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -1011px;
}
#mainVisual .line{
	display: none;
	position: absolute;
	top: 159px;
	left: 50%;
	margin-left: -480px;
	z-index: 2;
}
#mainVisual .bottom{
	position: absolute;
	bottom: -33px;
	width: 100%;
	height: 62px;
	background: url(../images/mv_bg_bottom.png) no-repeat 50% 100%;
}
#mainVisual #canvas01{
	width: 100%;
	height: 546px;
}
#mainVisual #canvas02{
	position: absolute;
	top: 159px;
	left: 50%;
	margin-left: -480px;
	z-index: 2;
}
.oldbrowse #mainVisual #canvas01,
.oldbrowse #mainVisual #canvas02{
	display: none;
}
.oldbrowse #mainVisual .img,
.oldbrowse #mainVisual .line,
.oldbrowse #mainVisual .lead,
.oldbrowse #mainVisual .sub-lead{
	display: block;
}
.oldbrowse #mainVisual .btn{
	opacity: 1;
}


#ky_main img{
    width: 100%;
    padding: 0 0;
}



/* mission
-----------------------------------------------------------------*/
#mission{
	padding-top: 30px;
	/* background: url(../common/images/bg_repeat01.png) repeat;*/
}

#mission .imgArea{
	width: 70%;
	margin: 0 auto;
}
#mission .imgArea img{
	width: 100%;
}

#mission .imgArea2{
	width: 80%;
	margin: 0 auto;
}
#mission .imgArea2 img{
	width: 100%;
}


#mission .lead{
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.5;
	font-size: 147%;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
}


#mission .lead1{
	margin: 20px 0;
	text-align: center;
	line-height: 1.3;
	font-size: 120%;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
}

#mission .lead2{
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.2;
	font-size: 100%;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
}

/* sec01
-----------------------------------------------------------------*/
.sec_01{
	position: relative;
	letter-spacing: -0.4em;
	background: #443a37;
}



#sec_01{
	width: 100%;
	margin: 5% auto;
	padding-top: 30px;
	/* background: url(../common/images/bg_repeat01.png) repeat;*/
}


#sec_01 .imgArea2{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
#sec_01 .imgArea2 img{
	width: 100%;
}





#sec_01 .txtTitle{
	margin: 0 0 5px;
	padding: 5px 20px;
	text-align: center;
	line-height: 1.5;
	font-size: 2rem;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
	background: #f89000;
	color: #fff;
}

#sec_01 .txtComment{
	font-size: 1.5rem;
}

#sec_01 .txtYen{
	font-size: 4rem;
	color: #f89000;
}
#sec_01 .txtYen span{
	font-size: 0.8rem;
}

#sec_01 .lead{
	margin: 30px 0;
	padding: 0 20px;
	text-align: center;
	line-height: 1.5;
	font-size: 3.5rem;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
}


#sec_01 .lead1{
	margin: 20px 0;
	text-align: center;
	line-height: 1.3;
	font-size: 120%;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
}


#sec_01 .lead2{
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.2;
	font-size: 100%;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
}


#sec_01 .lead3{
	margin: 5px 5% 5px 0;
	padding: 0 5px;
	text-align: right;
	line-height: 1.1;
	font-size: 1rem;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
}


#sec_01 .contents{
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: -0.4em;
	vertical-align: top;
}
#sec_01 .contents{
	width: 100%;
/*	background: #fff;*/
}



/* プロダクト */

table.tb_00 {
/* border-collapse: separate;*/
	border-spacing: 3px;
/*	text-align: center;*/
	line-height: 1.5;
	width: 90%;
	margin: 0 5%;
}
table.tb_00 th {
	width: 32.2%;
	padding: 15px 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #666;
}
table.tb_00 td {
	width: 32.2%;
	padding: 10px;
	background: #eee;
	
}
table.tb_00 th.col01 {background: #666; font-size: 1.3rem;}
table.tb_00 td.col01 {background: #fff; border:1px #666 solid; font-size: 1.2rem;}
table.tb_00 th.col02 {background: #f89000; border:3px #f89000 solid; font-size: 1.3rem;}
table.tb_00 td.col02 {background: #fff; border: 1px #f89000 solid; border-left: 3px #F89000 solid; border-right: 3px #F89000 solid; font-size: 1.2rem; text-align: center;color: #f89000;}
table.tb_00 th.col03 {background: #666; font-size: 1.3rem;}
table.tb_00 td.col03 {background: #fff; border:1px #666 solid; text-align: center; font-size: 1.2rem;}
table.tb_00 th.col04 {background: #265e6d;}
table.tb_00 td.col04 {background: #265e6d;}

table.tb_00 tr:last-child td.col02 {
	border-bottom: 3px solid #f89000;
}








#sec_01 .unit,
#sec_01 .unita,
#sec_01 .unitb,
#sec_01 .unitc,
#sec_01 .unit2,
#sec_01 .unit3,
#sec_01 .unit4,
#sec_01 .unit5,
#sec_01 .unit5a,
#sec_01 .unit6 {
	position: relative;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #443a37;
	text-align: center;
	letter-spacing: 0;
	vertical-align: top;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
	z-index: 20;
	background: #fff;
    
    
}



#sec_01 .unit img,
#sec_01 .unit2 img{
	width: 20%;
}
#sec_01 .unit:after{
	content: '';
	position: absolute;
	height: 11px;
	width: 35px;
	top: -50px;
	left: 50%;
	margin-left: -17px;
/*	background: url(../img/service_arrow_bg.png) no-repeat;*/
}



#sec_01 .contents .unit{
	width: 33.3%;
}


#sec_01 .contents .unit2{
	width: 50%;
    border: 1px solid #eee;
    margin: 0 24.5%;
}

#sec_01 .contents .unit2 h2{
	font-size: 3rem;
	padding: 2%;
	background: #f89000;
	color: #fff;
	text-align: center;
	margin: 0;
}
#sec_01 .contents .unit2 p{
	font-size: 2rem;
	padding: 1%;
	text-align: center;
}

#sec_01 .contents .unit2 h3{
	font-size: 4rem;
    padding: 2%;
    color: #f89000;
    text-align: center;
    margin: 0;
    border: none;
}


#sec_01 .contents .unit4 img{
	
}
#sec_01 .contents .unit3{
	width: 99%;

}
#sec_01 .contents .unit3 img{
	width: 90%;
	margin: 5%;
}

#sec_01 .contents .unit4{
	width: 24%;
	margin: 0.3%;
	border: 1px solid #eee;
}

#sec_01 .contents .unit4 h2{
	margin: 5px 0;
    font-size: 1.3rem;
    color: #f69600;
    padding: 0.5%;
}
#sec_01 .contents .unit4 p{
	font-size: 0.9rem;
	padding: 3%;
	text-align: left;
}

#sec_01 .contents .unit4 img{
    width: 85%;
    padding: 7.5%;
    margin: 0;
}

#sec_01 .contents .unit5{
	width: 32%;
	margin: 0.3%;
	border: 1px solid #eee;
}


#sec_01 .contents .unit5a{
	width: 49%;
	margin: 0.3%;
	border: 1px solid #eee;
}




#sec_01 .contents .unit5 h2,
#sec_01 .contents .unit5a h2 {
	margin: 5px 0 0;
    font-size: 2.5rem;
    color: #f69600;
    padding: 0.5%;
}
#sec_01 .contents .unit5 p,
#sec_01 .contents .unit5a p {
	font-size: 2.0rem;
	padding: 3%;
	text-align: left;
}


#sec_01 .contents .unit5 img,
#sec_01 .contents .unit5a img {
    width: 85%;
    padding: 7.5%;
    margin: 0;
}


#sec_01 .contents .unit6{
	width: 48%;
	margin: 0.3%;
}

#sec_01 .contents .unit6 h2{
	margin: 5px 0;
    font-size: 1.4rem;
    color: #f69600;
    padding: 0.5%;
    text-align: left;
}
#sec_01 .contents .unit6 p{
	font-size: 1.1rem;
	padding: 3%;
	text-align: left;
}

#sec_01 .contents .unit6 img{
    width: 85%;
    padding: 7.5%;
    margin: 0;
}



/* facebook 設定用 */
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-bottom: 10px;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


#sec_01 dt{
	margin-bottom: 13px;
	font-size: 1.5rem;
	line-height: 2;
	padding: 10px 20px;
	text-align: left;
}
#sec_01 dt span{
	display: block;
	font-size: 3rem;
	line-height: 2;
}
#sec_01 .list li{
	font-size: 108%;
}




/* enjoy */
.enjoy{
	position: relative;
	letter-spacing: -0.4em;
/* 	background: #443a37;*/

}
#mission .contents{
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: -0.4em;
	vertical-align: top;
}
#mission .contents{
	width: 100%;
	background: #443a37;
}
#mission .unit{
	position: relative;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	vertical-align: top;
	border-left: 1px solid #fff;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
	z-index: 20;
}
#mission .unit:after{
	content: '';
	position: absolute;
	height: 11px;
	width: 35px;
	top: -50px;
	left: 50%;
	margin-left: -17px;
/*	background: url(../img/service_arrow_bg.png) no-repeat;*/
}
#mission .unit:first-child{
	border-left: none;
}
#mission .contents .unit{
	width: 33%;
}

#mission .ico{
	margin-bottom: 10px;
}
#mission dt{
	margin-bottom: 13px;
	font-size: 139%;
	line-height: 1.7;
}
#mission dt span{
	display: block;
	font-size: 150%;
	line-height: 1.6;
}
#mission .list li{
	font-size: 108%;
}

/* more-btn */
#mission .more-btn{
	letter-spacing: 0;
	margin: 27px auto 34px;
}
#mission .contents .more-btn{
	width: 180px;
}


/* mission2
-----------------------------------------------------------------*/
#mission2{
	padding-top: 30px;
	/*background: url(../common/images/bg_repeat01.png) repeat;*/
}
#mission2 .lead{
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.5;
	font-size: 147%;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
}

/* enjoy */
.service2{
	position: relative;
	letter-spacing: -0.4em;
	background: #f89523;
}
#mission2 .contents
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: -0.4em;
	vertical-align: top;
}
#mission2 .nakamura2{
	width: 100%;
	background: #f89523;
}
#mission2 .unit{
	position: relative;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-top: 50px;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	vertical-align: top;
	border-left: 1px solid #fff;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
	z-index: 30;
}

	#mission2 .unit a{
		color: #fff;
		text-decoration: underline;
		font-size: 80%;
	}
	
	#mission2 .unit a:hover{
		text-decoration: none;
	}

	

#mission2 .unit:after{
	content: '';
	position: absolute;
	height: 11px;
	width: 35px;
	top: -50px;
	left: 50%;
	margin-left: -17px;
	/*background: url(../img/service_arrow_bg.png) no-repeat;*/
}
#mission2 .unit:first-child{
	border-left: none;
}
#mission2 .contents .unit{
	width: 33%;
}

#mission2 .ico{
	margin-bottom: 10px;
}
#mission2 dt{
	margin: 0 20px 13px;
	font-size: 139%;
	line-height: 1.7;
	margin-
}
#mission2 dt span{
	display: block;
	font-size: 150%;
	line-height: 1.6;
}
#mission2 .list li{
	font-size: 108%;
}

/* more-btn */
#mission2 .more-btn{
	letter-spacing: 0;
	margin: 27px auto 34px;
}
#mission2 .nakamura2 .more-btn{
	width: 180px;
}


/* scale 画像拡大
-----------------------------------------------------------------*/


.scale {
    overflow: hidden;
	margin: auto 0;
			padding: 10px;
}
.scale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



/* news
-----------------------------------------------------------------*/
#news{
	padding: 54px 0 40px;
/*	background: #f6f4ed;*/
	background: #ffffff;
}

#news .area{
	width: 80%;
	padding: 5px 30px 40px;
	margin: 20px auto 0;
	font-size: 1.1em;
}



#news .btn-more{
	width: 220px;
	margin: 40px auto 0;
}




/* blog
-----------------------------------------------------------------*/
#blog{
	padding: 55px 0 40px;
	background: #fafafa;
}
#blog .inner{
	position: relative;
	max-width: 1560px;
	min-width: 960px;
	margin: 0 auto;
	letter-spacing: -0.4em;
}
#blog .list{
	width: 25%;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: 0;
	vertical-align: top;
}
#blog .list a{
	display: block;
	margin: 0 15px;
	background: #fff;
	transition: all 0.3s;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
}
#blog .list .thumb{
	position: relative;
	width: 100%;
	height: 214px;
}
#blog .list .thumb img{
	width: 100%;
	height: 214px;
	display: block;
	position: relative;
}
#blog .list .thumb .cap{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.4s ease-in-out;
	background: url(../images/blog_bg.png) repeat 0 0;
}
#blog .list a:hover .thumb .cap{
	opacity: 1;
	filter: alpha(opacity=100);
}
#blog .list .thumb .cap span{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 92px;
	height: 68px;
	margin: -34px 0 0 -46px;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 0.4s 0s ease-in-out;
	background: url(../common/images/ico_detail.png) no-repeat 50% 50%;
}
#blog .list a:hover .thumb .cap span{
	opacity: 1;
	filter: alpha(opacity=100);
	transition-delay: 0.3s;
}
#blog .list .note{
	padding: 20px 24px 18px;
}
#blog .list .date{
	margin-bottom: 5px;
	color: #e28414;
	line-height: 1.2;
}
#blog .list .ttl{
	font-weight: bold;
}
#blog .btn-more{
	width: 220px;
	margin: 35px auto 0;
}


/* works
-----------------------------------------------------------------*/
#works{
	position: relative;
	padding: 54px 0 40px;
	background: #5b5b5b;
}
#works:after{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(../images/work_bg.png) repeat 0 0;
}
#works .inside{
	position: relative;
	z-index: 3;
}
#works .bgImg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	height: 100%;
	overflow: hidden;
	background-image: url(../images/work_spacer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}
#works .bgImg img{
	width: 100%;
}
#works .blockTtl{
	color: #fff;
}

/* slider */
#works .slider{
	position: relative;
}
#works .slider .inner{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 315px!important;
	margin: auto;
}
#works .slider .list{
	position: absolute;
	top: 0;
	left: 0;
	width: 13000px;
	height: 100%;
}
#works .slider article{
	float: left;
	width: 960px;
	height: 100%;
}

/* inbox */
#works .inbox{
	width: 960px;
	height: 315px;
	margin: auto;
	overflow: hidden;
	background: #f3f1e8;
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.1);
}
#works .inbox a{
	display: block;
}
#works .thumb{
	float: left;
}
#works .thumb img{
	transition: all 0.3s;
}
#works .inbox a:hover .thumb img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#works .data-box{
	width: 420px;
	padding: 35px 30px 30px;
	float: left;
}
#works .data-box header{
	border-bottom: 1px solid #e3e1d7;
}
#works .data-box .ttl{
	margin-bottom: 12px;
	line-height: 1.4;
	font-size: 147%;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
	transition: all 0.3s;
	word-wrap: break-word;
}
#works .data-box .note{
	margin-bottom: 17px;
	color: #646464;
	line-height: 1.6;
	word-wrap: break-word;
}
#works .solution{
	padding: 15px 0;
}
#works .solution dt{
	margin-bottom: 4px;
	font-size: 85%;
	font-weight: bold;
	font-family: 'Noto Serif', serif;
}
#works .inbox a:hover .solution dt{
	color: #494949;
}
#works .solution ul{
	margin-left: -5px;
	letter-spacing: -0.4em;
}
#works .solution li{
	margin-bottom: 2px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	color: #a9a9a4;
	font-size: 85%;
	line-height: 1.2;
	letter-spacing: 0;
}
#works .solution span{
	padding: 0 5px;
}
#works .solution .active span{
	color: #f89523;
	font-weight: bold;
}

/* pointer */
#works .pointer{
	position: relative;
	margin: auto;
	max-width: 1560px;
	min-width: 960px;
}
#works .prev,
#works .next{
	position: absolute;
	top: -180px;
}
#works .prev a,
#works .next a{
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	line-height: 50px;
	border-radius: 50px;
	text-indent: -9999px;
	transition: all 0.3s;
}
#works .prev .off,
#works .next .off{
	display: none;
}
#works .prev{
	left: 20px;
}
#works .prev a{
	background: #fff url(../images/btn_prev.png) no-repeat 50% 50%;
}
#works .next{
	right: 20px;
}
#works .next a{
	background: #fff url(../images/btn_next.png) no-repeat 50% 50%;
}
#works .prev a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	transform:scale(1.1);
	background: #fff url(../images/btn_prev_on.png) no-repeat 50% 50%;
}
#works .next a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	transform:scale(1.1);
	background: #fff url(../images/btn_next_on.png) no-repeat 50% 50%;
}
#works .more-btn{
	width: 220px;
	margin: 40px auto 0;
}







table.tab01 {
	width: 90%;
    font-size: 110%;
    border-collapse: separate;
    border-spacing: 0px 1px;
    margin:5%;
    padding: 0 3%;
    color: #1f0d00;
}

table.tab01 img{
	margin:0;
}

table.tab01 th {
    font-weight: 500;
    font-size: 110%;
    padding: 8px 0;
    padding-left:5px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #1f0d00 1px solid;
    /*border-bottom: #999 1px solid;
    color: #fff;*/
}
 
table.tab01 td {
    padding: 8px 0;
    text-align: left;
    border-bottom: #1f0d00 1px solid;

}
table.tab01 th.r1 {
    width: 20%;
    text-align: left;
   /* border-right: #999 1px solid;
     background: #447791;*/
}

table.tab01 th.r2 {
    width: 15%;
    text-align: left;
   /* border-right: #999 1px solid;
     background: #447791;*/
}
table.tab01 th.r3 {
    width: 25%;
    text-align: left;
   /* border-right: #999 1px solid;
     background: #447791;*/
}

table.tab01 th.r4, 
table.tab01 th.r5, 
table.tab01 th.r6{
    width: 5%;
    text-align: center;
   /* border-right: #999 1px solid;
     background: #447791;*/
}

table.tab01 td.r1,
table.tab01 td.r2,
table.tab01 td.r3 {
	padding-left: 10px;
    text-align: left;
    font-size: 100%;
   /* border-left: #fff 1px solid;
    border-right: #999 1px solid;
    background: #5893b1;*/
}
 table.tab01 td.r4,
 table.tab01 td.r5,
 table.tab01 td.r6 {
    text-align: center;
    font-size: 100%;
   /* border-left: #fff 1px solid;
    border-right: #999 1px solid;
    background: #5893b1;*/
}

 table.tab01 td.r7{
 	padding-left: 10px;
  	width: 49%;
    text-align: left;
    font-size: 100%;
   /* border-left: #fff 1px solid;
    border-right: #999 1px solid;
    background: #5893b1;*/
}

 table.tab01 td.r8{
 	padding-left: 10px;
  	width: 10%;
    text-align: left;
    font-size: 100%;
   /* border-left: #fff 1px solid;
    border-right: #999 1px solid;
    background: #5893b1;*/
}

 table.tab01 td.r9{
 	padding-left: 10px;
  	width: 39.5%;
    text-align: left;
    font-size: 100%;
   /* border-left: #fff 1px solid;
    border-right: #999 1px solid;
    background: #5893b1;*/
}

 table.tab01 td.r10{
 	width: 1%;
    text-align: left;
    font-size: 100%;
   border-bottom:none;
}


table.tab02 {
	width: 95%;
    font-size: 110%;
    border-collapse: separate;
    border-spacing: 0px 1px;
    margin:2%;
    padding: 0 3%;
    color: #1f0d00;
}

table.tab02 img{
	margin:0;
}

table.tab02 th {
    font-weight: 500;
    font-size: 110%;
    padding: 8px 0;
    padding-left:5px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #1f0d00 1px solid;
    /*border-bottom: #999 1px solid;
    color: #fff;*/
}
 
table.tab02 td {
    padding: 8px 2%;
    text-align: left;
    border-bottom: #1f0d00 1px solid;

}
table.tab02 td.r1 {
    width: 75%;
    text-align: left;
   /* border-right: #999 1px solid;
     background: #447791;*/
}

table.tab02 td.r2 {
    width: 15%;
    text-align: right;
   /* border-right: #999 1px solid;
     background: #447791;*/
}

table.tab03 {
	width: 90%;
    font-size: 110%;
    border-collapse: separate;
    border-spacing: 0px 1px;
    margin:2%;
    padding: 0 3%;
    color: #1f0d00;
}

table.tab03 img{
	margin:0;
}

table.tab03 th {
    font-weight: 500;
    font-size: 110%;
    padding: 8px 0;
    padding-left:5px;
    vertical-align: middle;
    text-align: left;
 #999 1px solid;
    color: #fff;*/
}
 
table.tab03 td {
    padding: 8px 2%;
    text-align: left;

}
table.tab03 td.r1 {
    width: 70%;
    text-align: left;

}

table.tab03 td.r2 {
    width: 25%;
    text-align: left;
}


table.tab04 {
	width: 90%;
    font-size: 110%;
    border-collapse: separate;
    border-spacing: 0px 1px;
    margin:2%;
    padding: 0 3%;
    color: #1f0d00;
}
table.tab04 th,
table.tab04 td {
  padding: 10px;
  text-align: left;

}
table.tab04 th {
  background-color: #fff;
  text-align: left;
  width: 30%;
}

@media screen and (max-width: 400px) {

  table.tab04 td {
    display: block;
    text-align: left;
  }
  table.tab04 th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}

table.tab05 {
	width: 90%;
    font-size: 110%;
    border-collapse: separate;
    border-spacing: 0px 1px;
    margin:2%;
    padding: 0 3%;
    color: #1f0d00;
}
table.tab05 th,
table.tab05 td {
  padding: 10px;
  text-align: left;

}
table.tab05 th {
  background-color: #fff;
  text-align: left;
  width: 40%;
  font-size: 120%;
}

table.tab05 th span {
	font-weight: 300;
	font-size: 0.7em;
}

@media screen and (max-width: 400px) {

	#sec_01{
		width: 98%;
	    margin: 2% auto;
	}


#sec_01 .lead {
    font-size: 1rem;
}

  table.tab05 td {
    display: block;
    text-align: left;
  }
  table.tab05 th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}







/** -----------------------------------------------------------------
 *
 *  [sp]レスポンシブ 1024px
 *
 ----------------------------------------------------------------- */
@media screen and (max-width:1024px) {

	#sec_01 .contents .unit2 {
	    width: 70%;
	    border: 1px solid #eee;
	    margin: 0 15%;
	}



	#sec_01 .lead {
	    font-size: 2.0rem;
	}

	#sec_01 .contents .unit5{
		width: 97%;
		margin: 10px 1.5%;
		border: 1px solid #eee;
	}


	#sec_01 .contents .unit5a{
		width: 97%;
		margin: 10px 1.5%;
		border: 1px solid #eee;
	}


}

/** -----------------------------------------------------------------
 *
 *  [sp]レスポンシブ 768px
 *
 ----------------------------------------------------------------- */
@media screen and (max-width:768px) {

		/* mission
	-----------------------------------------------------------------*/
	#mission .lead{
		margin-bottom: 30px;
		font-size: 100%;
		padding: 0 20px;
	}

	/* enjoy */
	#mission .enjoy{
		overflow: hidden;
	}
	#mission .contents{
		display: block;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#mission .contents{
	}
	#mission .contents:after{
		display: none;
	}
	#mission .unit{
		padding: 18px 0;
		margin-top: 0;
		text-align: left;
		border-left: none;
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	#mission .unit:last-child{
		border-bottom: none;
}

	#mission .unit:after{
		display: none;
	}
	#mission .contents .unit{
		width: 100%;
	}
	#mission .ico{
		width: 90%;
	/*	float: left; */
		margin: 0 auto;
		text-align: center;
	}
	#mission .ico img{
		width: auto;
		height: 135px;
		text-align: center;
	}
	#mission dt{
		margin-bottom: 8px;
		overflow: hidden;
		font-size: 93%;
		text-align: center;
	}
	#mission dt span{
		line-height: 1.3;
		display: block;
	/*	display: inline; */
		font-weight: 500;
		text-align: center;
	}
	#mission dt br{
		display: none;
	}
	#mission .list{
	/*	margin-left: 48px;*/
		overflow: hidden;
	}
	#mission .list ul{
		padding: 0;
		text-align: center;
	}
	#mission .list li{
		font-size: 100%;
	}
	#mission .contents .more-btn{
		width: 70%;
		clear: both;
		margin: 0 auto;
		padding-bottom: 25px;
	}
	

	#sec_01 .contents .unit{
		width: 100%;
	}


	#sec_01 .contents .unit2{
		width: 100%;
	}





	/* scale 画像拡大
	-----------------------------------------------------------------*/


	.scale {
	    overflow: hidden;
		margin: auto 0;
		padding: 5px;
	}
	.scale img {
	
		width:100px;
		height:100px;
	    -moz-transition: -moz-transform 0.5s linear;
	    -webkit-transition: -webkit-transform 0.5s linear;
	    -o-transition: -o-transform 0.5s linear;
	    -ms-transition: -ms-transform 0.5s linear;
	    transition: transform 0.5s linear;
	}
	.scale img:hover {
	    -webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
}


	/* news-release
	-----------------------------------------------------------------*/
	#news{
		padding: 30px 0 25px;
		margin: 0;
	}
	#news .btn-more{
		margin-top: 25px;
		width: auto;
	}


	/* blog
	-----------------------------------------------------------------*/
	#blog{
		padding: 25px 0;
	}
	#blog .inner{
		margin: 0 20px;
		min-width: 280px;
		padding: 0;
	}
	#blog .list{
		display: block;
		width: 100%;
		margin-bottom: 22px;
	}
	#blog .list a{
		display: table;
		width: 100%;
		margin: 0;
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
	}
	#blog .list .thumb{
		display: table-cell;
		width: 110px;
		height: 110px;
		vertical-align: top;
	}
	#blog .list .thumb img{
		width: 110px;
		height: 110px;
	}
	#blog .list .thumb:after{
		display: none;
	}
	#blog .list .thumb .cap{
		display: none;
	}
	#blog .list a:hover .thumb .cap{
		display: none;
	}
	#blog .list .note{
		display: table-cell;
		vertical-align: middle;
		padding: 14px 15px;
	}
	#blog .list .ttl{
		line-height: 1.4;
	}
	#blog .list .date{
		margin-bottom: 8px;
		line-height: 1.2;
	}
	#blog .btn-more{
		margin: 23px 20px 0;
		width: auto;
	}



	/* works
	-----------------------------------------------------------------*/
	#works{
		padding: 28px 20px;
		overflow: hidden;
	}
	#works .bgImg{
		height: 470px;
		width: auto;
		background-size: auto 100%;
	}
	#works .bgImg img{
		width: auto;
		height: 100%;
	}
	#works .slider .inner{
		height: 284px!important;
	}
	#works .slider article{
		width: 200px;
	}

	/* inbox */
	#works .inbox{
		width: 200px;
		height: 284px;
		margin: 0 auto;
	}
	#works .thumb{
		float: none;
		margin: 0;
		padding: 0;
	}
	#works .thumb img{
		width: 100%;
		height: auto;
	}
	#works .data-box{
		width: auto;
		float: none;
		margin: 0;
		padding: 14px 10px 10px;
	}
	#works .data-box header{
		padding: 0;
		margin: 0;
		border: none;
	}
	#works .data-box .ttl{
		margin-bottom: 7px;
		padding: 0;
		font-size: 100%;
	}
	#works .data-box .note{
		margin-bottom: 0;
		font-size: 85%;
	}
	#works .solution{
		display: none;
	}

	/* pointer */
	#works .pointer{
		min-width: 280px;
	}
	#works .prev,
	#works .next{
		top: -146px;
	}
	#works .prev a,
	#works .next a{
		width: 27px;
		height: 27px;
	}
	#works .prev{
		left: 0;
	}
	#works .prev a{
		background: #fff url(../images/btn_prev_sp.png) no-repeat 50% 50%;
		background-size: 4px 8px;
	}
	#works .prev a:hover{
		background: #fff url(../images/btn_prev_sp.png) no-repeat 50% 50%;
		background-size: 4px 8px;
	}
	#works .next{
		right: 0;
	}
	#works .next a{
		background: #fff url(../images/btn_next_sp.png) no-repeat 50% 50%;
		background-size: 4px 8px;
	}
	#works .next a:hover{
		background: #fff url(../images/btn_next_sp.png) no-repeat 50% 50%;
		background-size: 4px 8px;
	}
	#works .more-btn{
		margin-top: 26px;
		width: auto;
	}




	#mission .imgArea2{
		width: 100%;
		margin: 0 auto;
	}
	#sec_01 .imgArea2{
		width: 100%;
		margin: 0 auto;
	}

	#sec_01 .contents .unit2{
	    width: 100%;
	    margin: 0 auto;
	}


}


/** -----------------------------------------------------------------
 *
 *  [sp]レスポンシブ 400px
 *
 ----------------------------------------------------------------- */

@media screen and (max-width:400px) {

	#sec_01 .contents .unit{
		width: 90%;
		margin: 2% 5%;
	}

	#sec_01 .contents .unit2{
		width: 90%;
		margin: 2% 5%;
	}

	#sec_01 .contents .unit3{
		width: 90%;
		margin: 2% 5%;
	}

	#sec_01 .contents .unit4{
		width: 90%;
		margin: 2% 5%;
	}



	#sec_01 .contents .unit5{
		width: 90%;
		margin: 2% 5%;
	}


	#sec_01 .contents .unit5a{
		width: 90%;
		margin: 2% 5%;
	}


	#sec_01 .contents .unit6{
		width: 90%;
		margin: 2% 5%;
	}

	#sec_01 .contents .unit6 h2{
		text-align: center;
	}
	
table.tb_00 th.col01 {font-size: 1.1rem;}
table.tb_00 td.col01 {font-size: 0.9rem;}
table.tb_00 th.col02 {font-size: 1.1rem;}
table.tb_00 td.col02 {font-size: 0.9rem;}
table.tb_00 th.col03 {font-size: 1.1rem;}
table.tb_00 td.col03 {font-size: 0.9rem;}
	
	
}

.button1 {
    padding: 10px 20px;
    background-color: #ff8f33;
    border: 1px solid #ff8f33;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #fff;
    line-height: 50px;
    text-decoration: none;
    font-size: 1.5rem;
}


#taigoTop {
    margin: 0 0 50px !important;
}

/**
    common
**/
.clearfix::after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
#w,#page {
    background: #FFF!important;
    margin: 0!important;
    padding: 0!important;
}
#taigoTop .center916 {
    width: 916px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
#taigoTop .section-free .freeLesson {
    padding-bottom: 70px;
}
#taigoTop .section05 h2 + p {
    line-height: 37px;
}
#taigoTop .section05 h2 + p small {
    font-size: 11px;
}
#taigoTop .moreLink {
    display: block;
    width: 450px;
    height: 65px;
    line-height: 65px;
    font-size: 21px;
    letter-spacing: 2px;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    margin: 50px auto 0;
    background: #3CB5FC;
    border-bottom: 5px solid #1BA3FC;
    box-sizing: border-box;
}
.freeLesson {
    width: 520px;
    margin: 50px auto 0;
}
.freeLesson p {
    font-size: 20px;
    line-height: 20px;
    color: #FF7800;
    text-align: center;
}
.freeLesson a {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    font-size: 28px;
    line-height: 70px;
    text-align: center;
    color: #FFF!important;
    border-radius: 5px;
    letter-spacing: 2px;
    background: #FF7800;
    border-bottom: 5px solid #E65A00;
    margin-top: 15px;
}
.freeLesson a:hover,#eikaiwaTop .section01 .threeBnr a:hover,#eikaiwaTop .section03 .special a:hover,#eikaiwaTop .moreLink:hover,#eikaiwaTop .section07 .beginnerGuide tr td:nth-of-type(2) > a:hover,#eikaiwaTop .section09 .bnrUp a:hover,#eikaiwaTop .section09 .middle:hover,#eikaiwaTop .section02 .movieSection dl dd a:hover {
    opacity: 0.7;
}

.bnr_top {
    text-align: center;
    margin-bottom: 60px;
}
/* For Otoshidama 2017 banner CSS. Add 2016/12/27. */
.bnr_top a:first-of-type img {
    margin-bottom: 30px;
}
/* For Otoshidama 2017 banner CSS End. */
.bnr_mid {
    text-align: center;
    margin-top: 40px;
}
/**
    header movie
**/
.header-movie {
    width: 100%;
    height: 500px!important;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    background-size: cover;
}
.header-movie video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.header-txt {
    width: 100%;
    position: absolute;
    top: 180px;
    z-index: 10;
}
.header-txt h2 {
    font-size: 45px!important;
    letter-spacing: 4px;
    text-align: center;
    color: #FFF!important;
    text-shadow: rgba(0,0,0,0.25) 0px 0px 10px;
}
.header-txt a {
    display: block;
    position: relative;
    width: 250px;
    height: 50px;
    margin: 30px auto 0 auto;
    font-size: 17px;
    font-weight: bold;
    color: #fff!important;
    letter-spacing: 2px;
    line-height: 50px!important;
    border-radius: 5px;
    text-align: center;
    border: 2px solid #fff;
    text-shadow: rgba(0,0,0,0.25) 0px 0px 10px;
}
.header-txt a:hover {
    color: #f60!important;
    background-color: #fff;
    text-shadow: none;
}

#taigoTop .guest_img {
    width: 100%;
    height: 410px;
    background: url(http://image.eikaiwa.dmm.com/assets/p/general/eikaiwa/top/pattern3/pc_top_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
#taigoTop .guest_img h2 {
    width: 100%;
    font-size: 42px;
    line-height: 65px;
    letter-spacing: 4px;
    color: #FFF;
    text-align: center;
    padding-top: 60px;
    text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.7);
}
#taigoTop .guest_img h2 .ex {
    display: inline-block;
    font-size: 48px;
    transform: rotate(20deg);
    vertical-align: top;
    padding: 1px 0 0 6px;
}
#taigoTop .guest_img > a {
    display: block;
    position: relative;
    width: 333px;
    height: 50px;
    font-size: 21px;
    font-weight: bold;
    color: #FF7800;
    letter-spacing: 3px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    margin: 20px auto 0;
    background: #FFF;
    border: 2px solid #FF7800;
    box-sizing: border-box;
}
#taigoTop .guest_img > a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border-bottom: 5px solid #E65A00;
    left: 0;
    bottom: -5px;
}
#taigoTop .guest_img > a:hover {
    opacity: 0.7;
}


/**
    cp
**/
#taigoTop .section-free .cp,#eikaiwaTop aside .cp {
    width: 100%;
    height: 200px;
    background: url(http://image.eikaiwa.dmm.com/assets/p/general/eikaiwa/top/zoryo201706_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 15px;
}
#taigoTop .section-free .cp {
    margin: 50px 0!important;
}
#taigoTop .section-free .cp .freeLesson,#eikaiwaTop aside .freeLesson {
    padding: 20px 0 0 0;
    margin-top: 0;
}
#taigoTop .cp .freeLesson {
    width: 590px;
}
#taigoTop .cp p {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
}
#taigoTop .cp p:nth-of-type(1) {
    color: #f70;
    font-weight: bold;
    font-size: 18px;
}
#taigoTop .cp p:nth-of-type(1) .line {
    position: relative;
    top: 5px;
}
#taigoTop .cp p:nth-of-type(1) .line img {
    height: 20px;
    width: 20px;
}
#taigoTop .cp p:nth-of-type(2) {
    margin-top: 10px;
    color: #666;
}
#taigoTop .cp p:nth-of-type(2) span.orange {
    color: #f70;
    font-weight: bold;
}
#taigoTop .cp p:nth-of-type(2) span.blue {
    color: #00A1FF;
    font-weight: bold;
}
#taigoTop .cp p:nth-of-type(2) span.red {
    color: #c00;
    font-weight: bold;
}
#taigoTop .cp p:nth-of-type(2) span.december-blue {
    color: #00A1FF;
    font-weight: bold;
    font-size: 18px;
}
#taigoTop .cp p:nth-of-type(2)::after {
    content: none;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 57px;
    height: 58px;
    background: url(http://image.eikaiwa.dmm.com/assets/p/general/eikaiwa/top/pattern1/zoryo_201609_imadake.png);
    background-size: 100%;
}
#taigoTop .cp p.bible_animate::after {
    animation: rotate 1s;
    -webkit-animation: rotate 1s;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: scale(1);
    }
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        opacity: 1;
    }
}
@keyframes rotate {
    0% {
        transform: scale(1);
    }
    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}
#taigoTop .cp a {
    background: #FF3C00;
    border-bottom: 5px solid #a00;
}




.fb_iframe_widget{
    display: inline!important;
    background: #fff;
    overflow: hidden;
    width: 296px;
    float: left;
}
.fb_iframe_widget iframe
{
    position: absolute;
    width: 296px!important;
}
.fb-like
{
    background-color: #f2f2f2;
    width: auto;
}
.twitter-timeline{
    height: 597px;
    overflow: hidden;
    width: 296px;
    margin-top: 4px!important;
}
.area-info-inner .viewport
{
    height: 550px;
}
.area-info-inner .news-wrapper,
.area-info-inner .twitter-wrapper,
.area-info-inner .facebook-wrapper
{
    float: left;
    border: 1px solid #e5e5e5;
    background-color: #FFFFFF;
    position: relative;
    height: 604px;
}
.area-info-inner .news-wrapper,
.area-info-inner .twitter-wrapper
{
    margin-right: 11px;
}
.area-info-inner .twitter-wrapper
{
    height: 604px;
}
.area-info-inner .news-wrapper span.news-header,
.area-info-inner .twitter-wrapper span.twitter-header,
.area-info-inner .facebook-wrapper span.facebook-header
{
    display: block;
    position: relative;
    z-index: 10;
    height: 40px;
    width: 296px;
}
.area-info-inner .news-wrapper span.news-header
{
  background-color: #333333;
  display: table-cell;
  vertical-align: middle;
}
.area-info-inner .news-wrapper span.news-header p
{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bolder;
    display: block;
    position: relative;
    left: 8px;

}
.area-info-inner .twitter-wrapper span.twitter-header
{
    background-color: #00b4ff;
       margin-bottom: -35px;
}
.area-info-inner .facebook-wrapper span.facebook-header
{
    background-color: #3b5998;
    margin-bottom: -27px;
}
.area-info-inner .news-wrapper span.news-header img,
.area-info-inner .twitter-wrapper span.twitter-header img,
.area-info-inner .facebook-wrapper span.facebook-header img
{
    height: 40px;
    margin-bottom: -5px;
}





/**
    section05
**/
#taigoTop .section05 .onlineComparison {
    width: 100%;
    background: #ffffff;
    border-spacing: 0;
    font-size: 14px;
    margin: 45px 0 auto;
    letter-spacing: 0;
    cellspacing:0;
}
#taigoTop .section05 .onlineComparison thead {
    background: #f2f2f2;
}
#taigoTop .section05 .onlineComparison tbody tr td {
    text-align: center;
    vertical-align: middle;
}
#taigoTop .section05 .onlineComparison thead tr th {
    background: #e0e0e0;
    padding: 12px 18px;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
#taigoTop .section05 .onlineComparison tbody tr td {
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    height: 60px;
    padding: 0 19px;
}
#taigoTop .section05 .onlineComparison tbody tr td small {
    color: #333;
    font-size: 11px;
}
#taigoTop .section05 .onlineComparison tbody tr:first-child td:nth-child(2) {
    background: #FFFFFF;
    border-top: 1px solid #447791;
    padding: 0;
}
#taigoTop .section05 .onlineComparison thead tr th:nth-child(2),
#taigoTop .section05 .onlineComparison tbody tr td:nth-child(2) {
    border-left: 6px solid #447791;
    border-right: 6px solid #447791;
    color: #447791;
}
#taigoTop .section05 .onlineComparison thead tr th:nth-child(2) {
    background: #447791;
    border-top: 2px solid #447791;
    box-shadow: 0 -5px #447791;
    -moz-box-shadow: 0 -5px #447791;
    -webkit-box-shadow: 0 -5px #447791;
        color: #ffff;
}
#taigoTop .section05 .onlineComparison tbody tr:last-child td:nth-child(2) {
    border-bottom: 2px solid #447791;
    box-shadow: 0 5px #447791;
    -moz-box-shadow: 0 5px #447791;
    -webkit-box-shadow: 0 5px #447791;
}
#taigoTop .section05 .onlineComparison thead tr th:first-child,
#taigoTop .section05 .onlineComparison tbody tr td:first-child {
    text-align: left;
}
#taigoTop .section05 .onlineComparison tbody tr td:last-child {
    border-left: 1px solid #e0e0e0;
}
 #taigoTop .section05 .onlineComparison tbody tr td a.compare_link {
    color: #999;
    text-decoration: underline;
}
#taigoTop .section05 .onlineComparison thead tr th:last-child {
    border-left: 1px solid #FFFFFF;
}
#taigoTop .section05 .onlineComparison_des {
    display: flex;
    font-size: 11px;
    line-height: 18px;
    color: #9A9A9A;
    padding-top: 20px;
}

#taigoTop .section05 .onlineComparison_des p:nth-child(2) {
    width: 300px;
    text-align: right;
}