@charset "utf-8";
@import "html5reset-1.6.1.css";

body{
	background:#ffffff;
	margin: 0 auto;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	color:#333333;
	font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Open Sans","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.spBlock{
	display:none;
}
body.fixed{
	margin-top:54px;
}
input[type="submit2"] {
   -webkit-appearance: none;
}

p,th,td,dt,dd{
	color:#333333;
	font-size:14px;
	line-height:21px;
	font-weight:500;
}
li{
	font-size:14px;
	line-height:28px;
	color:#333333;
	list-style:none;
	font-weight:500;
}
.noteChk{
	position:relative;
	padding-left:17px;
}
.noteChk:before{
	content:"※";
	position:absolute;
	left:0;
	top:0;
}
a{
	color:#98bc64;
}
a:hover{
	text-decoration:none;
}
a:hover img{
	opacity:0.6;
}
a.btn{
	border:1px solid #98bc64;
	background:#98bc64;
	padding:10px 0;
	width:300px;
	margin:auto;
	display:block;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-weight:400;
	font-size:18px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
a.sidebtn{
	border:1px solid #98bc64;
	background:#98bc64;
	padding:8px 30px 6px;
	margin:auto;
	display:inline-block;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-weight:400;
	font-size:15px;
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
}

a.btnBlog{
	border:1px solid #98bc64;
	background:#98bc64;
	padding:10px 0;
	width:300px;
	margin:40px auto;
	display:block;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-weight:400;
	font-size:16px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
a.btn:hover,
a.btnBlog:hover,
a.sidebtn:hover{
	color:#98bc64;
	background:#ffffff;
}
li a,
p a{
	display:inline;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;
  overflow:hidden;
}  
p.index{
	font-size:15px;
	line-height:28px;
}
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }   
/* End hide from IE-mac */  

.inner{
	width:980px;
	margin:auto;
	padding:50px 0;
}
.inner_840{
	width:840px;
	margin:auto;
}
.inner.innerSeminar{
	padding:25px 0 50px;
}
h1.tit{
	font-size:24px;
	border-left: 4px solid #555555;
	padding:5px 0 5px 15px;
	color:#555555;
	margin-bottom:30px;
}
h1.tit span{
	font-size:14px;
	font-weight:normal;
	line-height: 23px;
}
h2.tit{
	font-size:24px;
	border-left: 4px solid #555555;
	padding:5px 0 5px 15px;
	color:#555555;
	margin-bottom:30px;
}
.contentBlog h2{
	font-size:24px;
	border-left: 4px solid #555555;
	padding:5px 0 5px 15px;
	color:#555555;
	margin-bottom:30px;
}
.blogBlock h3{
    font-size: 16px;
    padding: 10px 15px 8px;
    border-left: 3px solid #666666;
    background: #efefef;
    margin-bottom: 25px;
}

.termBlock h1{
	font-size:28px;
	border-left: 4px solid #27c0a2;
	padding:5px 0 5px 15px;
	color:#555555;
	margin-bottom:30px;
}
.termBlock h2{
	font-size:20px;
	border-left: 4px solid #555555;
	padding:5px 0 5px 15px;
	color:#555555;
	margin-bottom:30px;
}


.blue{
	color:#3946e8;
}
.orange{
	color:#e09126;
}
#content{
	min-height:500px;
}
/* 共通 */
header{
	position:relative;
	padding:25px 0;
}
header p{
	font-size:13px;
	line-height:21px;
	font-weight:400;
	float:left;
}
header p span{
	padding-top:30px;
	float: right;
    margin-left: 12px;
    padding-top: 42px;
}
header .byvost{position:absolute;top:0;left:190px;}
@media only screen and (max-width:812px){
header .byvost{position:absolute;top:30px;left:180px;}
}
@media only screen and (max-width:640px){
header .byvost{position:absolute;top:0;left:150px;}
}
@media only screen and (max-width:320px){
header .byvost{position:static; padding-top:10px;}
}
header .inner{
	padding:0;
	width:92%;
	position:relative;
}
.headerNav{
	float:right;	
	height:63px;
}
.wp_social_bookmarking_light_clear{
	display:none;
}
.headerNav li{
	float:right;
	margin:10px 0 0 10px;
}
nav.gnav{
	background:#000000;
	padding:10px 0;
}
nav.gnav.fixed{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:99999;
}
nav.gnav .inner{
	width: 1080px;
	padding:0;
}
nav.gnav li{
	float:left;
	color:#ffffff;
	border-left:1px solid #ffffff;
	padding:0px 15px;
	font-size:15px;
	line-height:15px;
	position:relative;
}
nav.gnav li.fin{
	border-right:1px solid #ffffff;
}
nav.gnav li a{
	color:#ffffff;
	text-decoration:none;
}
nav.gnav li a:hover{
	opacity:0.8;
	text-decoration:underline;
}
nav.gnav li ul{
	display:none;
	position:absolute;
	width:360px;
	left:0;
	padding:12px 10px;
	background: #000000;
	z-index:999;
}
nav.gnav li:hover ul{
	display:block;
}
nav.gnav li ul li{
	border:none;
	padding:15px 0 10px 15px;
}
footer{
	background:#ffffff;
	border-top:2px solid #f2f1ed;
	position:relative;
}
footer .inner{
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:20px 0;
}
footer p{
	font-size:13px;
	font-weight:300;
}
footer p strong{
	font-weight:600;
}
footer p.copy{
	background:#000000;
	text-align:center;
	padding:8px 0;
	color:#ffffff;
}
.footerTxt{
	float:left;
}
.footerLogo{
	float:right;
}


footer aside {
	padding:30px 0;
	background:#fdfdfd;
}
footer .FooterTitle{
	margin-bottom: 15px;
	font-size:23px;
	color:#0d2964;
}

footer ul.wp-tag-cloud{
	margin:0;
}
footer ul.wp-tag-cloud li{
	display: inline-block;
	margin:5px 1px;
}
footer ul.wp-tag-cloud li a{
	display:inline-block;
	font-size:14px;
	font-weight:normal;
	padding: 3px 15px;
	color:#ec9019;
	border: 1px solid #ec9019;
	border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-border-radius:6px;
	text-decoration:none;
	text-align:center;
}
footer ul.wp-tag-cloud li a:hover {
	color:#ffffff;
	background:#ec9019;
	border-color:#ec9019;
	text-decoration:none;
}


footer .ranking-box img{
	float:none;
	width:100%;
	max-width:100%;
	height:auto;
}
footer .ranking-box {
	counter-reset: wpp-ranking;
	margin-top:10px;
}
footer .ranking-box li {
	display: inline-block;
	width:16%;
	list-style-type: none;
	margin:0;
	padding: 0;
	position: relative;
}
@media screen and ( max-width: 813px ) {
footer .ranking-box li {
	width:24%;
}
}
@media screen and ( max-width: 415px ) {
footer .ranking-box li {
	width:49%;
}
}
footer .ranking-box li::before {
  background: rgba(0,0,0,0.8);
  border-radius: 0;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 8px 12px;
  position: absolute;
  top: 5px;
  left: 5px;
}
footer .ranking-box li:nth-child(1)::before {
  background:#ec9019;
}
footer .ranking-box li:nth-child(2)::before {
  background:#98bc64;
}
footer .ranking-box li:nth-child(3)::before {
  background:#0d2964;
}

footer .ranking_img{
	padding:5px;
}
footer .ranking_copy{
	padding:5px 10px 20px;
}
footer .ranking-box li a{
	text-decoration:none;
}
footer .ranking-box li a h3{
	color:#333333;
	font-size:14px;
	line-height:1.4;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* トップページ */
.mainTop{
	padding:60px 0;
	position: relative;
	background:url(/img/main_bg.jpg) center top no-repeat #0faad1;
}
.mainTop .inner{
	width:980px;
}
a.btn{
	margin:50px auto 30px
}
.about{

}
.osusume{
	margin:30px 0 15px;
}

.osusumeFirst{
	float:left;
	width:360px;
	padding:15px 25px;
	border:2px solid #3946e8;
		border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	height:210px;
	background:#ffffff;
}
.osusumeFirst h3{
	background:url(/img/bg_first.png)center center no-repeat #3946e8;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	margin-bottom:10px;
	text-align:center;
	font-size:15px;
	padding:8px 0;
	color:#ffffff;
	font-weight:400;
}
.osusumeCreate{
	// float:right;
	// width:360px;
	padding:10px;
	border:2px solid #e09126;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	// height:210px;
	background:#ffffff;
}
.osusumeCreate h3{
	background:url(/img/bg_creat.png)center center no-repeat #e09126;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	margin-bottom:10px;
	text-align:center;
	font-size:15px;
	padding:8px 0;
	color:#ffffff;
	font-weight:400;
}
.osusumeFirst li,
.osusumeCreate li{
	font-size:14px;
	line-height:28px;
}

.osusumeCreate p{
	font-weight:300;
	font-size:14px;
	line-height:21px;
	margin-top:10px;
}

.firstCourse .inner{
	background:url(/img/bg_firstcontent.png)no-repeat top right;
}
.creativeCourse{
	padding:10px 0 50px;
}
.firstCourse h2{
	background:url(/img/tit_first.png)center left no-repeat;
	font-size:28px;
	padding:10px 0 15px 40px;
	color:#3946e8;
	margin-bottom:10px;
}
.creativeCourse h2{
	background:url(/img/tit_creat.png)center left no-repeat;
	font-size:28px;
	line-height:28px;
	color:#e09126;
	padding:10px 0 15px 40px;
	margin-bottom:10px;
}
.firstCourse p,
.creativeCourse p{
	font-size:22px;
	color:#98bc64;
	line-height:34px;
	font-weight:bold;
	margin-bottom:15px;
}
.firstCourse ul,
.creativeCourse ul{
	margin-bottom:50px;
}
.firstCourse li,
.creativeCourse li{
	font-size:16px;
	line-height:38px;
}
.creativeCourse a.btn{
	margin-bottom:80px;
}

.privilege{
	padding:50px 0;
}
.privilege ul{
	padding:10px 0 10px 15px;
	background:#ffffff;
	border:3px solid #98bc64;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.privilege li{
	font-size:18px;
	line-height:40px;
	color:#555555;
}
.privilege li span{
	color:#98bc64;
	font-weight:bold;
}

.faq table{
	width:100%;
}
.faq tr th{
	padding:4px 15px;
	font-size:15px;
	line-height:30px;
}
.faq tr td{
	padding:4px ;
	font-size:15px;
	line-height:30px;
}
.faq tr.q{
	background:#efefef;
}
.faq tr.a th{
	padding-bottom:30px;
	padding-top:10px;
}
.faq tr.a td{
	padding-bottom:30px;
	padding-top:10px;
}

.ailab h3{
	font-size:18px;
	margin-bottom:10px;
}
.ailab h4{
	font-size:15px;
	margin-bottom:5px;
	line-height:32px;
}
.ailab p{
	font-size:15px;
}
.ailab li{
	font-size:15px;
	list-style:disc;
	margin-left:15px;
}
.ailabBlock{
	margin-bottom:35px;
}
.ailabBlock.fin{
	margin-bottom:80px;
}

.voice{
	padding:20px 0 50px;
}
.voice .voiceTxt{
	margin-bottom:20px;
	background:url(/img/ico_voice.png)no-repeat top left;
	padding-left:40px;
}
.voice p{
	background:#efefef;
	font-size:15px;
	padding:10px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.contact h2{
	text-align:center;
	font-size:26px;
	margin-bottom:15px;
	color:#555555;
	padding-bottom:5px;
	background:url(/img/tit_contact.png)no-repeat center center;
}
.reserveTable{
	width:100%;
	margin-bottom:30px;
}
.reserveTable th{
	background:#efefef;
	text-align:left;
	padding:15px 10px;
	border:1px solid #666666;
}
.reserveTable td{
	text-align:left;
	padding:15px 10px;
	border:1px solid #666666;
}
.innerBlog{
	width:980px;
	margin:auto;
	padding:15px 0 0;
}
.contentSeminar{
	float:left;
	width:700px;
}
.sideSeminar{
	float:right;
	width:240px;
	text-align:center;
}
.sideSeminar.fixed{
	left: 50%;
    margin-left: 250px;
    position: fixed;
    top:55px;
}
.sideSeminar li{
	font-size:13px;
	font-weight:bold;
}
.sideSeminar li a{
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}
.sideSeminar img{
	width:100%;
	height:auto;
}
.sideSeminar h3 {
    background: #1abc9c none repeat scroll 0 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: center;
}
/******************
  blog
********************/
html .SingleBlog {
	font-size: 62.5%;
}
body .SingleBlog {
	font-size: 1.6rem;
	line-height: 2;	
}
.SingleBlog p,
.SingleBlog ul,.SingleBlog ul li,
.SingleBlog ol,.SingleBlog ol li{
	font-size:18px;
	line-height:2;
}
.SingleBlog #cta-link .cta_button{
	font-size:18px !important;
}
.SingleBlog h1 {
    font-size: 20px;
    font-size: calc(2.0rem + ((1vw - 0.64rem) * 2.1429));
    line-height: 1.3;
}
.SingleBlog h2 {
    font-size: 18px;
    font-size: calc(1.8rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.3;
}
.SingleBlog h3 {
    font-size: 16px;
    font-size: calc(1.6rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.3;
}
@media (min-width:1200px) {
.SingleBlog h1 {
	font-size: 2.2rem;
}
.SingleBlog h2 {
	font-size: 2.0rem;
}
.SingleBlog h3 {
	font-size: 1.8rem;
}
}
@media screen and (max-width:640px) {
.SingleBlog h1{
	font-size: 1.8rem;
}
.SingleBlog h2{
	font-size: 1.7rem;
}
.SingleBlog h3{
	font-size: 1.4rem;
}
.SingleBlog p,
.SingleBlog ul,.SingleBlog ul li,
.SingleBlog ol,.SingleBlog ol li{
	font-size:16px;
}
}
.SingleBlog .contentBlog h2,
.SingleBlog .blogBlock h3{
	margin:50px 0 30px;
}
.SingleBlog .innerBlog{
	width:100%;
	margin:0 auto;
	padding:0;
}
.contentBlog{
	float:left;
	width:700px;
}
.side{
	float:right;
	width:240px;
}

.SingleBlog .contentBlog{
	float: none;
	width:96% !important;
	max-width:760px !important;
	margin:0 auto;
	padding:20px 0 0;
}

.bloghead {
    border-left: 3px solid #27c0a2;
    padding: 5px 0 5px 20px;
    margin-bottom:25px;
}
.contentBlog p{
	margin-bottom:25px;
}
.contentBlog img{
	margin:0 auto 10px;
	width:100%;
	height:auto;
	box-shadow: 0 0 2px 1px #bebebe;
	-moz-box-shadow:0 0 2px 1px #bebebe;
	-webkit-box-shadow:0 0 2px 1px #bebebe;
	border: 8px solid #ffffff;
	box-sizing:border-box;
}

.contentBlog .tagBox{
	margin:0;
	padding:30px 0 0;
	text-align:right;
}
.contentBlog p.tagTxt {
	margin:0;
	padding:0;
	display: inline-block;
	position: relative;
	margin-left:30px;
}
.contentBlog p.tagTxt::before{
	background: url(https://ai-kenkyujo.com/img/i_tag.png) center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
	content:'';
	width:30px;
	height:30px;
	position: absolute;
	padding: 0;
	font-weight: normal;
	left:-30px;
	top:1px;
}
.contentBlog .tagTxt span{
	display: inline-block;
	margin:2px;
}
.contentBlog .tagTxt span a{
	display:inline-block;
	background:#ec9019;
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	line-height:1;
	font-weight:normal;
	padding: 5px 10px;
	border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-border-radius:6px;
	text-decoration:none;
	text-align:center;
}

.blogSideList_txt p {
    color: #666666;
    font-size: 11px;
}
.blogSideList_txt h2 {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blogSideList_img {
    float: left;
    width: 40px;
}
.blogSideList_img img{
	width:40px;
	height:40px;
}
.blogSideList_txt {
    float: right;
    width: 190px;
}
.bloghead h1 {
    margin-bottom: 5px;
}
.bloghead h1 a{
	color:#555555;
	text-decoration:none;
}
.bloghead h1 a:hover{
	opacity:0.6;
}

.bloghead h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}
.bloghead .blogheadRight h2{
	border-left:none;
	padding-left:0;
}
.bloghead h2 a{
	color:#555555;
	text-decoration:none;
}
.bloghead h2 a:hover{
	opacity:0.6;
}

.bloghead p{
	margin-bottom:0;
}
.bloghead p.time {
	font-size:14px;
    color: #666666;
    margin-bottom: 5px !important;
}
.bloghead p.ctg {
	font-size:14px;
	position: relative;
	margin-left:30px;
}
.bloghead p.ctg::before{
	background: url(https://ai-kenkyujo.com/img/i_folder.png) center center;
	background-repeat: no-repeat;
	background-size:25px 25px;
	content:'';
	width:25px;
	height:25px;
	position: absolute;
	padding: 0;
	font-weight: normal;
	left:-30px;
	top:1px;
}
.bloghead p.ctg a{
	text-decoration:none;
	color: #ec9019;
}

.sideBlock{
	margin-bottom:40px;
}
.sideBlock h3{
    padding: 1.0em 0.8em;
    color: #494949;
    background: #f4f4f4;
    border-left: solid 5px #e85959;
    border-bottom: solid 3px #d7d7d7;
    margin: 20px 0;
}
.blogSideList {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.blogSideList_txt h2 {
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rankingSideList div {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.rankingSideList p.txt {
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height:1.5;
    width: 210px;
}
.rankingSideList p.num {
    background: #0098de none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 10px;
    margin-top: 4px;
    text-align: center;
    width:20px;
}
.side a{
	color:#555555;
}
.side li{
	font-size: 15px;
    line-height: 30px;
}
.side li:before{
	content: "- ";
    font-size: 11px;
}
.side li .children{
	margin-left:10px;
}
.side li .children li:before{
	content: "|- ";
    font-size: 11px;
}
.rankingSideList a{
	text-decoration: none;
}

/******************
 blog banner / TOC
********************/
.single_top{
	padding:20px 0;
}
.single_top .toc_widget_list li{
	font-weight: bold;
}
.single_top .toc_widget_list li ul li a {
	font-weight: normal;
}

.bnr_atcA img,
.bnr_atcB img{
	max-width:100%;
	height:auto;
	margin:0;
	padding:0;
	border:none;
	box-shadow:none;
}
.bnr_atcB{
	width:100%;
	margin:0 auto 30px;
	padding:0;
	text-align:center;
}
.bnr_atcA{
	width:100%;
	margin:0 auto 30px;
	text-align:center;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
	flex-direction: row;
}
.bnr_atcA .pc,
.bnr_atcA .sp{
	width:50%;
	margin:0;
	padding:0;
}
@media screen and ( max-width: 812px ) {
.bnr_atcA{
	display:block;
}
.bnr_atcA .pc{
	width:100%;
	padding:0;
}
.bnr_atcA .sp{
	display:none;
}
}
/***************************
 blog side => footer
****************************/
.SingleBlogSide{
	float: none;
	width:100%;
	margin:0 auto;
	padding:0;
}
.sideInner{
	width:96%;
	max-width:980px;
	margin:0 auto;
	padding:0;
}
.SingleBlogSide .sideTopBg{
	background: url(https://ai-kenkyujo.com/img/bg_blog_1.jpg) no-repeat;
	background-size:cover;
	background-position:top left;
	padding:50px 0;
}
@media screen and ( max-width: 812px ) {
.SingleBlogSide .sideTopBg{
	background-size: contain;
}
}
.SingleBlogSide .sideformTit{
	margin:10px auto 20px;
	padding:10px 5px;
	text-align:center;
	background: #000000;
	border:none;
	color:#ffffff;
	font-size:0.9rem;
}
.sideForm dl{
	margin:0 auto 15px;
	padding:0;
	border-bottom: 1px solid #999999;
}
.sideForm dl dt, .sideForm dl dd{
	font-size:1rem;
	text-align:left;
}
.sideForm dl dd{
	padding:0;
	margin:0 0 10px;
}
.sideForm input[type=text]{
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}
.sideForm input[type=text]:focus {
	border-color: #da3c41;
}
.sideForm input[type=text] {
	padding-left: 40px;
}
.sideForm .plicon{
	position:relative;
}
.sideForm .plicon:before{
	font-family: FontAwesome;
	content: '\f0e0';
	position:absolute;
	top:50%;
	left: 12px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index:1;
	color: #cccccc;
	font-size:18px;
}
.sideForm .info-submit{
	display: inline-block;
	width:80% !important;
	height:auto !important;
	cursor: pointer;
	padding: 10px 15px;
	border-radius: 5px;
	background:rgba(28,30,132,0.9) !important;
	border:none;
	border-bottom: solid 3px rgba(0,0,0,0.25);
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	overflow: hidden;
	line-height:normal;
}
.sideForm .info-submit:hover {
    transition: 0.6s;
	background:rgba(28,30,132,1) !important;
}

.SingleBlogSide .sideTit{
	margin:0 auto 15px;
	padding:none;
	text-align:center;
	background:none;
	border:none;
	color:#0d2964;
	font-size:1.3rem;
}
.SingleBlogSide .sideTit span{
	position: relative;
	display: inline-block;
	padding: 0 55px;  
}
.SingleBlogSide .sideTit span:before, .SingleBlogSide .sideTit span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height:1px;
  background-color:#0d2964;
}
.SingleBlogSide .sideTit span:before {
  left:0;
}
.SingleBlogSide .sideTit span:after {
  right: 0;
}
.SingleBlogSide a{
	color:#555555;
}
/**category**/
.SingleBlogSide .listCenter{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
	flex-direction: column;
}
.SingleBlogSide ul.ListCategory{
	margin:0 auto;
}
.SingleBlogSide li{
	font-size: 15px;
    line-height: 30px;
}
.SingleBlogSide li:before{
	content: "- ";
    font-size: 11px;
}
.SingleBlogSide li .children{
	margin-left:10px;
}
.SingleBlogSide li .children li:before{
	content: "|- ";
    font-size: 11px;
}
/**List**/
.SingleBlogSide .blogSideList_txt h4 {
    color: #333333;
    font-size: 14px;
	line-height:1.5;
    font-weight: bold;
	margin:0;
	padding:0;
}
.SingleBlogSide .blogSideList_txt .time {
	font-size:12px;
	color: #666666;
}
.SingleBlogSide a.listLink{
	text-decoration:none;
}
.SingleBlogSide .blogSideList{
	border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.SingleBlogSide .blogSideList_block{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	margin:0 auto;
	padding: 0;
}
.SingleBlogSide .blogSideList_img {
    float: none;
	margin-right: 15px;
	width: 40px;
	height: 40px;
}
.SingleBlogSide .blogSideList_img img{
	min-width: 40px;
	max-width: 100%;
	vertical-align: top;
}
.SingleBlogSide .blogSideList_txt {
    float: none;
    width: 100%;
}
/**ranking**/
.SingleBlogSide .rankingSideList div {
    border-bottom: 1px solid #cccccc;
    margin:0;
    padding:0;
}
.SingleBlogSide .rankingSideList .rankingBox {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	margin:0 auto;
	padding: 10px 0;
}
.SingleBlogSide .rankingSideList p.num {
	float: none;
	margin:0 10px 0 0;
	width: 20px;
	height: 20px;
	
    background: #0098de none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}
.SingleBlogSide .rankingSideList p.txt {
    float:none;
    font-size: 14px;
    font-weight: bold;
    line-height:1.5;
    width:100%;
}
/**tag**/
.SingleBlogSide .tag-cloud-link{
	display:inline-block;
	vertical-align:bottom;
	background:#fff;
	border:1px solid #bbb;
	color:#666;
	padding:6px;
	margin:2px;
	border-radius:1px;
	text-decoration:none;
	font-size:12px;
}
.SingleBlogSide .tag-cloud-link:hover{
	background:#ff870f; 
	color:#fff; 
	border:1px solid #bbb;
}

.SingleBlogSide .side2Box,
.SingleBlogSide .side3Box,
.SingleBlogSide .side4Box{
	width:100%;
}
.sideBoxin{
	margin:0 auto;
	padding:0 20px;
	box-sizing:border-box;
}
@media screen and ( min-width: 813px ) {
.SingleBlogSide .side2Box{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
    grid-template-rows: auto;
}
.SingleBlogSide .side2Box1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
}
.SingleBlogSide .side2Box2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}

.SingleBlogSide .side3Box{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
    grid-template-rows: auto;
}
.SingleBlogSide .side3Box1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
}
.SingleBlogSide .side3Box2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}
.SingleBlogSide .side3Box3 {
	-ms-grid-column:3;
	-ms-grid-column-span:1;
    grid-column: 3 / 4;
}


.SingleBlogSide .side4Box{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
    grid-template-rows: auto;
}
.SingleBlogSide .side4Box1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
}
.SingleBlogSide .side4Box2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}
.SingleBlogSide .side4Box3 {
	-ms-grid-column:3;
	-ms-grid-column-span:1;
    grid-column: 3 / 4;
}
.SingleBlogSide .side4Box4 {
	-ms-grid-column:4;
	-ms-grid-column-span:1;
    grid-column: 4 / 5;
}
}

.staffIntro{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	margin:0 auto;
	padding: 20px;
}
.staffIntro figure {
	margin-right: 20px;
	width: 60px;
	height: 60px;
}
.staffIntro figure img {
	min-width: 60px;
	max-width: 100%;
	vertical-align: top;
}
.staffIntro h4{
	font-size:16px;
	margin:0 0 10px;
}

.snsBox{
	max-width:375px;
	margin: auto;
	text-align:center;
	padding:20px 0 0;
}
.twitter-timeline,
.faceBook{
	width:100% !important;
	max-width:375px;
	margin:0 auto;
	height:400px !important;
}
/**archive**/
.SingleBlogSide .monthArchive {
    position: relative;
	width:100%;
}
.SingleBlogSide .monthArchive::after {
    position: absolute;
    top: 50%;
    right: 12px;
	z-index:0;
    margin: -2px 0 0 0;
    content:'';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 7px solid #333;
}
.SingleBlogSide .monthArchive select {
	cursor: pointer;
	width:100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	background:#ffffff;
	outline: none;
	border: 1px solid #333;
	border-radius: 50px;
	padding: 6px 14px;
	font-size: 14px;
	color: #333;
}
.SingleBlogSide .monthArchive select::-ms-expand {
    display: none;
} 

/****/
.alignleft{
	float:left;
	margin-bottom:20px;
}
.alignright{
	float:right;
	margin-bottom:20px;
}
.pageNav{
	border-top:3px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:20px 0 0;
	font-size:12px;
	margin-top:50px;
}

.pageNav a{
	font-size:12px;
}
.more-link {
    background: #98bc64;
    border: 1px solid  #98bc64;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 30px;
    padding: 2px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.more-link:hover{
	background: #ffffff;
	color:#98bc64;
}
.more-link span{
	display:none;
}



.blogheadLeft{
	float:left;
	width:90px;
}
.blogheadLeft img{
	width:100%;
	height:auto;
	border:none !important;
	box-shadow: 0 0 0 0 #ffffff !important;
	-moz-box-shadow:0 0 0 0 #ffffff !important;
	-webkit-box-shadow:0 0 0 0 #ffffff !important;
	margin-bottom:0 !important;
}
.blogheadRight{
	float:right;
	width:570px;
}
.blogHR{
	margin:10px 0 30px;
}

/**********************
 page-blog / archive
***********************/
.ArchiveBlog h1.tit{
	font-size:24px;
	border-left: 4px solid #555555;
	padding:5px 0 5px 15px;
	color:#555555;
	margin-bottom:30px;
}
.ArchiveBlog .blogTit{
	font-size:24px;
	padding:0;
	color:#555555;
	margin-bottom:30px;
}
.ArchiveBlog h1.tit span,
.ArchiveBlog .blogTit span{
	display:inline-block;
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
	vertical-align:middle;
}
@media screen and ( max-width: 812px ) {
.ArchiveBlog h1.tit span,
.ArchiveBlog .blogTit span{
	display:block;
}
}

.ArchiveBlog .bloghead{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	margin:0 auto 15px;
	border-left: 3px solid #27c0a2;
    padding: 5px 0 5px 20px;
}
.ArchiveBlog .bloghead .blogheadLeft {
    float: none;
	margin-right:15px;
	width: 90px;
	height: 90px;
}
.ArchiveBlog .bloghead .blogheadLeft img{
	min-width: 90px;
	max-width: 100%;
	vertical-align: top;
}
.ArchiveBlog .bloghead .blogheadRight {
    float: none;
    width: 100%;
}
@media screen and ( max-width: 812px ) {
.ArchiveBlog .bloghead .blogheadLeft {
	width: 50px;
	height: 50px;
}
.ArchiveBlog .bloghead .blogheadLeft img{
	min-width: 50px;
	max-width: 100%;
}
}
.ArchiveBlog .bloghead h2 {
	font-size:90% !important;
    line-height:1.5;
    margin:0 0 8px;
	padding:0;
	border:none;
}
.ArchiveBlog .bloghead h2 a{
	color:#555555;
	text-decoration:none;
}
.ArchiveBlog .bloghead h2 a:hover{
	opacity:0.6;
}
.ArchiveBlog .bloghead p.time {
	font-size:14px;
    color: #666666;
    margin-bottom: 5px !important;
}
.ArchiveBlog .exTxT p{
	font-size:1.0rem !important;
	line-height:1.7 !important;
}

/***footerBanner****/
.cr-act {
	background-image: url(https://ai-kenkyujo.com/img/bnr/cr-act_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 60px;
	background-size: cover;
}
.cr-act_container {
	max-width:980px;
	margin: 0 auto;
	padding: 60px 0px;
	text-align: center;
}
.cr-act_img_pc img {
	max-width: 100%;
}
.cr-act_img_sp {
	display:none;
}
.cr-act_img_sp img {
	max-width: 100%;
}
.cr-act_btn {
	margin-top: 40px;
}
.cr-act_btn a {
	background-image: linear-gradient(to right, #A2DE01, #F9FE18);
	width: 500px;
	margin: 0 30px;
	display: inline-block;
	border-radius: 40px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.30);
}
.cr-act_btn a img {
	max-width: 100%;
}
.cr-act ul {
	margin-top: 40px;
}
.cr-act ul li {
	color: #FFFFFF;
	display: inline-block;
	background:url(https://ai-kenkyujo.com/img/bnr/cr-act_list.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 6px 9px;
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px;
}
.cr-act ul li::before {
	content: "";
}
@media only screen and (max-width:840px){

.cr-act_container {
	padding: 40px 0px 50px;
}
.cr-act_img_pc {
	display:none;
}
.cr-act_img_sp {
	display:block;
}
.cr-act_btn {
	margin-top: 30px;
}

.cr-act_btn a {
	width: 80%;
	border-radius: 30px;
}
.cr-act_btn a img {
	height: 60px;
}
.cr-act ul {
	display:none;
}

}
/***footerfloatBtn***/
.appfloating{
	position: fixed;
	right: 8px;
	bottom: 8px;
	z-index:999;
	display: none;
}
.appfloating .circle {
	position: relative;
	text-align: center;
	background: #CC0033;
	height: 130px;
	width: 130px;
	border-radius: 50%;
   -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
   box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.appfloating .circle p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 130px;
	text-align: center;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
}
.appfloating .circle p::after {
	content:'';
	background:url(https://ai-kenkyujo.com/img/con_arrow.png);
	background-repeat:no-repeat;
	background-size: contain;
	width:30px;
	height:15px;
	display:block;
	text-align:center;
	margin:5px auto 0;
}
@media only screen and (max-width:840px){
.appfloating{
	right: 3px;
	bottom: 3px;
}
.appfloating .circle {
	height: 100px;
	width: 100px;
}
.appfloating .circle p {
	width: 100px;
	font-size:14px;
}
.appfloating .circle p::before {
	content:none;
}
}

.spNav{
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		text-align:center;
		z-index:9999;
}
.spNav a{
		display:block;
		width:100%;
		text-align:center;
		background:#98bc64;
		background:rgba(152,188,100,0.9);
		color:#ffffff;
		font-weight:bold;
		padding:15px 0 20px;
		font-size:16px;
		text-decoration:none;
}
.spNav a span{
		text-decoration:underline;
}
.spNav ul{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.8);
}
.spNav ul li{
	padding:10px 4%;
	border-bottom:1px solid #ffffff;
	font-size:20px;
}
.spNav ul li a{
	color:#ffffff;
	text-decoration:none;
}
.spImage{
	display:none;
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.blogTitImg{
	text-align:center;
	background:url(/img/bg_blog_tit.png)center center #f3f4f6 no-repeat;
	padding:5px 0;
}
.blogTitImg img.spImg{
	display:none;
}
.topSeminarList{
	margin-bottom:30px;
}
.topSeminarList h1{
	text-align:center;
	margin-bottom:35px;
	font-size:24px;
}
.topSeminarList li{
	width:310px;
	margin-right:25px;
	text-align:center;
	float:left;
	font-size:16px;
}
.topSeminarList li.fin{
	margin-right:0;
}
.topSeminarList li img{
	margin-bottom:10px;
}
.topSeminarList li a{
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}
.topSeminarList hr{
	margin:40px 0;
}
.topConsulting{
	background:url(/img/bg_service.jpg)center center #e5e0d4 no-repeat;
}
.topConsulting p{
	font-size:18px;
	line-height:34px;
	margin-bottom:5px;
	width:420px;
}
.topConsulting a{
	background:#98bc64;
	color:#ffffff;
	font-size:13px;
	line-height:13px;
	padding:8px 0 5px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:20px;
	display: inline-block;
	width:200px;
	text-align:center;
}
.topConsulting a:hover{
	opacity:0.8;
}
.inner.topBlog{
}
.topBlog h2.tit{
	margin-bottom:50px;
}
.topBlog .blogmore{
	text-align:center;
	margin-top:50px;
}
.topBlog .blogmore a{
	background:#98bc64;
	color:#ffffff;
	font-size:13px;
	line-height:13px;
	padding:8px 35px 5px;
	font-weight:bold;
	text-decoration:none;
}
.topBlog .blogmore a:hover{
	opacity:0.8;
}
.topBlog .blogheadRight{
	width: 880px!important;
}
table.cource td{
	padding:5px;
}
.topSeminarList table.cource td span.top{
	display:inline!important;
}
.topSeminarList table.cource td span.middle{
	display:none!important;
}
.ailabBlockInfo {
	margin-bottom:80px;
}
.ailabBlockInfo h1{
	margin:25px 0 50px;
	font-size:24px;
	font-weight:normal;	
}
.ailabBlockInfo p{
	font-size:16px;
	line-height:42px;
	margin-bottom:25px;
}
.mainSeminar{
	margin-bottom:40px;
}
.mainSeminar img{
	width:100%;
	height:auto;
}
.technicalLearnBlock{
	padding:18px;
}
.technicalLearnTxt{
	font-size:20px;
	font-weight:bold;
	color:#375fab;
	line-height:32px;
}
.technicalLearnTxt_01{
	float: left;
	width:410px;
}
.technicalLearnImg_01{
	float: right;
	margin-top:25px;
}

.technicalLearnTxt_02{
	float: right;
	width:365px;
}
.technicalLearnImg_02{
	float: left;
}

.technicalLearnTxt_03{
	float: left;
	width:410px;
}
.technicalLearnImg_03{
	float: right;
	margin-top:1px;
}

.technicalLearnTxt_04{
	float: right;
	width:380px;
}
.technicalLearnImg_04{
	float: left;
	margin-top:25px;
}
.technicalLearn h2{
	text-align:center;
	font-size:28px;
	color:#e09126;
	background:url(/img/bg_technical_tit)no-repeat center center;
}
.technicalLearn h2 span{
	background:#ffffff;
	padding:10px;
}
.technicalLearnBlockOther{
	background:#f2f2f2;
	padding:16px 0 1px;
	margin:15px 0;
}
.technicalLearnBlockOther h3{
	font-size:20px;
	margin-bottom:4px;
	line-height:32px;
	color:#375fab;
}
.technicalLearnBlockOther img{
	margin-bottom:2px;
}
.technicalLearnBlockOther p{
	font-size:14px;
	margin-bottom:15px;
	line-height:26px;
}
.technicalLearn{
	margin:65px 0 0;
}
.contentBlog .termBlock img{
	margin-bottom:5px;
}
.termBlock span.refer{
	font-size:11px;
	color:#666666;
}
.termBlock  hr{
	margin-bottom:50px;
}
#coupon_table, #cart #coupon_table{
	float:right;
	border:none;
	width:auto;
	margin:5px 0 15px;
}
#coupon_table td, #cart #coupon_table td{
	height:auto;
	text-align:right;
	border:none;
}
#cart #coupon_table td .used_coupon{
	width:auto;
}
#cart #coupon_table td .reset_coupon_button{
	margin-left:5px;
}
#purchase_form{
	margin-bottom:50px!important;
}
.soudanTxt{
	float:left;
}
.soudanImg{
	float:right;
	margin-right:30px;
}
.consultingTxt{
	float:left;
	width:620px;
}
.consultingTxt p{
	font-size:17px;
	margin-bottom:25px;
	line-height:36px;
}
.consultingImg{
	float:right;
}
.consultingBlock{
	margin-bottom:80px;
}
.consultingPoint li{
	font-size:21px;
	line-height:36px;
	margin-bottom:10px;
	font-weight:bold;
	background:url(/img/ico_point.png)no-repeat left center;
	padding-left:30px;
	color:#333333;
	margin-left:20px;
}
.consultingPoint ul{
	margin-bottom:50px;
	background:#f2f2f2;
	padding:13px 0 5px;
}
.consultingPoint h3{
	color:#4f6cba;
	font-size:24px;
	margin-bottom:30px;
}
.consultingTable p{
	font-size:16px;
	margin-bottom:25px;
}
.consultingTable table th{
	background:#4472c4;
	font-size:15px;
	padding:5px 10px;
	color:#ffffff;
	border:2px solid #ffffff;
}
.consultingTable table td{
	font-size:13px;
	padding:5px 15px;
	border:2px solid #ffffff;
	vertical-align:middle;
	height:70px;
}
.consultingTable table tr{
	background:#e9ebf5;
}
.consultingTable table tr.consultingTable1{
	background:#cfd6ea;
}
.consultingTable table td.consultingTabletit{
	font-weight:bold;
	width:180px;
	font-size:14px;
}
.consultingbefore{
	padding:15px;
	background:#f2f2f2;
	border:1px solid #666666;
	margin-bottom:20px;
}
.consultingafter{
	padding:15px;
	border:3px solid #4472c4;
	background:#deebf7;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.consultingbefore h3,
.consultingafter h3{
	margin-bottom:8px;
	font-size:18px;
}

.consultingbefore li{
	line-height:28px;
	list-style:disc;
	font-size:14px;
	margin-left:18px;
}	
.consultingafter p{
	line-height:28px;
	font-size:14px;
}	
.consultingOther li{
	list-style-type: square;
	font-size:18px;
	margin-bottom:25px;
	margin-left:30px;
}
.consultingOther ul{
	float:left;
}
.consultingOther img{
	float:right;
}
.consultingContact table.reserveTable{
	width:900px;
	margin:0 auto 30px;
}
.scheduleListSeminar{
	float:left;
}
.scheduleListSeminar li{
	font-size:14px;
	line-height:42px;
	padding-left:10px;
	font-weight:bold;
	cursor:pointer;
}
.scheduleListTable{
	float:right;
	width:735px;
}

.scheduleListTable table{
	width:100%;
	margin-bottom:30px;
}
.scheduleListTable table tbody tr:nth-child(1){
	display:none;
}
.scheduleListTable table th{
	background:#efefef;
	font-weight:bold;
	border:1px solid #ffffff;
	line-height: 42px;
	vertical-align:middle;
}
.scheduleListTable table td{
	border-bottom:1px solid #cccccc;
	padding:10px;
	text-align:center;
	vertical-align:middle;
}
.scheduleListTable table .skuquantity{
	width:15px;
	text-align:center;
}
.scheduleListTable table .skubutton{
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	background:#fda564;
	cursor:pointer;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	height:25px;
	padding: 0 10px;
	margin-bottom:5px;
	border:none;
}
.scheduleListTable table .skubutton:hover{
	opacity:0.6;
}

.disnon{
	display:none;
}
.scheduleListSeminar li.active{
	background:#efefef;
}
.scheduleListSeminar li:hover{
	text-decoration:underline;
}
.scheduleListSeminar li.active:hover{
	text-decoration:none;
}
#itempage table.skumulti{
	border:none!important;
	width:100%!important;
	margin-top:0!important;
}
#itempage table.skumulti td{
	border:none!important;
	padding-top:10px!important;
	padding-bottom:0!important;
}
#itempage table.skumulti th{
	border-bottom:none!important;
}
.scheduleListTable table.pc tr{
	border-bottom:0;
}
.scheduleListTable table.pc tr td.pcRental{
	display:block;
}



.consultingMain{
	padding:60px 0;
	position: relative;
	background:url(/img/bg_main.jpg) top center no-repeat #0faad1;
	background-attachment: fixed;
	text-align:left;
	margin-top:15px;
}
.consultingMain .inner{
	background:#ffffff;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	padding:40px 0 20px;
	box-shadow:0px 0px 16px 1px #bebebe;
	-moz-box-shadow:0px 0px 16px 1px #bebebe;
	-webkit-box-shadow:0px 0px 16px 1px #bebebe;
	border:1px solid #e9e9e9;
	position:relative;
}
.consultingMain h1{
	font-size:42px;
	line-height:60px;
	color:#0d2964;
	margin:0 auto 20px;
	margin-left:40px;
	letter-spacing:2px;
}
.consultingMain h1 strong{
	font-size:48px;
	color:#ec9019;
}
.consultingMain p{
	font-size:18px;
	line-height:36px;
	margin-bottom:20px;
	margin-left:40px;
}
.consultingMainBlock img{
	position:absolute;
	top:50px;
	right:0;
}
.consultingKadai{
	background:url(/img/bg_consulting.png);
	text-align:center;
}
.consultingKadai h2{
	font-size:30px;
	margin-bottom:40px;
}
.consultingKadai li{
	font-size:21px;
	line-height:36px;
	margin-bottom:10px;
	font-weight:bold;
	background:url(/img/ico_point.png)no-repeat left center;
	padding-left:30px;
	color:#333333;
	margin-left:40px;
	text-align:left;
}
.consultingKadaiBlock{
	background:#ffffff;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	padding:20px 0 0;
	margin-bottom:50px;
}
.consultingKadaiBlock h3{
	font-size:24px;
	padding:15px 0;
	font-weight:bold;
	background:#ec9019;
	color:#ffffff;
	position:relative;
	border-radius:0 0 10px 10px;	
}
.consultingKadaiBlock h3:after{
	content: "";
	position: absolute;
	bottom: -20px;
  	left: 50%;
  	margin-left:-20px;
  	border-top: 20px solid #ec9019;
  	border-left: 20px solid transparent;
  	border-right: 20px solid transparent;
}
.consultingAbout h2{
	font-size:30px;
	text-align:center;
	line-height:40px;
	margin-bottom:30px;
}
.consultingAbout h2 span{
	font-size:20px;
	font-weight:normal;
}
.consultingAbout table{
	border-collapse: separate;
} 
.consultingAbout td {
	padding:10px 15px;
	font-size:16px;
	line-height:28px;
	vertical-align:middle;
	height:100px;
}
.consultingAbout td.conTableTit{
	font-size:18px;
	color:#666666;
	font-weight:bold;
	width:180px;
	padding:20px 0 10px 30px;
	border-radius: 80px 0 0 80px;		/* CSS3草案 */
	position:relative;
}
.consultingAbout td.conTableTit img{
	position:absolute;
	left:0;
	top:0;
}
.consultingAbout td.conTableTit span{
	font-size:14px;
}
.conTable01 .conTableTit{
	background:#ededed;
}
.conTable01 td{
	border-bottom:10px solid #ededed;
	border-right:10px solid #ededed;
}
.conTable02 .conTableTit{
	background:#f5f5f5;
}
.conTable02 td{
	border-bottom:10px solid #f5f5f5;
	border-right:10px solid #f5f5f5;
}
.consultingAbout th img{
	vertical-align:middle;
}
.conTable_mokuteki{
	background:#9baecc;
	color:#ffffff;
	font-size:26px;
	text-align:center;
	vertical-align:middle;
	border-right:10px solid #ffffff;
	padding:10px 0;
}
.conTable_koka{
	background:#ec9019;
	color:#ffffff;
	font-size:26px;
	text-align:center;
	vertical-align:middle;
	border-right:10px solid #ffffff;
	padding:10px 0;
}
.consultingCase{
	background:url/img/bg_consulting.png);
}
.consultingCase h2{
	font-size:30px;
	text-align:center;
	line-height:40px;
	margin-bottom:30px;
}
.consultingCase h2 span{
	font-size:20px;
	font-weight:normal;
}
.consultingCaseLeft{
	float:left;
	width:435px;
	margin-left:25px;
}
.consultingCaseRight{
	float:right;
	width:435px;
	margin-left:25px;
	margin-right:25px;
}
.consultingCaseLeft,
.consultingCaseRight{
	position:relative;
	border-bottom:10px solid #a3dbd0;
}
.consultingCaseLeft img,
.consultingCaseRight img{
	position:absolute;
	top:-30px;
	left:-25px;
}
.consultingCaseLeft h3,
.consultingCaseRight h3{
	background:#a3dbd0;
	margin-bottom:25px;
	color:#ffffff;
	font-size:22px;
	text-align:center;
	padding:20px 0;
	margin-left:75px;
}
.consultingCaseLeft li,
.consultingCaseRight li{
	padding:10px 15px;
	background:#ffffff;
	margin:0 0 15px 0;
	font-size:16px;
	line-height:26px;
}
.consultingCaseafter{
	border:3px solid #ec9019;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	background:#ffffff;
}
.consultingCaseafter h3{
	color:#ffffff;
	font-size:22px;
	background:#ec9019;
	text-align:center;
	padding:15px 0;
}
.consultingCaseafter p{
	font-size:16px;
	line-height:26px;
	padding:10px 20px;
}
.consultingOther h2{
	font-size:30px;
	text-align:center;
	line-height:40px;
	margin-bottom:30px;
}
.consultingContact h2{
	font-size:30px;
	text-align:center;
	line-height:40px;
	margin-bottom:30px;
}
.consultingContact p{
	font-size:16px;
	text-align:center;
	line-height:26px;
	margin-bottom:30px;
}
.consultingContact{
	background:#fcfcfc;
}
.consultingContact td{
	background:#ffffff;
}

.popFlow{
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.8);
	z-index:9999;
}
.popFlowContent{
	background:#ffffff;
	text-align:center;
	width:820px;
	margin:auto;
	padding:50px 50px 20px;
	top:50%;
	margin-top:-265px;
	position:absolute;
	left:50%;
	margin-left:-460px;
}
.popFlowContent p{
	margin-bottom:50px;
	font-size:24px;
	font-weight:bold;
}
.popFlowContent a{
	font-weight:bold;
	font-size:18px;
	color:#1abc9c;
	text-decoration:none;
	border:3px solid #1abc9c;
	display:block;
	margin-bottom:25px;
	cursor:pointer;
	padding:22px 0 20px;
}
.popFlowContent a:hover{
	opacity:0.8;
}
.popClose{
	position:absolute;
	top:15px;
	right:15px;
}
.popFlow.block{
	display:block!important;
}
.popBtn{
	cursor:pointer;
}


