body {
	font-family : "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-size : 16px;
	line-height : 26px;
	color : #111111;
	font-weight : 300;
	background: #fff;
}
.content-wrapper {
	overflow: hidden;
}
/* --------------------------------------
Global Typography
------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin : 0 0 15px;
}
h1 {
	font-size : 36px;
	line-height : 1.2em;
	font-weight : 100;
}
h2 {
	font-size : 30px;
	line-height : 1.5em;
	font-weight : 300;
}
h3 {
	font-size : 24px;
	line-height : 1.5em;
	font-weight : 300;
}
h4 {
	font-size : 18px;
	line-height : 1.5em;
	font-weight : 300;
}
h5 {
	font-size : 16px;
	line-height : 1.5em;
	font-weight : 500;
}
h6 {
	font-size : 15px;
	line-height : 24px;
}
.display-5 {
	font-size: 2.5em;
	line-height: 1.2em;
}
.display-6 {
	font-size: 1.5em;
	line-height: 1.2em;
}
.middle, middle {
	font-size: 90%;
	font-weight: 400
}
/* --------------------------------------
色
------------------------------------------*/
.text-blue {
	color: #173a8d !important;
}
.text-sky {
	color: #3498db;
}
.text-navy {
	color: #0A2986;
}
.text-pink {
	color: #AD438E;
}
.navy-komidashi {
	color: #0A2986;
	padding: 2px 8px 0 8px;
	background-color: #d0d7e8; 
	display: inline-block;
}
/* --------------------------------------
リンク
------------------------------------------*/
a {
	color : #ff9900;
	text-decoration : none;
	-webkit-transition : all 0.3s ease 0s;
	-moz-transition : all 0.3s ease 0s;
	-o-transition : all 0.3s ease 0s;
	transition : all 0.3s ease 0s;
}
a, a:active, a:focus, a:active {
	text-decoration : none;
	outline : none
}
a:hover, a:focus {
	text-decoration : none;
	color: #4760bb;
}
a:hover img, a:focus img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
span.link-position {
	position: relative;
	top: -230px;
	display: block;
}
p {
	margin-bottom: 10px;
}
ul {
	margin : 0;
	padding : 0;
	list-style : none;
}
/* インデント */
.txt-ind1 {
	padding-left: 1em;
	text-indent: -1em;
}
.txt-ind15 {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.txt-ind2 {
	padding-left: 2em;
	text-indent: -2em;
}
/* --------------------
   main Wrapper
   -------------------*/
#main-wrapper {
	background: #fff;
}
/*ボタン*/
.btn {
	padding : 10px 30px;
	margin-bottom : 0;
	font-size : 14px;
	border-radius : 3px;
	font-weight : 100;
}
a.btn:hover, a.btn:focus {
	text-decoration : none;
	color: #ffffff;
}
.btn-lg {
	font-size: 15px;
	padding: 15px 30px
}
button:focus, .btn:focus, .btn:active:focus {
	outline : none !important;
	outline : 0 !important;
}
.btn-primary {
	background-color: #3498db !important;
}
.btn-primary:hover {
	background-color: #0054ad !important;
}
/*-----------------------------------------------------------------
		上へ戻る
-----------------------------------------------------------------*/

#toTop {
	position : fixed;
	bottom : 35px;
	right : 30px;
	color : #fff;
	cursor : pointer;
	display : none;
	z-index : 9999;
	width : 35px;
	height : 35px;
	text-align : center;
	font-size : 22px;
	line-height : 38px;
	background : #3498db;
	border-radius: 3px;
	border: none;
	-webkit-transition : all 0.3s ease 0s;
	-moz-transition : all 0.3s ease 0s;
	-o-transition : all 0.3s ease 0s;
	transition : all 0.3s ease 0s;
}
#toTop:hover {
	color : #fff;
	opacity: .5;
}
/* ------------------------
 *  ヘッダー上
 *-------------------------*/

.header-top {
	background: #0A2986;
	height: 50px;
}
.header-top img {
	position: relative;
	top: 1px;
	display: block;
}
.header-top .top-contact li{
	padding: 0 14px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
}
.header-top .top-contact li, .header-top .top-contact li a {
	font-size: 13px;
	color: #fff;
}
.header-top .top-contact li a:hover {
	color: #ff9900;
}
.header-top .top-contact li.email {
	padding: 0 4px 0 14px !important;
}

/*-----------------------------
 ナビゲーション＆ヘッダー
--------------------------------*/

/*ナビゲーション*/
.navbar-light .navbar-nav .nav-link {
	color: #111111;
}
.navbar {
	padding: 13px 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	background-color: #ffffff;
}
.navbar-brand {
	padding-top : 2px;
	padding-bottom : 0;
	height : 37px;
	width: 237px;
}

@media screen and (max-width : 1200px) {
.navbar-brand.advclogo, .navbar-brand.advclogo img {
	height : 33px;
	width: 210px;
}
}

