@charset "UTF-8";



/* -------------------------------- 

style

-------------------------------- */
*, *::after, *::before {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
}

html {
			font-size: 62.5%;
}

body {
			font-size: 1.6rem;
			font-family: "Sawarabi Gothic","Roboto","Open Sans","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
			color: #2b3e51;
			background-color: #ffffff;
			-webkit-text-size-adjust: 100%;
			width: 100%;
}

a {
			color: #2c97de;
			text-decoration: none;
}
img {
			max-width: 100%;
			height: auto;
			width /***/:auto;
}

h2 {
			font-size:180%;
}

.large {
	text-align: center;
	font-size: 200%;
	color: #666;
}
.container {
			width: 100%;
			overflow: hidden;
}
.txt {
			margin: 10px;
			line-height: 1.5em;
			font-size: 1.1em;
			color: #4d4d4d;
}

.banner{
	padding: 0 10px 10px;
	text-align: center;
}/*バナー1個用*/

.banner2{
	padding: 0 0 0.5em;
	display:inline-block;
	vertical-align: middle;
	text-align:center;
	font-size:90%;
}/*バナー2個横並び用*/

.banner2 img{
	margin:0 0 1em
}

.banner p{
	display:inline-block;
	margin:5px 0 0 10px;
}

.banner3{
	max-width:440px;
	margin:0 auto;	
}


img .seminar_map{
	width:100%;
	height:auto;
}

.right_bizimg img {
    margin: 0 auto;
    display: block;
}

.ttl h2 {
	margin:0 0 30px;
	color:#fff;
	font-weight:bold;
	font-size:2.8rem;
	/*border-bottom:solid 2px #048a3a;*/
	background:#1d7b3a;
	padding:15px 0 ;
	text-align:center;
}
.ttl h3 {
	margin:0 0 30px;
	color:#048a3a;
	font-weight:bold;
	font-size:2rem;
	border-bottom:solid 2px #048a3a;
	padding:15px 0 10px;
	text-align:center;
}




/* -------------------------------- 

Header

-------------------------------- */
header {
	margin: 1em auto 0;
	box-shadow: 0 3px 2px 0 rgba(0, 7, 0, 0.4);
	padding-left: 5px;

}

header #logo {
	border: medium none;
	float: left;
	margin: 0 ;
	padding-left: 0;
}
.con {
	width: 100%;
}
.right {
	float: left;
}
.right ul li {
	float:left;
	padding-right: 0.5em;
}

/* -------------------------------- 

menu

-------------------------------- */
/* ------------------------------
   #menuList
------------------------------ */
#menuList {
	width: 100%;
	height: 45px;
	border-top: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
	position: relative;
	z-index: 10;
	background: /*#3f8130*/#2b9b57;
}

#menuList ul {
	margin: 0 auto;
	/*max-width: 980px;*/
	height: 45px;
	text-align: left;
}

#menuList ul li {
	/*width: 130px;*/
	width: 14.282%;
	height: 44px;
	float: left;
	border-left: #aaa 1px solid;
	box-sizing: border-box;
}

#menuList ul li:last-child {
	border-right: #aaa 1px solid;
}

#menuList ul li a {
	color:#fff;
	height: 45px;
	font-weight: bold;
	line-height: 45px;
	display: block;
	text-align: center;
	transition: all 0.2s linear;
}

#menuList ul li:hover > a {
	color:#3f8130;
	background: #fff;
}

#contents {
	margin: 0 auto;
	padding: 40px 0;
	width: 800px;
	text-align: left;
}

#contents p {
	padding-bottom: 2em;
	font-size: 1em;
	line-height: 2em;
}

/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {
	#menuList ul {
		width: 100%;
	}

	#menuList ul li {
		width: 16%;
		white-space: nowrap;
	}
}

/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 767px) {
/*@media only screen and (max-width: 480px) {*/
	#menuList {
		display: none;
	}

	#rwdMenuWrap {
		width: 100%;
		border-bottom: #aaa 1px solid;
	}

	#rwdMenuWrap #switchBtnArea {
		width: 100%;
		height: 60px;
		background: #3c3c3c;
		position: relative;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn {
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		display: block;
		background: #a7a7a7;
		position: absolute;
		border-radius: 5px;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn span {
		left: 20%;
		width: 60%;
		height: 4px;
		display: block;
		position: absolute;
		background-color: #fff;
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 18px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 18px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		bottom: 18px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#rwdMenuWrap ul {
		width: 100%;
		display: none;
	}

	#rwdMenuWrap ul li {
		width: 100%;
		border-bottom: #aaa 1px solid;
	}

	#rwdMenuWrap ul li a {
		padding: 15px 20px;
		text-align: left;
		display: block;
		background: #ebebeb;
		position: relative;
	}

	#rwdMenuWrap ul li a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		color: #888;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #b0b0b0;
		border-right: 2px solid #b0b0b0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#contents {
		width: 100%;
	}

	#contents p {
		padding: 0 20px 2em 20px;
	}
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before,
#menuList > ul:after {
	content: " ";
	display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}






/* -------------------------------- 

吹き出し
-------------------------------- */

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1em;
  padding: 7px 10px;
  min-width: 350px;
  max-width: 100%;
  color: #555;
  font-size: 20px;
  font-weight: 600;
  line-height:1.8em;
  background: #FFF;
  border: solid 2px #333;
  box-sizing: border-box;
  border-radius: 15px;
}


.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #333;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 10px;
}
.balloon2 .big{
	font-size:120%;
	color:#f1770a;
}

.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 15px;
  min-width: 300px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  line-height:1.5em;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e0edff;
}

.balloon1-top p {
  margin: 10px;
  padding: 0;
}
.balloon1-top p span {
	font-size:120%;
	font-weight:600;
}


/*動画*/

.douga {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
.douga iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin:10px;
}

/*機能紹介動画*/
.mov_feature {
	max-width: 1180px;
	overflow: hidden;
	margin: 30px auto 0;
	padding:1em 0 ;
	text-align:center;
}
.mov {
	padding-top: 0px;
	display: flex;
	margin:0 auto;
	max-width:1180px;
	overflow: hidden;
}
.mov section {
	flex: 1;
	padding: 10px;
	margin: 10px;
}
.mov p {
	margin-top: 10px;
	line-height:1.2em;
}
.mov p>span {
	color:#555;
	font-size:80%;
}
.mov p>a{
	color:#e62117;
	text-decoration:underline;
	font-size:80%;

}
p.lnk {
	text-align: center;
	margin:10px 0;
}
p.lnk >a{
	color:#1e7506;
	text-decoration:underline;
	font-size:1.2em;
}


.mov div {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
.mov div img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mov div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mov-wrapper {
	width: 600px;
	max-width: 100%;
	text-align:center;
	margin:0 auto
}

.mov-wrapper2 {
	width: 320px;
	max-width: 100%;
	text-align:center;
	margin:0 auto
}
.mov-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 20px auto;
}
.mov-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .mov {
   flex-direction: row;/*column;*/
  }
}



/*HOME 新バナーエリア*/