.courseBlock {
	text-align:center;
	margin:80px 0;
}
.courseBlock p{
	margin-bottom:50px;
	font-size:20px;
	font-weight:bold;
}
.courseBlock a{
	font-weight:bold;
	font-size:18px;
	color:#1abc9c;
	text-decoration:none;
	border:3px solid #1abc9c;
	display:block;
	margin-bottom:25px;
	cursor:pointer;
	padding:22px 0 20px;
}
.courseBlock a:hover{
	opacity:0.8;
}

/*******************************

  ai-biz-trip-seminar

********************************/
html #biztrip {
	font-size: 62.5%;
}
body #biztrip {
	color:#333333;
	font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Open Sans","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6em;
	line-height: 2;	
}

#biztrip h1 {
    font-size: 36px;
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
    line-height: 1.3;
}
#biztrip h2 {
    font-size: 24px;
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.3;
}
#biztrip h3 {
    font-size: 18px;
    font-size: calc(1.6rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.3;
}
@media (min-width:1200px) {
#biztrip h1 {
	font-size: 3.6rem;
}
#biztrip h2 {
	font-size: 2.4rem;
}
#biztrip h3 {
	font-size: 1.8rem;
}
}
@media screen and (max-width:640px) {
body #biztrip{
    line-height: 2;
}
#biztrip h1{
	font-size: 2.4rem;
}
#biztrip h2 {
	font-size: 2rem;
}
#biztrip h3 {
	font-size: 1.5rem;
}
}
#biztrip img{
	width:100%;
	height:auto;
}
#biztrip .center{
	text-align:center;
}
#biztrip .inn{
	width:96%!important;
	max-width:1080px;
	margin:0 auto;
	padding:0;
}
#biztrip .bg_f6f6f6{
	background:#f6f6f6;
}
#biztrip .bg_fff{
	background:#ffffff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	padding:30px;
}
#biztrip .cl_org{
	color:#ec9019;
}
#biztrip .cl_blue{
	color:#0d2964;
}
#biztrip .bg_grid{
  width:100%;
  height:260px;
  height:100%;
  background-image: linear-gradient(#fff 1px, transparent 0),
                    linear-gradient(90deg, #fff 1px, transparent 0),
                    linear-gradient(rgba(255,255,255,0.9) 1px, transparent 0),
                    linear-gradient(90deg, rgba(255,255,255,0.9) 1px, transparent 0);
  background-size: 40px 40px, 40px 40px, 20px 20px, 20px 20px;
  background-color:#f6f6f6;
}

.btn_blue {
	display:block;
	position:relative;
	width: 80%;
    color: #fff;
    background-color: #0d2964;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.28);
    border: none;
    padding: 3% 30px;
    font-size:1.1rem;
	font-weight:bold;
    margin: 30px auto 0;
	text-decoration:none;
	text-align:center;
}
.btn_blue::after {
	content: "→";
	position: absolute;
	right: 20px;
}
.btn_blue:hover {
	opacity: 0.7;
}


.btn{width:100%;}
.btn__link{
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition: .15s;
}
.btn__link::before{
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	right: 10px;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg);
}
.btn__link-normal{
	font-size:0.9rem;
	padding: 10px 20px;
	border-radius: 0;
	color: #ffffff;
	background: #0d2964;
	border: 1px solid;
}
.btn__link-normal:hover {
	color: #0d2964;
	background:#FFFFFF;
	border-color:#0d2964;
}