.navbar-nav {
	padding-left: 1em;
	padding-right: 1em;
	margin: 0;
}
@media screen and (min-width : 575px) {
	.navbar-nav {
	padding: 0;
	margin: 0;
	display: table;
}
	}
.navbar-nav > .nav-item {
	display: table-cell;
	vertical-align: middle;
}

.navbar-nav > .nav-item:last-child > a {
	margin-right : 0px !important;
	padding-right: 4px !important;
}
.navbar-nav > .nav-item > a {
	font-size : 14px;
	font-weight : 600;
	padding : 9px 15px 5px;
	border-radius : 2px;
	margin: 4px 5px 4px 4px;
	min-width: 65px;
	display: inline-block;
	text-align: center;
	line-height: 1.4;
}
.navbar-nav > .nav-item > a:hover {
}
.navbar-nav > .active > a, .navbar-nav > .active > a:focus, .navbar-nav > .active > a:hover {
	color : #ff9900 !important;
}
.navbar-nav > li > a:hover {
	color : #ff9900 !important;
}
.navbar-right {
	right : auto !important;
	float: right;
}
/* 固定ナビゲーション */
.sticky-nav {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 999;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	-webkit-transition : all .5s ease-in-out;
	-moz-transition : all .5s ease-in-out;
	transition : all .5s ease-in-out;
}
/* ドロップダウン */

.dropdown-menu {
	width: 240px;
	top : 100% !important;
	padding : 0;
	opacity : 0;
	visibility : hidden;
	border-radius : 3px;
	-webkit-transition : all 0.3s ease 0s;
	-moz-transition : all 0.3s ease 0s;
	-o-transition : all 0.3s ease 0s;
	transition : all 0.3s ease 0s;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	transform: translateY(50px);
}
.dropdown:hover .dropdown-menu {
	display : block;
	margin-top : 16px !important;
	opacity : 1;
	visibility : visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
.dropdown-menu::before {
	top : -30px;
	content : "";
	position : absolute;
	width : 100%;
	height : 30px;
	display : block;
}
.dropdown:hover .dropdown-menu {
	margin-top : 13px !important;
}
.dropdown-menu li {
	border-bottom: none;
}
.dropdown-menu li:last-child {
	border-bottom: none;
}
.dropdown-menu li a {
	display : block;
	font-size : 14px;
	line-height : 25px;
	color : #111111;
	padding : 8px 20px 7px 28px;
	text-indent: -0.4em;
	font-weight: 600;
}
.dropdown-menu li a:hover {
	background-color : #f0f1f3;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color : #f0f1f3;
}
/* ドロップダウンサブメニュー*/
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top : -14px !important;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	border-radius : 3px;
	-webkit-transition : all 0.3s ease 0s;
	-moz-transition : all 0.3s ease 0s;
	-o-transition : all 0.3s ease 0s;
	transition : all 0.3s ease 0s;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	transform: translateY(50px);
	visibility: hidden !important;
	opacity: 0 !important;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
	visibility: visible !important;
	opacity: 1 !important;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 7px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #111111;
}

/* 折りたたみメニュー*/

@media screen and (max-width : 992px) {
.navbar-nav > .nav-item {
	border-left : none !important;
	border-right : none !important;
	border-bottom: 1px solid #dcdcdc;
	display: block;
}
.dropdown-menu {
	border: none;
	box-shadow : none;
}
.dropdown-menu li a {
	font-weight: 300;
}
.dropdown-menu::before {
	top: 0 !important;
	height: 0 !important;
}
.dropdown:hover .dropdown-menu {
	margin-top : 0 !important;
}
.nav-cta {
	display: none!important;
}
}

/* ナビゲーションバートグル*/
@media (max-width : 768px) {
.navbar-toggle {
	display : block;
}
}
.navbar-toggle {
	position : absolute;
	right : 0;
	padding : 5px 10px;
	border : 0;
	border-radius : 0;
}
.navbar-toggle:focus, .navbar-toggle:hover {
	background-color : transparent;
}
.navbar-toggle .icon-bar {
	width : 14px;
	height : 3px;
}
.navbar-toggle .icon-bar {
	background-color : #ffffff;
}
.icon-bar + .icon-bar {
	margin-top : 2px;
}
/*-------------------
    TOP スライダー
--------------------*/
.top-slide {
	padding-top: 118px;
	background-color: #D0D1D3;
}
.top-slide .carousel-inner>.item>img {
	min-width: 100% !important;
	text-align: center;
}
.top-slide h1 {
	text-align: center;
	margin: 0;
}
.top-slide img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.top-slide .carousel-control-prev, .top-slide .carousel-control-next {
	width : 50px;
	height : 50px;
	line-height : 50px;
	top : 58%;
	margin-top : -15px;
	background : transparent;
	cursor : pointer;
}
.top-slide .carousel-control-prev {
	left : -5%;
	opacity: 0;
	background: url(../img/btn_arrow_prev.png) no-repeat;
}
.top-slide .carousel-control-next {
	right : -5%;
	opacity: 0;
	background: url("../img/btn_arrow_next.png") no-repeat;
}
.top-slide:hover .carousel-control-prev, .top-slide:hover .carousel-control-next {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
}
.top-slide:hover .carousel-control-prev {
	left: 5%;
}
.top-slide:hover .carousel-control-next {
	right: 5%;
}
.top-slide .carousel-indicators {
	bottom : 0px;
}
.top-slide .carousel-indicators li {
	background-color: rgba(128,128,128,.7);
	border-radius: 50%;
	margin: 1px 3px;
	height: 10px;
	max-width: 10px;
}