.banners {
	padding-top: 10px;
	display: flex;
	margin:0 auto;
	max-width:1080px;
	overflow: hidden;
}
.banners section {
  flex: 1;
  margin: 0 10px;
 /* border-radius: 10px;
  border: 1px solid #aa9b87;*/
  padding: 0 0 10px;
  text-align:center;
}


.banners  h1 {
		text-align:center;
}
.banners h2 {
	margin: 10px;
  	color: #333;
  	font-size: 1.6rem;
   	font-weight:600;
}
.banners p {
	margin-top: 10px;
  	font-size: 1.3rem;
	line-height:1.5;
}
.banners  p>a{
	color:#339900;
	text-decoration:underline;
}

.att{
	font-size:1.3rem;
	line-height:1.5;
}

/*HOME banner*/
.banner3 {
	padding-top: 20px;
	display: flex;
	margin:0 auto;
	max-width:1180px;
	overflow: hidden;
}
.banner3 section {
  flex: 1;
  margin: 10px;
}
.banner3 h1 {
		text-align:center;
}
.banner3 h2 {
	margin: 10px;
  	color: #993333;
  	font-weight: bold;
  	font-size: 1.6rem;
  	text-align:center;
}
.banner3 p {
	margin-top: 10px;
  	font-size: 1.3rem;
	line-height:1.5;
}
.banner3 p>a{
	color:#339900;
	text-decoration:underline;
}

/*HOME導入事例*/

.case {
	padding-top: 20px;
	display: flex;
	margin:0 auto;
	max-width:1180px;
	overflow: hidden;
}
.case section {
  flex: 1;
  margin: 10px;
  border-radius: 10px;
  border: 1px solid #aa9b87;
  padding: 15px;
}
.case section .noborder{
  flex: 1;
  margin: 10px;
}
.case h1 {
		text-align:center;
}
.case h2 {
	margin: 10px;
  	color: #993333;
  	font-weight: bold;
  	font-size: 1.6rem;
  	text-align:center;
}
.case p {
	margin-top: 10px;
  	font-size: 1.3rem;
	line-height:1.5;
}
.case p>a{
	color:#339900;
	text-decoration:underline;
}

.yohakuwaku{   
     border:1px solid #d3d3d3;
     padding:5px; 
     background-color:#fff;
	 box-shadow: 0 0 3px #efefef;
}


/* 単体水色枠ボタン */
.btn_logodl, a.btn_logodl{
		/*margin:10px 0;*/
		margin:10px 10px 20px 10px;
		padding:10px 25px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #00a2c9;
		color:#fff;
		font-size:15px;
		border-style: none;
		box-shadow: 2px 2px 3px 1px #ddd;
		-moz-box-shadow: 2px 2px 3px 1px #ddd;
		-webkit-box-shadow: 2px 2px 3px 1px #ddd;
		display:block;
		/*margin-top:0px;
		margin-left:10px;
		margin-right:10px;*/
		text-align:center;
		width:210px;
		}

.btn_logodl:hover, a.btn_logodl:hover {
		color: #fff;
		background: #00a2c9;
  }

/*導入企業ロゴ*/

.company section {
  	margin: 0 5px;
    padding:0 5px ;
  }
.company section {
  border: none;

}


@media screen and (max-width: 700px) {
  .case {
    flex-direction: column;
  }

.company{
    flex-direction: row;
}
  .banners {
    flex-direction: column;
}
 .banners h2 {
	margin: 10px;
  	font-size: 1.5rem;
}
  }
}


/*ひみつ＆特長機能*/

#mainsc {
    width: 95%;
    padding: 0;
    box-sizing: border-box;

}
#heading {
    position: relative;
    margin-left:0.5em;
    padding: 10px 16px;
    border-radius: 4px;
    background-color: #e28a17;
    font-size: 130%;
    font-weight: bold;
	line-height:1.5;
    color: #ffffff;
}
#heading:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 16px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top: 8px solid #e28a17;
    border-right: 8px solid #e28a17;
}
.Secret_frame,
.Function_frame {
    width: 100%;
    position: relative;
    /*border-bottom:1px solid #06893b;
    margin-top: 50px;*/
}
/*
.Secret_frame:before,
.Function_frame:before,
 {
    border: 40px solid transparent;
    border-top-color: #fff;
    border-bottom-width: 0;
    bottom: -38px;
    content: "";
    display: block;
    left: 45%;
    position: absolute;
    width: 0;
    z-index: 1;
}
.Secret_frame:after,
.Function_frame:after,
 {
    border: 40px solid transparent;
    border-top-color: #06893b;
    border-bottom-width: 0;
    content: "";
    display: block;
    left: 45%;
    position: absolute;
    width: 0;
    bottom: -40px;
}*/
.Secret_box,
.Function_box{
    max-width: 1180px;
    overflow: hidden;
    margin: 10px auto 0;
    padding: 2em 0em ;
}
.Secret_box> h2,
.Function_box> h2 {
    margin-bottom: 10px;
    padding-left: 0;
}
.Function,
.Secret {
	padding-top: 0px;
	padding-bottom: 20px;
	display: flex;
	margin:0 auto;
	max-width:1180px;
	overflow: hidden;
}
.Secret section {
  flex: 1;
  margin: 10px;
  padding: 15px;
}


.Function section {
  flex: 1;
  margin: /*10px*/1em;
  border-radius: 15px;
  border:3px solid #cccc99;
  padding: 15px;
}
.Function section_noborder {
  flex: 1;
  margin: 10px;
  border-radius: 15px;
  padding: 15px;
}
.Function h2>span {
	text-align: right;
	display: inline-block;
	width: 7em;
}

.Function section > h3{
		font-weight:bold;
		font-size:2.3rem;
		line-height:1.5;
		border-bottom: solid 3px #cccc99;
		margin:0 auto;
		padding:0.5em;
		width:100%;
		text-align:center;
}
.Secret p {
	font-size: 1.6rem;
	margin-top: 10px;
	line-height:1.5;
	text-align:left;
}
.Function p {
	font-size: 1.5rem;
	margin: 1em;
	padding:1em 0 0;
	line-height:1.5em;
	text-align:left;
}
.Function .center{
	text-align:center;
}
.Function p.caution {
	color:#555;
	font-size: 70%;
	line-height:1.5;
}
.Function ul li {
	text-align:left;
	margin-left:3em;
	line-height:1.5em;
}

.Function h4 {
	color:#9e6d24;
	font-weight:bold;
	font-size: 2.0rem;
	border-bottom:3px solid #f8eec5;
	margin-top: 20px;
}
.Secret h4 {
	color:#9e6d24;
	font-weight:bold;
	font-size: 2.2rem;
	/border-bottom:3px solid #f8eec5;*/
	margin-top: 0px;
}
.Secret p img,
.Function p img {
	display: block;
 margin-left: auto;
 margin-right: auto;
}

.Function_list{
	padding-top: 0px;
	padding-bottom: 20px;
	margin:0 auto;
	max-width:1180px;
	overflow: hidden;
}

.Function_list h1 {
	position: relative;
	padding: 0.5em;
	background: #1e7506;
	color: white;
	font-size: 2.0rem;
	font-weight:bold;
		margin-top: 15px;
}
.Function_list h1:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(149, 158, 155);
}