/*************** head ******************/
.containerHead{
	margin:20px auto 0;
	padding:0;
	background:url(/img/biztrip/biztrip_01d.jpg) top center no-repeat;
	background-size: cover;
}
.containerHead_inner{
	width:90%;
	margin:0 auto;
}
.containerHead_inner .copy_wrap{
	padding:50px 0;
}
@media screen and ( min-width: 813px ) {
.containerHead_inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 0.3fr 1.5fr 1fr;
	grid-template-columns: 0.3fr 1.5fr 1fr;
	-ms-grid-rows: auto 80px;
	grid-template-rows: auto 80px;
	width:100%;
}
.containerHead_inner .copy_wrap{
	-ms-grid-column:2;
	-ms-grid-column-span:1;
	grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span:1;
	grid-row: 1 / 2;
	z-index:1;
	padding:80px 0 0;
}
.containerHead_inner .img_wrap {
	-ms-grid-column:3;
	-ms-grid-column-span:1;
	grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span:2;
	grid-row: 1 / 3;
	z-index:0;
}
.containerHead_inner .img_wrap{
	background: url(/img/biztrip/biztrip_02.png) no-repeat right bottom;
	background-size:contain;
}
}

.containerHead h1{
	letter-spacing:0.1em;
	color:#ec9019;
	/*text-shadow:2px 2px 3px #FFFFFF;*/
	text-shadow:2px 2px 3px #0d2964;
}
.containerHead h1 span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	vertical-align:bottom;
	color:#ec9019;
}
.containerHead h2{
	margin-bottom:30px;
	/*color:#0d2964;*/
	color:#FFFFFF;
	/*text-shadow:2px 2px 3px #FFFFFF;*/
	text-shadow:2px 2px 3px #0d2964;
}
.containerHead .bg_fff h3{
	margin-bottom:10px;
	font-size:15px;
	color:#ec9019;	
}
.containerHead .bg_fff p{
	font-size: 1.0rem;
	line-height:1.7;
}
.containerHead .bg_fff p span{
	font-size:1.1rem;
	font-weight:bold;
	vertical-align:bottom;
}
#biztrip .containerHead .copy_wrap .bg_fff{
	position:relative;
	background:rgba(255,255,255,0.9);
}
#biztrip .button{
	margin: 30px auto 10px;
}

