﻿@charset "utf-8";

/* =======================================================================
	BASE_STYLE
======================================================================= */
html {box-sizing: border-box;scroll-padding-top: 70px;}
*, *:before, *:after {box-sizing: inherit;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, code, form, fieldset, legend, input, textarea, 
p, blockquote, th, td{margin:0;padding:0;}
a {outline: none; color:#0055AC;}
img { border:none }
h2,h3,h4,h5,h6 {font-size:100%;	font-weight:normal;}
body{
	font-family: "Noto Sans JP", sans-serif;
	font-size:15px;
	line-height: 1.4;
	color:#000;
	background:#FFF;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-wrap:
	break-word;
}
/* Clearfix */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
#wrapper{width:100%;}
.spnone{display:none !important;}

.fadeIn{opacity: 0;transition: 1s;}
.fadeIn.is-show{opacity: 1;}
.fadeIn-left{
	opacity: 0;
	transform: translateX(-40px);
	transition: opacity .9s, transform .9s;
}
.fadeIn-left.is-show{
	opacity: 1;
	transform: translateX(0);
	transition-delay: .5s;
}

/* バナー */
div#floatbnr{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index:100;
}
div#floatbnr2{
    position: fixed;
    right: 0;
    bottom: 280px;
    z-index:100;
}
.floatbnr_inner{position:relative;}
.floatbnr_inner img{
	width:300px;
	height:auto;
	border:#CCC 1px solid;
}
.floatbnr_inner span{
	width:32px;
	height:32px;
	background:url(../images/index/brn_close.webp) no-repeat;
	background-size:100%;
	position:absolute;
	cursor: pointer;
	top:-15px;
	right:0;
}

/* HEADER
----------------------------------------------------------------------- */
header{
	width:100%;
	line-height:1;
	background:#FFF;
	position: fixed;
	padding:12px 0 16px 0;
	z-index:9999;
}
body#menu header{box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3) ;}
header .header-inner{
	padding:0 0 0 20px;
	margin:0 auto;
}
header .header-inner img{
	width:auto;
	height:30px;
	margin:2px 0 0 0;
}
header nav.pc-nav,
header .header-inner .pc-header-link{display:none;}

/* DRAWER [MAIN] */
.drawer-nav {width: 19rem;}
.drawer--right .drawer-nav {right: -19rem;}
.drawer--right.drawer-open .drawer-hamburger{right: 19rem;}

.drawer-hamburger {
	padding-top: 18px !important;
    padding-right: 18px !important;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after{background-color:#FFF !important;}
.drawer-main{
	padding:0;
	z-index:100;
}
.drawer-main img{
	max-width:100%;
	height:auto;
}
.drawer-main .drawer-nav{
	background:#FFF !important;
}
.drawer-main ul{
	line-height:1.0;
}
.drawer-main ul li{
	width:100% !important;
	text-align:left;
	border-top:#10317C 1px solid;
	float:none !important;
	display:block !important;
}
.drawer-main ul li:last-child{
	border-bottom:0;
}
.drawer-main ul li.menu-head{
	font-size:14px !important;
	font-weight:600 !important;
	color:#FFF;
	background:#10317C;
	padding:9px 20px 10px 20px;
}
.drawer-main ul li a{
	width:100% !important;
	height:100% !important;
	font-size:15px !important;
	font-weight:500 !important;
	display:block !important;
	text-decoration: none !important;
	height:46px;
	line-height:46px;
	color:#10317C !important;
	padding:0 20px;
}
.drawer-main ul li.submenu{border-top:#CFD6E5 1px solid;}
.drawer-main ul li.submenu.sublast{padding-bottom:5px;}
.drawer-main ul li.long a{line-height:1.4 !important;padding:12px 0 12px 20px;}

.drawer-main  .drawer-link{
	/*border-top:#10317C 1px solid;*/
	text-align:center;
	margin-top:25px;
}
.drawer-main  .drawer-link img{
	width:86%;
	height:auto;
	display:block;
	margin:30px auto 25px auto;
}
.drawer-main .drawer-link a.btn01,
.drawer-main .drawer-link a.btn02,
.drawer-main .drawer-link a.btn03{
	width:84% !important;
	height:50px !important;
	line-height:50px !important;
	font-size:15px !important;
	font-weight:500;
	text-decoration: none;
	color:#FFF !important;
	text-align:center;
	display:block;
	padding:0;
	margin:0 auto 12px auto;
}
.drawer-main .drawer-link a.btn01{background:#0A87DA;}
.drawer-main .drawer-link a.btn02{background:#10317C;}
.drawer-main .drawer-link a.btn03{background:#0AA6DA;}

/* MAIN
----------------------------------------------------------------------- */
#wrapper main{width:100%;}

/* CONTACT BTN */
section.footer_contact{
	text-align:center;
	border-top:#E0EBF8 1px solid;
	background:#F4F9FF;
	padding:35px 0 40px 0;
}
section.footer_contact a:hover{opacity:0.75;}
section.footer_contact p{
	font-size:18px;
	font-weight:600;
	color:#10317C;
	line-height:1.7;
	display:block;
}
section.footer_contact a.mv_btn1{
	width:70%;
	font-size:18px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:inline-block;
	text-align:center;
	border-radius: 5px;
	padding:22px 0;
	margin:22px auto 15px auto;
}
section.footer_contact a.mv_btn2{
	width:70%;
	font-size:17px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#10317C;
	display:inline-block;
	text-align:center;
	border-radius: 5px;
	padding:22px 0;
	margin:0 auto;
}

/* 無料資料ダウンロード・ライセンス申し込み */
main .kumiki-contact{}
.kumiki-contact .kc-left{
	background:#1787c9;
	padding:25px 0 30px 0;
}
.kumiki-contact .kc-left .kc-left-inner,
.kumiki-contact .kc-right .kc-right-inner{
	width:100%;
	text-align:center;
}
.kumiki-contact .kc-right{
	background:#002f7b;
	padding:25px 0 30px 0;
}
.kumiki-contact h3{
	font-size:26px;
	font-weight:700;
	line-height:1;
	color:#FFF;
}
.kumiki-contact .kc-txt{
	width:100%;
	font-size:14px;
	color:#FFF;
	margin:15px 0;
}
.kumiki-contact a{
	width:70%;
	font-size:17px;
	line-height:1;
	font-weight:700;
	text-decoration: none;
	background:#FFF;
	text-align:center;
	border-radius: 15px;
	display:block;
	padding:20px 0;
	margin:0 auto;
}
.kumiki-contact a.txtcolor1{color:#1787c9;}
.kumiki-contact a.txtcolor2{color:#002f7b;}
.kumiki-contact a:hover{
	opacity:0.65;
	transition: 0.15s;
}
.kumiki-contact a img{
	width:auto;
	height:24px;
	margin-left:10px;
}

/* 資料請求・お問い合わせ */
.contact-btn{
	text-align:center;
	margin:30px 0 5px 0;
}
.contact-btn a.btn1{
	width:260px;
	font-size:17px;
	line-height:1;
	font-weight:600;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:inline-block;
	text-align:center;
	border-radius: 8px;
	padding: 18px 0 20px 0;
	margin:0 0 15px 0;
}
.contact-btn a.btn2{
	width:260px;
	font-size:17px;
	line-height:1;
	font-weight:600;
	text-decoration: none;
	color:#FFF;
	background:#10317C;
	display:inline-block;
	text-align:center;
	border-radius: 8px;
	padding: 18px 0 20px 0;
	margin:0;
}

/* FOOTER
----------------------------------------------------------------------- */
footer{
	width:100%;
	background:#FFF;
	border-top:#DDD 1px solid;
	text-align:center;
}
footer a{
	color:#000;
	text-decoration: none;
}
footer .footer-inner{
	width:100%;
	font-size:14px;
	padding:30px 0;
	margin:0 auto;
}
.footer-inner .company-info{
	line-height:1.6;
}
.footer-inner .logo_txt{
	font-size:15px;
	font-weight:400;
	display:block;
	letter-spacing:3px;
	margin:0 0 12px 0;
}
.footer-inner .company-info b{
	display:block;
	margin:25px 0 10px 0;
}
.footer-inner .company_url{
	font-size:13px;
	display:block;
	font-weight:500;
	margin-top:10px;
}
.footer-inner ul{display:none;}
footer ul.security_link{
	width:100%;
	font-size:13px;
	font-weight:500;
	line-height:1.8;
	display: flex
	flex-wrap: wrap;
	border-top:#DDD 1px solid;
	text-align:center;
	list-style-type: none;
	margin:0;
}
footer ul.security_link li{
	line-height:1;
	border-bottom:#DDD 1px solid;
}
footer ul.security_link li a{
	width:100%;
	height:100%;
	display: block;
	padding:15px 0;
}
footer .copyright{
	width:100%;
	font-size:11px;
	text-align:center;
	padding:25px 0;
}


/* =======================================================================
	INDEX
======================================================================= */
body#index{}
h2.title{
	font-size:30px;
	font-weight:700;
	line-height:1;
	text-align:center;
	position:relative;
}
h2.title_landscape{
	font-size:30px;
	font-weight:700;
	line-height:1;
	position:relative;
}
h2.title span,
h2.title_landscape span{
	font-size:15px;
	display:block;
	color:#0A78BF;
	margin:15px 0 0 0;
}
h2.title::after{
	content: '';
	width: 50px;
	height: 3px;
	display: block;
	background-color:#0A87DA;
	position: absolute;
	left:0;
	right:0;
	bottom: -22px;
	margin:0 auto;
}
h2.title_landscape::after{
	content: '';
	width: 50px;
	height: 3px;
	display: block;
	background-color:#0A87DA;
	position: absolute;
	left:0;
	bottom: -20px;
}

/* BTN */
a.link_btn1{
	font-size:20px;
	font-weight:600;
	color:#006DBD;
	text-decoration:none;
	border-bottom:#006DBD 1px solid;
	position:relative;
}
i.icon_arrow{display:none;}
.dlbtn_area{
	display:block;
	text-align:center;
	margin:35px auto 0 auto;
}
.dlbtn_area img{
	width:94%;
	height:auto;
	margin:0 auto;
}

a.mainbtn_left{
	width:200px;
	font-size:17px;
	line-height:1;
	font-weight:600;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:block;
	text-align:center;
	position:relative;
	border-radius: 8px;
	padding:18px 0 20px 0;
	margin:0 auto;
}
a.mainbtn_center{
	width:200px;
	font-size:17px;
	line-height:1;
	font-weight:600;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:block;
	text-align:center;
	position:relative;
	border-radius: 8px;
	padding:18px 0 20px 0;
	margin:0 auto;
}
a.mainbtn_left::before,
a.mainbtn_center::before{
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 11px;
	height: 11px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(45deg);
}

/* MV
------------------------------------------------------------------------*/
body#index section.mv{
	width:100%;
	background:url(../images/index/mv_bg_sp.jpg) top right no-repeat;
	background-size:cover;
	position:relative;
	overflow: hidden;
	padding:100px 0 45px 0;
}
section.mv .mv_inner{
	width:90%;
	text-align:center;
	margin:0 auto;
}
section.mv .mv_inner .mv_txt{}
section.mv .mv_inner .mv_txt h1{
	font-size:26px;
	font-weight:600;
	font-style:italic;
	line-height:1.4;
	color:#FFF;
}
.mv_txt h1 span.btxt1,
.mv_txt h1 span.btxt2{
	font-size:37px;
	font-weight:800;
	margin-right:3px;
}
section.mv .mv_inner .mv_txt h2{
	font-size:16px;
	color:#FFF;
	line-height:1.5;
	font-weight:600;
	margin-top:20px;
}
section.mv .mv_inner .mv_pic{
	text-align:center;
	padding:5px 0 40px 0;
}
section.mv .mv_inner .mv_pic img{
	width:88%;
	height:auto;
}
section.mv .mv_inner .mv_btn_sp img{
	width:80%;
	height:auto;
}

/* NO.1 */
section.mv_no1{
	width:100%;
	border-top:#E5E6EA 1px solid;
	border-bottom:#E5E6EA 1px solid;
	padding:25px 0 0 0;
}
section.mv_no1 .mv_no1_inner{
	width:90%;
	margin:0 auto;
}
.mv_no1_inner .no1_txt{text-align:center;}
.mv_no1_inner .no1_txt h3{
	font-size:18px;
	font-weight:700;
	color:#10317A;
	margin-bottom:10px;
}
.mv_no1_inner .no1_txt p{
	font-size:12px;
	font-weight:500;
	padding-left:5px;
	margin-bottom:20px;
}
.mv_no1_inner .no1_img img{
	width:100%;
	height:auto;
}
.mv_inner .mv_btn_pc{display:none;}

/* SLIDE */
section.mv_no1 .logo_slide{
    width: 100%;
    height: 110px;
    background-image: url(../images/index/logo-slide.jpg?20260605);
    background-repeat: repeat-x;
    background-size: auto 110px;
    animation: loop 40s linear infinite;
    margin:30px 0 15px 0;
}
@keyframes loop {
    from {
        background-position: 0 0;}
    to {
        background-position: -4000px 0;}
}

@media screen and (min-width:430px){
	.mv_no1_inner .no1_txt h3{font-size:21px;}
	.mv_no1_inner .no1_txt p{font-size:14px;}
}
@media screen and (max-width:360px){
	.mv_inner .mv_txt .no1area img{
		width:85px;
		margin:0 5px 0 -5px;
	}
	.mv_no1_inner .no1_txt h3{font-size:17px;}
}

/* POINT */
section.mv_no1 .feature_point{
	width:90%;
	margin:30px auto 0 auto;
}
.feature_point ul{
	width:100%;
	list-style-type: none;
}
.feature_point li{
	width:100%;
	text-align:center;
}
.feature_point li:nth-of-type(1){
	border-top:#DDD 1px solid;
	padding-top:15px;
}
.feature_point li:nth-of-type(2){
	border-top:#DDD 1px solid;
	border-bottom:#DDD 1px solid;
	padding:15px 0 20px 0;
	margin:18px 0 15px 0;
}
.feature_point li:nth-of-type(3){
	padding-bottom:20px;
}
.feature_point .title-row {
	display: flex;
	align-items: center;
	justify-content: center;
	/*justify-content: space-between;*/
	gap:0 2%;
}
.feature_point .title-row h3 {
	font-size:16px;
	font-weight:600;
	padding-top:5px;
	margin: 0;
}
.feature_point .title-row h4{
	font-size:20px;
	color:#103179;
	font-weight:600;
	display:inline-block;
	margin-bottom:15px;
}
.feature_point .title-row h4 span{
	font-size:44px;
	font-weight:800;
	line-height:1;
	letter-spacing: -2px;
	text-align:right;
	background: linear-gradient(135deg, #074DCD 0%, #0B2053 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin:0 5px;
}
.feature_point h5{width:100%;font-weight:500;}
.feature_point li h5.notes{font-size:14px;color:#555;}
.feature_point .feature_point_link{
	font-size:16px;
	text-align:center;
	margin:15px 0 35px 0;
}
.feature_point .feature_point_link a::before{content: "▶︎";}


/* 3つの課題
------------------------------------------------------------------------*/
body#index section.challenges {
    width: 100%;
    background: linear-gradient(to bottom, #F9F9F9 0%, #DDD 100%);
	padding:45px 0 35px 0;
}
.challenges_inner {
    width: 90%;
    margin:0 auto;
}
.challenges_top {
    display: block;
    margin:50px 0 0 0;
}
.challenge_box {
    width: 100%;
    border-radius: 25px;
    padding: 25px 20px 20px 20px;
    position: relative;
    color: #fff;
    margin-bottom: 20px;
}
.challenge_box:last-child {
    margin-bottom: 0;
}
.challenge_box.site { background-color: #745F3F; }
.challenge_box.management { background-color: #3C5280; }
section.challenges .box_title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #F9DE1F;
    margin-bottom: 20px;
}
section.challenges .box_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}
section.challenges .challenges_icon img {
    width: 80px;
    height: 80px;
    margin:-3px 0;
}
section.challenges .box_copy {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-top:5px;
}

section.challenges .check_list1,
section.challenges .check_list2 {
    list-style: none;
    padding: 0;
}

section.challenges .check_list1 li,
section.challenges .check_list2 li {
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 12px 10px;
    border-radius: 10px;
    text-align: center;
}

section.challenges .check_list1 li { color: #483C26; }
section.challenges .check_list2 li { color: #23365A; }

section.challenges .challenges_bottom {
    background-color: #546F42;
    border-radius: 30px;
    color: #fff;
    display: block;
    padding: 25px 20px 20px 20px;
    text-align: center;
    margin-top:20px;
}

section.challenges .essence_left {
    width: 100%;
    margin-bottom: 20px;
}

section.challenges .essence_label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 0 15px 0;
}

section.challenges .essence_title {
    font-size: 22px;
    font-weight: 700;
    color: #F9DE1F;
    margin-bottom: 0;
}

section.challenges .essence_main_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
section.challenges .essence_main_copy {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}
section.challenges .essence_main_copy span {
    margin-left: -5px;
}
section.challenges .essence_right {
    width: 100%;
}
section.challenges .essence_sub_title {
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    margin-bottom: 25px;
    display: inline-block;
}
section.challenges .essence_detail_list {
    list-style: none;
    padding: 0;
    display: inline-block;
    text-align: left;
}
section.challenges .essence_detail_list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
section.challenges .detail_icon img {
    width: auto;
    height: 50px;
}
section.challenges .essence_detail_list p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}


/* KUMIKIで解決
------------------------------------------------------------------------*/
body#index section.kumiki_outline {
    width: 100%;
    position: relative;
	padding:45px 0 35px 0;
}
section.kumiki_outline::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #DDD;
}
.kumiki_outline_inner {
    width: 90%;
    text-align:center;
    margin: 0 auto;
}
.outline_catch {
    font-size: 16px;
    font-weight: 700;
    color: #0A86D9;
}
.outline_title {
    color: #0A86D9;
    font-size: 24px;
    font-weight: 700;
    margin:5px 0 15px 0;
}
.outline_text p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	text-align:left;
	margin-bottom: 15px;
}
.outline_text strong{
	font-size: 18px;
	margin:0 5px;
}
.outline_imgarea{margin:25px 0;}
.outline_imgarea img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
h3.outline_lead {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 -5px 0;
}
.outline_lead span {color: #0084d2;}
.outline_cards {}
.outline_card {
    border: 2px solid #0A86D9;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    margin-top:20px;
}
.card_head {
    font-size: 22px;
    font-weight: 700;
    background: #0A86D9;
    color: #fff;
    padding: 12px;
    position: relative;
    box-shadow: 0 0 0 2px #0A86D9;
    border-radius: 18px 18px 0 0;
}
.card_head span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 50px;
    position: absolute;
    right: 10px;
    bottom: -18px;
    opacity: 0.2;
}
.card_body { padding: 22px 0 20px 0; }
.card_icon { width:160px;height:auto; margin:0 auto 20px auto;}
.card_icon img {width:100%; height:auto;}
.card_body h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}
.card_body p {
    font-size: 16px;
	font-weight: 500;
    line-height: 1.5;
}


/* Use Cases
------------------------------------------------------------------------*/
body#index section.function{
	width:100%;
	background:#F4F9FF;
	padding:35px 0 40px 0;
}
section.function .function_inner{
	width:90%;
	text-align:center;
	margin:0 auto;
}
section.function .function_inner h2.title{
	margin-bottom:50px !important;
}
.function_inner .usecases_item {
    display: flex;
    flex-direction: column-reverse;
    border-top:#D0D2D5 1px solid;
    gap: 25px;
    padding-top: 30px;
    margin: 30px auto;
}
.function_inner .usecases_item:first-of-type {
    border-top: none;
    padding-top:5px;
}
.usecases_label {
	font-size:16px;
	font-weight:600;
	line-height:1;
	display: inline-block;
	background-color: #0084d2;
	color: #fff;
	border-radius: 5px;
	padding: 8px 10px;
}
.usecases_txtarea h3 {
	font-size: 18px;
	font-weight:600;
	line-height: 1.6;
	margin:20px 0 25px 0;
}
.usecases_txtarea h3 span{
	font-size: 20px;
	font-weight:700;
	color:#0885D8;
}
.usecases_imgarea {width: 100%;height:auto;}
.usecases_imgarea img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.link_btn2 {
	width:150px;
	text-align:center;
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-radius: 50px;
	text-decoration: none;
	color: #333;
	font-size:15px;
	font-weight: 500;
	background:#FFF;
	display:block;
	margin:0 auto;
}
.function_inner a.link_btn1{
	display:inline-block;
	margin-top:20px;
}

/* FUNCTION
------------------------------------------------------------------------*/
body#menu section.function{
	width:100%;
	background:#F4F9FF;
	padding:35px 0;
}
body#menu section.function .function_inner{
	width:90%;
	margin:0 auto;
}
body#menu section.function .function_inner h2.title{
	margin-bottom:50px !important;
}
body#menu section.function .function_inner .function_txt{
	width:100%;
	text-align:left;
}
body#menu .function_inner .function_txt h3{
	font-size:23px;
	font-weight:600;
	color:#0467B0;
	margin-top:12px;
}
body#menu .function_inner .function_txt h3 span{
	font-size:17px;
	font-weight:600;
	color:#000;
	display:block;
	margin-bottom:15px;
}
body#menu .function_inner .function_txt h3 span.sub_head{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin-top:5px;
}
body#menu .function_inner .function_txt h4{
	font-size:16px;
	line-height:1.7;
	font-weight:500;
	margin:18px 0 25px 0;
}
body#menu .function_inner .function_txt h4 br{display:none;}