.Function_list ul {
		margin-top: 15px;
		clear: both;
}

.Function_list ul li{
	list-style-type: square;
	margin-left:50px;
	margin-top: 10px;
	font-size: 1.5rem;
	line-height:1.2;
}


.isms p, .dl p{
	margin:1em;
	line-height:1.5em;
}

@media screen and (max-width: 700px) {
.Secret,
.Function {
    flex-direction: column;
  }
}








/*法人版価格*/

.ePriceTitle{
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.ePriceTitle h2{
	color:#666;
	font-weight:bold;
	font-size:2.5rem;
	/*display: inline-block;*/
	padding:1em 0 0.5em;
	margin-bottom:1em;
	border-bottom:2px solid #cccc99;

}
.ePriceTitle h2>span{
	font-size:2.0rem;
}

.ePrice {
	padding-top: 0px;
	padding-bottom: 20px;
	display: flex;
	margin:0 auto;
	max-width:1080px;
	overflow: hidden;
}
.ePrice section {
  flex: 1;
  margin: 10px;
  border-radius: 5px;
  background: /*#F5F0CF;*/#f5f5f5;
  padding: 15px;
}
.ePrice h1 {
	font-weight:bold;
	text-align: center;
	color: #993333;/*見出し*/
	font-size: 2.5rem;
	padding:10px 0 20px 0;
}
.ePrice h2 {
	color:#333;
	text-align: center;
	line-height:1.5em;
	font-size: 1.8rem;
}

.ePrice h2 .big {
	font-size: 2.5rem;
	font-weight:600;
	margin-top:2rem;
	display: inline-block;
}

.ePrice .tax {
	font-size: 1.3rem;
	text-align: center;
}

/*.ePrice h2>span {
	text-align: right;
	display: inline-block;
	width: 10em;
	color:#333;
}

ePrice span .small{
	text-align: center;
	display: inline-block;
	width: 10em;
	color:#333;
}*/
.ePrice p {
	margin:1.5rem;
	font-size: 1.5rem;
	line-height:1.5;
	padding:0 2rem;
	text-align:left;
}
.ePrice p.caution{
	color:#555;
	margin: 10px 0 0 30px;
	font-size: 80%;
	line-height:1.8em;
}
.ePrice ul {
	margin-top: 10px;
}
.ePrice ul li{
	list-style-type: square;
	margin-left:50px;
	margin-top: 5px;
	font-size: 1.5rem;
	line-height:1.2;
	text-align:left;
}
.ePrice .kmazec{
	text-align:center;
}

/*価格表の区切り線*/
.ePrice hr {
 border-top: 1px dotted #bbb;
 width:85%;
 margin:0 auto;
}


@media screen and (max-width: 700px) {
.ePrice {
    flex-direction: column;
  }
}



/*導入事例紹介ページ*/

.Showcase {
	padding-top: 0px;
	padding-bottom: 20px;
	display: flex;
	margin:0 auto;
	max-width:1180px;
	overflow: hidden;
}
.compTitle{
	color:#06893b;
	padding-left:0px;
	font-weight:bold;
}/*導入企業見出し*/

.showcase_frame {
	max-width: 1200px;
	overflow: hidden;
	margin: 10px auto 0;
	padding: 0 1em 2em 1em;
}

.showcase_frame h3{
	color:#666;
	line-height:1.5;
	font-weight:bold;
}


.showcase_pic {
	max-width: 1180px;
	text-align: center;
	margin: 0 auto;
}/*写真１枚用*/


.ShowcaseTitle{
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
	border-bottom:5px solid #cccc99;
}

.ShowcaseTitle h2{
		color:#666;
		font-weight:bold;
		font-size:2.5rem;
		display: inline-block;
		text-align: center;
		padding-bottom:0.5em;
}
.ShowcaseTitle h2>span{
	font-size:2.0rem;
}


.Showcase section {
  flex: 1;
  margin: 10px;
  padding: 15px;
}

.Showcase h1 {
	font-weight:600;
	text-align: center;
	color: #993333;
	font-size: 2.5rem;
	padding:10px 0 20px 0;
}
.Showcase h2 {
	color:#336633;
	text-align: center;
	line-height:1.5;
	font-size: 1.8rem;
	padding-bottom: 10px;
}

.Showcase h2>span {
	text-align: right;
	display: inline-block;
	width: 7em;
}

.Showcase p {
	margin-top: 10px;
	line-height:2.0;
}
.Showcase p.caution,
.showcase_pic p.caution {
	color:#555;
	margin: 10px 0 0 0;
	font-size: 90%;
	line-height:1.5;
}
.Showcase p span{
	font-weight:bold;
}


.kabu{
	margin:10px 0;
}
.kabu p{
	font-size:80%;
	line-height:1.5;
}
.kabu p>a{
	color:#339900;
	text-decoration:underline;
}

/*事例一覧に戻るリンク用*/
p.modoru {
	text-align:center;
}
p.modoru a{
	color:#339900;
	text-decoration:underline;
}


@media screen and (max-width: 700px) {
.Showcase {
    flex-direction: column;
  }

}

/*ダウンロード*/

.DLTitle{
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.DLTitle h2{
	color:#666;
	font-weight:bold;
	font-size:2.5rem;
	/*display: inline-block;*/
	padding:1em 0 0.5em;
	margin-bottom:1em;
	border-bottom:2px solid #cccc99;

}
.DLTitle h2>span{
	font-size:2.0rem;
}

.DL {
	padding-top: 0px;
	padding-bottom: 20px;
	display: flex;
	margin:0 auto;
	max-width:1080px;
	overflow: hidden;
}
.DL section {
  flex: 1;
  margin: 10px;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 15px;
}
.DL h1 {
	font-weight:bold;
	text-align: center;
	color: #993333;
	font-size: 2.3rem;
	padding:10px 0 20px 0;
}
.DL h2 {
	color:#336633;
	text-align: center;
	line-height:1.5em;
	font-size: 1.8rem;
}


.DL h2>span {
	text-align: right;
	display: inline-block;
	width: 7em;
}

.DL p {
	margin:1.5rem;
	font-size: 1.5rem;
	line-height:1.5;
	padding:0 2rem;
	text-align:left;
}
.DL p.caution {
	color:#555;
	margin: 10px 0 0 30px;
	font-size: 70%;
	line-height:1.5;
}
.DL ul {
	margin-top: 10px;
}
.DL ul li{
	list-style-type: square;
	margin-left:50px;
	margin-top: 5px;
	font-size: 1.5rem;
	line-height:1.2;
	text-align:left;
}
.DL .kmazec{
	text-align:center;
}

/*価格表の区切り線*/
.DL hr {
 border-top: 1px dotted #bbb;
 width:85%;
}


@media screen and (max-width: 700px) {
.DL {
    flex-direction: column;
  }
}


/* -------------------------------- 

GEMBA

-------------------------------- */
.main_txt {
    margin-top: 20px;
    padding: 10px;
}
.main_txt h2 {
    padding-left: 0;
    font-size: 2em;
    color: #3a3a3a;
    margin: 20px 0;
    line-height: 1.2em;
}
.img_area {
    margin: 10px 0;
}
.Inquiry_btn {
    margin: 30px auto;
    max-width: 484px;
}
/* -------------------------------- 

Main

-------------------------------- */
.main {
	margin:0 auto;
	max-width:1180px;
	overflow: hidden;
}
.visual {
	margin:0 auto;
	width: 100%;
	/*margin-bottom: 1em;*/
}
.btn_area {
    margin-left: 3em;
}
.trialbeta {
		float: left;
		margin-left: 20em;
}
.Inquiry {
   float: left;
   margin-left: 2em;
}
.Inquiry2 {
   text-align: center;
}
/* -------------------------------- 

NEWS

-------------------------------- */
.news_area {
    background-color: #f7f7f7;
       /* margin-top: 10px;*/
    position: relative;
    width: 100%;
}
.news_area a {
    color: #333;
    font-size: 1.4em;
}
.news_area a:hover {
    text-decoration: underline;
}
/*.news_area::before {
    position: absolute;
    left: 45%;
    bottom: -30px;
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 40px 60px 0;
    border-color: #999999 transparent;
    content: "";
}*/

.news_main{
    max-width: 1180px;
    overflow: hidden;
	margin: 0 auto ;
    padding: 1em;
}

.main_about,
.main_feature,
.motion_area,
.sns_area {
    max-width: 1180px;
    overflow: hidden;
	margin: 10px auto 0;
    padding: 1em;
}
.news_main h2 {
	font-weight:bold;
    font-size: 1.0em;
    color: #333;
    padding-left: 0;
    margin-bottom: 10px;
}
.news_main> dl {
	margin: 0 0 0 10px;
	color: #333;
	line-height:1.3em;
}
.news_main > dl dt {
	font-size:0.8em;
	display: block;
	clear: left;
	float: left;
}
.news_main > dl dd {	
	font-size:0.8em;
	margin:0 0 5px 20px;
	display: block;
	float: left;
	text-align:left;
}

.news_main > dl dd a{	
	font-size:1em;
}
.news_main >dl dd span {
	background-color:#06893b;
	color:#fff;
	padding:0 2px;
}

/* -------------------------------- 

ABOUT

-------------------------------- */
.about_area {
    width: 100%;
    position: relative;
    border-bottom:1px solid #391463;
}
.about_area:before {
    border: 40px solid transparent;
    border-top-color: #fff;
    border-bottom-width: 0;
    bottom: -38px;
    content: "";
    display: block;
    left: 45%;
    position: absolute;
    width: 0;
    z-index: 1;
}
.about_area:after {
    border: 40px solid transparent;
    border-top-color: #391463;
    border-bottom-width: 0;
    content: "";
    display: block;
    left: 45%;
    position: absolute;
    width: 0;
    bottom: -40px;
}

.main_about{
	/*padding-right: 1em;*/
}
.box_container {
}
.left_box h2 {
    padding-left: 0;
    margin-bottom: 10px;
}
.left_box h3 {
    font-size: 2em;
    line-height: 1.5em;
    color: #1a1a1a;
}
.sub {
    font-size: 2.2rem;
    color: #666;
    font-weight: 500;
    margin: 20px 10px;
    line-height: 1.6em;
    text-align:center;
}


.marker_yellow {
	background: linear-gradient(transparent 60%, #ddf741 60%);
}

.left_box {
}
.main_about img {
    margin: 0 auto;
    display: block;
}

.main_about span{
	color:#1d7b3a;
	font-size:120%;
	font-weight:bold;
	padding:0;
}
	
.intaview {
    padding-left: 0;
    margin: 30px 0 20px 0;
}
.left_inta h3 {
    font-size: 2em;
    color: #391463;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.5em;
}
.right_you {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
.right_you iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






/* -------------------------------- 

FEATURE

-------------------------------- */
.feature_area {
    width: 100%;
    position: relative;
    /*border-bottom:1px solid #06893b;*/
    margin-top: 5px;
}
/*.feature_area:before {
    border: 40px solid transparent;
    border-top-color: #fff;
    border-bottom-width: 0;
    bottom: -38px;
    content: "";
    display: block;
    left: 45%;
    position: absolute;
    width: 0;
    z-index: 1;
}
.feature_area:after {
    border: 40px solid transparent;
    border-top-color: #06893b;
    border-bottom-width: 0;
    content: "";
    display: block;
    left: 45%;
    position: absolute;
    width: 0;
    bottom: -40px;
}*/
.feature_area h2 {
    margin-bottom: 10px;
    padding-left: 0;
}
.box_feat {
    border-bottom: 2px dotted #808080;
    padding-bottom: 30px;
    padding-top: 30px;
}
.box_feat_noborder {
    padding-bottom: 30px;
    padding-top: 30px;
}
.box_last {
    border: none;
}
.title_feat {
    float: left;
    border-color: #06893b;
    border-style: solid;
    border-width: 1px 1px 1px 30px;
    padding: 10px;
    margin: 30px 0;
}
.title_feat img {
    float: left;
}
.feature_area .sub_feat {
    float: left;
    font-size: 1.8em;
    color: #06893b;
    width: 67%;
    margin: 10px 0 10px 10px;
    line-height: 1.5em;
}
.txt_area {
    clear: both;
    margin-left: 30px;
    width: 90%;
}
.txt_area h4 {
    font-size: 1.5em;
    line-height: 1.8em;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.txt_area h5 {
		font-size: 1.3em;
		font-weight:bold;
		color: #9e6d24;
		margin-top:10px;
}
.right_feat img {
    margin: 0 auto;
    display: block;
}

/* -------------------------------- 

メリット

-------------------------------- */
.title_benefit{
			float: left;
			padding: 10px;
			margin: 0 0 0 10px;
}

.title_benefit {
			font-size:150%;
			font-weight:bold;
			color: #06893b;
}

.box_feat_nonline {/*下の点線なし*/
    padding-bottom: 30px;
    padding-top: 30px;
}


/* -------------------------------- 

ver5

-------------------------------- */

.ver5_area {
	width:100%;
	margin:1em auto;
}



.ver5_area h3{
	color:#008a31;
	font-weight:bold;
	padding:0.5em 0;
	line-height:1.5em;
}

.ver5_area h4{
	color:#333333;
	font-weight:bold;
	line-height:1.2em;
}

.ver5_area p{
	line-height:1.5em;
	font-size:1em;
	padding:0 1em;
}
.ver5_area ul {
	margin-left:1.5em;
	margin-top:1em;
	list-style-type:disc;
	line-height:1.5em;
}
/*.ver5_area ul li{
	margin-left:1.5em;
	list-style-type:disc;
	line-height:1.5em;
}*/
span .markNew{
	font-size:80%;
	padding:0.2em 0.5em 0.1em 0.5em;
	color:#fff;
	/*border:1px solid #e49703;*/
	border-radius:5px;
	background:#e89112;
}

.MoreButton{
	margin:0 auto;
	width:350px;
}

.MoreButton p{
	border-radius:15px;
	background:#e89112;
	padding:1.3em;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:120%;
	margin-bottom:40px;
}












/* -------------------------------- 

MOTION

-------------------------------- */
.main_motion h2 {
    font-size: 3em;
    color: #4d4d4d;
    padding-left: 0;
}

.txt02 {
    margin: 20px 0;
    font-size: 2.5em;
}
/* -------------------------------- 

SNS

-------------------------------- */
ul.sns_menu{
				float: right;
				width:400px;
				padding:10px 10px 15px 10px;
				font-size:0px;
}
ul.sns_menu li {
				float: right;
				margin-right:10px;
				display: block;
}
.fb_plgin {
				float: right;
				margin-right: 2em;
}
.tw_plgin {
				float: right;
				margin-right: 2em;
}





/* -------------------------------- 

FAQ

-------------------------------- */
#section{
	padding:0 20px 10px 20px;
}
#section h2{
			font-weight:bold;
			background-color:#e3f1d2;
			padding:10px 5px;
			font-size:120%;
			margin:5px 0;
}
#section dl{
	color:#333333;
}
#section dl dt{
	color: #06893b;
	font-size: 110%;
	line-height:1.5;
	font-weight: bold;
}
#section dl dd {
	margin: 10px 0 20px 0;
	padding:0;
	line-height:1.5;
}
#section p.pageTop{
	font-size:90%;
	text-align:right;
	margin:10px 0 20px 0;
}
#section strong{
	font-weight:bold;
}
#section ul{
	list-style-type:disc;
	margin-left:30px;
}
#section ol{
	margin-left:30px;
}