/*FeatureA**/
.featureA{
	overflow:hidden;
	background:#f6f6f6;
	background:url(/img/biztrip/biztrip_03.jpg) top right no-repeat;
	background-size: cover;
}
.featureA .contentBox{
	width:86%!important;
	max-width:1080px;
	margin:0 auto;
	padding:80px 62px;
	position:relative;
	z-index:1;
}
@media screen and (max-width:768px){
.featureA .contentBox{
	padding:80px 0;
	position: static;
}
.featureA .contentBox:after{
	display:none;
}
}
.featureA .contentBox .txt_long{
	margin-bottom:50px;
	font-size:44px;
	font-weight:700;
}
.featureA .contentBox .txt_long span{
	display:block;
	margin-top:5px;
	font-size:14px
}
@media screen and ( min-width: 813px ) {
.featureA .contentBox .txt_long{
	display:block;
	width:200px;
	height:60px;
	margin:auto;
	text-align:left;
	font-size:40px;
	font-weight:700;
	position:absolute;
	top:0;
	bottom:0;
	right:calc(100% - 200px);
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
	color:#0d2964;
}
.featureA .contentBox .txt_long span{
	display:block;
	margin-top:5px;
	font-size:18px;
	color: #333333;
}
}
.featureA .contentBox h2{
	display:block;
	margin-bottom:25px;
	text-align:center;
	line-height:1.5;
	letter-spacing:3.68px;
	color:#ec9019;
}
.featureA .contentBox .txt{
	margin-bottom:80px;
	text-align:center;
	font-size:1.0rem;
}
.featureA .featureList{
	display:block;
}
.featureA .contentBox .featureList li{
	display:block;
	width:50%;
	margin-left:auto;
	position:relative;
	z-index:1;
	-webkit-box-shadow:0 10px 20px rgba(0,0,0,.1);
	box-shadow:0 10px 20px rgba(0,0,0,.1);
	font-weight:bold;
	font-size:1.0rem;
	color:#0d2964;
}
.featureA .contentBox .featureList li .trg{
	padding:40px 20px 46px 90px;
	background:#fff;
	z-index:0;
}
.featureA .contentBox .featureList li:after{
	content:"";
	display:block;
	width:0;
	height:0;
	border:77px solid #ec9019;
	border-color:transparent #ec9019 #ec9019 transparent;
	position:absolute;
	bottom:-15px;
	right:-15px;
	z-index:-1;
}
.featureA .contentBox .featureList li:before{
	content:"";
	display:inline-block;
	width:60px;
	height:60px;	
	background-size: contain;
	vertical-align: middle;
	position:absolute;
	top:30px;
	left:20px;	
}
.featureA .contentBox .featureList li:nth-child(1):before{
	background-image: url(/img/biztrip/i_feature1.png);
}
.featureA .contentBox .featureList li:nth-child(2):before{
	background-image: url(/img/biztrip/i_feature2.png);
}
.featureA .contentBox .featureList li:nth-child(3):before{
	background-image: url(/img/biztrip/i_feature3.png);
}
.featureA .contentBox .featureList li:nth-child(1),
.featureA .contentBox .featureList li:nth-child(2),
.featureA .contentBox .featureList li:nth-child(3){
	margin:0 auto;
	margin-top:20px;
}
@media screen and ( max-width: 813px ) {
.featureA .contentBox .featureList li{
	width:80%;
}
.featureA .contentBox .featureList li:nth-child(1),
.featureA .contentBox .featureList li:nth-child(2),
.featureA .contentBox .featureList li:nth-child(3){
	margin:0 auto;
	margin-top:20px;
}
}
.featureA .contentBox .featureList li .figs{
	display:block;
	position:absolute;
	top:-10px;
	left:-30px;
	text-align:center;
	font-size:3.0rem;
	font-weight:bold;
	color:#0d2964;
	font-family:Arial, Helvetica, sans-serif;
}

/*FeatureB**/
@media screen and ( min-width: 813px ) {
#biztrip .box3{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}
#biztrip .box3_1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
}
#biztrip .box3_2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}
#biztrip .box3_3 {
	-ms-grid-column:3;
	-ms-grid-column-span:1;
    grid-column: 3 / 4;
}
}
.featureB{
	padding:50px 0;
	background:#ec9019;
}
.featureB dl{
	margin:20px;
}
.featureB dl dt{
	padding:10px;
}
.featureB dl dd{
	padding:10px 20px;
	text-align:left;
	font-size:1.0rem;
	font-weight:bold;
}

/*recom*/
@media screen and ( min-width: 813px ) {
#biztrip .Box2{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}
#biztrip .box2_1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
}
#biztrip .box2_2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}
}
#biztrip .recom{
	padding:50px 0;
}
#biztrip .recom .box2_1{
	padding:10px;
}
#biztrip .recom .box2_2{
	padding:10px 20px;
}
#biztrip .recom h2{
	text-align:center;
	margin-bottom:30px;
}
#biztrip .recom ul li{
	position:relative;
	margin: 0 0 20px 20px;
	padding-left:20px;
	list-style-type:none;
}
#biztrip .recom ul li:before{
	position: absolute;
    top: 0;
	left:-20px;
	content:"";
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 0 0 0;
	background: url(/img/biztrip/i_check.png) center center no-repeat;
	background-size: 20px 20px;
}

/*custom*/
.custom .custom_img{
	padding:80px 0;
	background-image:url(/img/biztrip/bg_dot.png), url(/img/biztrip/biztrip_04.jpg);
	background-size:3px 3px, cover;
	background-repeat:repeat,no-repeat;
	background-position:0 0, top center;
	background-attachment: fixed;
}
#biztrip .custom .custom_img .inn{
	width:76%!important;
}
#biztrip .custom .custom_img .bg_fff{
	background:rgba(255,255,255,1);
	padding:80px 40px;
}
.custom h2{
	margin-bottom:20px;
}
.custom .custom_txt{
	font-size:1.0rem;
	line-height:1.6;
}
.custom .custom_txt span{
	font-size:1.1rem;
	font-weight:bold;
	vertical-align:bottom;
}
.custom .custom_list{
	width:100%;
	margin:50px auto 0;
	padding:0;
	text-align:center;
}
.custom .custom_list li{
	display:inline-block;
	width:40%;
	margin:10px 10px 20px 10px;
}
.custom .custom_list li a{
    text-decoration:none;
}
@media screen and ( max-width: 813px ) {
#biztrip .custom .custom_img .inn{
	width:90%!important;
}
#biztrip .custom .custom_img .bg_fff{
	padding:50px 20px;
}
.custom .custom_list li{
	width:90%;
}	
}
.custom .custom_list li p{
	margin-top:10px;
}
.custom h3{
	padding:15px 0;
	color:#ffffff;
	background:#0d2964;
	background: linear-gradient(135deg, rgba(244,152,1,0.5), rgba(244,152,1,0.9),rgba(244,152,1,0.6));
	font-weight:normal;
}

.custom h3 span{
	display: inline-block;
	margin-left:10px;
}

.custom_ex{
	width:92%;
	width:95%;
	overflow:hidden;
	margin:0 auto;
	padding:0;
}
.custom_ex h4{
	color:#0d2964;
}


.custom_ex .TitleBox{
	width:90%;
	margin:0 auto;
	padding-top:30px;
	text-align:center;
}
.custom_ex h5 {
	display:block;
  position: relative;
  margin:0;
  padding: 5px 26px 5px 42px;
  background: #0d2964;
  font-size: 20px;
  color: #ffffff;
  margin-left: -33px;
  line-height: 1.3;
  border-bottom: solid 3px #ec9019;
  z-index:1;
}

.custom_ex h5:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: 0;
}

.custom_ex h5:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: 0;
}

.custom_ex .contentBox .Ol1_1,
.custom_ex .contentBox .Ol2_1,
.custom_ex .contentBox .Ol3_1,
.custom_ex .contentBox .Ol4_1{
	position:relative;
}
.custom_ex .contentBox .Ol1 .bg_fff,
.custom_ex .contentBox .Ol2 .bg_fff,
.custom_ex .contentBox .Ol3 .bg_fff,
.custom_ex .contentBox .Ol4 .bg_fff{
	padding:30px 20px !important;
}
.custom_ex .contentBox .figs{
	display: inline-block;
	margin:0;
	padding:0;
	width:50px;
	height:50px;
	line-height:50px;
	text-align: center;
	position:absolute;
	top:-25px;
	left:0;
	z-index:1;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	color:#ffffff;
	background:#ec9019;
	font-family:Arial, Helvetica, sans-serif;
}

.custom_ex .contentBox ul li{
	line-height:1.5;
	list-style: square;
	margin:0 0 0 18px;
	padding: 8px 0;
	border-bottom:1px dashed #cccccc;
}
.custom_ex .contentBox ul li:last-child{
	border:none;
}

.callout1 {
  width: 100%;
  margin: 0.5em 0;
  overflow: hidden;
}

.callout1 .iavatar {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.callout1 .iavatar img{
  width: 100%;
  height: auto;
  border: solid 3px #ffffff;
  border-radius: 50%;
}

.callout1 .chatting {
  width: 100%;
}

.chattxt {
  display: inline-block;
  position: relative; 
  margin: 5px 20px 0 105px;
  padding: 17px 13px;
  background: #ec9019;
}

.chattxt:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #ec9019;
}

.chattxt p {
  margin: 0;
  padding: 0;
  color:#ffffff;
}

#biztrip .conclusion{
	padding:60px 0;
	background:#ec9019;
	background-size:3px 3px;
	background-repeat:repeat;
	background-position:0 0;
}
#biztrip .conclusion h3{
	color:#0d2964;
}
#biztrip .conclusion p{
	color:#ffffff;
	line-height:1.8;
}
.conclusion .box2_1,
.conclusion .box2_2{
	padding: 20px;
}

/*form*/
.checkbox-rec .wpcf7-list-item{
	display: inline-block;
}
.checkbox-rec .first{
	margin-right:30px;
}


/*引用*/
blockquote {
    position: relative;
    padding: 18px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    border: solid 3px #c15757fa;
    border-left-width: 50px;
    margin: 10px;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -37px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f10d";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}


/*******************************

  human resorce development manufacturing

********************************/
html #hrdmA, html #sdA {
	font-size: 62.5%;
}
body #hrdmA, body #sdA {
	color:#333333;
	font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Open Sans","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	line-height: 2;	
}
#hrdmA p, #sdA p{
	font-size:18px;
	line-height:1.5;
}
#hrdmA h1, #sdA h1 {
    font-size: 36px;
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
	font-size: 22px;
    font-size: calc(2.2rem + ((1vw - 0.64rem) * 2.1429));
    line-height: 1.3;
}
#hrdmA h2, #hrdmA h3,
#sdA h2, #sdA h3 {
    font-size: 24px;
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.3;
}
#hrdmA h4, #hrdmA .captions,
#sdA h4, #sdA .captions {
    font-size: 18px;
    font-size: calc(1.6rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.3;
}
#hrdmA .TitleS, #sdA .TitleS {
    font-size: 16px;
    font-size: calc(1.4rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.3;
}
@media (min-width:1200px) {
#hrdmA h1, #sdA h1 {
	font-size: 3.6rem;
	font-size:2.2rem;
}
#hrdmA h2, #hrdmA h3,
#sdA h2, #sdA h3 {
	font-size: 2.4rem;
}
#hrdmA h4, #hrdmA .captions,
#sdA h4, #sdA .captions {
	font-size: 1.8rem;
}
#hrdmA .TitleS, #sdA .TitleS {
    font-size: 1.6rem;
}
}
@media screen and (max-width:640px) {
body #hrdmA, body #sdA{
    line-height: 2;
}
#hrdmA h1, #sdA h1{
	font-size: 1.1rem;
	font-size:1.1rem;
}
#hrdmA h2, #hrdmA h3,
#sdA h2, #sdA h3 {
	font-size: 1.8rem;
}
#hrdmA h4, #sdA h4 {
	font-size: 1.5rem;
}
#hrdmA .captions, #sdA .captions {
	font-size: 1.4rem;
}
#hrdmA .TitleS, #sdA .TitleS {
    font-size: 1.4rem;
}
}
#hrdmA img, #sdA img{
	width:100%;
	height:auto;
}
#hrdmA .orange, #sdA .orange{
	color:#f49801;
}
#hrdmA .brown, #sdA .brown{
	color:#633c00;
}
#hrdmA .bgorange{
	background-color:#f49801;
}
@media screen and (max-width:640px) {
#hrdmA h1 br, #sdA h1 br,
#hrdmA .nonbr br,
#sdA .nonbr br{
	display:none;
}
}
/**head**/
#hrdmA .HeadBox{
	margin:0 auto;
	padding:0;
	background-image:url(../../img/development/bg_dot.png), url(../../img/development/head_bg.jpg);
	background-size:3px 3px, cover;
	background-repeat:repeat,no-repeat;
	background-position:0 0, center center;
}
#sdA .HeadBox{
	margin:0 auto;
	padding:0;
	background-image:url(../../img/development/bg_dot.png), url(../../img/development/head_bg2.jpg);
	background-size:3px 3px, cover;
	background-repeat:repeat,no-repeat;
	background-position:0 0, center center;
}
#hrdmA .HeadBoxIn, #sdA .HeadBoxIn{
	width:90%;
	margin:0 auto;
	padding:80px 0;
	text-align:center;
}
#hrdmA .HeadBox2{
	margin:0 auto;
	padding:0 0 50px;
}
#hrdmA .HeadBoxIn2{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:40px 0;
}