body#menu section.function .function_inner .function_pic{
	width:100%;
	margin-bottom:20px;
	/*background:url(../images/index/cloud_bg.png) top center no-repeat;*/
	/*background-size:80%;*/
}
body#menu section.function .function_inner .function_bx1,
body#menu section.function .function_inner .function_bx2{
	width:100%;
	display: flex;
	flex-wrap: wrap; 
	margin:0 auto 50px auto;
}
body#menu .function_inner .function_bx1 img,
body#menu .function_inner .function_bx2 img{
	width:100%;
	height:auto;
}
body#menu .function_inner .function_bx1 .function_pic{order:1;}
body#menu .function_inner .function_bx1 .function_txt{order:2;}

body#menu .function_txt.function_num1{background:url(../images/index/cloud_num1.png) right bottom no-repeat;}
body#menu .function_txt.function_num2{background:url(../images/index/cloud_num2.png) right bottom no-repeat;}
body#menu .function_txt.function_num3{background:url(../images/index/cloud_num3.png) right bottom no-repeat;}
body#menu .function_txt.function_num4{background:url(../images/index/cloud_num4.png) right bottom no-repeat;}
body#menu .function_txt.function_num5{background:url(../images/index/cloud_num5.png) right bottom no-repeat;}
body#menu .function_txt.function_num6{background:url(../images/index/cloud_num6.png) right bottom no-repeat;}


/* Impact
------------------------------------------------------------------------*/
body#index section.top_feature{
	width:100%;
	padding:35px 0 35px 0;
}
section.top_feature .top_feature_inner{
	width:90%;
	margin:0 auto;
}
.top_feature_inner div.impact_notes{
	font-size:15px;
	font-weight:500;
	line-height:1;
	color:#333;
	text-align:center;
	margin:50px 0 -5px 0;
}
body#index .top_feature_inner h3{
	font-size:18px;
	font-weight:700;
	line-height:1.5;
	color:#FFF;
	background:#10317C;
	border-radius: 10px;
	text-align:center;
	padding:10px 0 11px 0;
	margin:30px 0 0 0;
}
body#menu .top_feature_inner h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin: 45px 0 25px 0;
}
.top_feature_inner p{
	font-size:16px;
	font-weight:700;
	line-height:1.6;
	text-align:center;
	padding:0;
	margin-top:20px;
}
.top_feature_inner p span{
	font-size:22px;
	font-weight:700;
	color:#0885D8;
	display:inline-block;
}
.top_feature_inner ul{
	list-style-type: none;
	text-align:center;
}
.top_feature_inner li{
	width:100%;
	position:relative;
	text-align:center;
	background:#FFF;
	border:#C3CBDB 1px solid;
	padding:20px;
	margin-top:20px;
}
.top_feature_inner li h4{
	font-size:20px;
	font-weight:500;
	line-height:1.6;
	margin:0 0 5px 0;
}
.top_feature_inner li h4 span{
	font-size:28px;
	font-weight:700;
	color:#10317A;
	display:block;
}
.top_feature_inner li img{
	width:100%;
	height:auto;
}

/* FEATURE－SUBPAGE
------------------------------------------------------------------------*/
body#index section.feature{
	width:100%;
	background:#F6F6F6;
	padding:35px 0;
}
section.feature .feature_inner{
	width:90%;
	margin:0 auto;
}
section.feature .feature_inner h3{
	font-size:16px;
	font-weight:700;
	line-height:1.6;
	text-align:center;
	margin:45px 0 25px 0;
}
section.feature ul{
	width:100%;
	list-style-type: none;
	padding:0;
	margin:0;
}
section.feature li{
	width:100%;
	text-align:center;
	border-top:#D1D1D1 1px solid;
	padding:20px 0;
}
section.feature li:nth-of-type(2){
	padding:0 0 20px 0;
}
section.feature li:last-child{
	border-bottom:#D1D1D1 1px solid;
}
section.feature li img{
	width:auto;
	height:110px;
	display:block;
	margin:0 auto 15px auto;
}
section.feature li span{
	display:none;
	font-family:Arial;
	font-size:35px;
	font-weight:bold;
}
section.feature li h4{
	font-size:18px;
	font-weight:700;
	margin:0 0 10px 0;
}
section.feature li p{
	font-size:16px;
	font-weight:500;
}


/* Case Study
------------------------------------------------------------------------*/
body#index section.case_study{
	width:100%;
	background:#F5F7FA;
	padding:35px 0 10px 0;
}
body#index section.case_study .case_study_inner{
	width:90%;
	margin:0 auto;
}
body#index section.case_study .case_study_inner img{
	width:100%;
	height:auto;
}
body#index section.case_study .case_study_inner h3{
	font-size:16px;
	font-weight:700;
	line-height:1.6;
	text-align:center;
	margin:50px 0 30px 0;
}
body#index section.case_study .case_study_inner ul.cs1{
	width:100%;
	text-align:center;
	list-style-type:none;
	padding:0;
	margin:0 auto;
}
body#index section.case_study .case_study_inner ul.cs1 li{
	width:47%;
	display:inline-block;
	margin:0 0 6% 0;
}
body#index section.case_study .case_study_inner ul.cs1 li:nth-child(odd){
	margin:0 3% 2% 0;
}
body#index section.case_study .case_study_inner ul.cs1 li img{
	width:100%;
	height:auto;
}
body#index section.case_study .case_study_inner ul.cs1 li h4{
	font-size:17px;
	font-weight:600;
	color:#103179;
	margin-top:12px;
}
body#index section.case_study .case_study_inner img.cs_txt{
	width:auto;
	height:40px;
	display:block;
	margin:15px auto;
}
body#index section.case_study .case_study_inner ul.cs2 {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0 auto 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

body#index section.case_study .case_study_inner ul.cs2 li {
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	background: #103179;
	border: #103179 2px solid;
	margin: 0.5%;
	padding: 8px 0;
	width: 32%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	min-height: 4em;
}


/* PRICE
------------------------------------------------------------------------*/
section.price{
	width:100%;
	border-bottom:#DDD 1px solid;
	padding:40px 0 45px 0;
}
section.price .price_inner{
	width:90%;
	text-align:center;
	margin:0 auto;
}
section.price .price_inner h3{
	font-size:16px;
	font-weight:700;
	line-height:1.6;
	text-align:center;
	margin:45px 0 25px 0;
}
.price_inner ul{
	width:90%;
	list-style-type:none;
	text-align:center;
	padding:0;
	margin:0 auto 35px auto;
}
.price_inner li{
	font-weight:500;
	border-radius: 10px;
}
.price_inner li:nth-last-of-type(1),
.price_inner li:nth-last-of-type(3),
.price_inner li:nth-last-of-type(5){
	background:#FFF;
	border:#0A87DA 2px solid;
	padding:5% 0 9% 0;
}
.price_inner li:nth-last-of-type(2),
.price_inner li:nth-last-of-type(4){
	padding:13px 0;
}
.price_inner li:nth-last-of-type(1) img,
.price_inner li:nth-last-of-type(3) img,
.price_inner li:nth-last-of-type(5) img{
	width:auto;
	height:110px;
}
.price_inner li:nth-last-of-type(2) img,
.price_inner li:nth-last-of-type(4) img{
	width:auto;
	height:40px;
}
.price_inner h4{
	font-size:22px;
	font-weight:700;
	line-height:1;
	margin:10px 0 12px 0;
}
.price_inner p{
	padding:0 !important;
}


/* SYSTEMS INTEGRATION
------------------------------------------------------------------------*/
section.systems_integration{
	background:#F5F7FA;
	padding:35px 0;
}
body#menu section.systems_integration{
	border-top:none;
	padding:0 0 40px 0;
}
body#menu section.systems_integration .si_inner h3.sihead{
	margin:-15px 0 25px 0;
}
section.systems_integration .si_inner{
	width:90%;
	text-align:center;
	margin:0 auto;
}
.si_inner h2.title{
	line-height:1.2;
}
.si_inner h3.sihead{
	font-size:18px;
	font-weight:700;
	line-height:1.4;
	margin:50px 0 25px 0;
}
.si_inner h3.sihead span{
	color:#0A87DA;
}
.si_inner h4{
	font-size:16px;
	font-weight:500;
	line-height:1.6;
}
.si_inner .si_image{
	margin:30px 0;
}
.si_inner .si_image img{
	width:100%;
	height:auto;
}
.si_inner p{
	font-size:15px;
	font-weight:500;
	line-height:1.6;
	margin-bottom:30px;
}
.si_inner .si_btn img{
	width:75%;
	height:auto;
	display:block;
	margin:15px auto 0 auto;
}


/* くみきシリーズ */
section.kumiki_series{
	border-bottom:#D1D1D1 1px solid
}
.kumiki_series_inner{
	width:90%;
	margin:0 auto;
}
.kumiki_series h2{
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	text-align:center;
	margin:40px 0 25px 0;
}
.kumiki_series ul{
	width:100%;
	list-style-type: none;
	margin-bottom:40px;
}
.kumiki_series li{
	display:block;
	border:#BBB 1px solid;
	margin-top:30px;
}
.kumiki_series li a{
	color:#000;
	display:block;
	transition:.1s;
	text-decoration: none;
}
.kumiki_series li h3{
	font-size:15px;
	font-weight:600;
	text-align:center;
	padding:30px 6% 0 6%;
}
.kumiki_series .series_logo{
	text-align:center;
	margin:15px 0 25px 0;
}
.kumiki_series li h4{
	font-size:15px;
	font-weight:500;
	line-height:1.6;
	text-align:left;
	padding:0 6% 27px 6%;
}
.kumiki_series li h4 strong{
	font-size:16px;
	display:block;
	text-align:center;
	margin:0 auto 5% auto;
}
.kumiki_series li h4 strong br{display:block;}
.kumiki_series li h4 br{display:none;}
.kumiki_series .series_logo img{
	width:auto;
	height:25px;
}
.kumiki_series .series_pic img{
	width:100%;
	height:160px;
	object-fit: cover;
}


/* INTERVIEW・NEWS・COLUMN
------------------------------------------------------------------------*/
section.ins_area{
	width:90%;
	padding:35px 0 10px 0;
	margin:0 auto;
}
section.ins_area a{
	color:#000;
	text-decoration: none;
}
section.ins_area a:hover{opacity:0.7;}
section.ins_area .ins_head{
	margin:0 0 40px 0;
}
section.ins_area .ins_head h2{
	float:left;
}
section.ins_area .ins_head p{
	float:right;
	line-height:1;
	padding-top:55px;
}
section.ins_area .ins_head a{
	font-size:15px;
	color:#000;
	border-bottom:#000 1px solid;
}
section.ins_area ul{
	width:100%;
	display: flex;
	gap: 0 25px;
	overflow-x: scroll;
	white-space: nowrap;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	border-bottom:#D1D1D1 1px solid;
	padding:0 0 50px 0;
	margin:0 0 30px 0;
	padding:0 10px;
}
section.ins_area li{
	width:80%;
	min-width:80%;
	display:inline-block;
	white-space: normal;
	padding-bottom:30px;
	position:relative;
}
section.ins_area ul:last-child{
	border:0;
	padding:0;
	margin:0;
}
section.ins_area li img{
	width:100%;
	height:160px;
	object-fit: cover;
	border:#CCC 1px solid;
	margin-bottom:15px;
}
section.ins_area li span.new{
	font-size:15px;
	font-weight:600;
	color:#FFF;
	line-height:1;
	width:60px;
	text-align:center;
	background:red;
	padding:5px 0;
	display:inline-block;
	position:absolute;
	right:0;
}
section.ins_area p.interview{
	font-size:16px;
	font-weight:600;
	color:#0A78BF;
	margin-bottom:8px;
}
section.ins_area p.news{
	font-weight:600;
	margin-bottom:10px;
}
section.ins_area p.news span{
	font-weight:500;
	color:#FFF;
    background:#0A78BF;
    line-height: 1.0;
    display: inline-block;
    padding: 5px 8px;
    margin: 0 15px 0 0;
}
section.ins_area h3{
	font-size:16px;
	font-weight:600;
	line-height:1.5;
}
section.ins_area h4{
	margin-top:10px;
}


/* =======================================================================
	SUBPAGE
======================================================================= */
body#menu main{padding-top:60px;}
body#menu h1{
	font-size:26px;
	font-weight:700;
	line-height:1.6;
	text-align:center;
	margin:30px 0;
}
body#menu h1 span{
	font-size:14px;
	font-weight:700;
	line-height:1;
	color:#0A78C1;
	display:block;
	margin-top:6px;
}
body#menu h2{
	font-size:16px;
	font-weight:600;
	line-height:1.6;
	text-align:center;
	margin:30px 0;
}
body#menu ul.common_list{
	width:90%;
	list-style-type: none;
	margin:0 auto 15% auto;
}
body#menu ul.common_list li{
	width:100%;
	background:#FFF;
	text-align:left;
	position:relative;
	margin-top:40px;
}
body#menu ul.common_list h3{
	font-size:17px;
	font-weight:700;
	text-align:left;
	margin:20px 0 15px 0;
}
body#menu ul.common_list img{
	width:90%;
	height:auto;
	display:block;
	margin:0 auto 10px auto;
}
body#menu ul.common_list iframe{
	width:100%;
	height:210px;
}
body#menu ul.common_list a.dlbtn{
    width: 200px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    color: #FFF;
    background: #1787c9;
    text-align: center;
    border-radius: 6px;
    display: block;
    padding: 18px 0;
    margin:25px auto 0 auto;
}