@media screen and (max-width : 992px) {
.top-slide .carousel-indicators {
	display: none;
}
}
/* --------------------------------------------
 *  タブ
 *----------------------------------------------- */
.section-btn-group {
	background: url(../img/bg_01.png) repeat;
	border-bottom: 1px solid #999999;
}
.btn-tub.btn {
	font-size: 15px;
	border: none;
	text-decoration: none;
	padding: 12px 30px 10px 30px;
	outline: none;
	border-radius: .25rem .25rem 0 0;
}
a .btn-tub.btn {
	color: #111111;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	text-decoration: none;
	margin: 6px 5px 0 0;
	background: url(../img/bg_01.png) repeat rgba(255,255,255,.4);
}
a .btn-tub.btn.on, a:hover .btn-tub.btn {
	background: rgba(0,0,0,.4);
	border-top: 2px solid rgba(0,0,0,.05);
	border-left: 2px solid rgba(0,0,0,.05);
	border-right: 2px solid rgba(0,0,0,.05);
	color: #ffffff;
	outline: 0 !important;
}
.border-primary {
	border-color: #0A2986!important;
}
/* --------------------------------------------
 *  ページタイトル
 *----------------------------------------------- */
section.single-page-title {
	width : 100%;
	height: auto;
	padding-top: 120px;
	position: relative;
}
section.single-page-title::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.single-page-title .title-contet {
	padding: 45px 0 45px 20px;
}
section.single-page-title h2 {
	display: block;
	margin-bottom: 0;
	font-size : 30px;
	color : #fff;
	z-index: 1;
}
section.single-page-title h2 span {
	display: inline-block;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 8px;
}
section#jirei.single-page-title {
	background : url(../img/page-title_jirei.png) no-repeat right bottom #1d4293;
}
section#after.single-page-title {
	background : url(../img/page-title_afterreport.png) no-repeat right bottom #816628;
}
section#event.single-page-title {
	background : url(../img/page-title_event.png) no-repeat right bottom #ad438e;
}
section#about.single-page-title {
	background-color : #25a4b7;
}
section#about.single-page-title .container {
	background : url(../img/page-title_about.png) no-repeat right top;
}
section#service.single-page-title {
	background : url(../img/page-title_service.png) no-repeat right 100% #6aa43e;
}
section#movie.single-page-title {
	background-color : #25a4b7;
}
section#movie.single-page-title .container {
	background : url(../img/page-title_about.png) no-repeat right top;
}

/*---------------------------
 *  Section
 *---------------------------*/
.section-content {
	padding: 40px 0 40px 0;
}
.section-title {
	margin-bottom: 35px;
}
.section-title h1 {
	font-size: 30px !important;
	text-align: center;
	font-weight: 900;
	margin-top: 5px;
}
.section-title h2 {
	font-size: 32px !important;
	position: relative;
	padding: 0 .5em .1em;
	font-weight: 900;
	text-align: center;
	color: #0A2986;
	margin-top: 5px;
}
.section-title h2 span {
	display: inline-block;
	font-size: 1.5rem;
	letter-spacing: 0.4px;
	margin-right: 15px;
	line-height: 1.5;
	width: 100%;
}
.section-title h2:after {
	display: block;
	width: 60px;
	height: 6px;
	margin: 20px auto 0;
	content: "";
	background-color: #0A2986;
}
.section-title h3 {
	margin-top: 5px;
	text-align: center;
	color: #0A2986;
}
section.section-content.trial h4,
section.section-content.about h4,
section.section-content.service h4,
section.section-content#casestudy h4 {
	letter-spacing: 0.2px;
	margin-top: 10px;
	font-size: 22px;
	font-weight: bold;
	padding: 6px 15px 4px 0;
	width: 100%;
	display: block;
	clear: both;
	color: #0A2986;
	border-bottom: 3px double #0A2986;
}
section.section-content.about h5 {
	border: none;
	background-color: #0A2986;
	color: #ffffff;
	padding: 9px 15px 7px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
}
section.section-content h5.fa-chousei {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	text-indent: -15px;
	padding-left: 45px;
}
section.section-content h6.navybox {
	font-size: 17px;
	font-weight: normal;
	padding: 6px 10px 3px 10px;
	display: inline-block;
	color: #ffffff;
	background-color: #0A2986;
	margin-bottom: 8px;
	border-radius: .25rem;
}
section.section-content h6.graybox {
	font-size: 17px;
	font-weight: normal;
	padding: 6px 10px 3px 10px;
	display: inline-block;
	color: #ffffff;
	background-color: #666666;
	margin-bottom: 8px;
	border-radius: .25rem;
}
.gray-bg {
	background-color : #f0f1f3;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.white-bg {
	background-color : #fff;
}
.sky-bg {
	background: #eaf4fb;
}
.stripe-bg {
	background: url(../img/bg_01.png) repeat;
}
.border-bg {
	border: 2px dotted #dddddd;
}
/*---------------------
 * 共通　お問い合わせ
 *---------------------- */