#hrdmA .HeadBox h1, #sdA .HeadBox h1{
	letter-spacing:0;
	color:#ffffff;
	text-shadow:2px 2px 2px #633c00;
	margin-bottom:50px;
}
#hrdmA .HeadBox h1 span,
#sdA .HeadBox h1 span{
	display: block;
	font-size:130%;
	letter-spacing:0;
	vertical-align:bottom;
	line-height:1.5;
	color:#ffffff;
	padding:0;
	margin:0 0 10px;
}
@media screen and (max-width:640px) {
#hrdmA .HeadBox h1, #sdA .HeadBox h1{
	text-align:left;
}
#hrdmA .HeadBox h1 span,
#sdA .HeadBox h1 span{
	font-size:130%;
	text-align: center;
}
}
#hrdmA .ActionBtn, #sdA .ActionBtn{
	margin:0 auto;
}
#hrdmA .ActionBtn .btn_orang,
#hrdmA .ActionBtn .btn_brown,
#sdA .ActionBtn .btn_orang,
#sdA .ActionBtn .btn_brown{
	display:block;
	position:relative;
	width: 80%;
    color:#ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.28);
    border: none;
    padding: 2% 30px;
    font-size:1.3rem;
	font-weight:bold;
    margin: 0 auto;
	text-decoration:none;
	text-align:center;
	border-radius:50px; 
    -webkit-border-radius:50px; 
    -moz-border-radius:50px;
	border:2px solid #FFFFFF;
}
#hrdmA .ActionBtn .btn_orang, #sdA .ActionBtn .btn_orang{
	background-color: rgba(244,152,1,0.9);
}
#hrdmA .ActionBtn .btn_brown, #sdA .ActionBtn .btn_brown{
	background-color: rgba(99,60,0,0.9);
}
#hrdmA .ActionBtn .btn_orang::after,
#hrdmA .ActionBtn .btn_brown::after,
#sdA .ActionBtn .btn_orang::after,
#sdA .ActionBtn .btn_brown::after {
	content: "→";
	position: absolute;
	right:20px;
}
#hrdmA .ActionBtn .btn_orang:hover,
#sdA .ActionBtn .btn_orang:hover{
	background:#f49801;
}
#hrdmA .ActionBtn .btn_brown:hover,
#sdA .ActionBtn .btn_brown:hover{
	background:#633c00;
}
#hrdmA .HeadBoxIn ul, #sdA .HeadBoxIn ul{
	margin:20px auto 0;
}
#hrdmA .HeadBoxIn ul li, #sdA .HeadBoxIn ul li{
	display:inline-block;
	font-size: 1.1rem;
	font-weight:bold;
	padding:0;
	margin:0 15px;
	width:40%;
}
@media screen and (max-width:640px) {
#hrdmA .HeadBoxIn ul li, #sdA .HeadBoxIn ul li{
	display:block;
	margin:0 auto 15px;
	width:80%;
}
}

#hrdmA .HeadBox2 h2, #sdA .HeadBox2 h2{
	text-align:center;
	margin-bottom:15px;
}
#hrdmA .HeadBox2 h2,
#hrdmA .HeadBox2 p,
#sdA .HeadBox2 h2,
#sdA .HeadBox2 p{
	padding:0 20px;
}

#hrdmA .BoxIn, #sdA .BoxIn{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding:50px 0;
}

#hrdmA .fChart{
	width:90%;
	margin-left: .5em;
	margin:0 auto;
	border-left: 2px solid #f49801;
}
#hrdmA .fChart h3{
  position: relative;
  margin-left: 2em;
  margin-bottom: 0;
}
#hrdmA .fChart p{
margin-top: 1em!important;
margin-left: 4.6em;
background:#fef5e8;
color: #005293;
padding: 15px 30px;
margin-bottom: 50px !important;
}
#hrdmA .fChart h3:before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background:#f49801;
  position: absolute;
  left: calc(-2em - 6px);
  top: .5em;
}
#hrdmA .fChart h3:after{
  content: "";
  border-bottom: 1px solid;
  width: 1.5em;
  background: #000;
  position: absolute;
  top: .65em;
  left: -2em; 
}
#hrdmA .fChart h3{
	color:#f49801;
}
#hrdmA .fChart h3 .iStep{
	display: inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#f49801;
    color: #fff;
    background: #E4A972;
    background: -moz-linear-gradient(left, #E4A972 0%, #9941D8 100%);
    background: -webkit-linear-gradient(left, #E4A972 0%, #9941D8 100%);
    background: linear-gradient(to right, #E4A972 0%,#9941D8 100%);
    padding: 5px 20px;
    margin-bottom:0;
    border-radius:20px;
}
#hrdmA .fChart h3 .iStepTit{
	display:block;
}
/*feature*/
#hrdmA #Feature .FeatureIn{
	width:90%;
	max-width:1380px;
	margin:0 auto;
	padding:0;
}

#hrdmA #Feature .BoxA,
#hrdmA #Feature .BoxB,
#hrdmA #Feature .BoxC{
	margin-bottom:30px;
}
@media screen and ( max-width: 812px ) {
#hrdmA #Feature .BoxAtxt, #hrdmA #Feature .BoxBtxt, #hrdmA #Feature .BoxCtxt{
	padding-top:15px;
}
}
@media screen and ( min-width: 813px ) {
#hrdmA #Feature .BoxA{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 50px 50px 1fr 30px;
	grid-template-columns: 1fr 50px 50px 1fr 30px;
	-ms-grid-rows: 30px 30px auto auto 25px;
    grid-template-rows: 30px 30px auto auto 25px;
}
#hrdmA #Feature .BoxAimg {
	-ms-grid-column:1;
	-ms-grid-column-span:3;
    grid-column: 1 / 4;
	-ms-grid-row: 2;
	-ms-grid-row-span:3;
    grid-row: 2 / 5;
}
#hrdmA #Feature .BoxAbg{
	-ms-grid-column:3;
	-ms-grid-column-span:3;
    grid-column: 3 / 6;
	-ms-grid-row: 1;
	-ms-grid-row-span:3;
    grid-row: 1 / 4;
	z-index:-1;
}
#hrdmA #Feature .BoxAtxt {
	-ms-grid-column:3;
	-ms-grid-column-span:2;
    grid-column: 3 / 5;
	-ms-grid-row: 3;
	-ms-grid-row-span:2;
    grid-row: 3 / 6;
	box-shadow: 0 0 8px #cccccc;
	-moz-box-shadow: 0 0 8px #cccccc;
	-webkit-box-shadow: 0 0 8px #cccccc;
	background:#FFFFFF;
	padding:40px;
}
#hrdmA #Feature .BoxB{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 80px 1fr 50px 80px 1ft;
	grid-template-columns: 80px 1fr 50px 80px 1fr;
	-ms-grid-rows: 30px 25px auto 25px 30px;
    grid-template-rows: 30px 25px auto 25px 30px;
}
#hrdmA #Feature .BoxBimg {
	-ms-grid-column:3;
	-ms-grid-column-span:3;
    grid-column: 3 / 6;
	-ms-grid-row: 1;
	-ms-grid-row-span:5;
    grid-row: 1 / 6;
}
#hrdmA #Feature .BoxBbg{
	-ms-grid-column:2;
	-ms-grid-column-span:3;
    grid-column: 2 / 5;
	-ms-grid-row: 2;
	-ms-grid-row-span:3;
    grid-row: 2 / 5;
	z-index:-1;
}
#hrdmA #Feature .BoxBtxt {
	-ms-grid-column:1;
	-ms-grid-column-span:3;
    grid-column: 1 / 4;
	-ms-grid-row: 3;
	-ms-grid-row-span:1;
    grid-row: 3 / 4;
	box-shadow: 0 0 8px #cccccc;
	-moz-box-shadow: 0 0 8px #cccccc;
	-webkit-box-shadow: 0 0 8px #cccccc;
	background:#FFFFFF;
	padding:40px;
}

#hrdmA #Feature .BoxC{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 50px 1fr 50px 30px;
	grid-template-columns: 1fr 50px 1fr 50px 30px;
	-ms-grid-rows: 50px auto auto 50px 30px;
    grid-template-rows: 50px auto auto 50px 30px;
}
#hrdmA #Feature .BoxCimg {
	-ms-grid-column:1;
	-ms-grid-column-span:2;
    grid-column: 1 / 3;
	-ms-grid-row: 1;
	-ms-grid-row-span:3;
    grid-row: 1 / 4;
}
#hrdmA #Feature .BoxCbg{
	-ms-grid-column:3;
	-ms-grid-column-span:3;
    grid-column: 3 / 6;
	-ms-grid-row: 3;
	-ms-grid-row-span:3;
    grid-row: 3 / 6;
	z-index:-1;
}
#hrdmA #Feature .BoxCtxt {
	-ms-grid-column:2;
	-ms-grid-column-span:2;
    grid-column: 2 / 5;
	-ms-grid-row: 2;
	-ms-grid-row-span:2;
    grid-row: 2 / 5;
	box-shadow: 0 0 8px #cccccc;
	-moz-box-shadow: 0 0 8px #cccccc;
	-webkit-box-shadow: 0 0 8px #cccccc;
	background:#FFFFFF;
	padding:40px;
}
}

#hrdmA #Feature h2{
	margin:0 auto;
	padding:40px 10px;
	color:#FFFFFF;
	text-align:center;
}
#hrdmA #Feature .TitleS{
	text-align:center;
	margin:30px auto;
	font-weight:bold;
}
#hrdmA #Feature h3{
	display: inline-block;
	background:#ffffff;
	margin:0 auto;
	padding:0;
	text-align:left;
	letter-spacing:-1px;
	line-height:1.3;
}

#hrdmA #Feature dl{
	margin:0;
}
#hrdmA #Feature dl dt,
#hrdmA #Feature dl dd{
	font-size:18px;
	line-height:1.5;
}
#hrdmA #Feature dl dt {
  position: relative;
  background: #fdfdfd;
  padding: 0.25em 0.5em;
  border-left: solid 2em #f49801;
  font-weight:bold;
  margin-bottom:15px;
  color:#633c00;
}
#hrdmA #Feature dl dt.isolve:before {
  background: url(../../img/development/i_feature1.png) center center;
  background-repeat: no-repeat;
  background-size:25px 25px;
}
#hrdmA #Feature dl dt:before {
  content:'';
  width:25px;
  height:25px;
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: normal;
  left: -1.35em;
  left:-30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:10;
}

@media screen and ( min-width: 813px ) {
#hrdmA .Box2{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
    grid-template-rows: auto;
}
#hrdmA .Box2_1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
}
#hrdmA .Box2_2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}
#hrdmA #Feature .Box2_1,
#hrdmA #Feature .Box2_2 {
	padding:10px 15px;
}
}

#hrdmA .ActionBox{
	background: #f49801;
	padding:40px 0 20px;
}
#hrdmA .ActionBox p{
	width:90%;
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#ffffff;
}
#hrdmA .ActionSingle{
	max-width:600px;
	margin:0 auto;
	padding:40px 0 20px;
}
#hrdmA .ActionBox .btn_white,
#hrdmA .ActionSingle .btn_white {
	display:block;
	position:relative;
	width: 80%;
    color:#f49801;
    background-color:#ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    border: none;
    padding: 3% 30px;
    font-size:1.4rem;
	font-weight:bold;
    margin: 0 auto;
	text-decoration:none;
	text-align:center;
	border-radius:50px; 
    -webkit-border-radius:50px; 
    -moz-border-radius:50px;
}
#hrdmA .ActionBox .btn_dw,
#hrdmA .ActionSingle .btn_dw {
	display:block;
	position:relative;
	width: 80%;
    color:#ffffff;
    background-color:#633c00;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    border: none;
    padding: 3% 30px;
    font-size:1.4rem;
	font-weight:bold;
    margin: 0 auto;
	text-decoration:none;
	text-align:center;
	border-radius:50px; 
    -webkit-border-radius:50px; 
    -moz-border-radius:50px;
}

#hrdmA .ActionBox .btn_white::before,
#hrdmA .ActionSingle .btn_white::before{
	background: url(../../img/development/i_contact.png) center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
}
#hrdmA .ActionBox .btn_dw::before,
#hrdmA .ActionSingle .btn_dw::before{
	background: url(../../img/development/i_dw.png) center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
}
#hrdmA .ActionBox .btn_white::before,
#hrdmA .ActionBox .btn_dw::before,
#hrdmA .ActionSingle .btn_white::before,
#hrdmA .ActionSingle .btn_dw::before {	
	content:'';
	width:30px;
	height:30px;
	position: absolute;
	padding: 0em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display:block;
}
@media screen and ( max-width: 375px ) {
#hrdmA .ActionBox .btn_white::before,
#hrdmA .ActionBox .btn_dw::before,
#hrdmA .ActionSingle .btn_white::before,
#hrdmA .ActionSingle .btn_dw::before {
	content:none;
}
#hrdmA .ActionBox .btn_white::after,
#hrdmA .ActionBox .btn_dw::after,
#hrdmA .ActionSingle .btn_white::after,
#hrdmA .ActionSingle .btn_dw::after {
	content: "→";
	position: absolute;
	right:20px;
}
}
#hrdmA .ActionBox .btn_white:hover,
#hrdmA .ActionBox .btn_dw:hover,
#hrdmA .ActionSingle .btn_white:hover,
#hrdmA .ActionSingle .btn_dw:hover {
	opacity: 0.7;
}
@media screen and ( max-width: 812px ) {
#hrdmA .ActionBox .btn_white,
#hrdmA .ActionBox .btn_dw,
#hrdmA .ActionSingle .btn_white,
#hrdmA .ActionSingle .btn_dw {
	margin-bottom:20px;
}	
}
/**Solution**/
#hrdmA #Solution{
	width:100%;
	padding:0;
}
#hrdmA #Solution h2{
	margin:0 auto;
	padding:40px 10px;
	color:#FFFFFF;
	text-align:center;
}

#hrdmA #Solution .BoxSolutionB {
	width:95%;
	max-width:1080px;
	margin:20px auto;
	padding:0;
}
#hrdmA #Solution .BoxSolutionB li{
	margin:0;
	padding:30px;
}
#hrdmA #Solution .BoxSolutionB li h3{
	margin:0 0 15px;
}
#hrdmA #Solution .BoxSolutionB li h3 .stNo{
	background:#bf7601;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #ffffff;
	display: inline-block;
	font-size:18px;
	height:60px;
	margin:0 32px 0 0;
	width:94%;
	padding: 18px 0 0 16px;
	position: relative;
	text-align: center;
}
#hrdmA #Solution .BoxSolutionB li h3 .stNo:after {
	border: 30px solid transparent;
	border-left-color:#bf7601;
	border-right-width: 0;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: -30px;
	top: 0;
	width: 0;
}
#hrdmA #Solution .BoxSolutionB li h3 .stNo:before {
	color:#CCCCCC;
	content:"";
	font-size:32px;
	left:8px;
	line-height:1;
	margin:-16px 0 0;
	position:absolute;
	top:50%;
}
#hrdmA #Solution .BoxSolutionB li h3 .stTx{
	display:block;
	text-align:center;
	font-size:1.4rem;
	color:#1c1e84;
	padding:0;
	margin-top:20px;
}

@media screen and ( min-width: 813px ) {
#hrdmA #Solution .BoxSolutionB{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
    grid-template-rows: auto;
}
#hrdmA #Solution .BoxSolutionB_1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
}
#hrdmA #Solution .BoxSolutionB_2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}
#hrdmA #Solution .BoxSolutionB_3 {
	-ms-grid-column:3;
	-ms-grid-column-span:1;
    grid-column: 3 / 4;
}
#hrdmA #Solution .BoxSolutionB_1,
#hrdmA #Solution .BoxSolutionB_2,
#hrdmA #Solution .BoxSolutionB_3 {
	padding:20px;
}
}
#hrdmA #Solution .BoxSolutionB li img{
	display:block;
	width:100%;
	max-width:100px;
	height:auto;
	margin:0 auto;
}
#hrdmA #Solution .BoxSolutionB li p{
	margin-top:10px;
	font-size:1.0rem;
}