/* トピックパス */
ul.topicpath{
	width:100%;
	font-size:13px;
	color:#888;
	display: flex;
	list-style-type: none;
	padding:15px 0 0 5%;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
ul.topicpath li {
	position:relative;
	margin: 0 10px 0 0;
	padding: 0 15px 0 0;
}
ul.topicpath li a{
	color:#04327D;
	display:inline-block;
}
ul.topicpath li:after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	transform: rotate(45deg);
}
ul.topicpath li:last-child::after {content: none;}

/* 【MENU】機能
------------------------------------------------------------------------*/

/* 機能トップ
-----------------------*/
body#menu section.function_top{padding-bottom:40px;}
a.ftb_link{
	color:#000;
	text-decoration: none;
	display:block;
}
section.function_top .function_outline{
    width:90%;
    border-bottom: #DDD 1px solid;
    margin:0 auto 35px auto;
}
.function_outline .function_outline_btn{
	text-align: center;
	margin:40px 0;
}
.function_outline .function_outline_btn img{
	width:90%;
	height:auto;
	display:block;
	margin:15px auto 0 auto;
}
section.function_top h2{
	font-size:22px !important;
	line-height:1.6 !important;
	font-weight: 700 !important;
	margin:0 !important;
}
section.function_top .function_top_bx{
    width:90%;
	border:#0A87DA 2px solid;
	margin:25px auto 0 auto;
}
/* ヘッダー */
.ftop_bx_head {
    background: #0A87DA;
    padding: 13px 15px 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ftop_bx_head h3 {
    font-size: 23px;
    color: #fff;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 15px;
}
.ftop_bx_head h3 img {
    height: 22px;
    width: auto;
    margin:-3px -5px 0 0;
}
.ftop_bx_head p span{display:none;}
.ftop_bx_head p img{
	width:auto;
	height:20px;
	margin:-3px 0 0 0;
}
/* メイン */
.ftop_bx_main {
    display: flex;
    flex-direction: column;
    padding: 25px 20px;
    gap: 0;
}
.ftop_bx_main h4 {
    width: 100%;
    text-align: center;
    border: none;
    display: block !important;
    font-size: 18px !important;
    line-height: 1.6;
    font-weight:700;
    order: 1;
    margin: 0 !important;
    padding: 0 !important;
}
.ftop_bxm_left {
    width: 100%;
    order: 3;
}
.ftop_bxm_left h5 {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    margin:0 0 15px 0;
}
.ftop_bxm_left h5 br {
    display: none;
}
/* タグエリア */
.feature_tag_area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
.feature_tag {
    font-size: 12px;
    font-weight: 500;
    color: #111;
    display: flex;
    align-items: center;
    background: linear-gradient(#FFF, #EEE);
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 8px 6px;
}
.feature_tag img {
    width: 16px;
    height: auto;
    margin-right: 5px;
}
/* 動画エリア */
.ftop_bxm_right {
    width: 100%;
    padding-top: 0;
    order: 2;
}
.ftop_bxm_right video {
    width: 100%;
    height: auto;
    min-height: auto;
    border: #CCC 1px solid;
    display: block;
    margin:15px auto 20px auto;
}

/* 機能詳細
-----------------------*/
body#menu .cloud_head{
	width:90%;
    padding:25px 0 35px 0;
    margin:0 auto;
}
.cloud_head .cloud_head_txt{}
.cloud_head .cloud_head_txt h1{
	font-size:46px;
	font-weight:500;
	line-height:1;
	position:relative;
	text-align:center;
	margin:0 !important;
}
.cloud_head .cloud_head_txt h1::after{
	content: '';
	width: 50px;
	height: 3px;
	display: block;
	background-color:#000;
	position: absolute;
	left:0;
	right:0;
	bottom: -10px;
	margin:0 auto;
}
.cloud_head .cloud_head_txt h2{
	font-size: 18px !important;
	font-weight:700 !important;
	color:#0A78BF;;
	text-align: left !important;
	margin:35px 0 10px 0 !important;
}
.cloud_head .cloud_head_txt h3{
	line-height:1.6;
	text-align: left !important;
	font-weight:500 !important;
}
.cloud_head .cloud_head_txt h3 br{display:none;}
.cloud_head .cloud_head_movie{
	border:#CCC 1px solid;
	margin-top:30px;
}
.cloud_head .cloud_head_movie video{
	width:100%;
	height:auto;
	border:#CCC 1px solid;
}
.cloud_head .cloud_head_movie img{
	width:100%;
	height:auto;
}

body#menu #cloud_area{}
/* ページ内リンク */
#cloud_area .cloud_link{
	width:90%;
	margin:0 auto 26px auto;
}
#cloud_area .cloud_link a{
	font-size:13px;
	font-weight:500;
	color:#000;
	display:block;
	background:#f1f1f1;
	border-radius: 2px;
	text-decoration: none;
	position:relative;
	padding:14px 0 14px 35px;
}
#cloud_area .cloud_link ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#cloud_area .cloud_link ul li{
    width: 49%; 
    margin-bottom:2%; 
    padding: 0;
}
#cloud_area .cloud_link a i.arrow::before{
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left:20px;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top: 7px solid #0A87DA;
    border-bottom-width: 0;
}

/* 機能エリア */
#cloud_area .cloud_catetitle{
	width:100%;
	text-align:center;
	margin:30px auto;
}
#cloud_area .cloud_catetitle span{
	font-size:22px;
	font-weight:900;
	line-height:1;
	color:#FFF;
	background:#0A87DA;
	text-align:center;
	display:inline-block;
	padding:10px 15px 5px 17px;
}
#cloud_area .cloud_bx{
	width:100%;
	background:#F2F7FF;
	display: flex;
	flex-wrap: wrap;
	padding:25px 25px 30px 25px;
	margin:0 auto 30px auto;
}
.cloud_bx .cloud_bx_txt{
	width:100%;
	order:2;
}
.cloud_bx .cloud_bx_txt h3 span{
	font-size:14px;
	font-weight:500;
	display:block;
	color:#000;
	margin-bottom:15px;
}
.cloud_bx .cloud_bx_txt h3{
	font-size:22px;
	font-weight:700;
	line-height:1.4;
	color:#10317B;
	margin:25px 0 20px 0;
}
.cloud_bx .cloud_bx_txt p.cbt_sub_head{
	font-size:15px;
	font-weight:700;
	display:block;
	margin:-5px 0 20px 0;
}
.cloud_bx .cloud_bx_txt h4{
	font-size:15px;
	font-weight:600;
}
.cloud_bx .cloud_bx_txt h4 br{display:none;}
.cloud_bx .cloud_bx_txt ul{
	list-style-type: none;
}
.cloud_bx .cloud_bx_txt li{
	font-size:15px;
	color:#10317B;
	background:#FFF;
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	padding:12px 20px;
	margin:12px 0 0 0;
}
.cloud_bx .cloud_bx_pic{
	width:100%;
	order:1;
}
.cloud_bx .cloud_bx_pic img{
	width:100%;
	height:auto;
	border-radius:5px;
}

/* ポイント */
#cloud_area  ul.cloud_point{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	list-style-type:none;
	gap:0 2%;
	padding:10px 0 0 0;
	margin:-30px auto 30px auto;
}
#cloud_area  ul.cloud_point li{
	width:90%;
	height:115px;
	background:#FFF;
	border-radius: 8px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
	position:relative;
	padding:0;
	margin:16px auto 0 auto;
}
#cloud_area  ul.cloud_point li img{
	width:80px;
	height:auto;
	margin:12px 0;
	position:absolute;
	top:16%;
	left:5%;
}
#cloud_area  ul.cloud_point h5{
	font-size:15px;
	color:#0063C5;
	font-weight:600;
	position:absolute;
	top:12%;
	left:33%;
}
#cloud_area  ul.cloud_point p{
	font-size:14px;
	font-weight:500;
	position:absolute;
	top:35%;
	left:33%;
}
.contact-btn.function-btn{margin:40px 0 !important;}
body#menu .function_detail_link{
	text-align:center;
	margin:40px 0 20px 0;
}
.function_detail_link img{
	width:70%;
	height:auto;
	margin-bottom:20px;
}

/* フローティングボタン */
.floating-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding:10px 5px; 
    background-color: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #DDD;
}
.floating-btn {
	width:50%;
    flex-grow: 1;
    margin: 0 5px;
    display: block;
    text-align: center;
    padding: 12px 5px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}
.btn-request {background-color: #0A87DA;}
.btn-demo {background-color: #10317C;}


/*	【MENU】料金
------------------------------------------------------------------------*/
body#menu #price_area{
	font-size:16px;
	padding:0;
	margin:0 auto;
}
#price_area .price_haed_btn{
	text-align:center;
	margin:0 0 30px 0;
}
#price_area .price_haed_btn a{
	min-width:84%;
	font-size:17px;
	line-height:1;
	font-weight:600;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:inline-block;
	text-align:center;
	border-radius: 5px;
	padding:22px 0;
	margin:0 auto 15px auto;
}
#price_area .price_haed_btn a.price_btn2{background:#0068BD;}
#price_area .price_haed_btn a:hover{opacity:0.75;}
a.price_btn3{
	width:250px;
	font-size:16px;
	line-height:1;
	font-weight:600;
	text-decoration: none;
	color:#FFF;
	background:#10317C;
	display:block;
	text-align:center;
	border-radius: 5px;
	padding:22px 0;
	margin:25px auto 0 auto;
}

#price_area h2.price_ttl{
	font-size:24px;
	font-weight:600;
	margin:0 0 25px 0;
}
.price_plan{
	width:100%;
	margin:0 auto;
}
.price_plan .price_bx1{
	width:90%;
	background:#F2F7FF;
	border:#D0DCEA 1px solid;
	border-radius: 10px;
	padding:16px 25px 20px 25px;
	margin:0 auto;
}
.price_plan .price_bx1 h3{
	font-size:19px;
	font-weight:600;
	color:#10317A;
	border-bottom:#D0DCEA 1px solid;
	text-align:center;
	padding-bottom:12px;
	margin-bottom:15px;
}
.price_plan .price_bx1 h3 span,
.price_plan .price_bx2 h3 span{
	font-size:16px;
}
.price_plan .price_bx1 h4{
	font-size:16px;
	font-weight:500;
}
.price_plan .price_bx1 h4 br{display:none;}
.price_plan p.plus{
	text-align:center;
	margin:12px 0;
}
.price_plan p.plus img{
	width:27px;
	height:auto;
}

/* オプション費用 */
.price_plan h5{
	width:90%;
	font-size:20px;
	font-weight:600;
	border-bottom:#000 1px solid;
	padding-bottom:6px;
	margin:15px auto 25px auto;
}
.price_plan .price_bx2{
	width:90%;
	background:#f8f8f8;
	border:#DDD 1px solid;
	border-radius: 10px;
	padding:16px 25px 20px 25px;
	margin:20px auto 0 auto;
}
.price_plan .price_bx2 h3{
	font-size:19px;
	font-weight:600;
	border-bottom:#DDD 1px solid;
	text-align:center;
	padding-bottom:12px;
	margin-bottom:15px;
}
.price_plan .price_bx2 h4{
	font-size:16px;
	font-weight:500;
}
.price_plan .price_bx2 h4 br{display:none;}

/* サポート */
#price_area .price_support{
	background:#F4F9FF;
	padding:30px 0 35px 0;
	margin-top:40px;
}
.price_support .price_support_inner{
	width:100%;
	margin:0 auto;
}
.price_support_inner a:hover {opacity:0.75;}
.price_support_inner h2{
	font-size:21px !important;
	font-weight:600 !important;
	color:#10317A;
	position:relative;
	text-align:center;
	padding:0 !important;
	margin:0 0 50px 0 !important;
}
.price_support_inner h2::before{
	content: '';
	width: 70px;
	height: 3px;
	display: block;
	background-color:#0A87DA;
	position: absolute;
	left:0;
	right:0;
	bottom: -20px;
	margin:0 auto;
}
.price_support .support_bx{
	width:90%;
	border-top:#D0DCEA 1px solid;
	padding-top:25px;
	margin:30px auto 0 auto;
}
.price_support .support_bx h3{
	font-size:20px;
	font-weight:700;
	color:#10317A;
	line-height:1;
}
.price_support .support_bx h3 img{
	float:left;
	width:50px;
	height:auto;
	margin-right:15px;
}
.price_support .support_bx h3 span{
	font-size:18px;
	font-family: Arial;
	color:#0A85D8;
	display:block;
	margin:2px 0 8px 0;
}
.price_support .support_bx h4{
	font-size:16px;
	font-weight:500;
	padding:0;
	margin-top:15px;
}
.price_support .support_bx h4 br{
	display:none;
}


/* NEW PLAN */
body#menu .price_inner ul.new_plan{
	width:90%;
	list-style-type:none;
	text-align:center;
	padding:0;
	margin:0 auto 35px auto;
}
body#menu ul.new_plan li{
	font-weight:500;
	border-radius: 10px;
}
body#menu ul.new_plan li:nth-last-of-type(1),
body#menu ul.new_plan li:nth-last-of-type(3),
body#menu ul.new_plan li:nth-last-of-type(5){
	background:#FFF;
	border:#0A87DA 2px solid;
	padding:5% 0 9% 0;
}
body#menu ul.new_plan li:nth-last-of-type(2),
body#menu ul.new_plan li:nth-last-of-type(4){
	padding:13px 0;
}
body#menu ul.new_plan li:nth-last-of-type(3) img.sub_plan_sp{
	width:88%;
	height:auto;
	margin-top:30px;
}
body#menu ul.new_plan li:nth-last-of-type(2) img,
body#menu ul.new_plan li:nth-last-of-type(4) img{
	width:auto;
	height:40px;
}
body#menu ul.new_plan h4{
	font-size:22px;
	font-weight:700;
	line-height:1;
	color:#000 !important;
	background:none !important;
	padding:0 !important;
	margin:10px 0 12px 0;
}
body#menu ul.new_plan p{
	padding:0 !important;
}
body#menu .price_inner ul.new_plan2{display:none;}

/* PRICE(旧TOP)
------------------------------------------------------------------------*/
body#menu section.price{
	width:100%;
	border-bottom:#DDD 1px solid;
	padding:35px 0 20px 0;
}
body#menu section.price .price_inner{
	width:90%;
	margin:0 auto;
}
body#menu section.price .price_inner h3{
	font-size:19px;
	font-weight:700;
	line-height:1.6;
	text-align:center;
	margin:45px 0 25px 0;
}
body#menu .price_inner ul{
	width:90%;
	list-style-type:none;
	text-align:center;
	padding:0;
	margin:0 auto;
}
body#menu .price_inner li{
	font-weight:500;
	border-radius: 10px;
	padding:0 0 9% 0;
}
body#menu .price_inner li:nth-last-of-type(1),
body#menu .price_inner li:nth-last-of-type(3),
body#menu .price_inner li:nth-last-of-type(5){
	background:#FFF;
	border:#10317C 1px solid;
}
body#menu .price_inner li:nth-last-of-type(2),
body#menu .price_inner li:nth-last-of-type(4){
	padding:13px 0;
}
body#menu .price_inner li:nth-last-of-type(2) img,
body#menu .price_inner li:nth-last-of-type(4) img{
	width:auto;
	height:28px;
}
body#menu .price_inner h4{
	font-size:18px;
	font-weight:700;
	line-height:1;
	color:#FFF;
	background:#10317C;
	border-radius: 6px 6px 0 0;
	padding:13px 0 14px 0;
	margin:0 0 20px 0;
}
body#menu .price_inner h5{
	text-align:left;
}
body#menu .price_inner p{
	padding:16px 0 18px 0;
}
body#menu .price_inner p img{
	margin:15px 0;
}
body#menu .price_inner a.mainbtn_center{
	margin:40px auto 20px auto;
}

/*	【MENU】セミナー動画
----------------------------------------------------------------------- */
body#menu #movie{
	text-align:center;
	margin:0 0 60px 0;
}
body#menu ul.filter{
	width:100%;
	overflow-x: auto;
	white-space: nowrap;
	padding:5% 5% 3.5% 5%;
}
ul.filter li{
	font-size:14px;
	line-height:1;
	font-weight:500;
	cursor: pointer;
	background:#EEE;
	border-radius:6px;
	display:inline-block;
	caret-color: transparent;
	padding:10px 18px;
	margin-right:8px;
}
ul.filter li.filter_head{
	font-size:15px;
	background:none;
	border:none;
	padding:10px 0;
}
ul.filter li.is-active {
	color:#FFF;
	background:#10317C;
}
body#menu .category div{display: none;}
body#menu .category div.is-show {display: block;}
body#menu .column_list.category li{display: none;}
body#menu .column_list.category li.is-show {display: block;}