#section hr {
	height: 1px;
	border: none;
	border-top: 1px #666666 dotted;
	margin:5px 0 0 0;
}

span.markCommon{
	font-size:13px;
	margin:5px 3px;
	color:#ff3300;
	border:1px solid #ff3300;
}
span.markBiz{
	font-size:13px;
	margin:5px 3px;
	color:#ff0099;
	border:1px solid #ff0099;
}
span.markCons{
	font-size:13px;
	margin:5px 3px;
	color:#0099ff;
	border:1px solid #0099ff;
}




/* -------------------------------- 

プラン_枠

-------------------------------- */
div.flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/* 
TABLE
================================================ */
div.flexbox table {
    width: 100%;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-bottom: 15px;
}
div.flexbox th,div.flexbox td {
    padding: 15px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #666;
}
div.flexbox th{
	font-size:20px;
}
.plan-price {
    color: #fff;
}
.plan-price {
    font-size: 15px;
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 0;
    line-height: 1.5;
}
.plan-price span {
    font-size: 30px;
}

/* Background colour */
.plan-free .plan-price {
    background: linear-gradient(-90deg, #009ADB, #00DB9A);
}
.plan-premium .plan-price {
    background: linear-gradient(-90deg, #EE52FF, #009ADB);
}
/* 
BUTTON
================================================ */
.trialbtn{
    color: #fff;
    font-size: 2.0rem;
    text-decoration: none;
    background: #339900;
    border-radius: 5px;
    box-shadow: 0 3px #336600 ;
    position: relative;
    display: inline-block;
    top: -2px;
    padding: 15px;
    width: 80%;
    text-align: center;
    margin: 10px 0;
}
.trialbtn:hover {
    box-shadow: 0 1px #838b83;
    top: 1px;
}

/* 
LARGE DISPLAY
================================================ */
@media ( min-width : 700px ){
div.flexbox {
        -webkit-flex-direction: row;
        flex-direction: row;
    }
  .plan-table {
    margin-left: 3%;
  }
  .plan-table:first-of-type {
    margin-left: 0;
  }
}


/* -------------------------------- 

プラン（個人版価格）_table

-------------------------------- */
#price_list{
 margin:1em;
}

#price_list table{
	width: 100%;
	border-collapse: collapse;
}
#price_list table td,
#price_list table th{
	padding: 10px;
	border: 1px solid #666666;
	line-height:150%;
	text-align:center;
}
#price_list table th{
	font-weight: bold;
}