/**Case**/
#hrdmA #Case{
	padding:0 0 40px;
}
#hrdmA #Case h2{
	margin:0 auto;
	padding:40px 10px;
	background:#f49801;
	color:#FFFFFF;
	text-align:center;
}
#hrdmA #Case .TitleS{
	text-align:center;
	margin:40px auto 60px;
	color:#f49801;
	font-weight:bold;
	width:96%;
}
#hrdmA #Case .BoxIn h3{
	border-left: 5px solid #f49801;
	padding: 5px 0 5px 10px;
	margin:0 30px;
}
#hrdmA #Case .BoxShadow{
	padding-top:30px;
	box-shadow: 0 0 8px #cccccc;
	-moz-box-shadow: 0 0 8px #cccccc;
	-webkit-box-shadow: 0 0 8px #cccccc;
	background: rgba(254,254,232, 0.3);
}
#hrdmA #Case .BoxIn{
	width:80%;
	max-width:1200px;
	margin:0 auto 50px;
	padding:0;
	box-shadow: -20px -20px #f49801;
	-moz-box-shadow: -20px -20px #f49801;
	-webkit-box-shadow: -20px -20px #f49801;
}

#hrdmA #Case .BoxCaseA_1,
#hrdmA #Case .BoxCaseA_2,
#hrdmA #Case .BoxCaseB_1,
#hrdmA #Case .BoxCaseB_2 {
	padding:20px 30px;
}
@media screen and ( max-width: 812px ) {
#hrdmA #Case .BoxIn{
	width:100%;
	box-shadow: -10px -10px #f49801;
	-moz-box-shadow: -10px -10px #f49801;
	-webkit-box-shadow: -10px -10px #f49801;
}
#hrdmA #Case .BoxCaseA_1,
#hrdmA #Case .BoxCaseA_2,
#hrdmA #Case .BoxCaseB_1,
#hrdmA #Case .BoxCaseB_2 {
	padding:20px;
}
#hrdmA #Case .BoxIn h3{
	margin:0 20px;
}
}
#hrdmA #Case .BoxCaseA p,
#hrdmA #Case .BoxCaseB p {
	font-size:1.0rem;
}
@media screen and ( min-width: 813px ) {
#hrdmA #Case .BoxCaseA{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1.3fr 1fr;
	grid-template-columns: 1.3fr 1fr;
	-ms-grid-rows: auto;
    grid-template-rows: auto;
}
#hrdmA #Case .BoxCaseA_1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
	-ms-grid-row: 1;
	-ms-grid-row-span:1;
    grid-row: 1 / 2;
}
#hrdmA #Case .BoxCaseA_2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
	-ms-grid-row: 1;
	-ms-grid-row-span:1;
    grid-row: 1 / 2;
}

#hrdmA #Case .BoxCaseB{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}
#hrdmA #Case .BoxCaseB_1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
}
#hrdmA #Case .BoxCaseB_2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}
}

#hrdmA #Case .BoxIn dl{
	margin-bottom:20px;
}
#hrdmA #Case .BoxIn dl dt{
	font-size:1.2rem;
	font-weight:bold;
}
#hrdmA #Case .BoxIn dl dd{
	margin-top: 15px;
}
#hrdmA #Case .BoxIn dl dd ul li{
	font-size:1.0rem;
	font-weight:bold;
	color:#633c00;
}
@media screen and ( min-width: 813px ) {
#hrdmA #Case .BoxIn dl dd ul li{
	display:inline-block;
}
#hrdmA #Case .BoxIn dl dd ul li:not(:last-child)::after{
	content:'/';
	display:inline-block;
	margin:0 20px;
}
}
#hrdmA #Case .BoxIn strong{
	background:linear-gradient(transparent 75%, #ffce9e 75%);
}
#hrdmA #Case .BoxIn h4{
	font-size:1.1rem;
	position: relative;
	background:#fef5e8;
	padding: 0.25em 0.5em;
	border-left: solid 2em #f49801;
	font-weight:bold;
	margin-bottom:15px;
	color:#f49801;
}
#hrdmA #Case .BoxIn h4.iCase1:before {
	background: url(../../img/development/i_case1.png) center center;
	background-repeat: no-repeat;
	background-size:25px 25px;
}
#hrdmA #Case .BoxIn h4.iCase2:before {
	background: url(../../img/development/i_case2.png) center center;
	background-repeat: no-repeat;
	background-size:25px 25px;
}
#hrdmA #Case .BoxIn h4:before {
	content:'';
	width:25px;
	height:25px;
	position: absolute;
	padding: 0em;
	color: white;
	font-weight: normal;
	left: -1.35em;
	left:-30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:10;
}

#hrdmA #Trading{
	margin:0 auto;
	padding:0;
}
#hrdmA #Trading h2{
	margin:0 auto;
	padding:40px 10px;
	background:#f49801;
	color:#FFFFFF;
	text-align:center;
}
#hrdmA #Trading .TitleS{
	text-align:center;
	margin:40px auto 40px;
	color:#f49801;
	font-weight:bold;
	width:96%;
}
#hrdmA #Trading .BoxTradingIn{
	width:85%;
	max-width:1200px;
	margin:0 auto 50px;
	padding:0;
}
#hrdmA #Trading .BoxTrading_1,
#hrdmA #Trading .BoxTrading_2,
#hrdmA #Trading .BoxTrading_3 {
	padding:0 30px;
}
@media screen and ( min-width: 813px ) {
#hrdmA #Trading .BoxTrading{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}
#hrdmA #Trading .BoxTrading_1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
}
#hrdmA #Trading .BoxTrading_2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}
#hrdmA #Trading .BoxTrading_3{
	-ms-grid-column:3;
	-ms-grid-column-span:1;
    grid-column: 3 / 4;
}
#hrdmA #Trading .BoxTrading_1,
#hrdmA #Trading .BoxTrading_2,
#hrdmA #Trading .BoxTrading_3 {
	padding:30px;
}
}
#hrdmA #Trading .BoxTrading ul{
	text-align:center;
	margin:0 auto;
}
#hrdmA #Trading .BoxTrading ul li{
	font-size:1.1rem;
	padding:5px 0;
}

/**Issues**/
#hrdmA #Issues .BoxIssuesA_1{
	background:url(../../img/development/issue2.jpg) no-repeat center center;
	background-size: cover;
	padding:150px 0;
}
@media screen and ( min-width: 813px ) {
#hrdmA #Issues .BoxIssuesA{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
    grid-template-rows: auto;
}
#hrdmA #Issues .BoxIssuesA_1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
}
#hrdmA #Issues .BoxIssuesA_2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}
#hrdmA #Issues .BoxIssuesAIn{
	max-width:600px;
}
}
#hrdmA #Issues .BoxIssuesB_1{
	background:url(../../img/development/issue1.jpg) no-repeat center center;
	background-size: cover;
	padding:150px 0;
}
@media screen and ( min-width: 813px ) {
#hrdmA #Issues .BoxIssuesB{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
    grid-template-rows: auto;
}
#hrdmA #Issues .BoxIssuesB_1 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
	-ms-grid-row: 1;
	-ms-grid-row-span:1;
    grid-row: 1 / 2;
}
#hrdmA #Issues .BoxIssuesB_2 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
	-ms-grid-row: 1;
	-ms-grid-row-span:1;
    grid-row: 1 / 2;
}
#hrdmA #Issues .BoxIssuesBIn{
	max-width:600px;
	margin:0 0 0 auto;
}
}
#hrdmA #Issues .BoxIssuesAIn,
#hrdmA #Issues .BoxIssuesBIn{
	padding:50px 30px;
}
#hrdmA #Issues .BoxIssuesAIn h2,
#hrdmA #Issues .BoxIssuesBIn h3{
	text-align:left;
	margin:0;
	padding:0;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}
#hrdmA #Issues .BoxIssuesAIn h2::after,
#hrdmA #Issues .BoxIssuesBIn h3::after{
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width:40%;
	height: 2px;
	left:0;
	background-color:#f49801;
	border-radius: 2px;	
}
#hrdmA #Issues .BoxIssuesAIn strong,
#hrdmA #Issues .BoxIssuesBIn strong{
	color:#f49801;
}
#hrdmA #Issues .BoxIssuesBIn ul{
	margin: 20px 0;
}
#hrdmA #Issues .BoxIssuesBIn ul li{
	font-size:1.1rem;
	position: relative;
	padding: 0.25em 0;
	font-weight:bold;
	margin-left:30px;
	margin-bottom:10px;
}
#hrdmA #Issues .BoxIssuesBIn ul li::before{
	background: url(../../img/development/i_serch.png) center center;
	background-repeat: no-repeat;
	background-size:25px 25px;
	content:'';
	width:25px;
	height:25px;
	position: absolute;
	padding: 0em;
	color: white;
	font-weight: normal;
	left:-30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#hrdmA #Issues h2,
#hrdmA #Issues h3{
	text-align:center;
	margin:0 auto 15px;
	width:96%;
}
#hrdmA #Issues .TitleS{
	text-align:center;
	margin:0 auto 30px;
	color:#f49801;
	font-weight:bold;
	width:96%;
}

/**Consul**/
#hrdmA #Consul{
	margin:0 auto;
	padding:0;
}
#hrdmA #Consul h2{
	margin:0 auto;
	padding:40px 10px;
	background:#f49801;
	color:#FFFFFF;
	text-align:center;
}
#hrdmA #Consul .TitleS{
	text-align:center;
	margin:40px auto 40px;
	color:#f49801;
	font-weight:bold;
	width:96%;
}
#hrdmA #Consul .BoxConsul{
	width:90%;
	max-width:1200px;
	margin:0 auto 50px;
	padding:0;
}
#hrdmA #Consul .BoxConsul li{
	margin:10px;
	padding:0 0 15px;
	box-shadow: 0 0 8px #cccccc;
	-moz-box-shadow: 0 0 8px #cccccc;
	-webkit-box-shadow: 0 0 8px #cccccc;
	position:relative;
}
#hrdmA #Consul .BoxConsul .txt{
	padding:15px;
}
#hrdmA #Consul .BoxConsul li h3{
	margin:0 0 15px;
	padding:0;
	text-align:left;
	font-size:1.1rem;
	color:#1c1e84;
}
#hrdmA #Consul .BoxConsul li p{
	margin:0 0 8px;
	font-size:1.0rem;
}
#hrdmA #Consul .BoxConsul li p{
	position: relative;
	margin-left:30px;
}
#hrdmA #Consul .BoxConsul li p::before{
	background: url(../../img/development/i_point.png) center center;
	background-repeat: no-repeat;
	background-size:25px 25px;
	content:'';
	width:25px;
	height:25px;
	position: absolute;
	padding: 0em;
	font-weight: normal;
	left:-30px;
	top:-2px;
}

@media screen and ( min-width: 813px ) {
#hrdmA #Consul .BoxConsul{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}
#hrdmA #Consul .BoxConsul li:nth-child(1){
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
	-ms-grid-row: 1;
	-ms-grid-row-span:1;
    grid-row: 1 / 2;
}
#hrdmA #Consul .BoxConsul li:nth-child(2){
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
	-ms-grid-row: 1;
	-ms-grid-row-span:1;
    grid-row: 1 / 2;
}
#hrdmA #Consul .BoxConsul li:nth-child(3){
	-ms-grid-column:3;
	-ms-grid-column-span:1;
    grid-column: 3 / 4;
	-ms-grid-row: 1;
	-ms-grid-row-span:1;
    grid-row: 1 / 2;
}
#hrdmA #Consul .BoxConsul li:nth-child(4){
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
	-ms-grid-row: 2;
	-ms-grid-row-span:1;
    grid-row: 2 / 3;
}
#hrdmA #Consul .BoxConsul li:nth-child(5){
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
	-ms-grid-row: 2;
	-ms-grid-row-span:1;
    grid-row: 2 / 3;
}
#hrdmA #Consul .BoxConsul li:nth-child(6){
	-ms-grid-column:3;
	-ms-grid-column-span:1;
    grid-column: 3 / 4;
	-ms-grid-row: 2;
	-ms-grid-row-span:1;
    grid-row: 2 / 3;
}
}

/**Advisor
#hrdmA #Advisor{
	padding:50px 0;
	background:#fef5e8;
	background-image:url(../../img/development/bg_1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
}
#hrdmA #Advisor h2{
	text-align:center;
	margin:0 auto 50px;
	width:96%;
}
#hrdmA #Advisor .BoxAdvisor{
	width:96%;
	max-width:1080px;
	margin:0 auto;
	
}
@media screen and ( min-width: 813px ) {
#hrdmA #Advisor .BoxAdvisor{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 3fr;
	grid-template-columns: 1fr 3fr;
}
#hrdmA #Advisor .BoxAdvisor1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
}
#hrdmA #Advisor .BoxAdvisor2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}
}
#hrdmA #Advisor .BoxAdvisor1{
	text-align:center;
}
#hrdmA #Advisor .BoxAdvisor1,
#hrdmA #Trading .BoxAdvisor2 {
	padding:0 20px 20px;
	vertical-align:top;
}
#hrdmA #Advisor .BoxAdvisor h3{
	font-size:1.6rem;
	margin:20px 0;
}
#hrdmA #Advisor .BoxAdvisor h3 span{
	display:block;
	font-size:1.3rem;
}
#hrdmA #Advisor .BoxAdvisor p{
	font-size:1.0rem;
}
@media screen and ( max-width: 812px ) {
#hrdmA #Advisor .BoxAdvisor h3{
	font-size:1.3rem;
}
#hrdmA #Advisor .BoxAdvisor h3 span{
	font-size:1.0rem;
}
}
**/

/*contact*/
#hrdmContact .wpcf7 .ajax-loader{
	max-width:25px !important;
	height:auto !important;
}
#hrdmContact .wpcf7 input[type="text"],
#hrdmContact .wpcf7 input[type="email"],
#hrdmContact .wpcf7 input[type="url"],
#hrdmContact .wpcf7 input[type="tel"],
#hrdmContact .wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em !important;
	border-radius:1px !important;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

.video iframe{
	width:100%;
}

/*******************************

  skills development

********************************/
#sdA .blue{
	color:#005293;
}
#sdA .yellow{
	color:#fff100;
}
#sdA .bgblue{
	background-color:#0068b7;
}
#sdA .bgdot{
	background-image:url(../../img/development/bg_dot.png);
	background-size:3px 3px;
	background-repeat:repeat;
	background-position:0 0;
}

#sdA .HeadBox2{
	margin:0 auto;
	padding:0 0 50px;
}
#sdA .HeadBoxIn2{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:40px 0;
}

#sdA .fChart{
	width:90%;
	margin-left: .5em;
	margin:0 auto;
	border-left: 2px solid #005293;
}
#sdA .fChart h3{
  position: relative;
  margin-left: 2em;
  margin-bottom: 0;
}
#sdA .fChart p{
margin-top: 1em!important;
margin-left: 4.6em;
background: #eaf6fe;
color: #005293;
padding: 15px 30px;
margin-bottom: 50px !important;
}
#sdA .fChart h3:before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background:#005293;
  position: absolute;
  left: calc(-2em - 6px);
  top: .5em;
}
#sdA .fChart h3:after{
  content: "";
  border-bottom: 1px solid;
  width: 1.5em;
  background: #000;
  position: absolute;
  top: .65em;
  left: -2em; 
}
#sdA .fChart h3{
	color:#005293;
}
#sdA .fChart h3 .iStep{
	display: inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
    color: #fff;
    background: #E4A972;
    background: -moz-linear-gradient(left, #E4A972 0%, #9941D8 100%);
    background: -webkit-linear-gradient(left, #E4A972 0%, #9941D8 100%);
    background: linear-gradient(to right, #E4A972 0%,#9941D8 100%);
    padding: 5px 20px;
    margin-bottom:0;
    border-radius:20px;
}
#sdA .fChart h3 .iStepTit{
	display:block;
}
/*feature*/
#sdA #Feature .FeatureIn{
	width:90%;
	max-width:1380px;
	margin:0 auto;
	padding:0;
}