body#menu #movie h3{
	width:90%;
	font-size:18px;
	line-height:1.5;
	font-weight:600;
	color:#10317C;
	text-align:center;
	padding:0;
	margin:0 auto 25px auto;
}
#movie ul.movie{
	width:90%;
	list-style-type: none;
	margin:0 auto;
}
#movie ul.movie li{
	width:100%;
	text-align:left;
	margin-bottom:40px;
}
#movie ul.movie li img{
	width:100%;
	height:auto;
	display:block;
	border-radius:10px;
	border: #CCC 1px solid;
}
#movie ul.movie h4{
	font-size:17px;
	line-height:1.6;
	font-weight:500;
	margin:20px 0 10px 0;
}
#movie ul.movie p{
	font-size:14px;
	color:#555;
	line-height:1.6;
	font-weight:500;
}
#movie .movie_btnarea a{
	width: 80%;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 500;
	text-decoration: none;
	color: #FFF;
	background: #0A87DA;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	padding: 15px 0;
	margin: 15px auto -35px auto;
}

/*	【MENU】各種資料ダウンロード
------------------------------------------------------------------------*/
body#menu h2.dlhead{
	width:90%;
	font-size:19px;
	font-weight:800;
	text-align:left;
	position: relative;
	margin:0 auto;
}
body#menu h2.dlhead img{
	width:150px;
	height:auto;
}
body#menu h2.dlhead::after {
	position: absolute;
	content: "";
	top: 55%;
	width:calc(100% - 160px);
	height: 1px;
	background-color:#888;
	margin-left:10px;
}
body#menu ul.document{
	width:90%;
	list-style-type: none;
	margin:0 auto 5% auto;
}
body#menu ul.document li{
	width:100%;
	background:#FFF;
	text-align:left;
	position:relative;
	margin:40px 0;
}
body#menu ul.document h3{
	font-size:17px;
	font-weight:700;
	line-height:1.7;
	text-align:center;
	margin:20px 0;
}
body#menu ul.document img{
	width:90%;
	height:auto;
	border:#CCC 1px solid;
	display:block;
	margin:0 auto;
}
body#menu ul.document li h4.outline{
	width:94%;
	font-size:15px;
	font-weight:500;
	line-height:1.8;
	text-align:left;
	margin:0 auto 30px auto;
}
body#menu ul.document a.dlbtn{
    width: 200px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    color: #FFF;
    background: #1787c9;
    text-align: center;
    border-radius: 6px;
    display: block;
    padding: 18px 0;
    margin:0 auto;
}


/* 【MENU】ニュース
------------------------------------------------------------------------*/
body#menu .news_area{
	width:90%;
	padding:0;
	margin:0 auto;
}
body#menu ul.cloud_nav{
	width:100%;
	padding:0;
	margin:0 auto;
}
body#menu ul.news_nav li{
	float:left;
	width:48%;
	margin:1%;
	text-align:center;
	list-style-type: none;
}
body#menu ul.news_nav li a{
	width:100%;
	font-size:14px;
	font-weight:bold;
	display:block;
	color:#FFF;
	border-radius:4px;
	background:#0066BA;
	text-decoration: none;
	padding:10px 0;
}
body#menu ul.news_nav li a.selected{color:#FFFF68;}

body#menu .news_area ul#feed{
	width:90%;
	list-style-type: none;
	margin:0 auto;
}
body#menu .news_area ul#feed li{
	width:100%;
	background:#FFF;
	text-align:left;
	position:relative;
	margin-top:35px;
}
body#menu .news_area ul#feed .smxmedia_pic{
	width:100%;
	height:184px;
	position: relative;
	overflow:hidden;
}
body#menu .news_area ul#feed .smxmedia_pic img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	border:#ccc 1px solid;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
body#menu .news_area ul#feed .smxmedia_date{
	font-size:15px;
	font-weight:bold;
	margin:20px 0 0 0;
}
body#menu .news_area ul#feed .smxmedia_date span{
	color:#FFF;
	font-weight:normal;
	background:#000;
	line-height:1.0;
	display:inline-block;
	padding:4px 8px 5px 8px;
	margin-right:15px;
}
body#menu .news_area ul#feed a{
	color:#333;
	text-decoration: none;
}
body#menu .news_area ul#feed h3{
	font-size:15px;
	line-height:1.4;
	font-weight:bold;
	text-align:left;
	margin:15px 0 0 0;
}



/* 【MENU】ユースケース
------------------------------------------------------------------------*/
body#menu .usecase_list{
	width:90%;
	list-style-type: none;
	padding:0;
	margin:0 auto 50px auto;
}
body#menu .usecase_list h2{
	width:100%;
	font-size:20px;
	border-bottom:#888 1px solid;
	padding:0 0 10px 0;
	margin:0 auto 35px auto;
}
body#menu .usecase_list ul{
	width:100%;
	list-style-type:none;
	padding:0;
	margin:35px 0 0 0;
}
body#menu .usecase_list li{
	width:100%;
	position:relative;
	padding:0;
	margin:0 0 35px 0;
}
body#menu .usecase_list li img{
	width:100%;
	height:auto;
	display:block;
	margin-bottom:15px;
}
body#menu .usecase_list li h3{
	width: auto;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    border: #444 1px solid;
    display: inline-block;
    padding: 7px 8px 8px 8px;
    margin: 0 auto;
}
body#menu .usecase_list li h4{
    font-size: 17px;
    font-weight:700;
    color:#0055AC;
    margin:10px 0 8px 0;
}
body#menu .usecase_list li p{
    font-size: 16px;
}
body#menu .usecase_list li a{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
body#menu .usecase_article{
	width:90%;
	color:#222;
	font-size:16px;
	line-height:1.8;
	padding:0 0 40px 0;
	margin:0 auto;
}
.usecase_article .pagetitle{
	text-align:center;
	margin:35px auto 30px auto;
}
.usecase_article .pagetitle p{
	font-size:26px;
	font-weight:700;
	line-height:1.3;
	color:#002F7B;
	display:inline-block;
	text-align:center;
	border-bottom:#002F7B 1px solid;
	margin-top:10px;
}
.usecase_article .pagetitle span{
	font-size:12px;
	line-height:1;
	font-weight:700;
	color:#FFF;
	background:#002F7B;
	padding:3px 7px;
}
.usecase_article .industry{
	font-size:16px;
	line-height:1;
	border:#444 1px solid;
	display:inline-block;
	padding:6px 10px 7px 10px;
}
.usecase_article h1{
	font-size:22px !important;
	line-height:1.4 !important;
	font-weight:700 !important;
	text-align:left !important;
	margin:15px 0 -10px 0 !important;
}
.usecase_article .article_pic{
	font-size:13px;
	font-weight:400; 
	text-align:center;
	margin:35px 0 30px 0;
}
.usecase_article .article_pic img{
	width:100%;
	height:auto;
	margin-bottom:5px;
}
.usecase_article .company_info{
	line-height:1.5;
	font-weight:400;
	border:#ddd 1px solid;
	background:#f9f9f9;
	padding:15px 20px;
}
.usecase_article .company_info h2{
	font-size:18px !important;
	text-align:left !important;
	padding:0 !important;
	margin:0 0 5px 0!important;
}
.usecase_article h3{
	font-size:17px;
	font-weight:700;
	line-height:1.5;
	color:#0187CF;
	position: relative;
	padding-left:40px;
	margin-top:35px;
}
.usecase_article h3:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color:#0187CF;
    left: 0;
}
.usecase_article h4{
	font-size:17px;
	font-weight:700;
	line-height:1.5;
	background:#f3f3f3;
	padding:15px;
	margin:40px 0 30px 0;
}
.company_info p{margin:0 !important;}
.usecase_article p{margin-top:20px;}


.usecase_article h2.ttl{
	font-size:22px !important;
	font-weight:500 !important;
	text-align:left !important;
	margin:40px 0 20px 0 !important;
}
.usecase_article h2.ttl span{
	font-size:17px !important;
	color:#007ECA;
	display:block;
	margin-bottom:20px;
}
.usecase_article h3.ttl{
	font-weight:500;
	line-height:1.6;
	color:#222;
	padding:0;
	margin:0 0 -12px 0;
}
.usecase_article h3.ttl:before {display:none;}


body#menu .usecase_article .main_btnarea{margin:50px 0 40px 0;}
body#menu .usecase_article .main_btnarea a{
    width: 70%;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    color: #FFF;
    position: relative;
    text-align: center;
    border-radius: 15px;
    background: #10317C;
    display: block;
    padding: 20px 0;
    margin: 0 auto;
}
body#menu .usecase_article .main_btnarea a.dlbtn{
    background: #0A87DA;
    margin-bottom:15px;
}
ul.sns{
	display: flex;
    justify-content: center;
	list-style: none;
}
ul.sns li{
    margin: 0 8px;
    padding: 0;
}
a.sns_link{
	width:90px;
	display: inline-block;
	font-family: Arial;
	font-size: 12px;
	line-height:1;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: white;
	border-radius: 50px;
	padding: 10px 0;
}
a.sns_link:hover{opacity:0.65;}
a#sns_tw{background:#008DDE;}
a#sns_x{background:#0E1419;}
a#sns_fb{background:#0866FF;}
a#sns_line{background:#00B900;}


/* 【MENU】コラム
------------------------------------------------------------------------*/
body#menu #column{
	width: 100%;
}
#column .column-area{
	width:90%;
	line-height:1.6;
	margin:30px auto 40px auto;
}
body#menu .column-area ul,
body#menu .column-area ol{
	margin:0 0 0 20px;
}
body#menu .column-head{
	margin:-10px 0 -5px 0;
}
body#menu .column-head img{

}
body#menu .column-area img{
	width:100%;
	height:auto;
}
body#menu .date-day{
	font-size: 14px;
	font-weight:500;
	color:#666;
}
body#menu .column-area .author{
	font-size: 14px;
	font-weight:500;
	color:#666;
	margin-top:5px;
}
body#menu .column-area .products{
	font-size: 14px;
	font-weight:500;
	color:#666;
	margin-top:5px;
}
body#menu .column-area h1{
	font-size: 22px;
	line-height:1.4;
	text-align:left;
	margin:30px 0 38px 0;
}
body#menu .column-area h2{
    font-size: 17px;
    font-weight: bold;
    color:#FFF;
	text-align:left;
    background:#0066C1;
    padding:13px 20px;
    margin:35px 0 30px 0;
}
body#menu .column-area h3{
    font-size: 17px;
    font-weight: bold;
	text-align:left;
	border-left:#0066C1 8px solid;
	padding:3px 0 0 15px;
    margin:35px 0 25px 0;
}
body#menu .column-area h4{
    font-size: 17px;
    font-weight: bold;
    border-bottom:#000 1px solid;
    margin:15px 0;
}
body#menu .column-area h5{
    font-size: 17px;
    font-weight: bold;
    margin:15px 0;
}
body#menu .column-area b{
    font-size: 18px;
    line-height:2;
	text-align:center;
	display:block;
	margin:60px 0;
}
body#menu .column-area strong{
    font-size: 16px;
    display:block;
   	margin:10px 0 20px 0;
}
body#menu .column-area em{
    font-weight:bold;
	font-style: normal;
	margin:0 5px;
}
body#menu .column-area table.c4{
	border-collapse:collapse;
	border-spacing:1px;
	background:#FFF;
	border: solid 1px #BBB;
	margin-top:30px;
}
body#menu .column-area table.c4 td{
	width:100%;
	font-size: 15px;
	display:block;
	vertical-align:top;
	border: solid 1px #BBB;
	padding:20px;
	margin:0;
}
body#menu .column-area table.c4 b{
    font-size: 17px !important;
    line-height:1.4 !important;
	margin:0 0 20px 0 !important;
}
.scroll{overflow: scroll;}
.scroll table{white-space: nowrap;}
body#menu .column-area table.c5{
	width:100%;
	border-collapse:collapse;
	border-spacing:1px;
	background:#FFF;
	border: solid 1px #BBB;
	margin-top:30px;
}
body#menu .column-area table.c5 th{
	font-size: 15px;
	vertical-align:top;
	background:#f9f9f9;
	border: solid 1px #BBB;
	padding:15px;
	margin:0;
}
body#menu .column-area table.c5 td{
	font-size: 15px;
	vertical-align:top;
	border: solid 1px #BBB;
	padding:15px;
	margin:0;
}
body#menu .column-area p{margin-top:15px;}
body#menu div.column-img{
	font-size:13px;
	text-align:center;
    margin:25px 0;
}
body#menu div.column-img img{margin-bottom:10px;}

ul.column_list li span.new{
	font-size:15px;
	font-weight:600;
	color:#FFF;
	line-height:1;
	width:60px;
	text-align:center;
	background:red;
	padding:5px 0;
	display:inline-block;
	position:absolute;
	right:5%;
}
.column_link li span.new{
	font-size:12px;
	font-weight:600;
	color:#FFF;
	line-height:1;
	text-align:center;
	background:red;
	padding:4px 6px;
	display:inline-block;
	position:absolute;
	left:0;
}

/* 目次 */
.contents_link{
	background:#FEFDF4;
	border:#E8E6CE 1px solid;
	padding:3.5% 4% 3% 4%;
	margin:40px 0 30px 0;
}
.contents_link a{
	display:block;
	margin:10px 0;
}
.contents_link p{margin:0 !important;}

/* 最新のお役立ち記事 */
#column .column_link{
	width:90%;
	margin:60px auto 40px auto;
}
.column_link h4{
    font-size: 18px;
    font-weight: 700;
    border-bottom:#000 1px solid;
    margin:0 auto;
}
.column_link ul{
	width:100%;
	list-style-type: none;
	margin:20px 0 30px 0;
}
.column_link ul li{
	float:left;
	width:45%;
	min-height: 230px;
	font-size:14px;
	line-height:1.4;
	text-align:left;
	vertical-align:top;
	position:relative;
	margin:3.5% 2.5% 0 2.5%;
}
.column_link ul li img{
	width:100%;
	height:auto;
	margin:0 0 15px 0;
}
.column_link a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.column_link li:nth-child(7){display:none;}
.column_link li:nth-child(8){display:none;}
.column_link li:nth-child(9){display:none;}
.column_link li:nth-child(10){display:none;}
.column_link li:nth-child(11){display:none;}
.column_link li:nth-child(12){display:none;}
.column_link li:nth-child(13){display:none;}
.column_link li:nth-child(14){display:none;}
.column_link li:nth-child(15){display:none;}

/* CTA */
.column-btn{
	width:94%;
	background:#1787c9;
	border-radius: 10px;
	padding:25px 0;
	margin:30px auto;
	position:relative;
}
.column-btn .cb-img{
	width:65%;
	margin:0 auto 15px auto;
}
.column-btn .cb-img img{
	width:100%;
	height:auto;
}
.column-btn .cb-txt{
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
	text-align:center;
}
.column-btn .cb-txt2{
    font-size: 17px;
    font-weight: 900;
    color: #FFF;
	text-align:center;
	margin-top:22px;
}
.column-btn .cb-txt2 br{display:none;}
.column-btn .cb-txt span{display:none;}
.column-btn a{
	width:100%;
	height:100%;
	display:block;
    position: absolute;
    top: 0;
    left: 0;
}

/* CTAフッター固定 */
body#menu .column-link{
	width:100%;
	font-size:0;
	text-align:center;
	position: fixed;
	bottom: 0;
}
body#menu .column-link a{
	font-size:14px;
	font-weight:700;
	color:#FFF;
	text-decoration: none;
}
body#menu .column-link a.cl-btn1{
	width:50%;
	height:48px;
	line-height:48px;
	background:#1787c9;
	display:inline-block;
	padding:0;
	margin:0;
}
body#menu .column-link a.cl-btn2{
	width:50%;
	height:48px;
	line-height:48px;
	background:#002f7b;
	display:inline-block;
	padding:0;
	margin:0;
}
body#menu .is-hidden{
	visibility: hidden;
	opacity: 0;
}

/* 著者枠 */
body#menu .author-profile {
	width:100%;
	border: 1px solid #CCC;
	border-radius:10px;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding:5% 6% 6% 6%;
	margin:15% 0 0 0;
}
body#menu h3.author-heading {
	width: 100%;
	font-size:17px !important;
	font-weight: 600;
	line-height:1;
	color: #333;
	border:none;
	border-bottom: 1px solid #CCC;
	margin:0 0 25px 0;
	padding:0 0 15px 0;
}
body#menu .author-image {
	flex: 0 0 130px;
	margin-right: 3.5%;
}
body#menu .author-image img {
	width:45%;
	height:auto;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 22px;
}
body#menu .author-info {
	text-align: left;
	width: 100%;
}
body#menu h2.author-name {
	color: #333;
	font-size:18px;
	line-height:1;
	font-weight:600;
	background:none;
	padding:0;
	margin: 0;
}
body#menu .author-role {
	font-size:14px;
	color: #555;
	margin-left:15px;
}
body#menu .author-info p {
	font-size:14px;
	line-height: 1.5;
	padding:20px 0 0 0;
	margin:0;
}
body#menu .author-social{
	text-align: center;
}
body#menu .author-social a {
	display: inline-block;
	margin-right: 15px;
}
body#menu .author-social img {
	width: 32px;
	height:auto;
}