.contents-inquiry {
	text-align: center;
	background-image: url(../img/inquiry.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.contents-inquiry h1, .contents-inquiry p {
	color: #ffffff;
}
.btn-inquiry {
	background-color : #ff9900;
	border: none;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
}
.btn-inquiry:hover {
	background: #ff6600;
	color: #fff;
	border: none;
}
/* ---------------------------------------------- /*
 * TOP INFOMATION
/* ---------------------------------------------- */
section.section-content.top-info {
	padding: 22px 0 17px 0;
	border-top: 1px solid #ddd;
}
section.top-info p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 5px !important;
	color: #111111;
}
section.top-info a {
	color: #ff9900;
}
section.top-info a:hover {
	color: #ff6600;
}
/* ---------------------------------------------- /*
 * ADVENTURECluster's movie
/* ---------------------------------------------- */
section.top-movie .language{
	font-size:12px;
	max-width:700px;
	margin:0 auto;
}
/* ---------------------------------------------- /*
 * ADVENTURECluster's Feature
/* ---------------------------------------------- */
section.top-feature .section-title h2 {
}
a:hover .featurebox, a:focus .featurebox {
	border: 2px solid #0A2986;
}
.featurebox {
	display: block;
	width: 100%;
	padding: 15px 8px;
	border: 2px solid #cccccc;
	text-align: center;
	background-color: #ffffff;
}
.featurebox h4 {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2em;
	letter-spacing: -0.2px;
	color: #3498db;
}
.featurebox h4 span {
	display: inline-block;
	width: 100%;
	font-size: 17px;
	color: rgb(17, 17, 17);
	font-weight: normal;
	letter-spacing: 0.2px;
}
.featurebox .btn-primary {
	font-size: 16px;
}
a:hover .featurebox .btn-primary, a:focus .featurebox .btn-primary {
	background-color: #0A2986 !important;
}
/* ---------------------------------------------- /*
 * 各種セミナーのご案内／各種サービスのご案内
/* ---------------------------------------------- */
section.top-about {
	background : url(../img/top-about_bg.png) no-repeat top right #D1E3F4;
	max-width: 100%;
}
section.top-seminar {
	background : url(../img/top-seminar_bg.png) no-repeat top left #7A95C5;
	max-width: 100%;
}
section.top-service {
	background : url(../img/top-service_bg.png) no-repeat top right #1D4293;
	max-width: 100%;
}
section.top-about .btn-inquiry, section.top-seminar .btn-inquiry, section.top-service .btn-inquiry {
	font-size: 18px;
	text-align: left;
	padding-left: 8em;
}
section.top-about .btn-inquiry {
	border: 1px solid #0A2986;
	background: rgba(209,227,244,0.9);
}
section.top-about a .btn-inquiry {
	color: #0A2986;
}
section.top-seminar .btn-inquiry {
	border: 1px solid #ffffff;
	background: rgba(122,149,197,0.9);
}
section.top-service .btn-inquiry {
	border: 1px solid #ffffff;
	background: rgba(29,66,147,0.9);
}
section.top-about a:hover .btn-inquiry, section.top-seminar a:hover .btn-inquiry, section.top-service a:hover .btn-inquiry {
	border: 1px solid #ff9900;
	color: #ffffff;
	background-color: #ff9900;
}
section.top-about h3 {
	font-weight: 900;
	font-size: 32px !important;
	color: #0A2986;
}

section.top-seminar h3, section.top-service h3 {
	font-weight: 900;
	font-size: 32px !important;
	color: #ffffff;
}
section.top-about p {
	font-size: 18px;
	color: #0A2986;
}
section.top-seminar p, section.top-service p {
	font-size: 18px;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
section.top-about h3, section.top-about p {
	color: #ffffff;
}
}
/* ---------------------------------------------- /*
 * ニュース
/* ---------------------------------------------- */


.news-list {
	border-bottom: 1px solid #cccccc;
}
.news-list li {
	border-top: 1px solid #cccccc;
	position: relative;
	display: table;
	width: 100%;
}
.news-list li a {
	color: #111111;
	vertical-align: middle;
	display: table;
	min-height: 4em;
	height: 4em;
	width: 100%;
}
.news-list li a:hover, .news-list li a:focus {
	background-color: #ffffff;
}
.news-list-date {
	display: table-cell;
	font-size: 15px;
	width: 90px;
	vertical-align: middle;
	text-align: center;
}
.news-list li .icn {
	margin-top: -1.1em;
	top: 54%;
	position: absolute;
	left: 95px;
}
.news-text {
	display: table-cell;
	vertical-align: middle;
	padding-top: 1em;
	padding-right: 20px;
	padding-left: 120px;
	padding-bottom: 1em;
	text-align: left;
}
a:hover .news-text, a:focus .news-list {
	text-decoration: underline;
}
/* --------------------------------------
イベント
------------------------------------------*/
section#event_seminar p.prof {
	font-size: 90%;
	line-height: 1.6;
}
section#event_seminar h4 {
	width: 100%;
	margin: 20px 0;
	font-weight: bold;
	line-height: 150%;
	padding: .6em .75em;
	background-color: #f2f2f2;
	border-left: 6px solid #816628;
}
div.link_block {
	width: 100%;
	display: block;
	padding: 10px;
	border-radius: .4rem;
	text-align: center;
}
.btn-request {
	display: inline-block;
	padding: 12px 65px;
	margin-bottom: 0;
	font-size: 20px;
	border-radius: 3px;
	font-weight: 100;
	color: #fff;
	background-color: #3498db;
	border-color: #3498db;
}
a:hover.btn-request {
	background-color: #0066cc;
	border-color: #0066cc;
	color: #ffffff;
}
/* --------------------------------------------
 *  体験セミナー
 *---------------------------------------------- */