#sdA #Feature .BoxA,
#sdA #Feature .BoxB,
#sdA #Feature .BoxC{
	margin-bottom:30px;
}
@media screen and ( max-width: 812px ) {
#sdA #Feature .BoxAtxt, #sdA #Feature .BoxBtxt, #sdA #Feature .BoxCtxt{
	padding-top:15px;
}
}
@media screen and ( min-width: 813px ) {
#sdA #Feature .BoxA{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 50px 50px 1fr 30px;
	grid-template-columns: 1fr 50px 50px 1fr 30px;
	-ms-grid-rows: 30px 30px auto auto 25px;
    grid-template-rows: 30px 30px auto auto 25px;
}
#sdA #Feature .BoxAimg {
	-ms-grid-column:1;
	-ms-grid-column-span:3;
    grid-column: 1 / 4;
	-ms-grid-row: 2;
	-ms-grid-row-span:3;
    grid-row: 2 / 5;
}
#sdA #Feature .BoxAbg{
	-ms-grid-column:3;
	-ms-grid-column-span:3;
    grid-column: 3 / 6;
	-ms-grid-row: 1;
	-ms-grid-row-span:3;
    grid-row: 1 / 4;
	z-index:-1;
}
#sdA #Feature .BoxAtxt {
	-ms-grid-column:3;
	-ms-grid-column-span:2;
    grid-column: 3 / 5;
	-ms-grid-row: 3;
	-ms-grid-row-span:2;
    grid-row: 3 / 6;
	box-shadow: 0 0 8px #cccccc;
	-moz-box-shadow: 0 0 8px #cccccc;
	-webkit-box-shadow: 0 0 8px #cccccc;
	background:#FFFFFF;
	padding:40px;
}
#sdA #Feature .BoxB{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 80px 1fr 50px 80px 1ft;
	grid-template-columns: 80px 1fr 50px 80px 1fr;
	-ms-grid-rows: 30px 25px auto 25px 30px;
    grid-template-rows: 30px 25px auto 25px 30px;
}
#sdA #Feature .BoxBimg {
	-ms-grid-column:3;
	-ms-grid-column-span:3;
    grid-column: 3 / 6;
	-ms-grid-row: 1;
	-ms-grid-row-span:5;
    grid-row: 1 / 6;
}
#sdA #Feature .BoxBbg{
	-ms-grid-column:2;
	-ms-grid-column-span:3;
    grid-column: 2 / 5;
	-ms-grid-row: 2;
	-ms-grid-row-span:3;
    grid-row: 2 / 5;
	z-index:-1;
}
#sdA #Feature .BoxBtxt {
	-ms-grid-column:1;
	-ms-grid-column-span:3;
    grid-column: 1 / 4;
	-ms-grid-row: 3;
	-ms-grid-row-span:1;
    grid-row: 3 / 4;
	box-shadow: 0 0 8px #cccccc;
	-moz-box-shadow: 0 0 8px #cccccc;
	-webkit-box-shadow: 0 0 8px #cccccc;
	background:#FFFFFF;
	padding:40px;
}

#sdA #Feature .BoxC{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 50px 1fr 50px 30px;
	grid-template-columns: 1fr 50px 1fr 50px 30px;
	-ms-grid-rows: 50px auto auto 50px 30px;
    grid-template-rows: 50px auto auto 50px 30px;
}
#sdA #Feature .BoxCimg {
	-ms-grid-column:1;
	-ms-grid-column-span:2;
    grid-column: 1 / 3;
	-ms-grid-row: 1;
	-ms-grid-row-span:3;
    grid-row: 1 / 4;
}
#sdA #Feature .BoxCbg{
	-ms-grid-column:3;
	-ms-grid-column-span:3;
    grid-column: 3 / 6;
	-ms-grid-row: 3;
	-ms-grid-row-span:3;
    grid-row: 3 / 6;
	z-index:-1;
}
#sdA #Feature .BoxCtxt {
	-ms-grid-column:2;
	-ms-grid-column-span:2;
    grid-column: 2 / 5;
	-ms-grid-row: 2;
	-ms-grid-row-span:2;
    grid-row: 2 / 5;
	box-shadow: 0 0 8px #cccccc;
	-moz-box-shadow: 0 0 8px #cccccc;
	-webkit-box-shadow: 0 0 8px #cccccc;
	background:#FFFFFF;
	padding:40px;
}
}

#sdA #Feature h2{
	margin:0 auto;
	padding:40px 10px;
	color:#FFFFFF;
	text-align:center;
}
#sdA #Feature .TitleS{
	text-align:center;
	margin:30px auto;
	font-weight:bold;
}
#sdA #Feature h3{
	display: inline-block;
	background:#ffffff;
	margin:0 auto;
	padding:0;
	text-align:left;
	letter-spacing:-1px;
	line-height:1.3;
}

#sdA #Feature dl{
	margin:0;
}
#sdA #Feature dl dt,
#sdA #Feature dl dd{
	font-size:18px;
	line-height:1.5;
}
#sdA #Feature dl dt {
  position: relative;
  background: #fdfdfd;
  padding: 0.25em 0.5em;
  border-left: solid 2em #f49801;
  font-weight:bold;
  margin-bottom:15px;
  color:#633c00;
}
#sdA #Feature dl dt.isolve:before {
  background: url(../../img/development/i_feature1.png) center center;
  background-repeat: no-repeat;
  background-size:25px 25px;
}
#sdA #Feature dl dt:before {
  content:'';
  width:25px;
  height:25px;
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: normal;
  left: -1.35em;
  left:-30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:10;
}
/**Case**/
#sdA #Case{
	padding:0;
}
#sdA #Case h2{
	margin:0 auto;
	padding:40px 10px;
	color:#FFFFFF;
	text-align:center;
}
#sdA #Case .TitleS{
	text-align:center;
	margin:40px auto 60px;
	font-weight:bold;
	width:96%;
}
#sdA #Case .BoxIn h3{
	border-left: 5px solid #f49801;
	padding: 5px 0 5px 10px;
	margin:0 30px;
}
#sdA #Case .BoxIn{
	width:80%;
	max-width:1200px;
	margin:0 auto 50px;
	padding:0;
	box-shadow: -20px -20px #0068b7;
	-moz-box-shadow: -20px -20px #0068b7;
	-webkit-box-shadow: -20px -20px #0068b7;
}
#sdA #Case .BoxShadow{
	padding-top:30px;
	box-shadow: 0 0 8px #cccccc;
	-moz-box-shadow: 0 0 8px #cccccc;
	-webkit-box-shadow: 0 0 8px #cccccc;
	background:#FFFFFF;
}

#sdA #Case .BoxCaseA_1,
#sdA #Case .BoxCaseA_2,
#sdA #Case .BoxCaseB_1,
#sdA #Case .BoxCaseB_2 {
	padding:20px 30px;
}
@media screen and ( max-width: 812px ) {
#sdA #Case .BoxIn{
	width:100%;
	box-shadow: -10px -10px #0068b7;
	-moz-box-shadow: -10px -10px #0068b7;
	-webkit-box-shadow: -10px -10px #0068b7;
}
#sdA #Case .BoxCaseA_1,
#sdA #Case .BoxCaseA_2,
#sdA #Case .BoxCaseB_1,
#sdA #Case .BoxCaseB_2 {
	padding:20px;
}
#sdA #Case .BoxIn h3{
	margin:0 20px;
}
}
#sdA #Case .BoxCaseA p,
#sdA #Case .BoxCaseB p {
	font-size:1.0rem;
}
@media screen and ( min-width: 813px ) {
#sdA #Case .BoxCaseA{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1.3fr 1fr;
	grid-template-columns: 1.3fr 1fr;
	-ms-grid-rows: auto;
    grid-template-rows: auto;
}
#sdA #Case .BoxCaseA_1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
	-ms-grid-row: 1;
	-ms-grid-row-span:1;
    grid-row: 1 / 2;
}
#sdA #Case .BoxCaseA_2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
	-ms-grid-row: 1;
	-ms-grid-row-span:1;
    grid-row: 1 / 2;
}

#sdA #Case .BoxCaseB{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}
#sdA #Case .BoxCaseB_1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
}
#sdA #Case .BoxCaseB_2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}
}

#sdA #Case .BoxIn dl{
	margin-bottom:20px;
}
#sdA #Case .BoxIn dl dt{
	font-size:1.2rem;
	font-weight:bold;
}
#sdA #Case .BoxIn dl dd{
	margin-top: 15px;
}
#sdA #Case .BoxIn dl dd ul li{
	font-size:1.0rem;
	font-weight:bold;
	color:#005293;
}
@media screen and ( min-width: 813px ) {
#sdA #Case .BoxIn dl dd ul li{
	display:inline-block;
}
#sdA #Case .BoxIn dl dd ul li:not(:last-child)::after{
	content:'/';
	display:inline-block;
	margin:0 20px;
}
}
#sdA #Case .BoxIn strong{
	background:linear-gradient(transparent 75%, #ffce9e 75%);
}
#sdA #Case .BoxIn h4{
	font-size:1.1rem;
	position: relative;
	background:#fafafa;
	padding: 0.25em 0.5em;
	border-left: solid 2em #f49801;
	font-weight:bold;
	margin-bottom:15px;
	color:#f49801;
}
#sdA #Case .BoxIn h4.iCase1:before {
	background: url(../../img/development/i_case1.png) center center;
	background-repeat: no-repeat;
	background-size:25px 25px;
}
#sdA #Case .BoxIn h4.iCase2:before {
	background: url(../../img/development/i_case2.png) center center;
	background-repeat: no-repeat;
	background-size:25px 25px;
}
#sdA #Case .BoxIn h4:before {
	content:'';
	width:25px;
	height:25px;
	position: absolute;
	padding: 0em;
	color: white;
	font-weight: normal;
	left: -1.35em;
	left:-30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:10;
}

/**Trading**/
#sdA #Trading{
	margin:0 auto;
	padding:0;
}
#sdA #Trading h2{
	margin:0 auto;
	padding:40px 10px;
	color:#FFFFFF;
	text-align:center;
}
#sdA #Trading .TitleS{
	text-align:center;
	margin:40px auto 40px;
	font-weight:bold;
	width:96%;
}
#sdA #Trading .BoxTradingIn{
	width:85%;
	max-width:1200px;
	margin:0 auto 50px;
	padding:0;
}
#sdA #Trading .BoxTrading_1,
#sdA #Trading .BoxTrading_2,
#sdA #Trading .BoxTrading_3 {
	padding:0 30px;
}
@media screen and ( min-width: 813px ) {
#sdA #Trading .BoxTrading{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}
#sdA #Trading .BoxTrading_1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
}
#sdA #Trading .BoxTrading_2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}
#sdA #Trading .BoxTrading_3{
	-ms-grid-column:3;
	-ms-grid-column-span:1;
    grid-column: 3 / 4;
}
#sdA #Trading .BoxTrading_1,
#sdA #Trading .BoxTrading_2,
#sdA #Trading .BoxTrading_3 {
	padding:30px;
}
}
#sdA #Trading .BoxTrading ul{
	text-align:center;
	margin:0 auto;
}
#sdA #Trading .BoxTrading ul li{
	font-size:1.1rem;
	padding:5px 0;
}

/**Solution**/
#sdA #Solution{
	width:100%;
	padding:0;
}
#sdA #Solution h2{
	margin:0 auto;
	padding:40px 10px;
	color:#FFFFFF;
	text-align:center;
}
#sdA #Solution .BoxSolutionB {
	width:95%;
	max-width:1080px;
	margin:20px auto;
	padding:0;
}
#sdA #Solution .BoxSolutionB li{
	margin:0;
	padding:30px;
}
#sdA #Solution .BoxSolutionB li h3{
	margin:0 0 15px;
}
#sdA #Solution .BoxSolutionB li h3 .stNo{
	background:#f49801;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #ffffff;
	display: inline-block;
	font-size:18px;
	height:60px;
	margin:0 32px 0 0;
	width:94%;
	padding: 18px 0 0 16px;
	position: relative;
	text-align: center;
}
#sdA #Solution .BoxSolutionB li h3 .stNo:after {
	border: 30px solid transparent;
	border-left-color:#f49801;
	border-right-width: 0;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: -30px;
	top: 0;
	width: 0;
}
#sdA #Solution .BoxSolutionB li h3 .stNo:before {
	color:#CCCCCC;
	content:"";
	font-size:32px;
	left:8px;
	line-height:1;
	margin:-16px 0 0;
	position:absolute;
	top:50%;
}
#sdA #Solution .BoxSolutionB li h3 .stTx{
	display:block;
	text-align:center;
	font-size:1.4rem;
	color:#005293;
	padding:0;
	margin-top:20px;
}

@media screen and ( min-width: 813px ) {
#sdA #Solution .BoxSolutionB{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
    grid-template-rows: auto;
}
#sdA #Solution .BoxSolutionB_1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
}
#sdA #Solution .BoxSolutionB_2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}
#sdA #Solution .BoxSolutionB_3 {
	-ms-grid-column:3;
	-ms-grid-column-span:1;
    grid-column: 3 / 4;
}
#sdA #Solution .BoxSolutionB_1,
#sdA #Solution .BoxSolutionB_2,
#sdA #Solution .BoxSolutionB_3 {
	padding:20px;
}
}
#sdA #Solution .BoxSolutionB li img{
	display:block;
	width:100%;
	max-width:100px;
	height:auto;
	margin:0 auto;
}
#sdA #Solution .BoxSolutionB li p{
	margin-top:10px;
	font-size:1.0rem;
}
/**Advisor
#sdA #Advisor{
	padding:50px 0;
	background:#eaf6fe;
	background-image:url(../../img/development/bg_2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
}
#sdA #Advisor h2{
	text-align:center;
	margin:0 auto 50px;
	width:96%;
}
#sdA #Advisor .BoxAdvisor{
	width:96%;
	max-width:1080px;
	margin:0 auto;
	
}
@media screen and ( min-width: 813px ) {
#sdA #Advisor .BoxAdvisor{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 3fr;
	grid-template-columns: 1fr 3fr;
}
#sdA #Advisor .BoxAdvisor1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
}
#sdA #Advisor .BoxAdvisor2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}
}
#sdA #Advisor .BoxAdvisor1{
	text-align:center;
}
#sdA #Advisor .BoxAdvisor1,
#sdA #Trading .BoxAdvisor2 {
	padding:0 20px 20px;
	vertical-align:top;
}
#sdA #Advisor .BoxAdvisor h3{
	font-size:1.6rem;
	margin:20px 0;
}
#sdA #Advisor .BoxAdvisor h3 span{
	display:block;
	font-size:1.3rem;
}
#sdA #Advisor .BoxAdvisor p{
	font-size:1.0rem;
}
@media screen and ( max-width: 812px ) {
#sdA #Advisor .BoxAdvisor h3{
	font-size:1.3rem;
}
#sdA #Advisor .BoxAdvisor h3 span{
	font-size:1.0rem;
}
}
**/

/**Action Btn**/
@media screen and ( min-width: 813px ) {
#sdA .Box2{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
    grid-template-rows: auto;
}
#sdA .Box2_1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
}
#sdA .Box2_2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}
}
#sdA .ActionBox{
	padding:40px 0 20px;
}
#sdA .ActionBox p{
	width:90%;
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#ffffff;
}
#sdA .ActionSingle{
	max-width:600px;
	margin:0 auto;
	padding:40px 0 20px;
}

#sdA .ActionBtn .btn_blue{
	display:block;
	position:relative;
	width: 80%;
    color:#ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.28);
    border: none;
    padding: 2% 30px;
    font-size:1.3rem;
	font-weight:bold;
    margin: 0 auto;
	text-decoration:none;
	text-align:center;
	border-radius:50px; 
    -webkit-border-radius:50px; 
    -moz-border-radius:50px;
	border:2px solid #FFFFFF;
}
#sdA .ActionBtn .btn_blue{
	background-color: rgba(28,30,132,0.9);
}
#sdA .ActionBtn .btn_blue::after {
	content: "→";
	position: absolute;
	right:20px;
}
#sdA .ActionBtn .btn_blue:hover{
	background:rgba(28,30,132,1);
}


#sdA .ActionBox .btn_white,
#sdA .ActionSingle .btn_white {
	display:block;
	position:relative;
	width: 80%;
    color:#f49801;
    background-color:#ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    border: none;
    padding: 3% 30px;
    font-size:1.4rem;
	font-weight:bold;
    margin: 0 auto;
	text-decoration:none;
	text-align:center;
	border-radius:50px; 
    -webkit-border-radius:50px; 
    -moz-border-radius:50px;
}
#sdA .ActionBox .btn_dw,
#sdA .ActionSingle .btn_dw {
	display:block;
	position:relative;
	width: 80%;
    color:#ffffff;
	background-color:#f49801;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    border: none;
    padding: 3% 30px;
    font-size:1.4rem;
	font-weight:bold;
    margin: 0 auto;
	text-decoration:none;
	text-align:center;
	border-radius:50px; 
    -webkit-border-radius:50px; 
    -moz-border-radius:50px;
}