/*	特定商取引に関する法律に基づく表記
----------------------------------------------------------------------- */
#law_area a{
	color:#000;
	text-decoration: none;
}
#law_area table{
	width:90%;
	text-align:left;
	border-collapse:collapse;
	border-spacing:1px;
	background:#FFF;
	border-right: solid 1px #BBB;
	border-bottom: solid 1px #BBB;
	border-left: solid 1px #BBB;
	margin:0 auto 40px auto;
}
#law_area table th{
	width:100%;
	display:block;
	font-weight:normal;
	text-align:left;
    background:#f6f6f6;
	border-top: solid 1px #BBB;
	padding:2% 4%;
	margin:0;
}
#law_area table td{
	width:100%;
	display:block;
	border-top: solid 1px #BBB;
	padding:4.5% 4%;
	margin:0;
}


/* 【MENU】お客様インタビュー
------------------------------------------------------------------------*/
body#menu #interview_area{
   	padding:0;
	margin:0 auto 90px auto;
}
#interview_area ul.search_area{
	width:90%;
    list-style-type: none;
    margin:40px auto 25px auto;
}
ul.search_area li{margin:10px 0;}
ul.search_area li select{
	min-width:200px;
	font-weight:600;
	color:#FFF;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	background:#002f7b;
	border-radius: 50px;
	padding:10px 15px;
}
.search-box span{
	min-width:75px;
	font-weight:600;
	display:inline-block;
}
ul.search_area li select::-ms-expand{display: none;}
#interview_area dl.interview-group{
    width:90%;
    margin:0 auto;
}
dl.interview-group dd{
	width:100%;
	border:#f1f1f1 1px solid;
	border-radius:10px;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 35%);
	padding:25px;
	margin-bottom:25px;
}
dl.interview-group dd img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
dl.interview-group dd .interview-txt{line-height:1.6;}
dl.interview-group dd .interview-txt br{display:none;}
dl.interview-group dd .interview-txt b br{display:block !important;}
.interview-txt b{
	font-size:17px;
	display:block;
	margin-bottom:12px;
}

/* PAGINATION */
#interview_area .pagination{
    list-style: none;
    display: flex;
    justify-content: center;
	margin:6% 0 0 0;
}
#interview_area .pagination li{
    margin: 5px;
	background:#f1f1f1;
}
#interview_area .pagination a{
    display: block;
    text-decoration: none;
    border-radius: 5px;
    color: #333;
    padding:10px 15px;
}
#interview_area .pagination a:hover{background: #DDD;}
#interview_area .active a{
	color: #FFF !important;
	background:#1787C9 !important;
}
.search-box_label{font-weight: bold;}
.is-hide {display: none;}


/*	SWIPER */
body#menu .swiper-case{z-index:1;}
body#menu section.case-study{
	width:100%;
	background:#f4f4f4;
	border-top:#eee 1px solid;
	border-bottom:#eee 1px solid;
	padding:0 0 5px 0;
}
body#menu .swiper-case-area{
	width:100%;
	margin:40px auto 0 auto;
	position:relative;
	overflow:hidden;
}
body#menu .swiper-case-area .swiper-case{
	width:80%;
	margin:0 auto;
}
body#menu .swiper-case-area .swiper-slide{
	width:100%;
	min-height:420px;
	background:#FFF;
	position:relative;
	margin-bottom:40px;
	box-shadow: 0 2px 5px 0 rgba(100, 100, 100, .4);
}
body#menu .swiper-case-area .swiper-slide a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
body#menu .swiper-case-area .swiper-slide p.cs-img img{
	width:100%;
	height:190px;
	object-fit: cover;
}
body#menu .swiper-case-area .swiper-slide .cs-txt{
	font-size:15px;
	font-weight: 500;
	color:#3e3a39;
	padding:22px 20px 0 20px;
}
body#menu .swiper-case-area .swiper-slide .cs-txt h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #002F7B;
}
body#menu .swiper-case-area .swiper-slide .cs-txt h5{
	font-size:15px;
	font-weight: 500;
	margin:18px 0 10px 0;
}
body#menu .swiper-case-area .swiper-slide .cs-more{
	position:absolute;
	right:20px;
	bottom:20px;
}
body#menu .swiper-case .swiper-button-next,
body#menu .swiper-case .swiper-button-prev{display:none;}
body#menu .swiper-case .swiper-pagination{bottom:0 !important;}
body#menu section.case-study .dl_btn{margin:15px auto 45px auto !important;}

/* ライセンス・トライアル申し込み
------------------------------------------------------------------------*/
main#apply_area{
	width:90%;
	line-height:1.6;
	padding:0 0 40px 0;
	margin:0 auto;
}
main#apply_area h3{
	font-size:16px;
	font-weight:600;
	text-align:center;
}
main#apply_area span.req{
	font-size:14px;
	font-weight:700;
	color:red;
	margin:0 5px;
}
main#apply_area .formhead{
	width:100%;
	font-weight:500;
	background:#FFF;
	border:#00409F 1px solid;
	margin-top:25px;
}
.formhead h4{
	font-size:16px;
	color:#FFF;
	background:#00409F;
	text-align:center;
	padding:8px 0;
}
.formhead p{
	line-height:1.8;
	padding:15px;
}
.formhead ol{
	line-height:1.8;
	padding:15px 15px 15px 35px;
}
main#apply_area table{
	width:100%;
	text-align:left;
	border-collapse:collapse;
	border-spacing:1px;
	background:#FFF;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	margin:30px auto 20px auto;
}
main#apply_area table th{
	font-weight:500;
	text-align:left;
    background:#f8f8f8;
	border-bottom: solid 1px #CCC;
	display:block;
	padding:2% 3.5%;
	margin:0;
}
main#apply_area table td{
	width:100%;
	border-bottom: solid 1px #CCC;
	display:block;
	padding:3.5%;
	margin:0;
}
main#apply_area table td span{
	font-size:14px;
	color:#555;
	display:block;
	margin-top:5px;
}
main#apply_area table td span.msg{
	color:red !important;
	margin:0 !important;
}
main#apply_area .concent{
	font-size:16px;
	font-weight:500;
	text-align:center;
	margin:30px 0 0 0;
}
main#apply_area .concent a{margin:0 10px;}
main#apply_area .concent input[type="checkbox"]{
	width:18px;
	height:18px;
	margin:-5px 5px 0 0;
}

/* FORM BTN */
main#apply_area .btnarea{}
main#apply_area .btnarea.btnarea ul{
	list-style:none;
	text-align:center;
	margin-top:40px;
}
main#apply_area .btnarea.btnarea li{
	font-size:140%;
	color:#FFF;
	display:block;
	text-align:center;
	margin:15px auto;
}
main#apply_area .conbtn1{
	width:250px;
	font-size:18px;
	line-height:1.0;
	color:#FFF;
	display:block;
	cursor: pointer;
	text-align:center;
	border-radius:50px;
	border:none;
	background:#002F7B;
	padding:15px 0;
	margin:0 auto;
}
main#apply_area .conbtn2{
	width:250px;
	font-size:18px;
	line-height:1.0;
	color:#FFF;
	display:block;
	cursor: pointer;
	text-align:center;
	border-radius:50px;
	border:none;
	background:#1195D5;
	padding:15px 0;
	margin:0 auto;
}
main#apply_area .btnarea.btnarea .conbtn1:disabled{
	background: #ccc;
}
main#apply_area .btnarea.btnarea a{
	font-size:18px !important;
	text-decoration: none;
}
main#apply_area table ul{
    display: flex;
    list-style-type: none;
}
main#apply_area table ul li{margin-right:10px;}
main#apply_area table ul input[type="text"]{
	border:1px solid #999;
	padding:9px 10px;
}

/* 入力補完 */
.ui-helper-hidden-accessible {display: none;}
ul.ui-autocomplete {
	position: absolute;
    list-style: none;
    margin: 0;
    border: none;
    border-radius: 3px;
    cursor: default;
    padding:10px 0;
    background-color: #ffffff;
}
li.ui-menu-item{padding:3px 10px;}
li.ui-menu-item:hover{color:#FFF;background:#1E90FF;}
.ui-autocomplete {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* FORM PARTS */
main#apply_area input{
	width:100%;
	background:#FFF;
	border-radius:2px;
	vertical-align:middle;
	border-radius: 3px;
	padding:1.5% 2%;
	margin:5px 5px 5px 0;
}
main#apply_area input.w150{width:150px;}
main#apply_area input.w200{width:200px;}
main#apply_area input.w300{width:300px;}
/*main#apply_area input.w400{width:400px;}*/
main#apply_area input[type="checkbox"],
main#apply_area input[type="radio"]{
	margin:-3px 10px 0 0;
}
main#apply_area input[type="text"],
main#apply_area input[type="tel"],
main#apply_area input[type="email"],
main#apply_area input[type="number"]{
	border:1px solid #999;
}
main#apply_area input[type="number"]{}
main#apply_area input[type="number"]::-webkit-inner-spin-button,
main#apply_area input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance:textfield;
	margin: 0;
}
main#apply_area select{
	border:1px solid #999;
	background:#FFF;
	border-radius: 3px;
	padding:7px 5px;
	margin:10px 0;
}
main#apply_area textarea{
	width:100%;
	line-height:1.5;
	background:#FFF;
	border:1px solid #999;
	border-radius: 3px;
	padding:2% 3%;
}

/* アップロードする画像について */
main#apply_area td.uploadimg {padding:15px 3.5%;}
main#apply_area td.uploadimg input[type="radio"]{
	width:auto !important;
	display:inline-block;
    margin: -3px 0 0 0;
}
td.uploadimg div.uploadimg_condition{
	color: #555;
	margin-top:15px;
}
div.uploadimg_condition br{display:none;}
div.uploadimg_condition b{font-weight:normal;}
div.uploadimg_condition ul{
	display:block !important;
	list-style-type: disc !important;
	margin:15px 0 15px 25px;
}

/* 入力エラー・完了画面 */
main#apply_area #conf_msg{
	font-size:16px;
	text-align:center;
}
main#apply_area #conf_msg b{
	font-size:18px;
	display:block;
	margin:30px 0 20px 0;
}
label.error{
	font-size:14px;
	color: #d70d19;
	display:block;
}
#errormsgarea {
	text-align:center;
	padding:20px 0;
}
#errormsgarea h5{
	font-size:20px;
	font-weight:700;
	color: #d70d19;
	line-height:1;
	display:block;
	margin-bottom:30px;
}
/* 404 */
#notfound{
	width:88%;
	line-height:1.6;
	padding:120px 0 80px 0;
	margin:0 auto;
}
#notfound h1{
	font-size:24px;
	font-weight:800;
	text-align:center;
}
#notfound h2{
	font-size:16px;
	font-weight:500;
	margin-top:30px;
}

/* =======================================================================
	SUBPAGE [業界別] 
======================================================================= */
main#industry{}
main#industry h2.title{
	font-size:30px;
	font-weight:700;
	line-height:1;
	text-align:center;
	position:relative;
	margin:0;
}
main#industry h2.title_landscape{
	font-size:30px;
	font-weight:700;
	line-height:1;
	text-align:left;
	position:relative;
	margin:0;
}
main#industry h2.title span,
main#industry h2.title_landscape span{
	font-size:15px;
	line-height:1.5;
	display:block;
	color:#0A78BF;
	margin:15px 0 0 0;
}

main#industry a.inquiry_btn{
    width: 200px;
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    color: #FFF;
    background: #10317C;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 8px;
    padding: 18px 0 20px 0;
    margin: 0 auto;
}
main#industry a.inquiry_btn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 11px;
    height: 11px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg);
}

/* TITLE */
main#industry section.industry_head{
	width:90%;
    padding:25px 0 35px 0;
    margin:0 auto;
}
section.industry_head h1{
	font-size:46px;
	font-weight:500;
	line-height:1;
	position:relative;
	text-align:center;
	margin:0 !important;
}
section.industry_head h1::after{
	content: '';
	width: 50px;
	height: 3px;
	display: block;
	background-color:#000;
	position: absolute;
	left:0;
	right:0;
	bottom: -10px;
	margin:0 auto;
}
section.industry_head h2{
	font-size:16px !important;
	font-weight:500 !important;
	text-align:left !important;
	margin:35px 0 30px 0 !important;
}
section.industry_head img{
	width:100%;
	height:auto;
}
section.industry_head .industry_head_txt{
	margin-bottom:35px;
}
section.industry_head a.ih_btn{
	width: 70%;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    color: #FFF;
    background: #0A87DA;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 22px 0;
    margin: 22px auto 15px auto;
}

/* NETIS×CPDS */
main#industry section.nc{
	text-align:center;
	border-top:#CCC 1px solid;
	padding:30px 0 40px 0;
}
section.nc h2{
	font-size:22px !important;
	font-weight:800 !important;
	color:#A59238;
	margin:0 !important;
}
section.nc h3{
	font-size:22px;
	font-weight:600 !important;
	letter-spacing:1px;
	margin:10px 0!important;
}
section.nc .nc_pic img{
	width:90%;
	height:auto;
	margin-top:20px;
}

/* FEATURE */
main#industry .top_feature {
	background: #F6F6F6;
	padding: 35px 0;
}
main#industry section.feature{
	width:100%;
	background:#F6F6F6;
	padding:35px 0 20px 0 !important;
}
main#industry section.feature li:last-child{
	border-bottom:none;
}
div.industry_feature ul{
	list-style-type: none;
	text-align:center;
}
div.industry_feature li{
	border-radius: 20px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	padding:0 !important;
	margin:5px 0 25px 0;
}
div.industry_feature li .solution_bx1{
	background:#FFF;
	border-radius: 20px 20px 0 0;
	padding:20px 20px 15px 20px;
}
div.industry_feature li .solution_bx2{
	color:#FFF;
	background:url(../images/sx/solution_arrow.png) #215CA5 top center no-repeat;
	background-size:8%;
	border-radius: 0 0 20px 20px;
	padding:28px 20px 25px 20px;
}
div.industry_feature li img{
	width:190px;
	height:auto;
	margin-top:25px;
}
div.industry_feature li h4{
	font-size: 21px;
	font-weight: 700;
	color:#333333;
}
div.industry_feature li h5{
	font-size: 21px;
	font-weight: 700;
	color:#FFFF97;
}
div.industry_feature li h6{
	font-size: 16px;
	line-height:1.5;
	font-weight: 500;
	margin-top:8px;
}

/* FUNCTION */
main#industry section.function{
	width:100%;
	background:#F4F9FF;
	padding:35px 0 45px 0;
}
main#industry .function_bx1,
main#industry .function_bx2{
	margin:0 0 35px 0;
}
main#industry .function_bx1 p,
main#industry .function_bx2 p{
	display:block;
	margin:0 0 35px 0;
}
main#industry .function_txt .option_bx{
	font-weight:600;
	color:#FFF;
	background:#10317C;
	display:inline-block;
	padding:5px 12px 6px 12px;
	margin:5px 0 20px 0;
}

/* CASE STUDY */
main#industry .function.case_study{
	padding:35px 0;
}
main#industry .cs_bx.function_bx1,
main#industry .cs_bx.function_bx2{
	margin:0 0 35px 0;
}
main#industry span.cs_point{
	font-size:14px;
	font-weight:600;
	color:#0A78BF;
	display:block;
	margin:5px 0 12px 0;
}
section.case_study .dl_btn img{
	width:100%;
	height:auto;
	margin-top:-10px;
}

/* PRICE */
main#industry section.price{
	padding:35px 0 40px 0;
}
main#industry .price_inner .price_plan{
	margin:0 0 40px 0;
}
main#industry h3.plan_txt{
	font-size:16px;
	font-weight:500;
	text-align:left;
	margin:-5px 0 30px 0;
}
main#industry h3.plan_txt span{
	font-size:16px;
	font-weight:700;
	color:#10317C;
}
.price_plan .price_bx1{
	width:100%;
}
main#industry .price_plan .price_bx1 h3{
	font-size:19px;
	font-weight:600;
	margin:0 !important;
}
main#industry .price_plan .price_bx1 h4,
main#industry .price_plan .price_bx2 h4{
	font-size:16px;
	font-weight:500;
	line-height:1.4;
	color:#000;
	text-align:left;
	background:none;
}
main#industry .price_plan p.plus{
	margin:0;
}
/* オプション費用 */
main#industry .price_plan .price_bx2{
	width:100%;
	background:#FFF;
}
main#industry .price_plan .price_bx2 h3{
	font-size:19px;
	font-weight:600;
	margin:0 !important;
}

/* 防災 */
main#industry .keypoint{
	width:100%;
	font-size:16px;
	font-weight:700;
	line-height:1.6;
	color:#FFF;
	background:#10317C;
	text-align:center;
	padding:15px 0;
	margin:15px auto 5px auto;
}
main#industry span.disaster_point{
	font-size:17px;
	font-weight:600;
	color:#0A78BF;
	display:block;
	margin:5px 0 12px 0;
}
.price_inner ul.disaster{margin:0 auto 15px auto !important;}
.price_inner p {font-size:17px;}

/* その他 */
main#industry .top_feature_inner li div.bxpo{
	font-size:13px;
	font-weight:700;
	color:#FFF;
	background:#0A87DA;
	display:block;
	padding:2px 6px;
	position:absolute;
	top:0;
	left:0;
}
main#industry section.other_feature div.bxpo {
	font-size: 17px;
	font-weight: 500 !important;
	padding: 5px 20px 6px 12px;
}
main#industry section.other_feature div.bxpo img{
	width:auto;
	height:22px;
	display:inline-block;
	margin:-5px 5px 0;
}
section.other_feature .top_feature_inner li h4 {
	font-size:19px;
	margin: 40px 0 25px 0;
}
section.other_feature li h4.sml span {
	font-size: 22px;
}
section.other_function{
	border-top: #DDD 1px solid;
	border-bottom: #DDD 1px solid;
}