.flow-left {
	background-color: #0A2986;
	border: 1px solid #0A2986;
	width: 100%;
	display: block;
	padding: 11px 10px 7px 10px;
	color: #ffffff;
	text-align: center;
	font-size: 22px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.flow-right {
	border: 1px solid #0A2986;
	width: 100%;
	display: block;
	padding: 10px 20px;
	background-color: #ffffff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.arrow-down {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 40px 0 40px;
	border-color: #0a2986 transparent transparent transparent;
	display: inline-block;
}
.arrow-down-gray {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 40px 0 40px;
	border-color: #666666 transparent transparent transparent;
	display: inline-block;
}
.arrow-down-navy {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 40px 0 40px;
	border-color: #0A2986 transparent transparent transparent;
	display: inline-block;
}
/* --------------------------------------------
 *  フッター
 *---------------------------------------------- */
.footer {
	background: #0A2986;
}
.footer-widget-section {
	padding: 60px 0 30px 0;
}
.footer .footer-logo {
	margin-bottom: 25px;
}
.footer .footer-left {
	font-size: 13px;
}
.footer .footer-left .fa-window-restore {
	font-size: 80%;
	padding: 0 5px 3px 6px;
}
.footer .footer-col {
	border-left: #a1c1e8 1px solid;
	margin-bottom: 10px;
}
.footer .footer-col h6 {
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: #ffffff;
}
.footer .footer-col ul li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 13px;
}
.footer .footer-col ul li .fa-angle-right {
	display: inherit;
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: #ff9900;
}

@media screen and (max-width : 992px) {
.footer .footer-left {
	border-bottom: #a1c1e8 1px solid;
	padding-bottom: 10px;
}
.footer .footer-logo {
	margin-bottom: 10px;
}
.footer .footer-col {
	border-left: none;
	margin-bottom: 10px;
	margin-top: 10px;
}
}
/* Copyright */