#price_list table th.hdfree{
	width:40%;
	color:white;
	background:#fbbd15;
	white-space: nowrap;
}
#price_list table th.hdstnd{
	width:50%;
	color:white;
	background-color:green;
	white-space: nowrap;
}
#price_list table td.stnd{
	font-weight:bold;
	background-color:#f0fbd6;
}
#price_list table td.stnd_lft{
	text-align:left;
	font-weight:bold;
	background-color:#f0fbd6;
}
#price_list table td.subhead{
	font-weight: bold;
	text-align:left;
	background:#e6e6e6;
	white-space: nowrap;
}
#price_list table th.opt{
	color:white;
	font-weight: bold;
	background-color:#666666;
}
#price_list table thead th{
	background:#e6e6e6;
}

/* -------------------------------- 

セミナーコースリスト_table

-------------------------------- */
#seminar_list{
 margin:1em;

}

#seminar_list table{
	width: 100%;
	border-collapse: collapse;
}
#seminar_list table td,
#seminar_list table th{
	padding: 10px;
	border: 1px solid #c9c9c9;
	line-height:150%;
}
#seminar_list table th{
	font-weight: 600;
	text-align:center;
}
#seminar_list table th.subhead{
	background:#efefef;
}

#seminar_list table th.head1{
	width:48%;
	color:#333;
	background:#efefef;
	white-space: nowrap;
}
#seminar_list table th.head2{
	width:29%;
	color:#333;
	background:#efefef;
	white-space: nowrap;
}
#seminar_list table th.head3{
	width:22%;
	color:#333;
	background:#efefef;
	white-space: nowrap;
}
#seminar_list table td{
	text-align:left;
	background-color:#fff;
}
#seminar_list table td.head3{
	text-align:center;
	vertical-align: middle;
	padding: 5px;
}

#seminar_list table td.subhead{
	font-weight: 600;
	text-align: center;
	background:#ffff;
	white-space: nowrap;
	margin-bottom:1em;
	font-size:1.1em;
	padding:1em 0;
}
#seminar_list table td.subhead span{
	font-size:0.8em;
	color:#333;
	line-height:1.5em;
	font-weight:normal;

}
#seminar_list table td img{
	text-align:center;
	padding:1em 1em 0.5em 1em;
}

#seminar_list table th.opt{
	color:white;
	font-weight: bold;
	background-color:#666666;
}
#seminar_list table thead th{
	background:#e6e6e6;
}



/* -------------------------------- 

認定者制度リスト_table

-------------------------------- */
#nintei_list{
 margin:0 auto;
}

#nintei_list table{
 margin:1em auto;
	width: 60%;
	border-collapse: collapse;
}
#nintei_list table td,
#nintei_list table th{
	padding: 10px;
	border: 1px solid #c9c9c9;
	line-height:1.5em;
}
#nintei_list table th{
	font-weight: 600;
	text-align:center;
}
#nintei_list table th.subhead{
	background:#efefef;
	text-align:center;
}