/* 建築 */
.industry_head_txt span{
	font-size:18px;
	font-weight:700;
	color:#0A86D9;
	margin-right:5px;
}
section.building_feature .top_feature_inner h3{
	font-size:17px;
	font-weight:600 !important;
	color:#000;
	background:none !important;
	margin-top:40px;
}
section.building_feature h3 img{
	width:100%;
	height:auto;
	display:block;
	margin:0 auto 8px auto;
}
section.building_feature ul li img.bf_icon{
	width:46px;
	height:auto;
	position:absolute;
	top:-8px;
	right:-8px;
}
.building_function_inner h3.bf_head{
	font-size: 16px;
	font-weight: 700;
	line-height:1.6;
	text-align: center;
	margin:45px 0 30px 0 !important;
}
.building_function_inner .function_pic{
	margin-bottom: 30px !important;
}
.building_function_inner .function_txt img{
	margin-bottom: 10px;
}
section.building_dl_btn{
	text-align:center;
	padding:30px 0;
}
section.building_dl_btn img{
	width:90%;
	height:auto;
}

/* =======================================================================
	SUBPAGE [リリースノート] 
======================================================================= */
section.releasenotes{
	width: 90%;
	margin: 0 auto;
}
section.releasenotes ul.releasenotes_area{
	list-style-type: none;
}
ul.releasenotes_area li{
	width:100%;
	position:relative;
	margin-bottom:40px;
}
ul.releasenotes_area li a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
ul.releasenotes_area li img{
	width:100%;
	height:auto;
	border: #CCC 1px solid;
}
ul.releasenotes_area .ra_date{
	font-size:15px;
	font-weight:600;
	margin:20px 0 12px 0;
}
.ra_date span{
	font-size:16px;
	font-weight:500;
	color:#FFF;
    background:#111;
    line-height: 1.0;
    display: inline-block;
    padding: 5px 6px;
    margin: 0 15px 0 0;
}
ul.releasenotes_area h3{
	font-size:17px;
	line-height:1.6;
	font-weight:500;
}
ul.releasenotes_area h3 span{
	font-size:16px;
	color:#0A87DA;
	display:block;
	margin-top:5px;
}
section.releasenotes a.ra_btn{
	width:86%;
	font-size:16px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:block;
	text-align:center;
	border-radius: 6px;
	padding:25px 0 27px 0;
	margin:25px auto 45px auto;
}
section.releasenotes a.ra_btn:hover{opacity:0.7;}


/* =======================================================================
	SUBPAGE [機能活用事例] 
======================================================================= */
section.function_usecases{
	width: 90%;
	padding-bottom:40px;
	margin: 0 auto;
}
section.function_usecases h2{
	margin-bottom:-15px !important;
}
section.function_usecases .fucate{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding:23px 0 22px 0;
	margin:45px 0 30px 0;
}
.fucate .fucate_title {
	margin: 0;
	font-size:26px;
	font-weight:600;
	line-height: 1;
}
.fucate .fucate_tags {
	justify-content: center;
	flex-wrap: wrap;
	margin-top:18px;
}
.fucate .fucate_tags span {
	display: inline-block;
	background-color: #000;
	color: #fff;
	line-height: 1;
	padding:8px 10px;
	border-radius: 4px;
	font-size:15px;
	font-weight: bold;
	white-space: nowrap;
}
section.function_usecases .fubx{margin-bottom:40px;}
.fubx .fubx_head .fubx_icon {display:none;}
.fubx .fubx_title{flex: 1;}
.fubx .fubx_title h3{
	font-size:20px !important;
	font-weight:700 !important;
	line-height:1.4 !important;
	text-align: left !important;
	padding:0 !important;
	margin:15px 0 0 0 !important;
}
.fubx .fubx_title h3 span{
	color:#0A85D8;
}
.fubx .fubx_main{
	margin-top:20px;
}
.fubx .fubx_main img{
	width:100%;
	height:auto;
	border:#DDD 1px solid;
}


/* =======================================================================
	SUBPAGE [くみきトレ] 
======================================================================= */
main#training{color:#222;}
main#training h2.title_landscape {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	position: relative;
	margin: 0;
}
main#training .contact-btn a.btn3{
	width:260px;
	font-size:17px;
	line-height:1;
	font-weight:600;
	text-decoration: none;
	color:#FFF;
	background:#4557BC;
	display:inline-block;
	text-align:center;
	border-radius: 8px;
	padding: 18px 0 20px 0;
	margin: 0 0 15px 0;
}
main#training .contact-btn a.btn3 img{
	width:18px;
	height:auto;
	margin:-5px 10px 0 0;
}

/* MV */
main#training section.training_mv1{
	width:100%;
	background:#E9EEFC;
	padding:9% 0 10% 0;
	margin:15px auto 0 auto;
}
section.training_mv1 .tm_inner{
	width:90%;
	margin:0 auto;
}
section.training_mv1 .tm_inner .tm_left{}
section.training_mv1 .tm_inner .tm_left .logo_area{
	display: flex;
	align-items: center;
	justify-content: center;
}
section.training_mv1 .tm_inner .tm_left .logo_area p img{
	width:90px;
	height:auto;
	margin-bottom:-5px;
}
section.training_mv1 .tm_inner .tm_left .logo_area h1{
	text-align:left !important;
	margin:0 0 0 10px !important;
}
section.training_mv1 .tm_inner .tm_left .logo_area h1 img{
	width:auto;
	height:29px;
}
section.training_mv1 .tm_inner .tm_left .logo_area h1 span{
	font-size:12px !important;
	color:#111 !important;
	margin-bottom:3px;
}
section.training_mv1 .tm_inner .tm_left h2{
	font-size:24px !important;
	font-weight:600 !important;
	line-height:1.3 !important;
	margin:20px 0 20px 0 !important;
}
section.training_mv1 .tm_inner .tm_left h2 strong{
	font-size:32px !important;
	font-weight:800 !important;
	color:#043E96 !important;
	margin:0 5px;
}
section.training_mv1 .tm_inner .tm_left h3{
	font-size:16px !important;
	font-weight:600 !important;
	text-align:center;
	line-height:1.5 !important;
}
section.training_mv1 .tm_inner .tm_right img{
	width:84%;
	height:auto;
	display:block;
	margin:35px auto;
}
section.training_mv1 .tm_inner a.mv_btn{
	width:260px;
	font-size:16px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:block;
	text-align:center;
	border-radius: 5px;
	padding:18px 0 18px 0;
	margin:0 auto;
}

/* MV（広告用）*/
main#training section.training_mv2{
	width:100%;
	background:#E9EEFC;
	padding:10% 0 7% 0;
	margin:15px auto 0 auto;
}
section.training_mv2 .tm_inner{
	width:90%;
	text-align:center;
	margin:0 auto;
}
section.training_mv2 .tm_inner .tm_left .logo_area{
	display: flex;
	align-items: center;
	justify-content: center;
}
section.training_mv2 .tm_inner .tm_left .logo_area p img{
	width:90px;
	height:auto;
	margin-bottom:-5px;
}
section.training_mv2 .tm_inner .tm_left .logo_area h1{
	text-align:left !important;
	margin:0 0 0 10px !important;
}
section.training_mv2 .tm_inner .tm_left .logo_area h1 img{
	width:auto;
	height:29px;
}
section.training_mv2 .tm_inner .tm_left .logo_area h1 span{
	font-size:12px !important;
	color:#111 !important;
	margin-bottom:3px;
}
section.training_mv2 .tm_inner .tm_left h2{
	font-size:24px !important;
	font-weight:600 !important;
	line-height:1.3 !important;
	margin:20px 0 20px 0 !important;
}
section.training_mv2 .tm_inner .tm_left h2 strong{
	font-size:32px !important;
	font-weight:800 !important;
	color:#043E96 !important;
	margin:0 5px;
}
section.training_mv2 .tm_inner .tm_left h3{
	font-size:16px !important;
	font-weight:600 !important;
	text-align:center;
	line-height:1.5 !important;
}
section.training_mv2 .tm_inner .tm_left img.mv_pic{
	width:84%;
	height:auto;
	display:block;
	margin:30px auto 35px auto;
}
section.training_mv2 .tm_inner .tm_left a.mv_btn3{
	width:260px;
	font-size:16px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#4557BC;
	display:block;
	text-align:center;
	border-radius: 5px;
	padding:18px 0 18px 0;
	margin:0 auto 30px auto;
}
section.training_mv2 .tm_inner .tm_left a.mv_btn3 img{margin:-3px 8px 0 0;}
section.training_mv2 .tm_inner .tm_right{
	text-align:center;
}
section.training_mv2 .tm_inner .tm_right h3{
	font-size: 17px !important;
	font-weight: 700 !important;
	border-top: #CCC 1px solid;
	text-align: center;
	padding: 25px 0 10px 0;
	margin-bottom:10px;
}
@media screen and (max-width: 360px){
	section.training_mv2 .tm_inner .tm_left h2{font-size:14px !important;}
}

/* 導入企業スライド */
section.training_slide{
    width: 100%;
    height: 80px;
    background-image: url(../images/dx-learning/logo-slide.jpg);
    background-repeat: repeat-x;
    background-size: auto 80px;
    animation: loop 50s linear infinite;
    margin:10px 0;
}

/* 完全オンライン研修 */
main#training section.training_point{
	width:100%;
	line-height: 1.6;
	font-weight:500;
	background:#FAF8F4;
	padding:35px 0 40px 0;
}
section.training_point h2{
	font-size:22px !important;
	font-weight:800 !important;
    margin:0 0 -15px 0!important;
}
section.training_point .tp_bx{
	width:90%;
	display: flex;
    flex-direction: column-reverse;
	margin:50px auto 0 auto;
}
section.training_point h3{
	font-size: 22px;
	line-height: 1.4;
	font-weight: 800;
	text-align:center !important;
	color: #1B50A0;
	margin:25px 0 20px 0;
}
section.training_point p{
	margin-top: 12px;
}
section.training_point p strong{
	font-size:18px;
	font-weight:800;
	margin:0 5px;
}
.tp_bx .tp_txt, .tp_bx .tp_media{
	width:;
	flex: 1;
}
.tp_bx .tp_txt, .tp_bx .tp_media iframe{
	width:100%;
	height:220px;
}
.tp_bx .tp_txt, .tp_bx .tp_media img{
	width:100%;
	height:auto;
}

/* 特徴 */
main#training section.training_features{
	width:100%;
	padding:35px 0 40px 0;
}
section.training_features .tfea_inner{
	width:90%;
	margin:0 auto;
}
section.training_features h2{
	font-size:22px !important;
	font-weight:800 !important;
	line-height:1.5 !important;
	text-align:center !important;
	margin:0 !important;
}

section.training_features .tfea_bx1,
section.training_features .tfea_bx2,
section.training_features .tfea_bx3{
	width:100%;
	padding:30px 0;
	margin:0 auto;
}
section.training_features .tfea_bx1{
	border-top:#111 1px dashed;
	border-bottom:#111 1px dashed;
}
section.training_features h3{
	font-size:18px !important;
	font-weight:700;
	text-align:center;
}
section.training_features h3 span{
	font-size:23px !important;
	font-weight:900;
	color:#19509F;
	display:block;
	margin-top:5px;
}
section.training_features .tfea_bx1 h3 span{
	font-size:18px !important;
	color:#222;
}
section.training_features .tfea_bx1 h3 strong{
	font-size:24px;
	color:#19509F;
	margin:0 5px;
}
section.training_features h3 img{
	width:80px;
	height:auto;
	display:block;
	margin:0 auto 20px auto;
}
section.training_features ul{
	list-style-type: none;
	text-align:center;
}
section.training_features li{
	width:100%;
	font-weight:500;
	margin-top:25px;
}
section.training_features li img{
	margin-bottom:10px;
}
section.training_features .tfea_bx1 li img{
	width:auto;
	height:160px;
}
section.training_features .tfea_bx2 h4{
	font-size:16px;
	line-height:1.6;
	font-weight:500;
	margin:15px 0 20px 0;
}
section.training_features .tfea_bx1 h4{
	font-size:18px;
	font-weight:700;
	color:#19509F;
	margin:0 0 10px 0;
}
section.training_features .tfea_bx3 h3 span{
	display:block;
	color:#19509F;
	margin:5px 0 4px 0;
}
section.training_features sup{
	font-size:13px;
	font-weight:500;
	display:block;
	margin:25px 0 0 10px;
}
.tfea_bx3 .tfea_bx3_area{
	font-size:13px;
	font-weight:500;
	margin-top:25px;
}
.tfea_bx3 .tfea_bx3_area .tbx3_left h4{
	font-size:15px;
	font-weight:500;
}
.tfea_bx3 .tfea_bx3_area .tbx3_left img{
	width:100%;
	height:auto;
	margin:25px 0;
}
.tfea_bx3 .tfea_bx3_area .tbx3_right{
	text-align:center;
}
.tfea_bx3 .tfea_bx3_area .tbx3_right img{
	width:70%;
	height:auto;
	margin:35px 0 0 0;
}

/* 受講メリット */
main#training section.training_adv{
	width:100%;
	background:#F7F8F9;
	padding:35px 0 40px 0;
}
section.training_adv h2{
	font-size:22px !important;
	font-weight:800 !important;
	line-height:1.5 !important;
	text-align:center !important;
	margin:0 !important;
}
section.training_adv .tadv_inner{
	width:90%;
	margin:0 auto;
}
section.training_adv .tadv_inner .tadv_head{
	text-align:center;
	margin:30px 0;
}
section.training_adv .tadv_inner .tadv_head img{
	width:100%;
	height:auto;
}
section.training_adv .tadv_inner ul{
	list-style-type: none;
	text-align:center;
	margin-bottom:35px;
}
.tadv_inner ul li{
	width:100%;
	font-weight:500;
	background:#FFF;
	border-radius: 20px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	position:relative;
	padding:25px 0 30px 0;
	margin-top:22px;
}
.tadv_inner ul li span.advpo{
	position:absolute;
	top:-25px;
	right:-5px;
}
.tadv_inner ul li span.advpo img{
	width:50px;
	height:auto;
}
.tadv_inner ul li h3{
	font-size:17px;
	line-height:1.4;
	font-weight:600;
	color:#19509F;
}
.tadv_inner ul li h3.line2{
	margin:10px 0 15px 0;
}
.tadv_inner ul li img{
	width:220px;
	height:auto;
	margin:15px 0;
}

/* 受講者の声 */
main#training section.training_voice{
	width:100%;
	border-bottom:#CCC 1px solid;
	padding:30px 0 40px 0;
}
section.training_voice .voice_inner{
	width:90%;
	text-align:center;
	margin:0 auto;
}
section.training_voice h2{
	font-size:22px !important;
	font-weight:800 !important;
    margin:0 !important;
}
section.training_voice h3{
	font-size: 18px;
	font-weight: 700;
	text-align:center;
	margin:25px 0;
}
section.training_voice h3 span{
	font-size: 24px;
	font-weight: 800;
	color:#4059B0;
	display:block;
	margin-top:8px;
}
section.training_voice ul{
	list-style-type: none;
	text-align:center;
}
section.training_voice li{
	width:100%;
	background:#FFF;
	border-radius: 20px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	padding:25px;
	margin-top:22px;
}
section.training_voice li img{
	width:120px;
	height:auto;
}
section.training_voice li h4{
	font-size: 16px;
	font-weight: 700;
	border-bottom:#888 1px dashed;
	padding-bottom:15px;
	margin:20px 0 15px 0;
}
section.training_voice li h5{
	font-size: 15px;
	font-weight: 500;
	line-height:1.6;
}