.footer .copyright-section {
	font-size: 13px;
	background-color : #0A2986;
	color : #6b6b6b;
	padding : 10px 0 40px 0;
	text-align: center;
}
.footer .copyright-section .copytext {
	color : #ffffff;
}
/* ---------------------------------------------- /*
 * アイコン
/* ---------------------------------------------- */
.img-overlay-bottom {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 10;
	margin: 0;
}
.img-overlay-topL /* 画像の左上にアイコン配置 */ {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	margin: 0;
}
.img-overlay-topR /* 画像の右上にアイコン配置 */ {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	margin: 0;
}
.icn {
	width: 9em;
	display: block;
	text-align: center;
	float: left;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	padding: 0.3em;
	line-height: 1;
}
.icndark {
	width: 10em;
	text-align: center;
	float: right;
	font-style: normal;
	color: #FFFFFF;
	padding: 0.4em 0.3em 0.2em 0.3em;
	line-height: 1.2;
	font-size: 14px;
	background: rgba(0,0,0,.5);
	font-weight: 300;
	display: inline-block;
}
.icnwhite {
	text-align: center;
	float: right;
	font-style: normal;
	color: #111111;
	padding: 0.4em 0.3em 0.2em 0.3em;
	line-height: 1.2;
	font-size: 18px;
	background: rgba(255,255,255,.8);
	font-weight: 600;
	display: inline-block;
}
.icn-event01 {
	background-color: #3498db;
	border: 2px solid #3498db;
}
.icn-end {
	background-color: #FFFFFF;
	border: 1px solid #E51400;
	color: #E51400!important;
	letter-spacing: 0.2em;
}
.icn-new {
	display: inline-block;
	text-align: center;
	margin-left: 0.5em;
	float: none;
	font-weight: bold;
	font-size: 12px;
	border: none;
	color: #E51400!important;
	letter-spacing: 0.1em;
	font-style: normal;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

/* media queries */

@media (min-width : 768px) {
.footer .copyright-section .list-inline > li {
	padding-right : 10px;
	padding-left : 10px;
}
}

@media (max-width : 768px) {
.footer .footer-text ul i, .footer .footer-text ul .phone, .footer .footer-text ul .email {
	font-size: 14px;
	padding: 0;
}
.footer .footer-text ul .email small {
	padding-left: 20px;
}
.footer .footer-text li {
	display: block;
	margin-bottom: 10px;
}
}
/* ---------------------------------------------- /*
 * iframe
/* ---------------------------------------------- */
.iframebox {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
}
.iframebox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ---------------------------------------------- /*
 * youtube
/* ---------------------------------------------- */
.youtube{
	width: 100%;
	aspect-ratio: 16 / 9;
  }
  .youtube iframe{
	width: 100%;
	height: 100%;
  }
/* ---------------------------------------------- /*
 * about 製品概要
/* ---------------------------------------------- */
section.section-content.about .lineupbox {
	display: block;
	width: 100%;
	border: 2px solid #3498db;
	text-align: center;
	background-color: #ffffff;
}
section.section-content.about .lineupbox h4 {
	font-size: 20px;
	line-height: 1.2em;
	letter-spacing: -0.2px;
	color: #ffffff;
	margin-top: 0;
	padding: 10px 0 8px 0;
	background-color: #3498db;
	border-top-right-radius: .1rem;
	border-top-left-radius: .1rem;
	border-bottom: none;
}
section.section-content.about .lineupbox h4 span {
	display: inline-block;
	font-size: 80%;
	font-weight: 300;
}
section.section-content.about a:hover .lineupbox, section.section-content.about a:focus .lineupbox {
	border-color: #ff9900;
}
section.section-content.about a:hover .lineupbox h4, section.section-content.about a:focus .lineupbox h4 {
	background-color: #ff9900;
}
section.section-content.about .lineupbox p {
	text-align: left;
	font-size: 15px;
	margin-bottom: 0;
	padding: 12px;
}
section.section-content.about a .lineupbox p {
	color: #111111;
}
section.section-content.about ul.step li.explain {
	padding: 0 2px 0 6px;
	display: block;
	background: #f6ecf3;
	font-size: 14px;
}
.arrow-downsmall {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 30px 0 30px;
	border-color: #AD438E transparent transparent transparent;
	display: inline-block;
}
/* 課題 */ 
section.section-content.about div.future {
	background-color: #ffffff;
	border-radius: .25rem;
	border: 2px solid #cccccc;
}
section.section-content.about div.future h6 {
	text-align: center;
	font-weight: 600;
	font-size: 22px;
}
section.section-content.about div.future dl {
	margin-bottom: 0;
}
section.section-content.about div.future dd, section.section-content.about div.future dt {
	display: table-cell;
	line-height: 1.4;
	vertical-align: middle;
}
section.section-content.about div.future dt {
	padding-right: 5px;
	padding: 8px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #666666;
}
section.section-content.about div.future dd {
	overflow: hidden;
	background-color: #f2f2f2;
	padding: 10px 8px 8px 8px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-weight: 600;
	width: 100%;
}
/* 解決 */ 
section.section-content.about div.solving {
	border-radius: .25rem;
	border: 2px solid #AD438E;
	background-color: #ffffff;
}
section.section-content.about div.solvingbox {
	background-color: #f6ecf3;
	border-radius: 10px;
}
section.section-content.about div.solving h6 {
	text-align: center;
	font-weight: 600;
	font-size: 22px;
}
section.section-content.about div.solving dl {
	margin-bottom: 0;
}
section.section-content.about div.solving dd, section.section-content.about div.solving dt {
	display: table-cell;
	line-height: 1.4;
	vertical-align: middle;
}
section.section-content.about div.solving dt {
	padding-right: 5px;
	padding: 8px;
	border-top-left-radius: 10px;
	background-color: #AD438E;
}
section.section-content.about div.solving dd {
	overflow: hidden;
	background-color: #bd68a4;
	color: #ffffff;
	padding: 12px 8px 8px 8px;
	border-top-right-radius: 10px;
	font-weight: 600;
	width: 100%;
	font-size: 22px;
	letter-spacing: 0.4px;
}
section.section-content .more_info a {
	font-size: 18px;
}
section.section-content a .more {
	display: inline-block;
	padding: 2px 8px 0 8px;
	border: 1px solid #ff9900;
	margin: 4px 0 5px 5px;
	font-size: 13px
}
section.section-content a:hover .more, section.section-content a:focus .more {
	border: 1px solid #4760bb;
}
/* 連成解析 */ 
section.section-content.about div.coupledscene {
	background-color: #ffffff;
	border-radius: .25rem;
	border: 1px solid #0A2986;
}
section.section-content.about div.coupledscene h3 {
	background-color: #0A2986;
	border-top-left-radius: .1.5rem;
    border-top-right-radius:.1.5rem;
	text-align: center;
	padding: 5px;
	width: 100%;
	color: #ffffff;
	font-size: 20px;
}
section.section-content.about div.coupledscene h6 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 10px;
	text-align: center;
}
section.section-content.about div.coupledscene div.coupledbox {
	background-color: #eaf4fb;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
section.section-content.about div.coupledscene dl {
	margin-bottom: 0;
	width: 100%;
}
section.section-content.about div.coupledscene dt {
	padding: 8px;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	background-color: #3498db;
	width: 100%;
	text-align: center;
	color: #ffffff;
}
section.section-content.about div.coupledscene dd {
	background-color: #eaf4fb;
	padding: 10px 15px 8px 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 100%;
}

/* solver 解析事例リンク */
section.section-content.about .cslink_box {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #dddddd;
	border-radius: .25rem;
}
section.section-content.about .cslink_box .overlay {
	position: absolute!important;
	background: rgba(0,0,0,.5);
	bottom: 0;
	left: 0;
	z-index: 10;
	padding: 7px 5px 5px 5px;
	width: 100%;
	text-align: center;
}
section.section-content.about .cslink_box h6 {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	color: #ffffff;
}
/* Collabo 解析事例リンク */
section.section-content.about h5.must {
	background: none;
	text-align: center;
	color: #0A2986;
	padding: 0;
	margin: 0 0 6px 0;
	font-weight: 600;
	font-size:16px; 
}
/* ---------------------------------------------- /*
 * サービス／受託支援サービス／SCSK CAE Cloud
/* ---------------------------------------------- */

div.pointrow {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
div.point {
	width: 100%;
	height: 100%;
	display: table;
	padding: 10px 8px;
	border: #3498db 1px solid;
	border-radius: .25rem!important;
	background-color: #3498db;
}
div.point p {
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
}
div.card-box {
	border: 1px solid #192F74;
	position: relative;
	float: left;
	border-radius: .25rem;
	overflow: hidden;
	background-color: #ffffff;
}
div.card-box h5 {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 600;
	border: none;
	margin: 0;
	padding: 10px;
	background-color: #192F74;
	color: #ffffff;
}
div.card-box_sky {
	border: 1px solid #3498db;
	position: relative;
	float: left;
	border-radius: .25rem;
	overflow: hidden;
	background-color: #ffffff;
}
div.card-box_sky h5 {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 600!important;
	border: none;
	padding: 10px !important;
	background-color: #3498db!important;
	margin: 0 !important;
	color: #ffffff;
	font-size: 16px !important;
}
#ServiceMap, map{
	text-align: center;
}
#ServiceMap area:hover, #ServiceMap area:focus {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	border: none;
}
area {
	border: none;
	outline:none;
}
/*-------------------
    テーブル
--------------------*/
/* 基本 */