#nintei_list table th.head1{
	width:50%;
	color:#333;
	background:#efefef;
}
/*#nintei_list table th.head2{
	width:25%;
	color:#333;
	background:#efefef;
}
#nintei_list table th.head3{
	width:25%;
	color:#333;
	background:#efefef;
}*/
#nintei_list table td{
	text-align:left;
	background-color:#fff;
}
#nintei_list table td.head3{
	text-align:center;
	vertical-align: middle;
	padding: 5px;
}

#nintei_list table td.subhead{
	font-weight: 600;
	text-align: left;
	background:#eafefa;
	padding:5px
}
#nintei_list table td img{
	text-align:center;
}

#nintei_list table th.opt{
	color:white;
	font-weight: bold;
	background-color:#666666;
}
#nintei_list table thead th{
	background:#e6e6e6;
}
/* -------------------------------- 

土木特設ページ

------------------------------- */

.doboku_about {
	width: 95%;
	margin:0 auto;
	padding:10px;
}


/* -------------------------------- 

動作環境

-------------------------------- */

#system dl{
	color:#333333;
}
#system dl dt{
	color: #06893b;
	font-size: 150%;
	font-weight: bold;
	margin: 10px 0 5px 5px;
	padding-left:15px;
}
#system dl dd {
	margin: 0px 0 5px 35px;
	padding:0;
}
#system dd {
		font-size: 130%;
}

p.sml {
		margin: 10px 0 5px 0px;
		font-size: 80%;
		line-height:1.5;
}
		
/* 動作環境　ino*/

#operatingE{
	width:100%;
	box-sizing:border-box;
	padding:0 1em;
	margin:2em auto;
	text-align:left;
}

#operatingE h2{
	font-weight:bold;
	font-size:2em;
	margin-bottom:1em;
	padding:1em 1em 0.5em 0;
	text-align:center;
	padding-right:0;
}
#operatingE h4{
	font-weight:700;
	margin-bottom:0.5em;
	font-size: 20px;
	line-height:1.5em;
}
#operatingE dl{
background-color: rgba( 168, 216, 200, 0.80 );
width: 100%;
margin-bottom:1em;
line-height:1.5em;
}
#operatingE dt,#operatingE dd{
padding:  1em;
}
#operatingE dl dd {
	background: #f0f0f0;
	border-top: 1px solid #fff;
}
#operatingE dl dd span
/*, #price dl span,#functionC dl span*/{
	display:inline-block;
}
#operatingE dl dd {
	background: #f5f5f5;
	border-top: 1px solid #fff;
}
#operatingE dl dd span
/*, #price dl span,#functionC dl span*/{
	display:inline-block;
}

#operatingE .onpre{
	padding:1em;
	background-color:#efefef;
}

p.question {
        cursor: pointer;
        font-size:0.8em;
		margin-left: 1.2em;
}
p.question:hover {
        /* text-decoration: underline; */
}
p.answer {
        display: none;
        background: #f2f2f2;
        margin-left: 1em;
		margin-bottom: 0.8em;
        padding: 10px;
        font-size:0.8em;
}



/* -------------------------------- 

ダウンロード

-------------------------------- */

#DL_area{
	width:100%;
}

#DL_area div{
	float:left;
    padding:10px
}

#DL_area table{
         border:1px solid #999999;
         border-collapse:collapse;
         margin:5px auto 5px auto
}
#DL_area th{
         border-collapse:collapse;
         padding:5px
}




/* -------------------------------- 

サポートメニュー

-------------------------------- */
#sapNavi,#manNavi{
	margin: 50px 0 50px 0;
}
#sapNavi li{
	list-style:none;
	margin: 15px 0 20px 0;
}

#manNavi li{
	margin: 15px 0 20px 0;
}
.manNavittl h3{
	color:#333333;
	font-weight:bold;
}

/* -------------------------------- 

@media only screen and (max-width:800px)

-------------------------------- */

@media only screen and (max-width:800px){
#price_list table{
		display: block;
	}
#price_list table thead{
			display: none;
		}
#price_list table tbody{
			display: block;
		}
#price_list table tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
#price_list table tbody th,
#price_list table tbody td{
				display: list-item;
				border: none;
			}
#price_list table tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #000;
				text-align:left;
			}
#price_list table tbody td{
				list-style-type: none;
				margin-left: 20px;
				padding: 0;
				text-align:left;
			}
#price_list table tbody td:nth-of-type(1):before { content: ""; }
#price_list table tbody td:nth-of-type(2):before { content: "【フリー】"; }
#price_list table tbody td:nth-of-type(3):before { content: "【スタンダード】"; }


#seminar_list table{
		display: block;
	}
#seminar_list table thead{
			display: none;
		}
#seminar_list table tbody{
			display: block;
		}
#seminar_list table tbody tr{
				display: block;
				margin-bottom: 2em;
			}
#seminar_list table tbody th,
#seminar_list table tbody td{
				display: list-item;
				border: none;
			}
#seminar_list table tbody th{
				margin-bottom:1.5em;
				list-style-type: none;
				color: #fff;
				background: #000;
				text-align:left;
			}
#seminar_list table tbody td{
				list-style-type: none;
				/*margin-left: 20px;*/
				padding: 0;
				text-align:left;
			}
#seminar_list table tbody td:nth-of-type(1):before { content: ""; }
#seminar_list table tbody td:nth-of-type(2):before { content: ""; }
#seminar_list table tbody td:nth-of-type(3):before { content: "【対象】"; }



#nintei_list table{
		display: block;
	}
#nintei_list table thead{
			display: none;
		}
#nintei_list table tbody{
			display: block;
		}
#nintei_list table tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
#nintei_list table tbody th,
#nintei_list table tbody td{
				display: list-item;
				border: none;
			}
#nintei_list table tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #000;
				text-align:left;
			}
#nintei_list table tbody td{
				list-style-type: none;
				margin-left: 0;
				padding: 0;
				text-align:left;
			}
#nintei_list table tbody td:nth-of-type(1):before { content: ""; }
#nintei_list table tbody td:nth-of-type(2):before { content: "【初級】"; }
#nintei_list table tbody td:nth-of-type(3):before { content: "【中級～】"; }



}


/* --------------------------
     セミナー
-------------------------- */

.seminarttl h2 {
	font-size: 1.5em;
	color:#333;
	text-align: center;
	line-height: 1.8em;
	padding:10px;
	font-weight:bold;
	border-bottom:2px solid #067f55;
}
#seminar h3 {
	font-size: 1.3em;
	color:#fff;
	text-align: center;
	line-height: 1.5em;
	padding:10px;
	font-weight:bold;
	background:#006600; 
	margin-top:1em;
}
#seminar h5{
	font-size:120%;
	color:#f1770a;
	text-align: center;
	line-height: 1.5em;
	padding:10px 0;
	font-weight:600;
	}
.seminarttl h2 .tko{
		background: #fc9447;
		color:#fff;
		padding:0.1em 0.5em;
		font-size:90%;
}
.seminarttl h2 .osk{
		background: #4e9f2f;
		color:#fff;
		padding:0.1em 0.5em;
		font-size:90%;
}
.seminarttl h2 .FUK{
		background: #1478cf;
		color:#fff;
		padding:0.1em 0.5em;
		font-size:90%;
}
.seminarttl h5{
	font-size:130%;
	color:#333;
	text-align: center;
	line-height: 1.5em;
	padding:10px;
	font-weight:600;
	border-bottom:2px solid #067f55;
	}