/* 本研修の概要 */
main#training section.training_outline{
	width:100%;
	background:#F9F6F1;
	padding:30px 0;
	margin:0 auto;
}
section.training_outline .training_outline_inner{
	width:90%;
	margin:0 auto;
}
.training_outline_inner h2{
	font-size:22px !important;
	font-weight:800 !important;
    margin:0 !important;
}
.training_outline_inner h3{
	font-size:16px;
	font-weight:500;
	line-height:1.7;
	text-align:center;
	margin:20px 0 0 0;
}
.training_outline_inner .course_head{
	width:100%;
	font-size:20px;
	font-weight:800;
	line-height:1;
	color:#FFF;
	background:#2C3945;
	text-align:center;
	padding:15px 0;
	margin:35px 0 25px 0;
}
.training_outline_inner ul{
	list-style-type: none;
	margin-top:-5px;
}
.training_outline_inner li{
	text-align:left;
	margin-top:40px;
}
.training_outline_inner img{
	width:100%;
	height:auto;
	border-radius: 20px;
	margin:15px 0 20px 0;
}
.training_outline_inner h4{
	width:85%;
	font-size:21px;
	font-weight:700;
	line-height:1;
	color:#FFF;
	border-radius:50px;
	display:block;
	text-align:center;
	padding:15px 0;
	margin:0 auto 18px auto;
}
.training_outline_inner h4.to_head1{background:#21A576;}
.training_outline_inner h4.to_head2{background:#2A85B6;padding-top:14px;}
h4.to_head2 span{
	font-size:17px !important;
	display:block;
	margin-top:12px;
}
.training_outline_inner h5{
	font-size:16px;
	font-weight:500;
	line-height:1.7;
	text-align:center;
}
ul.course .course_head2{
	width:180px;
	color:#FFF;
	font-size:16px;
	font-weight:700;
	background:#1C50A1;
	text-align:center;
	border-radius: 3px;
	display:block;
	padding:8px 0;
	margin:15px auto;
}
ul.course .course_bx{text-align:center;}
ul.course b{font-size:20px;}
ul.course span{font-size:15px;}

.training_outline_inner ul li ul{
	font-weight:500;
	display: block;
	list-style: disc;
	margin:0 0 0 25px;
}
.training_outline_inner ul li ul li{
	width:100%;
	font-size:15px;
	line-height:1.6;
	text-align:left;
	margin-top:3px;
}
/* 定額コース */
.training_outline_inner ul.fa{
	width:100%;
	margin:5px auto 0 auto;
}
.training_outline_inner ul.fa li{
	background:#FFF;
	border-radius: 25px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	padding:5% 6% 9% 6%;
	margin:25px 0 0 0;
}
.training_outline_inner ul.fa h4{
	width:100%;
	font-size:18px;
	font-weight:700;
	line-height:1.6;
	color:#3C5BB0;
	margin:0;
}
.training_outline_inner ul.fa h5{
	font-size:16px;
	font-weight:500;
	line-height:1.6;
	text-align:left;
}
.training_outline_inner ul.fa img{
	width:100%;
	height:auto;
	border-radius: 10px;
	margin:8px 0 20px 0;
}
.training_outline_inner h2.fa_head{
	font-size:24px !important;
	font-weight:600 !important;
	display:block;
	margin:40px auto 0 auto !important;
}
.training_outline_inner h2.fa_head:before,
.training_outline_inner h2.fa_head:after{display:none;}

.training_outline_inner .fa_scr{
	overflow: auto;
	margin-top:30px;
}
.training_outline_inner ul.fa_list{
	width:840px;
	display: flex;
	flex-wrap: wrap;
}
.training_outline_inner ul.fa_list li{
	width:200px;
	min-height:80px;
	color:#FFF;
	font-size:14px;
	font-weight:600;
	text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius:10px;
	padding:10px 0;
	margin:5px;
}
ul.fa_list li.fa_color1{background:#4D9F93;}
ul.fa_list li.fa_color2{background:#557CAC;}
ul.fa_list li.fa_color3{background:#C57C89;}
ul.fa_list li.fa_color4{background:#B58762;}

@media screen and (max-width: 320px){
	.training_outline_inner h3{font-size:15px;}
	.training_outline_inner h4{font-size:18px;}
	.training_outline_inner h5{font-size:15px;}
	.training_outline_inner h6{font-size:15px;}
	.training_outline_inner ul li ul li{font-size:15px;}
}



/* =======================================================================
	SUBPAGE [くみきGO] 
======================================================================= */
main#bpo h2.title{
	font-size:30px;
	font-weight:700;
	line-height:1;
	text-align:center;
	position:relative;
}
main#bpo h2.title span{
	font-size:15px;
	display:block;
	color:#00757F !important;
	margin:20px 0 0 0;
}
main#bpo h2.title::after{
	content: '';
	width: 50px;
	height: 3px;
	display: block;
	background-color:#00757F;
	position: absolute;
	left:0;
	right:0;
	bottom: -22px;
	margin:0 auto;
}
main#bpo h2.title_landscape {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	position: relative;
	margin: 0;
}
main#bpo .contact-btn a.btn1{
	width: 260px;
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
	color: #FFF;
	background: #0A87DA;
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	padding: 18px 0 20px 0;
	margin: 10px 0 18px 0;
}
main#bpo .contact-btn a.btn2{
	width: 260px;
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
	color: #FFF;
	background: #10317C;
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	padding: 18px 0 20px 0;
	margin: 0 0 0 0;
}

/* MV */
main#bpo section.bpo_mv1{
	width:100%;
	background:#F2F0E7;
	padding:5px 0 40px 0;
	margin:15px auto 0 auto;
}
section.bpo_mv1 .bm_inner{
	width:88%;
	margin:0 auto;
}
section.bpo_mv1 .bm_inner .bm_left{
	padding:30px 0;
	position:relative;
}
section.bpo_mv1 .bm_inner .bm_left .bpo_logo{
	text-align:center;
}
section.bpo_mv1 .bm_inner .bm_left .bpo_logo span{
	font-size:16px;
	font-weight:600;
	display:block;
	margin-bottom:15px;
}
section.bpo_mv1 .bm_inner .bm_left .bpo_logo img{
	width:auto;
	height:35px;
}
section.bpo_mv1 .bm_inner .bm_left h1{
	width:100%;
	font-size:21px !important;
	font-weight:800 !important;
	line-height:1.6 !important;
	text-align:center !important;
	padding:0 0 0 0;
	margin:30px 0 22px 0 !important;
}
section.bpo_mv1 .bm_inner .bm_left h1 span{
	font-size:27px !important;
	font-weight:800 !important;
	color:#00747F !important;
	display:inline !important;
	margin:0 4px;
}
section.bpo_mv1 .bm_inner .bm_left h2{
	font-size:16px !important;
	font-weight:500 !important;
	line-height:1.6 !important;
	text-align:center !important;
	margin:0 !important;
}
section.bpo_mv1 .bm_inner .bm_right{
	text-align:center;
	margin:5px 0 15px 0;
}
section.bpo_mv1 .bm_inner .bm_right img{
	width:96%;
	height:auto;
}
section.bpo_mv1 .bm_inner .mv_btn_pc{display:none;}
section.bpo_mv1 .bm_inner .mv_btn_sp{text-align:center;}
section.bpo_mv1 .bm_inner .mv_btn_sp a.mv_btn1{
	width:70%;
	font-size:18px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:inline-block;
	text-align:center;
	border-radius: 5px;
	padding: 18px 0 20px 0;
	margin:25px auto 15px auto;
}
section.bpo_mv1 .bm_inner .mv_btn_sp a.mv_btn2{
	width:70%;
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
	color: #FFF;
	background: #10317C;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	padding: 18px 0 20px 0;
	margin: 0 auto;
}

/* MV（広告用）*/
main#bpo section.bpo_mv2{
	width:100%;
	background:#F2F0E7;
	padding:5px 0 25px 0;
	margin:15px auto 0 auto;
}
section.bpo_mv2 .bm_inner{
	width:90%;
	text-align:center;
	margin:0 auto;
}
section.bpo_mv2 .bm_inner .bm_left{
	padding:30px 0;
	position:relative;
}
section.bpo_mv2 .bm_inner .bm_left .bpo_logo{
	text-align:center;
}
section.bpo_mv2 .bm_inner .bm_left .bpo_logo span{
	font-size:16px;
	font-weight:600;
	display:block;
	margin-bottom:15px;
}
section.bpo_mv2 .bm_inner .bm_left .bpo_logo img{
	width:auto;
	height:35px;
}
section.bpo_mv2 .bm_inner .bm_left h1{
	width:100%;
	font-size:21px !important;
	font-weight:800 !important;
	line-height:1.6 !important;
	text-align:center !important;
	padding:0 0 0 0;
	margin:30px 0 22px 0 !important;
}
section.bpo_mv2 .bm_inner .bm_left h1 span{
	font-size:27px !important;
	font-weight:800 !important;
	color:#00747F !important;
	display:inline !important;
	margin:0 4px;
}
section.bpo_mv2 .bm_inner .bm_left h2{
	font-size:16px !important;
	font-weight:500 !important;
	line-height:1.6 !important;
	text-align:center !important;
	margin:0 0 40px 0!important;
}
section.bpo_mv2 .bm_inner .bm_left img.mv_pic{
	width:85%;
	height:auto;
}
section.bpo_mv2 .bm_inner .bm_right{
	text-align:center;
}
section.bpo_mv2 .bm_inner .bm_right h3{
	font-size: 18px !important;
	font-weight: 700 !important;
	border-top: #CCC 1px solid;
	text-align: center;
	padding: 25px 0 10px 0;
	margin-bottom:10px;
}

/* VISION */
main#bpo section.bpo_vision{
	width:100%;
	margin:0 auto;
}
section.bpo_vision h2{
	font-size:19px !important;
	font-weight:700 !important;
	line-height:1;
	text-align:left !important;
	padding:25px 5% 5px 5%;
	margin:0 !important;
}
section.bpo_vision h2 span{
	font-size:35px;
	color:#00757F;
	font-weight:700 !important;
	display:block;
	margin-bottom:5px;
}
section.bpo_vision h3{
	font-size:15px;
	line-height:1.7;
	font-weight:500;
	padding:0 5%;
}
section.bpo_vision h3 br{display:none;}
section.bpo_vision h3 span{
	display:block;
	margin-top:22px;
}
section.bpo_vision img{
	width:100%;
	height:auto;
	margin-top:35px;
}

/* SERVICE */
main#bpo section.bpo_service{
	text-align:center;
	background:#f9f9f9;
	border-top:#EEE 1px solid;
	border-bottom:#EEE 1px solid;
	padding:5px 0 40px 0;
}
main#bpo .bpo_service h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin: 50px 0 30px 0;
}
main#bpo .bpo_service ul{
	width:90%;
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
}
main#bpo .bpo_service li{
	border:#888 1px solid;
	border-radius: 15px;
	background:#FFF;
	padding:0 25px 25px 25px;
	margin-top:20px;
}
main#bpo .bpo_service h4{
	font-size: 22px;
	font-weight: 700;
	color:#00737F;
}
main#bpo .bpo_service h4.s2{font-size: 18px;}
main#bpo .bpo_service img{
	width:auto;
	height:90px;
	margin:30px 0 20px 0;
}
main#bpo .bpo_service h5{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	text-align:left;
}
main#bpo .bpo_service .service_flow_pc{display:none;}
main#bpo .bpo_service .service_flow_sp{margin-bottom:5px;}
main#bpo .bpo_service .service_flow_sp img{width:100%;height:auto;}
main#bpo .bpo_service .bpo_service_menu{margin-bottom:-20px;}
.bpo_service_menu h2{
	font-size:21px !important;
	font-weight:800 !important;
	line-height:1;
	margin:35px 0 25px 0 !important;
}
.bpo_service_menu ul{
	width:90%;
	list-style-type: none;
	text-align: center;
	margin:25px auto 0 auto;
}
.bpo_service_menu li{
	border-radius: 20px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	border:none !important;
	padding:25px 0 30px 0 !important;
	margin:0 0 25px 0 !important;
}
.bpo_service_menu img{
	width:88% !important;
	height:auto !important;
	margin:25px 0 25px 0 !important;
}
.bpo_service_menu h5{
	text-align:center !important;
}

/* FEATURE */
main#bpo section.bpo_feature{
	text-align:center;
	padding:5px 0 40px 0;
}
main#bpo .bpo_feature h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin: 50px 0 0 0;
}
.bpo_feature ul {
	width:90%;
	list-style-type: none;
	text-align: center;
	margin:25px auto 0 auto;
}
.bpo_feature li {
	border-radius: 20px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	margin: 5px 0 25px 0;
}
.bpo_feature li .solution_bx1 {
	background: #FFF;
	border-radius: 20px 20px 0 0;
	padding: 25px 20px;
}
.bpo_feature li .solution_bx2 {
	color: #FFF;
	background: url(../images/bpo/solution_arrow.png) #00757F top center no-repeat;
	background-size: 8%;
	border-radius: 0 0 20px 20px;
	padding: 28px 20px 28px 20px;
}
.bpo_feature li h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.bpo_feature li img {
	width: 190px;
	height: auto;
	margin-top: 25px;
}
.bpo_feature li h5 {
	font-size: 18px;
	font-weight: 700;
	color: #FFFF74;
	line-height: 1.5;
	margin-bottom:12px;
}
.bpo_feature li p{
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	line-height: 1.5;
}

/* PRICE */
main#bpo section.bpo_price{
	background:#f9f9f9;
	border-top:#DDD 1px solid;
	border-bottom:#EEE 1px solid;
	text-align:center;
	padding:5px 0 40px 0;
}
main#bpo .bpo_price h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin: 50px 0;
}
.bpo_price table{
	width:94%;
	background:#FFF;
	margin:0 auto;
}
.bpo_price table th{
	color:#FFF;
	border:#bbb 1px solid;
}
.bpo_price table th.plan1{
	width:50%;
	background:#2BA2A2;
	font-size:18px;
	font-weight:700;
	padding:15px 0;
}
.bpo_price table th.plan2{
	width:50%;
	background:#00757F;
	position:relative;
	font-size:17px;
	font-weight:700;
	padding:15px 0;
}
.bpo_price table th.plan2 span.plan_po{
	position:absolute;
	top:-35px;
	right:-10px;
}
.bpo_price table th.plan2 span.plan_po img{
	width:auto;
	height:50px;
}
.bpo_price table td{
	font-size:15px;
	font-weight:500;
	text-align:center;
	background:#FFF;
	border:#bbb 1px solid;
	padding:15px;
}
.bpo_price table td.plan_head{
	font-size:16px;
	background:#F8F7F3;
	padding:10px 15px;
}
.bpo_price table td span{
	text-align:left;
	display:block;
	margin-top:8px;
}
.bpo_price table td span:first-child{margin:0;}

/* FLOW */
main#bpo section.bpo_flow{
	padding:5px 0 40px 0;
}
section.bpo_flow h2{
	margin:30px 0 60px 0 !important;
}
section.bpo_flow .support_bx{
	width:88%;
	border-top:#D0DCEA 1px solid;
	padding-top:30px;
	margin:30px auto 0 auto;
}
section.bpo_flow .support_bx h3{
	font-size:20px;
	font-weight:700;
	color:#222;
	line-height:1;
}
section.bpo_flow .support_bx h3 img{
	float:left;
	width:50px;
	height:auto;
	margin:0 15px 0 5px;
}
section.bpo_flow .support_bx h3 span{
	font-size:18px;
	font-family: Arial;
	color:#00757F;
	display:block;
	margin:2px 0 10px 0;
}
section.bpo_flow .support_bx h4{
	font-size:16px;
	font-weight:500;
	padding:0;
	margin-top:18px;
}
section.bpo_flow .support_bx h4 br{
	display:none;
}
section.bpo_flow .support_bx a.mv_btn2{
	width:60%;
	font-size:15px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#10317C;
	display:block;
	text-align:center;
	border-radius: 5px;
	padding:16px 0 18px 0;
	margin:20px auto 0 auto;
}

/* FAQ */
main#bpo section.bpo_faq{
	background:#f9f9f9;
	border-top:#DDD 1px solid;
	border-bottom:#EEE 1px solid;
	text-align:center;
	padding:5px 0 40px 0;
}
section.bpo_faq ul{
	width:90%;
	text-align:left;
	list-style-type: none;
	margin:60px auto 0 auto;
}
section.bpo_faq li{
	background:#FFF;
	padding:20px 20px 25px 20px;
	margin-top:15px;
}
section.bpo_faq ul h3{
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	color:#00737F;
	background:url(../images/bpo/fap_po.png) no-repeat;
	background-size:18px auto;
	background-position:0 2px;
	padding:0 0 0 32px;
	margin-bottom:12px;
}
section.bpo_faq ul p{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	padding-left:32px;
}
section.bpo_faq ul span{
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	display:block;
	margin-top:10px;
	padding-left:32px;
}
main#bpo .footer_contact p{margin-bottom:25px;}

/* =======================================================================
	SUBPAGE [くみきSAT] 
======================================================================= */
main#sx h2.title{
	font-size:30px;
	font-weight:700;
	line-height:1;
	text-align:center;
	position:relative;
}
main#sx h2.title span{
	font-size:15px;
	display:block;
	color:#008BD5 !important;
	margin:20px 0 0 0;
}
main#sx h2.title::after{
	content: '';
	width: 50px;
	height: 3px;
	display: block;
	background-color:#008BD5;
	position: absolute;
	left:0;
	right:0;
	bottom: -22px;
	margin:0 auto;
}
main#sx h2.title_landscape {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-align: left;
	position: relative;
	margin: 0;
}
main#sx .contact-btn a.btn1{
	width: 250px;
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
	color: #FFF;
	background: #0A87DA;
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	padding: 18px 0 20px 0;
	margin: 10px 0 18px 0;
}
main#sx .contact-btn a.btn2{
	width: 250px;
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
	color: #FFF;
	background: #10317C;
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	padding: 18px 0 20px 0;
	margin: 0 0 0 0;
}

/* MV */
main#sx section.sat_mv1{
	width:100%;
	background:#E6EFF4;
	background-size:80%;
	padding:5px 0 40px 0;
	margin:15px auto 0 auto;
}
section.sat_mv1 .sm_inner{
	width:88%;
	margin:0 auto;
}
section.sat_mv1 .sm_inner .sm_left{
	padding:30px 0;
	position:relative;
}
section.sat_mv1 .sm_inner .sm_left .st_logo{
	text-align:center;
}
section.sat_mv1 .sm_inner .sm_left .st_logo span{
	font-size:16px;
	font-weight:600;
	display:block;
	margin-bottom:15px;
}
section.sat_mv1 .sm_inner .sm_left .st_logo img{
	width:auto;
	height:35px;
}
section.sat_mv1 .sm_inner .sm_left h1{
	width:100%;
	font-size:25px !important;
	font-weight:800 !important;
	line-height:1.7 !important;
	text-align:center !important;
	padding:0 0 0 0;
	margin:30px 0 20px 0 !important;
}
section.sat_mv1 .sm_inner .sm_left h1 span{
	font-size:30px !important;
	font-weight:800 !important;
	color:#008BD5 !important;
	display:inline !important;
	margin:0 4px;
}
section.sat_mv1 .sm_inner .sm_left h2{
	font-size:16px !important;
	font-weight:500 !important;
	line-height:1.6 !important;
	text-align:center !important;
	margin:0 !important;
}