section.section-content .TableBox {
	width: 100%;
	border-top: 1px solid #cccccc;
}
section.section-content .TableBox.small {
	font-size: 14px;
}
section.section-content .TableBox th {
	padding: 10px 15px;
	border-bottom: 1px solid #cccccc;
	background-color: #f2f2f2;
	text-align: center;
	font-weight: bold;
	width: 20%;
	vertical-align: middle;
}
section.section-content .TableBox td {
	padding: 8px 15px;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
}
section.section-content .bordernone td {
	padding: 0 5px;
	border-bottom: none;
	background-color: #ffffff;
}
section.section-content thead.thead-dark tr th {
	background-color: #666666;
	color: #ffffff;
	text-align: center;
}
section.section-content thead.thead-sky tr th {
	background-color: #3498db;
	color: #ffffff;
	text-align: center;
}
/* スペック */
section.section-content .TableBoxSpec {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 15px;
	line-height: 1.6;
	ne-height: 1.6;
}
section.section-content .TableBoxSpec.small {
	font-size: 14px;
}
section.section-content .TableBoxSpec th {
	padding: 8px 10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #f2f2f2;
	font-weight: normal;
	font-weight: bold;
	vertical-align: middle;
}
section.section-content .TableBoxSpec td {
	padding: 8px 10px;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	vertical-align: middle;
	border-bottom: 1px solid #cccccc;
}
/* 解析機能一覧 */
section.section-content .kaisekilist {
	width: 100%;
	font-size: 15px;
	line-height: 1.6;
	ne-height: 1.6;
	border: 2px solid #cccccc;
}
section.section-content .kaisekilist th {
	padding: 7px 10px;
	border-right: 2px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #f2f2f2;
	font-weight: normal;
	font-weight: bold;
	vertical-align: middle;
}
section.section-content .kaisekilist th {
	border-bottom: 2px solid #cccccc;
}
section.section-content .kaisekilist td {
	padding: 7px 10px;
	background-color: #ffffff;
	vertical-align: middle;
	border-bottom: 1px solid #cccccc;
	border-right: 2px solid #cccccc;
}
section.section-content .kaisekilist td.tdcenter {
	border-bottom: 2px solid #cccccc;
	text-align: center;
	font-weight: bold;
}
.kaisekilist td.tdcenter a {
	color: rgb(17, 17, 17);
}
.kaisekilist td.tdcenter a:hover {
	color: #4760bb;
}
section.section-content .kaisekilist td.tdbottom {
	border-bottom: 2px solid #cccccc;
}
/* 解析事例詳細 */
section.section-content .TableBoxDetail {
	width: 100%;
	border-top: 1px solid #ffffff;
}
section.section-content .TableBoxDetail th {
	padding: 7px 15px;
	border-bottom: 1px solid #ffffff;
	background-color: #d0d7e8;
	text-align: center;
	font-weight: bold;
	width: 28%;
	vertical-align: middle;
	color: #173a8d;
}
section.section-content .TableBoxDetail td {
	padding: 7px 15px;
	border-bottom: 1px solid #ffffff;
	background-color: #e7ebf3;
}
section.section-content .TableBoxDetail a {
	text-decoration: underline;
}