#sdA .ActionBox .btn_white::before,
#sdA .ActionSingle .btn_white::before{
	background: url(../../img/development/i_contact.png) center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
}
#sdA .ActionBox .btn_dw::before,
#sdA .ActionSingle .btn_dw::before{
	background: url(../../img/development/i_dw.png) center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
}
#sdA .ActionBox .btn_white::before,
#sdA .ActionBox .btn_dw::before,
#sdA .ActionSingle .btn_white::before,
#sdA .ActionSingle .btn_dw::before {	
	content:'';
	width:30px;
	height:30px;
	position: absolute;
	padding: 0em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display:block;
}
@media screen and ( max-width: 375px ) {
#sdA .ActionBox .btn_white::before,
#sdA .ActionBox .btn_dw::before,
#sdA .ActionSingle .btn_white::before,
#sdA .ActionSingle .btn_dw::before {
	content:none;
}
#sdA .ActionBox .btn_white::after,
#sdA .ActionBox .btn_dw::after,
#sdA .ActionSingle .btn_white::after,
#sdA .ActionSingle .btn_dw::after {
	content: "→";
	position: absolute;
	right:20px;
}
}
#sdA .ActionBox .btn_white:hover,
#sdA .ActionBox .btn_dw:hover,
#sdA .ActionSingle .btn_white:hover,
#sdA .ActionSingle .btn_dw:hover {
	opacity: 0.7;
}
@media screen and ( max-width: 812px ) {
#sdA .ActionBox .btn_white,
#sdA .ActionBox .btn_dw,
#sdA .ActionSingle .btn_white,
#sdA .ActionSingle .btn_dw {
	margin-bottom:20px;
}	
}

/*contact*/
#sdContact .wpcf7 .ajax-loader{
	max-width:25px !important;
	height:auto !important;
}
#sdContact .wpcf7 input[type="text"],
#sdContact .wpcf7 input[type="email"],
#sdContact .wpcf7 input[type="url"],
#sdContact .wpcf7 input[type="tel"],
#sdContact .wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em !important;
	border-radius:1px !important;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

/*******************************

  common

********************************/
#sdA .contactHead,
#hrdmA .contactHead{
	margin-bottom:30px;
}
#sdA .contactHead .contactIn,
#hrdmA .contactHead .contactIn{
	background:#FFFFFF;
	padding:10px;
}
#sdA .contactHead h3,
#hrdmA .contactHead h3{
	background: #b60105;
	font-size:28px;
	color:#FFFFFF;
	padding:10px;
	margin:0;
}
#sdA .contactHead p,
#hrdmA .contactHead p{
	text-align:left;
	margin:0;
	padding:0;
	color:#000000;
	font-size:16px;
}
#sdA .contactHead p span,
#hrdmA .contactHead p span{
	font-size:14px;
}
#sdA .contactHead .txtTel,
#hrdmA .contactHead .txtTel{
	font-family:Arial, Helvetica, sans-serif;
	font-size:45px;
	font-weight:bold;
	text-align:left;
	position:relative;
	margin-left:45px;
}
#sdA .contactHead .txtTel::before,
#hrdmA .contactHead .txtTel::before{
	background: url(../../img/development/i_tel.png) center center;
	background-repeat: no-repeat;
	background-size:40px 40px;	
	content:'';
	width:40px;
	height:40px;
	position: absolute;
	padding:0;
	top: 50%;
	left:-45px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
}
@media screen and ( min-width: 813px ) {
#sdA .contactIn,
#hrdmA .contactIn{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto;
    grid-template-rows: auto;
}
#sdA .contactInL,
#hrdmA .contactInL {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
	padding-top:30px;
}
#sdA .contactInR,
#hrdmA .contactInR {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
	text-align:center;
}
}
@media screen and (max-width:640px) {
#sdA .contactHead h3,
#hrdmA .contactHead h3{
	font-size:18px;
}
#sdA .contactHead p,
#hrdmA .contactHead p{
	font-size:15px;
}
#sdA .contactHead p span,
#hrdmA .contactHead p span{
	font-size:13px;
}
#sdA .contactHead .txtTel,
#hrdmA .contactHead .txtTel{
	font-size:32px;
	margin-left:35px;
}
#sdA .contactHead .txtTel::before,
#hrdmA .contactHead .txtTel::before{
	background-size:30px 30px;
	width:30px;
	height:30px;
	top: 50%;
	left:-35px;
}
}


.actBox{
	width:100%;
	margin:0;
	padding:30px 0;
	background:#fff100;
	background: linear-gradient(-45deg, #fff100 0%, #fff100 50%, #f2ff00 50%, #f2ff00 100%);
}
.actBox h2{
	width:95%;
	margin:0 auto 15px;
	text-align:center;
}
.actBoxIn{
	width:95%;
	max-width:1200px;
	margin:0 auto;
}
.actBox3, .actBox4{
	padding:10px;
}
@media screen and ( min-width: 813px ) {
.actBoxIn{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}
.actBox1{
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
	-ms-grid-row: 1;
    -ms-grid-row-span:2;
	grid-row: 1 / 3;
}
.actBox2{
	-ms-grid-column:2;
	-ms-grid-column-span:2;
    grid-column: 2 / 4;
	-ms-grid-row: 1;
    -ms-grid-row-span:1;
	grid-row: 1 / 2;
}
.actBox3{
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
	-ms-grid-row: 2;
    -ms-grid-row-span:1;
	grid-row: 2 / 3;
	padding-right:15px;
}
.actBox4{
	-ms-grid-column:3;
	-ms-grid-column-span:1;
    grid-column: 3 / 4;
	-ms-grid-row: 2;
    -ms-grid-row-span:1;
	grid-row: 2 / 3;
	padding-left:15px;
}
.actBox h2{
	font-size:28px;
}
}

.actBox1, .actBox3, .actBox4{
	text-align:center;
}
@media screen and ( max-width: 812px ) {
.actBox2{
	text-align:center;
}
}
/*ボタン
.actBox .btn_white {
	box-sizing:border-box;
	display:block;
	position:relative;
	width:95%;
    color:#f49801;
    background-color:#ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    border: none;
    padding: 3% 20px 3% 50px;
    font-size:1.4rem;
	font-weight:bold;
    margin: 0 auto;
	text-decoration:none;
	text-align:center;
	border-radius:50px; 
    -webkit-border-radius:50px; 
    -moz-border-radius:50px;
}
.actBox .btn_dw{
	box-sizing:border-box;
	display:block;
	position:relative;
	width:95%;
    color:#ffffff;
	background-color:#f49801;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
    border: none;
    padding: 3% 20px 3% 50px;
    font-size:1.4rem;
	font-weight:bold;
    margin: 0 auto;
	text-decoration:none;
	text-align:center;
	border-radius:50px; 
    -webkit-border-radius:50px; 
    -moz-border-radius:50px;
}
.actBox .btn_white::before{
	background: url(../../img/development/i_contact.png) center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
}
.actBox .btn_dw::before{
	background: url(../../img/development/i_dw.png) center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
}
.actBox .btn_white::before,
.actBox .btn_dw::before{	
	content:'';
	width:30px;
	height:30px;
	position: absolute;
	padding:0;
	top:50%;
	left:20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display:block;
}
@media screen and ( max-width: 375px ) {
.actBox .btn_white,
.actBox .btn_dw{
	padding:3% 20px;
}
.actBox .btn_white::before,
.actBox .btn_dw::before{
	content:none;
}
.actBox .btn_white::after,
.actBox .btn_dw::after{
	content: "→";
	position: absolute;
	right:20px;
}
}
.actBox .btn_white:hover,
.actBox .btn_dw:hover{
	opacity: 0.7;
}
@media screen and ( max-width: 812px ) {
.actBox .btn_white,
.actBox .btn_dw {
	margin-bottom:20px;
}	
}
*/

/**Announce**/
#hrdmA #Announce,
#sdA #Announce{
	padding:0;
	background:#fef5e8;
	background-image:url(../../img/development/bg_3.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
}
#Announce h2{
	font-size:32px;
	text-align:center;
	color:#FFFFFF;
}
#Announce .Cap{
	font-size:28px;
	text-align:center;
	color: #FFCC00;
	font-weight:bold;
}
#Announce .Cap span{
	display:inline-block;
}
@media screen and ( max-width: 813px ) {
#Announce h2{
	font-size:24px;
	letter-spacing:-1px;
}
#Announce .Cap{
	font-size:18px;
	text-align:center;
	color: #FFCC00;
}
}
@media screen and ( min-width: 813px ) {
#Announce .BoxAnnounce{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 2fr 1fr;
	grid-template-columns: 2fr 1fr;
}
#Announce .BoxAnnounce1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
	padding-right:30px;
}
#Announce .BoxAnnounce2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}
}
#Announce .BoxAnnounce1 p{
	color:#FFFFFF;
}
#Announce .BoxAnnounce1 dl{
	font-size: 0;
}
#Announce .BoxAnnounce1 dl dt{
	display:inline-block;
	font-size:15px;
	letter-spacing:3px;
	font-weight:bold;
	color:#FFFFFF;
	background: #000066;
	padding:2px 10px 2px 13px;
	margin:0 0 8px;
}
#Announce .BoxAnnounce1 dl dd{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	padding:0;
}
#Announce .BoxAnnounce1 ul{
	margin:0;
	padding:0;
}
#Announce .BoxAnnounce1 ul li{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	margin-right:10px;
}
#Announce .Btn {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  color: #000000;
  font-size:20px;
  font-weight:bold;
  background: linear-gradient(45deg, #FFF100 0%, #FFCC00 100%);
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  box-sizing:border-box;
}

#Announce .Btn:hover {
  background: linear-gradient(45deg, #FFCC00 0%, #FFF100 100%);
}
@media screen and ( max-width: 813px ) {
#Announce .BoxAnnounce1 ul li{
	font-size:14px;
}
#Announce .BtnBox {
	text-align:center;
	ma
}
#Announce .Btn {
	padding: 10px 20px;
	font-size:16px;
}
}

/*******************************

  DL from

********************************/
html #reqDL {
	font-size: 62.5%;
}
body #reqDL {
	color:#333333;
	font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Open Sans","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	line-height: 2;	
}
#reqDL p{
	font-size:16px;
	line-height:1.5;
}
#reqDL h1{
    font-size: 24px;
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
    line-height: 1.3;
}
#reqDL h2 {
    font-size: 24px;
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.3;
}
#reqDL .TitS {
    font-size: 16px;
    font-size: calc(1.4rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.3;
}
@media (min-width:1200px) {
#reqDL h1{
	font-size: 2.4rem;
}
#reqDL h2{
	font-size: 2.4rem;
}
#reqDL .TitS{
    font-size: 1.6rem;
}
}
@media screen and (max-width:640px) {
body #reqDL{
    line-height: 2;
}
#reqDL h1{
	font-size: 1.8rem;
}
#reqDL h2{
	font-size: 1.8rem;
}
#reqDL .TitS{
    font-size: 1.4rem;
}
}
@media screen and (max-width:640px) {
#reqDL .nonbr br{
	display:none;
}
}
#reqDL{
	margin:0 auto;
	padding:0;
}
#reqDL .BoxIn {
	width:90%;
	max-width:1080px;
	margin:0 auto;
	padding:0;
}
@media screen and ( min-width: 813px ) {
#reqDL .Box2{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1.3fr;
	grid-template-columns: 1fr 1.3fr;
	-ms-grid-rows: auto;
    grid-template-rows: auto;
}
#reqDL .Box2_1 {
	-ms-grid-column:1;
	-ms-grid-column-span:1;
    grid-column: 1 / 2;
}
#reqDL .Box2_2 {
	-ms-grid-column:2;
	-ms-grid-column-span:1;
    grid-column: 2 / 3;
}

}
#reqDL .Box2_1,
#reqDL .Box2_2{
	padding:10px;
}
#reqDL h1{
	margin:0 auto;
	padding:40px 10px;
	background:#f49801;
	color:#FFFFFF;
	text-align:center;
}
#reqDL .TitS{
	margin:40px auto 40px;
	color:#f49801;
	font-weight:bold;
}
#reqDL .Box2 ul{
	margin: 20px 0;
}
#reqDL .Box2 ul li{
	margin:8px 0 0;
	font-size:15px;
	line-height:1.5;
	position: relative;
	margin-left:25px;
}
#reqDL .Box2 ul li::before{
	background: url(../../img/development/i_point.png) center center;
	background-repeat: no-repeat;
	background-size:20px 20px;
	content:'';
	width:20px;
	height:20px;
	position: absolute;
	padding: 0em;
	font-weight: normal;
	left:-25px;
	top:0;
}

/*contact*/
.formDL .wpcf7 .ajax-loader{
	max-width:25px !important;
	height:auto !important;
}
.formDL .wpcf7 input[type="text"],
.formDL .wpcf7 input[type="email"],
.formDL .wpcf7 input[type="tel"],
.formDL .wpcf7 textarea {
	background-color: #fff;
	width: 98% !important;
	border: 1px solid #ddd;
	font-size:1.4rem;
	padding: 0.1em !important;
	border-radius:1px !important;
	box-sizing: border-box !important;
}
.formDL{
	width:100%;
	margin:0 auto;
	padding:0;
}
.formDL table {
	border-collapse: collapse;
	margin:0 auto;
    width: 100%;
	font-size:1.4rem;
	border-top: 1px solid ;
	border-left: 1px solid;
	border-right:0;
	border-bottom:0;
	border-top-color:#E5E5E5;
	border-left-color:#E5E5E5;
	word-break: break-all;
}
.formDL table td{
	padding: 10px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color:#E5E5E5;
	border-bottom-color:#E5E5E5;
	box-sizing: border-box;
}
.formDL table th {
	text-align: left;
	width: 30%;
    padding: 10px;
	background:rgba(0,0,0,0) !important;
	color:#000000 !important;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-right-color:#E5E5E5;
	border-bottom-color:#E5E5E5;
	font-weight:bold;
	box-sizing: border-box;
}
.formDL table tr:nth-child(odd) td {background-color: #f2f2f2 !important;}
.formDL table tr:nth-child(odd) th {background-color: #f2f2f2 !important;}
.formDL table th span{
	font-size:12px;
	font-weight:normal;
	color:#CC3300;
}
.formDL table td span{
	display:block;
	font-size:12px;
	color:#333333;
	line-height:1.5 !important;
	margin:5px 0 0;
	padding:0;
}
@media screen and (max-width: 768px) {
.formDL table {
	width:100%;
	border: 1px solid #E5E5E5;
  }
.formDL table th {
    display: block;
    border-top: none;
    border-bottom: none;
	border:none;
    width: 100%;
	padding-bottom:0;
  }
.formDL table td {
    display: block;
	border-top: none;
	border:none;
	width:100%;
	padding-top:5px;
  }
}
.formDL input.wpcf7-submit{
	display: inline-block;
	width:80% !important;
	height:auto !important;
	cursor: pointer;	
}
.formDL input.wpcf7-submit{
	padding: 10px 20px;
	border-radius: 5px;
	background:rgba(28,30,132,0.9) !important;
	border:none;
	border-bottom: solid 3px rgba(0,0,0,0.25);
	font-size:1.3rem;
	font-weight:bold;
	color:#ffffff;
	overflow: hidden;
	line-height:normal;
}
.formDL input.wpcf7-submit:hover {
    transition: 0.6s;
	background:rgba(28,30,132,1) !important;
}

.ai-kenkyujo-message{
	background:#fef5e8;
	border-top:1px solid #f49801;
	border-bottom:1px solid #f49801;
}
.ai-kenkyujo-message .inner{
	padding:25px 0;
}
.ai-kenkyujo-message h2{
	color:#f97700!important;
	font-size:20px!important;
	margin-bottom:10px!important;
}
.ai-kenkyujo-message p{
	font-size:15px!important;
}
.ai-kenkyujo-komon{
	background-color: #f1efef;
	background-image: url(../../img/ai-business/4th_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.ai-kenkyujo-komon .inner{
	padding:25px 0;
}
.ai-kenkyujo-komon img{
	width:100px!important;
	height:auto!important;
	float:left!important;
	margin-right:20px!important;
	margin-bottom:10px!important;
}