#seminar{
	max-width:1180px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing:border-box;
}
#seminar .seminarCon{
	width:100%;
	margin:0 auto;
	padding:2em 1em;
	line-height:1.5em;

}

.seminarTable{
	max-width:980px;
	margin: 0 auto;
	padding:1em;
}

.flex{
	width:90%;
    display: flex;
    justify-content: space-between;
    margin:20px auto;
}

.flex .image{
    padding:0;

}
.flex .image img{
	width:100%;
	margin:0 auto;
	}
.flex .desc{
  width: 100%;
  border-radius: 10px;
  background:#eee;
  padding: 20px;
  font-size:1.3em;
  line-height:2em;
}
.flex .desc1{
  width: 100%;
  border-radius: 10px;
  background:#fef7f0;
  padding: 20px;
  font-size:1.3em;
  line-height:2em;
}
.flex .desc2{
  width: 100%;
  border-radius: 10px;
  background:#fef7f0;
  padding: 20px;
  line-height:1.5em;
}
.flex .desc3{
  width: 100%;
  border-radius: 10px;
  background:#f5f5f5;
  padding: 20px;
  line-height:1.5em;
}
.flex .desc3 a{
	color:#333;
	}

.size{
  color:#f1770a; /*オレンジにする*/
}
.box18{
    margin:2em 0;
    position: relative;
    width:90%;
    margin:1em auto;
    padding: 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}

#seminar .seminarAttn{
	margin:2em 0;
	line-height:1.5em;
	padding:0.5em 1em;
	background:#efefef;
}

#seminar h3{
	font-size:1.8em;
	background:none;
	color:#333;
}

#seminar hr {
  height: 8px;
  background-image: repeating-linear-gradient(-45deg, #3e9a53 0, #3e9a53 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
}

#seminar p{
	padding-bottom:0.5em;
}
#seminar .b{
	font-weight:600;
}

#seminar dl{
	background:#eafefa;
	color:#fff;
	width: 100%;
	margin:1em 0;
	line-height:1.5em;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
#seminar dt{
	padding: 0.5em 0.5em 0.5em 1em;
	color:#333;
}

#seminar dd{
	padding: 0.5em 0.5em 0.5em 1em;
	background-color:#fff;
	color:#333;
}
	
#seminar dl dt {
border-top: 1px solid #c9c9c9;
clear: left;
float: left;
width: 20%;/*dtの幅*/
padding:0.8em;
}
#seminar dl dd {
border-top: 1px solid #c9c9c9;
border-left: 1px solid #c9c9c9;
margin-left: 20%;/*ddの左マージン dtと同じ値にすること*/
text-align:left;
padding:0.8em 1em 1em 1em;
line-height:1.5em;
}

/*ウェビナー*/

#webinar dl{
	background:#1766be;
	color:#fff;
	width: 100%;
	margin:2em 0;
	line-height:1.5em;
}
#webinar dd{
	padding: 0.5em 0.5em 0.5em 1em;
	background-color:#f5f8fc;
	color:#333;
}
/*ウェビナー　end*/

.entryButton{
	text-align:center;
}
.entryButton a{
	position: relative;
	display: inline-block;
	width: 350px;
	padding: 0.8em;
	margin:0 0 0.5em 0;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #fc9447;
	border-bottom: 2px solid #d48b47;
	border-radius: 30px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight:bold;
}
/*.entryButton:active {
	border-bottom: 2px solid #26C6DA;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}*/

.entryButtonOSK{
	text-align:center;
}
.entryButtonOSK a{
	position: relative;
	display: inline-block;
	width: 300px;
	padding: 0.8em;
	margin:0 0 0.5em 0;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #4e9f2f;
	border-bottom: 2px solid #00838F;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight:bold;
}
/*.entryButtonOSK:active {
	border-bottom: 2px solid #fc9447;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}*/
.entryButtonFUK{
	text-align:center;
}
.entryButtonFUK a{
	position: relative;
	display: inline-block;
	width: 300px;
	padding: 0.8em;
	margin:0 0 0.5em 0;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #1478cf;
	border-bottom: 2px solid #00838F;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight:bold;
}

/* --------------------------
     スマホ向け
-------------------------- */
@media only screen and (max-width: 480px) {

header {
    margin: 0.5em auto 1em;
}
header #logo {
    margin-bottom: 0.5em;
    width: 50%;
}
#right_btn{
	float:right;
	width: 20%;
}

#yacho,
#gemba {
   width: 30%;
}
#dld {
	width: 20%;
	padding:3px;
}
#left_btn,
#top_btn,
#trial,
#contact,
#media,
#contact02 {
	width: 20%;
	padding:3px;
}
header ul.right li {
   margin-bottom: 1em;
}
.btn_area {
    margin-left: 0;
}
.news_main {
    padding-top: 10px;
}
.news_main h2 {
    font-size: 1.0em;
}
.news_area::before {
    left: 35%;
}
.news_area dl dt {
    font-size: 1.0em;
}
.news_area dl dd {
    padding: 0;
	line-height:1.5em;

}
.left_box {
    width: 100%;
}
.left_box h3 {
    font-size: 1.8em;
}
.left_biz h3 {
    font-size: 1.3em;
    color: #6699cc;
    font-weight: bold;
    line-height: 1.5em;
}


.about_area:before,
.about_area:after,
.feature_area:before,
.feature_area:after {
    left: 40%;
}
.left_inta img {
    width: 68%;
}
.feature_area .sub_feat {
    width: 100%;
    margin: 0;
}
.txt_area {
    margin-left: 0;
    width: 100%;
}
.title_feat img {
    margin: 0 auto;
    display: block;
    float: none;
}
.main_motion h2 {
    font-size: 2em;
}
.motion_area{
    padding: 0px;
    margin: 15px 0;
}
.txt02 {
    font-size: 1.5em;
}
.Inquiry_btn {
    width: 75%;
}
.list_links {
    float: none !important;
}
.list_links:first-child {
    width: 100% !important;
    margin-left: 2em !important;
}
.list_links:nth-child(2) {
  width: 100% !important;
  margin-left: 2em !important;
}
.list_links:nth-child(3) {
  width: 100% !important;
  margin-left: 2em !important;
}
.list_links:nth-child(4) {
  width: 100% !important;
  margin-left: 2em !important;
}
.copyRight {
  margin-left: 10px !important;
}
.tw_plgin {
		padding:0 0 10px 0;
}
.mov {
   flex-direction: column;
  }
  
	
#seminar dl{
	background-color:/*#0a9f6b*/#eafefa;
	color:/*fff*/#333;
	width: 100%;
	margin:2em 0;
	line-height:1.8em;
}


#seminar dt{
	padding: 0.5em;
	font-size:1.1em;
	font-weight:500;
}

#seminar dd{
	padding: 0.5em 0.5em 0.5em 1em;
	background: #F0F8FF;
	color:#333;
}

#seminar{
	width:100%;
	box-sizing:border-box;
	margin:0 auto;
	padding:0 1em 2.5em;
	line-height:1.5em;
	overflow:hidden;
}