/* ---------------------------------------------- /*
 * エフェクト
/* ---------------------------------------------- */
@keyframes slideInRight {
 from {
 opacity: 0;
 transform: translateX(150px);
}
 to {
 opacity: 1;
 transform: translateX(0);
}
}
.slideInRight {
	animation-name: slideInRight;
	animation-duration: 1s;
	animation-timing-function: ease-out;
}
@keyframes slideInLeft {
 from {
 opacity: 0;
 transform: translateX(-150px);
}
 to {
 opacity: 1;
 transform: translateX(0);
}
}
.slideInLeft {
	animation-name: slideInLeft;
	animation-duration: 1s;
	animation-timing-function: ease-out;
}


/* ---------------------------------------------- /*
 * バナー
/* ---------------------------------------------- */

.banner_area{
    position:relative;
    margin:0 auto;
    border:1px solid #cccccc;
    padding:30px;
    background: url(../img/banner_user.jpg) no-repeat right; 
    background-size: cover;
    border-radius:3px;
}

@media (max-width: 768px){
.banner_area{
    background: none;
}
}

.banner_area .banner_textblock{
    width:70%;
}

@media (max-width: 768px){
.banner_area .banner_textblock{
    width:100%;
}
}

.banner_area .banner_tag{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0A2986;
    color: #ffffff;
    padding: 8px 10px;
    font-size:12px;
    display:inline-block;
    
}

.banner_area .banner_title{
    font-size:20px;
    margin:0 0 12px 0;
    color:#0A2986;
    font-weight:bold;
    position:relative;
}

.banner_area .banner_text{
    font-size:16px;
    line-height:1.5;
    color:#333333;
}

.banner_area .banner_link{
    position:relative;    
    padding:0 0 0 15px;
    margin:20px 0 0 0;
    color:#333333;
}

.banner_area .banner_link::before{
    content: "";
    vertical-align: 2px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0A2986;
    border-right: 2px solid #0A2986;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 0;
}

/* ---------------------------------------------- /*
 * 事例　ユーザー事例
/* ---------------------------------------------- */

#casestudy .topics {
    width: 100%;
	border:1px solid #0A2986;
	margin-top:30px;
}

#casestudy .topics .topics_ttl{
	font-size:20px;
	font-weight:500;
	color:#fff;
	background:#0A2986;
	padding:10px;
	text-align:center;
}

#casestudy .topics .topics_c-wrap{
	padding:10px 25px 25px;
}

/*----------------------------------------------------------------------
/* リンク
---------------------------------------------------------------------- */
.block-link {
	padding: 23px 10px;
	font-size: 24px;
	text-align: center;
	background-color: #25a4b7;
}
a .block-link {
	color: #ffffff;
}
a:hover .block-link {
	background-color: #2193a4;
}