section.sat_mv1 .sm_inner .sm_right{
	text-align:center;
	margin:0 0 10px 0;
}
section.sat_mv1 .sm_inner .sm_right img{
	width:90%;
	height:auto;
	margin-left:-25px;
}
section.sat_mv1 .sm_inner .mv_btn_pc{display:none;}
section.sat_mv1 .sm_inner .mv_btn_sp{text-align:center;}
section.sat_mv1 .sm_inner .mv_btn_sp a.mv_btn1{
	width:70%;
	font-size:18px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#0A87DA;
	display:inline-block;
	text-align:center;
	border-radius: 5px;
	padding: 18px 0 20px 0;
	margin:25px auto 15px auto;
}
section.sat_mv1 .sm_inner .mv_btn_sp a.mv_btn2{
	width:70%;
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
	color: #FFF;
	background: #10317C;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	padding: 18px 0 20px 0;
	margin: 0 auto;
}

/* MV（広告用）*/
main#sx section.sat_mv2{
	width:100%;
	background:#E6EFF4;
	padding:5px 0 25px 0;
	margin:15px auto 0 auto;
}
section.sat_mv2 .sm_inner{
	width:88%;
	margin:0 auto;
}
section.sat_mv2 .sm_inner .sm_left{
	padding:30px 0;
	position:relative;
}
section.sat_mv2 .sm_inner .sm_left .st_logo{
	text-align:center;
}
section.sat_mv2 .sm_inner .sm_left .st_logo span{
	font-size:16px;
	font-weight:600;
	display:block;
	margin-bottom:15px;
}
section.sat_mv2 .sm_inner .sm_left .st_logo img{
	width:auto;
	height:35px;
}
section.sat_mv2 .sm_inner .sm_left h1{
	width:100%;
	font-size:25px !important;
	font-weight:800 !important;
	line-height:1.7 !important;
	text-align:center !important;
	padding:0 0 0 0;
	margin:30px 0 20px 0 !important;
}
section.sat_mv2 .sm_inner .sm_left h1 span{
	font-size:30px !important;
	font-weight:800 !important;
	color:#008BD5 !important;
	display:inline !important;
	margin:0 4px;
}
section.sat_mv2 .sm_inner .sm_left h2{
	font-size:16px !important;
	font-weight:500 !important;
	line-height:1.6 !important;
	text-align:center !important;
	margin:0 0 30px 0!important;
}
section.sat_mv2 .sm_inner .sm_left img.mv_pic{
	width:85%;
	height:auto;
	display:block;
	margin:0 auto;
}
section.sat_mv2 .sm_inner .sm_right{
	text-align:center;
}
section.sat_mv2 .sm_inner .sm_right h3{
	font-size: 18px !important;
	font-weight: 700 !important;
	border-top: #CCC 1px solid;
	text-align: center;
	padding: 25px 0 10px 0;
	margin-bottom:10px;
}

/* VISION */
main#sx section.sat_vision{
	width:100%;
	margin:0 auto;
}
section.sat_vision h2{
	font-size:19px !important;
	font-weight:700 !important;
	line-height:1;
	text-align:left !important;
	padding:25px 5% 5px 5%;
	margin:0 !important;
}
section.sat_vision h2 span{
	font-size:35px;
	color:#008BD4;
	font-weight:700 !important;
	display:block;
	margin-bottom:5px;
}
section.sat_vision h3{
	font-size:15px;
	line-height:1.7;
	font-weight:500;
	padding:0 5%;
}
section.sat_vision h3 br{display:none;}
section.sat_vision h3 span{
	display:block;
	margin-top:22px;
}
section.sat_vision img{
	width:100%;
	height:auto;
	margin-top:35px;
}

/* VALUE */
main#sx section.sat_value{
	background:#F6F6F6;
	border-top:#E5E5E5 1px solid;
	border-bottom:#E5E5E5 1px solid;
	padding:25px 0 40px 0;
}
section.sat_value h2{
	margin-bottom:50px !important;
}
section.sat_value .sat_value_use,
section.sat_value .sat_value_tec{
	width:90%;
	margin:0 auto;
}
section.sat_value .sat_value_use{
	border-bottom:#888 1px dashed;
	padding-bottom:30px;
	margin-bottom:25px;
}
.sat_value_use h3{
	font-size:16px;
	font-weight:500;
	margin-bottom:25px;
}
.sat_value_use h3 span{
	width:100px;
	font-size:20px;
	font-weight:600;
	line-height:1;
	text-align:center;
	border-radius: 50px; 
	color:#006EBF;
	background:#FFF;
	border:#006EBF 2px solid;
	display:block;
	padding:8px 0;
	margin:0 auto 20px auto;
}
.sat_value_tec h3{
	font-size:16px;
	font-weight:500;
	margin-bottom:25px;
}
.sat_value_tec h3 span{
	width:100px;
	font-size:20px;
	font-weight:600;
	line-height:1;
	text-align:center;
	border-radius: 50px; 
	color:#0E3A86;
	background:#FFF;
	border:#0E3A86 2px solid;
	display:block;
	padding:8px 0;
	margin:0 auto 20px auto;
}
section.sat_value ul img{
	width:auto;
	height:120px;
	margin:15px 0;
}
section.sat_value .sat_value_use ul,
section.sat_value .sat_value_tec ul{
	list-style-type: none;
	text-align: center;
	margin:0 auto;
}
section.sat_value .sat_value_use li,
section.sat_value .sat_value_tec li{
	border-radius: 25px;
	background:#FFF;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	margin-top:25px;
}
.sat_value_use li h4{
	width:100%;
	font-size:20px;
	font-weight:600;
	color:#FFF;
	border-radius: 20px 20px 0 0;
	background:#006FBF;
	padding:10px 0;
}
.sat_value_tec li h4{
	width:100%;
	font-size:20px;
	font-weight:600;
	color:#FFF;
	border-radius: 20px 20px 0 0;
	background:#0F3B87;
	padding:10px 0;
}
.sat_value_tec li h4 span{
	font-size:16px;
	display:block;
	margin-bottom:4px;
}
.sat_value_use li h5,
.sat_value_tec li h5{
	line-height:1.6;
	font-weight:500;
	text-align:left;
	padding:0 20px 20px 20px;
}

/* SERVICE */
main#sx section.sat_service{
	text-align:center;
	padding:5px 0 40px 0;
}
main#sx .sat_service h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin: 50px 0 30px 0;
}
main#sx .sat_service ul{
	width:90%;
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
}
main#sx .sat_service li{
	border:#888 1px solid;
	border-radius: 15px;
	padding:25px;
	margin-top:25px;
}
main#sx .sat_service h4{
	font-size: 20px;
	font-weight: 700;
	color:#0E3A86;
}
main#sx .sat_service img{
	width:auto;
	height:100px;
	margin:22px 0 20px 0;
}
main#sx .sat_service h5{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

/* FEATURE */
main#sx section.sat_feature{
	background:#F6F6F6;
	border-top:#E5E5E5 1px solid;
	border-bottom:#E5E5E5 1px solid;
	text-align:center;
	padding:5px 0 40px 0;
}
main#sx .sat_feature h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin: 50px 0 0 0;
}
.sat_feature ul {
	width:90%;
	list-style-type: none;
	text-align: center;
	margin:25px auto 0 auto;
}
.sat_feature li {
	border-radius: 20px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
	position:relative;
	margin: 5px 0 25px 0;
}
.sat_feature li img.novice{
	width:24px;
	height:auto;
	position:absolute;
	top:-8px;
	right:16px;
}
.sat_feature li .solution_bx1 {
	background: #FFF;
	border-radius: 20px 20px 0 0;
	padding: 25px 20px;
}
.sat_feature li .solution_bx2 {
	color: #FFF;
	background: url(../images/sx/solution_arrow.png) #0F3B87 top center no-repeat;
	background-size: 8%;
	border-radius: 0 0 20px 20px;
	padding: 28px 20px 28px 20px;
}
.sat_feature li h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.sat_feature li img {
	width: 190px;
	height: auto;
	margin-top: 25px;
}
.sat_feature li h5 {
	font-size: 18px;
	font-weight: 700;
	color: #FFFF74;
	line-height: 1.5;
	margin-bottom:12px;
}
.sat_feature li p{
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	line-height: 1.5;
}

/* CASE STUDY */
main#sx section.case{
	width:100%;
	text-align:center;
	padding:25px 0 40px 0;
	margin:0 auto;
}
section.case h2.title{
	font-size: 24px !important;
	font-weight: 700 !important;
	margin:0 !important;
}
section.case h2.title span{margin: 0;}
section.case h2.title::after {bottom: -15px;}

/* slider */
section.case ul.slider{
	width:90%;
	text-align:left;
	margin:50px auto 0 auto;
}
section.case ul.slider li{
	position:relative;
}
section.case ul.slider li a{
	width:100%;
	height:100%;
	position:absolute;
}
section.case ul.slider h3{
	font-size:19px;
	font-weight:700;
	color:#10317B;
}
section.case ul.slider span{
	font-size:16px;
	font-weight:700;
	line-height:1;
	color:#FFF;
	text-align:center;
	background:#10317B;
	display:inline-block;
	padding:8px 10px;
	margin-right:12px;
}
section.case ul.slider img{
	width:100%;
	height:auto;
	margin:20px auto;
}
section.case ul.slider h4{
	font-size:18px;
	font-weight:700;
}
section.case .slide-arrow{
	bottom: 0;
	height: 0;
	margin: auto;
	position: absolute;
	cursor:pointer;
	top:-5%;
	width: 0;
	z-index:1;
}
section.case .prev-arrow{
	width: 20px;
	height: 20px;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 4%;
}
section.case .next-arrow{
	width: 20px;
	height: 20px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 4%;
}
section.case button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
}
section.case .experience{
	width:100%;
	padding:30px 0 0 0;
}
.experience .experience_inner{
	width:90%;
	margin:0 auto;
}
.experience_inner h2{
	font-size: 21px !important;
	font-weight: 700 !important;
	color:#10317B !important;
	margin:0 !important;
}
.experience_inner h3{
	font-size: 17px !important;
	text-align:center;
	line-height: 1.6 !important;
	font-weight: 500 !important;
	margin:20px 0 0 0 !important;
}
.experience_inner ul{
	width:100%;
	list-style-type: none;
	text-align: center;
	margin: 40px auto 0 auto;
}
.experience_inner li{
	width:100%;
	background:#FFF;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
	position:relative;
	margin-top:35px;
}
.experience_inner li img{
	width:60px;
	height:auto;
	position:absolute;
	top:-20px;
	left:15px;
}
.experience_inner h4{
	font-size:20px;
	font-weight: 700;
	color:#FFF;
	display:block;
	background: linear-gradient(45deg, #10317C, #0A87DA);
	padding:7px 0 8px 0;
}
.experience_inner .experience_txt{
	font-size:17px;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:20px 0;
}
.experience_txt span.pr{
	width:45%;
	color:#FFF;
	display:block;
	border-radius: 50px;
	background:#008BD5;
	padding:3px 0 5px 0;
	margin:0 auto 15px auto;
}

/* CASE STUDY 詳細 */
main#sx section.case_sub{
	width:100%;
	text-align:center;
	padding:25px 0 40px 0;
	margin:0 auto;
}
section.case_sub h2.title{
	font-size: 24px !important;
	font-weight: 700 !important;
	margin:10px 0 55px 0 !important;
}
section.case_sub h2.title span{margin: 0;}
section.case_sub h2.title::after {bottom: -15px;}

section.case_sub .case_sub_bx{
	width:90%;
	text-align:left;
	margin:50px auto 0 auto;
}
section.case_sub .case_sub_bx h3{
	font-size:19px;
	font-weight:700;
	color:#10317B;
	line-height:1;
}
section.case_sub .case_sub_bx h3 span{
	font-size:16px;
	font-weight:700;
	color:#FFF;
	text-align:center;
	background:#10317B;
	display:inline-block;
	padding:10px 12px;
	margin-right:12px;
}
section.case_sub .case_sub_bx h4{
	font-size:20px;
	font-weight:600;
	line-height:1.4;
	margin-top:15px;
}
section.case_sub .case_sub_bx img{
	width:100%;
	height:auto;
	display:block;
	margin:25px auto 27px auto;
}
section.case_sub .case_sub_bx dl{
	line-height:1.6;
	border-bottom:#CCC 1px solid;
}
section.case_sub .case_sub_bx dl dt{
	font-size:20px;
	color:#10317A;
	font-weight:600;
	border-top:#CCC 1px solid;
	padding:5.5% 0 0 0;
}
section.case_sub .case_sub_bx dl dd{
	font-size:17px;
	font-weight:500;
	padding:0 0 6% 0;
	margin-top:3%;
}
main#sx h2.title_landscape{
	font-size:30px;
	font-weight:700;
	line-height:1;
	text-align:left;
	position:relative;
	margin:0;
}
main#sx h2.title span,
main#sx h2.title_landscape span{
	font-size:15px;
	line-height:1.5;
	display:block;
	color:#0A78BF;
	margin:15px 0 0 0;
}
main#sx section.footer_contact p{margin-bottom:20px;}

/* PRICE */
main#sx section.sat_price{
	text-align:center;
	background:#F6F6F6;
	border-top:#E5E5E5 1px solid;
	border-bottom:#E5E5E5 1px solid;
	padding:5px 0 40px 0;
}
main#sx .sat_price h3{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin: 50px 0;
}
.sat_price table{
	width:94%;
	background:#FFF;
	margin:0 auto;
}
.sat_price table th{
	color:#FFF;
	border:#bbb 1px solid;
}
.sat_price table th.plan1{
	width:50%;
	background:#2E97E4;
	font-size:18px;
	font-weight:700;
	padding:15px 0;
}
.sat_price table th.plan2{
	width:50%;
	background:#2058B7;
	position:relative;
	font-size:17px;
	font-weight:700;
	padding:15px 0;
}
.sat_price table th.plan2 span.plan_po{
	position:absolute;
	top:-35px;
	right:-10px;
}
.sat_price table th.plan2 span.plan_po img{
	width:auto;
	height:50px;
}
.sat_price table td{
	font-size:15px;
	font-weight:500;
	text-align:center;
	background:#FFF;
	border:#bbb 1px solid;
	padding:15px;
}
.sat_price table td.plan_head{
	font-size:16px;
	background:#F4F9FF;
	padding:10px 15px;
}
.sat_price table td span{
	text-align:left;
	display:block;
	margin-top:8px;
}
.sat_price table td span:first-child{margin:0;}

/* FLOW */
main#sx section.sat_flow{
	padding:5px 0 40px 0;
}
section.sat_flow h2{
	margin:30px 0 50px 0 !important;
}
section.sat_flow .support_bx{
	width:88%;
	border-top:#D0DCEA 1px solid;
	padding-top:30px;
	margin:30px auto 0 auto;
}
section.sat_flow .support_bx h3{
	font-size:20px;
	font-weight:700;
	color:#222;
	line-height:1;
}
section.sat_flow .support_bx h3 img{
	float:left;
	width:50px;
	height:auto;
	margin:0 15px 0 5px;
}
section.sat_flow .support_bx h3 span{
	font-size:18px;
	font-family: Arial;
	color:#008BD5;
	display:block;
	margin:2px 0 10px 0;
}
section.sat_flow .support_bx h4{
	font-size:16px;
	font-weight:500;
	padding:0;
	margin-top:18px;
}
section.sat_flow .support_bx h4 br{
	display:none;
}
section.sat_flow .support_bx a.mv_btn2{
	width:60%;
	font-size:15px;
	line-height:1;
	font-weight:500;
	text-decoration: none;
	color:#FFF;
	background:#10317C;
	display:block;
	text-align:center;
	border-radius: 5px;
	padding:16px 0 18px 0;
	margin:20px auto 0 auto;
}

/* FAQ */
main#sx section.sat_faq{
	text-align:center;
	background:#F6F6F6;
	border-top:#E5E5E5 1px solid;
	border-bottom:#E5E5E5 1px solid;
	padding:5px 0 40px 0;
}
section.sat_faq ul{
	width:90%;
	text-align:left;
	list-style-type: none;
	margin:50px auto 0 auto;
}
section.sat_faq li{
	background:#FFF;
	border:#10317B 1px solid;
	padding:20px 20px 25px 20px;
	margin-top:20px;
}
section.sat_faq ul h3{
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	color:#10317B;
	background:url(../images/sx/fap_po.png) no-repeat;
	background-size:18px auto;
	background-position:0 2px;
	padding:0 0 0 32px;
	margin-bottom:12px;
}
section.sat_faq ul p{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	padding-left:32px;
}
section.sat_faq ul span{
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	display:block;
	margin-top:10px;
	padding-left:32px;
}
main#sx .footer_contact p{margin-bottom:25px;}