#seminar h3{
	font-size:1.4em;
	}

#seminar .flex{
	display:inline-block;
	width:100%;
	margin:0 auto;
	}

#seminar .image {
	width:70%;
	margin:0 auto;
	}
#seminar .flex .desc{
	width:100%;
	margin:0 auto;
	}

/*ウェビナー*/
#webinar dl{
	background:/*#1766be*/#eafefa;
	color:#fff;
	width: 100%;
	margin:2em 0;
	line-height:1.5em;
}
#webinar dd{
	padding: 0.5em 0.5em 0.5em 1em;
	background: #fff;
	color:#333;
}
/*ウェビナー　end*/


.Function p {
	margin: 0.5em 0;
}
.Function ul li {
	margin-left:0.5em;
	line-height:1.5em;
}

.pc{
	display:none;
}
#seminar_list table td.subhead{
	background:#efefef;
}
#seminar_list table td img{
	text-align:center;
	padding:1em 0 0;
}
}

@media only screen and (min-width:481px) and (max-width:767px){
header #logo {
   float:none;
   width:30%;
}
header ul.right {
   float:none;
}
#right_btn{
	width: 15%;
	float:right;
}

#yacho{
   width: 30%;
}

#dld {
	width: 15%;
	padding:3px;
}
#left_btn,
#top_btn,
#contact,
#media {
	width: 15%;
}
#contact02 {
   width: 54%;
}
.Inquiry_btn {
    width: 80%;
}
.copyRight {
  float: none !important;
  margin-left: 10px !important;
}
.tw_plgin {
		padding:0 0 10px 0;
}

}
/* --------------------------
     タブレット向け
-------------------------- */
@media only screen and (max-width: 768px) {
.con

 {
			/*width: 60%;*/
			/*margin: 0 auto;*/
}
header ul.right li {
			margin-bottom: 1em;
}


#right_btn{
	width: 15%;
	float:right;
}

.trialbeta {
			margin-left: 0;
			width: 30%;
}
.ddl {
			float:left;
			margin-left: 10px;
			width: 40%;
}
.Inquiry {
			width: 40%;
}
.fb_plgin {
			width: 40%;
}
.tw_plgin {
			margin-right: 10px;
			width: 40%;
}
.seminarttl h2 {
	font-size:1.4em;
}
#menuList{
	margin:0 auto;
} 
#menuList ul li {
	width: 108px;
	height: 40px;
	float: left;
	border-left: #aaa 1px solid;
	box-sizing: border-box;
	font-size:85%;
}

#seminar h3{
	font-size:1.5em;
	}
}



@media only screen and (max-width: 1023px) {
.trialbeta {
			margin-left: 20px;
			width: 25%;
}
.left_biz h3 {
    font-size: 1.8em;
    color: #6699cc;
    font-weight: bold;
    line-height: 1.5em;
}
.ddl {
			float:left;
			margin-left: 25px;
			width: 25%;
}

.Inquiry {
			width: 25%;
}
.right_feat {
}
.fb_plgin {
			width: 44%;
}
.tw_plgin {
			margin-right: 10px;
			width: 44%;
}
.right_feat {
}

#yacho{
   width: 20%;
}
#dld,
#trial,
#contact{
	width: 18%;
	padding:6px 5px 5px 0;

}
#media {
	width: 18%;
	padding:6px 0 5px 0;
}
#seminar dl{
	background:/*#0a9f6b*/#eafefa;
	color:#fff;
	width: 100%;
	margin:2em 0;
	line-height:1.5em;
}

#seminar dd{
	padding: 0.5em 0.5em 0.5em 1em;
	background: /*#eafef7*/#fff;
	color:#333;
}
/*ウェビナー^*/
#webinar dl{
	background:/*#1766be*/#eafefa;
	color:/*#fff*/#333;
	width: 100%;
	margin:2em 0;
	line-height:1.5em;
}

#webinar dd{
	padding: 0.5em 0.5em 0.5em 1em;
	background: /*#f5f8fc*/#fff;
	color:#333;
}
/*ウェビナーend^*/
}
/* --------------------------
     PC向け
-------------------------- */
@media only screen and (min-width: 1024px) {
header {
	background-color: #fff;
	height: 70px;
	position: fixed;
	width: 100%;
	z-index: 100;
	margin-top: 0;
}
#yacho{
   width: 20%;
}
#media,
#dld,
#trial,
#contact{
	width: 20%;
	padding:6px 0px 0 0;
	text-align:right;
}
.con {
     max-width: 1180px;
     margin: 15px auto 0;
}
.right {
   float: right;
}
.main {
    padding-top: 90px;
}
.btn_area {
    width: 100%;
}
.trialbeta {
			margin-left: 20px;
			width: 30%;
}
.ddl {
			float:left;
   margin-left: 15px;
   width: 30%;
}
.Inquiry {
   width: 30%;
}
.fb_plgin {
   width: 500px;
}
.tw_plgin {
  margin-right: 10px;
   width: 500px;
}
.left_box {
    width: 62%;
    float: left;
}
.right_box {
    float: right;
}
.left_inta {
    width: 40%;
    float: left;
}
.right_you {
    width: 58%;
    float: right;
    padding-top: 0;
}

.left_inta2 {
    width: 50%;
    float: left;
}
.right_you2 {
    width: 50%;
    float: right;
    padding-top: 0;
    padding-bottom: 10px;
}
.right_you iframe {
    position: relative;
    height: 315px;
    width: 560px;
}



/*thanks.html動画用*/
.douga {
    width: 58%;
    padding-top: 5px;
}
.douga iframe {
    position: relative;
    height: 315px;
    width: 560px;
}


.left_biz {
    width: 60%;
    float: left;
}
.left_biz h3 {
    font-size: 2em;
    color: #6699cc;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.5em;
}

.right_bizimg {
    width: 40%;
    float: left;
}

.left_feat {
    float: left;
    width: 57%;
}
.title_feat {
}
.right_feat {
    float: right;
}

}
/* -------------------------------- 

PageTop

-------------------------------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #c4820e;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 20px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.8;
}
.pagetop a:hover {
    display: block;
    background-color: #84afa2;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:20px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 1.0;
}
/* -------------------------------- 

Footer

-------------------------------- */
footer {
  font-size:100%;
  color:#fff;
  background-color:#aaa;
  padding:1em;
  width:100%;
}

footer .menu {
	float:left;
}

footer .menu a {
	color:#fff;
}

footer address {
	float:right;
}
.footer_links {
    padding-top: 25px;
    max-width: 1180px;
    margin: 0 auto;
}
.footerNavi {
    max-width: 1180px;
    margin: 0 auto;
}

/* -------------------------------- 

clearfix 

-------------------------------- */
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.more-btn{
	background:#eafefa;
	border: 1px solid #0a9f6b;
	padding: 0 0.5em;
	border-radius: 20px;
	color: #333;
	display: inline-block;
}

.more-btn:hover{
	color: #eafefa;
	border: 1px solid #eafefa;
	background: #0a9f6b;
	transition: 0.2s ;

}