@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{
  font-size: 16px;
  line-height: 1.8;
}
body {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 500;
	color:#262626;
	line-height:25px;
	width:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input[type="text"], select{
	height:40px;
}
button, input[type="text"],input[type="button"],input[type="submit"], select, textarea {
	font-family : inherit;
	font-size : 100%;
}
input[type="text"], select, textarea{
	border:1px solid #ccc;
}
input[type="button"],input[type="submit"]{
	background-color:#6580bf;
	width:300px;
	padding:15px;
	float:left;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	border-style: none;
	cursor:pointer;
}
textarea{
	width:100%;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
a{
	color:#006bb4;
	text-decoration:none;
}
img {
	vertical-align: bottom;
}
a,img {
	border: none;
}
input[type="button"]:hover,input[type="submit"]:hover,a:hover{
	opacity:0.7;
	-webkit-transition:ease .5s;
	transition:ease .5s;
}
a.b_border{
	text-decoration:underline;
}
section > div{
  background: #fff;
}
.bold{
	font-weight:bold;
}
.left{
	float:left;
}
.right{
	float:right;
}
.center{
	margin:0 auto;
	text-align:center;
}
.clear{
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size:.01em;
	height:0;
	overflow:hidden;
}
#wrapper{
	width:100%;
	min-width: 1260px;
}
.is-mobile#wrapper{
	min-width: auto;
}
section>div>div{
	width:960px;
	margin:0 auto;
	text-align:center;
}
section>div>div>h3{
	padding:80px 0 50px;
}
.mr0{
	margin-right:0 !important;
}
.mr20{
	margin-right:20px !important;
}
.mt10{
	margin-top:10px !important;
}
.mt20{
	margin-top:20px !important;
}

.mt25{
	margin-top:25px !important;
}
.mt30{
	margin-top:30px !important;
}
.mr40{
	margin-right:40px !important;
}
.mb83{
	margin-bottom:83px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb60{
	margin-bottom:60px !important;
}
.mb70{
	margin-bottom:70px !important;
}
.mb80{
	margin-bottom:80px !important;
}
.mb100{
	margin-bottom:100px !important;
}
.pb60{
	padding-bottom:60px !important;
}
.pb90{
	padding-bottom:90px !important;
}
.tleft{
	text-align:left;
}
.tright{
	text-align:right;
}
.tcenter{
	text-align:center;
}
.error{
    color: #d9263a;
}
.link_box{
	display:block;
	padding:5px 20px;
	text-align:center;
	font-weight:bold;
}
.p_crosshead{
    background: #6580bf none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px 10px;
    text-align: left;
	vertical-align:bottom;
    width: 960px;
}
.is-mobile img{
	max-width: 100%;
}

/*top header*/
#wrapper{
//	background:url(../img/img_bg.jpg) no-repeat center center;
//	background-size:cover;
}
#wrapper #header{
	width:100%;
	height:60px;
}
#wrapper #header.is-mobile{
	height:120px;
}
#wrapper .headInner{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	width:100%;
	min-width:972px;
	background-color:inherit;
}
#wrapper #header.fixed h2{
	margin-top: -110px;
	display:none;
}
#wrapper #header.fixed .headInner{
	width:100%;
	position: fixed;
	z-index:102;
	top: 100;
	left: 0;
	right:0;
	background-color:#fff;
	min-width:972px;
}


/* header*/
/*
#header{
	width:100%;
	position:relative;
	z-index:100;
}
#header h1{
	float:left;
	margin:20px 0 0 20px;
}
#header ul{
	float:right;
}
#header ul li{
	width:60px;
	height:60px;
	float:left;
}*/
.head_bg{
	background-color:#000;
	width:100%;
	height:60px;
	position:fixed;
	top:0;
	opacity:0;
}
.is-mobile .head_bg{
	height:120px;
	opacity: 0.4;
}
.head_bg.fixed{
	opacity:0.4;
	z-index:888;
	-webkit-transition:ease .8s;
	transition:ease .8s;
}
.fast_logo{
	position: absolute;
	right: -30px;
	top: 30px;
	z-index: 4;
}
.fast_link{
    background: url(../img/bnr_fast_back_fs.jpg) no-repeat center center;
    display: block;
    width: 960px;
    height: 200px;
}
.fast_link img{
    box-sizing: border-box;
    padding: 20px 274px;
    height: 200px;
}
h1{
	position:fixed;
	z-index:888;
	width:182px;
	padding:20px 0 0 20px;
}
.is-mobile h1{
	width:404px;
	padding:40px 0 0 40px;
}
.is-mobile h1 img{
	width:100%;
}
.twitter_btn{
	position:fixed;
	width:60px;
	z-index:888;
	top:11px;
	right:110px;
	right:171px;
}
.eng_btn{
	position:fixed;
	z-index:888;
	top:0;
	right:120px;
}
.mail_btn{
	position:fixed;
	z-index:888;
	top:0;
	right:60px;
}
.is-mobile .mail_btn{
	width: 120px;
	height: 120px;
	right:120px;
}
.is-mobile .mail_btn img{
	width: 100%;
}
.DSmenu {
	display:table;
	width:300px;
	background:#FFF;
	-webkit-transform:translateX(300px);
	transform:translateX(300px);
	-webkit-transition:ease .5s;
	transition:ease .5s;
	position:absolute;
	position:fixed;
	top:0;
	right:0;
	z-index:9999;
}
.DSmenu.action {
	width:300px;
	height:100%;
	background:#FFF;
	-webkit-transform:translateX(0);
	transform:translateX(0);
}
.is-mobile .DSmenu.action {
	width:70%;
	height:100% !important;
}
.DSmenu .DSbtn {
	position:absolute;
	top:0;
	left:-60px;
	background:#6482c1;
	width:60px;
	height:60px;
	-webkit-transition:ease .5s;
	transition:ease .5s;
	cursor:pointer;
}
.is-mobile .DSmenu .DSbtn{
	left:-120px;
	width:120px;
	height:120px;
}
.DSmenu .DSbtn:hover{
	opacity:0.8;
}
.is-mobile .DSmenu .DSbtn:hover{
	opacity:1;
}
.DSmenu .DSbtn .hambarg:nth-child(1) {
	position:absolute;
	top:35%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	height:1px;
	width:30px;
	background:#fff;
	//-webkit-transition:ease .5s;
	//transition:ease .5s;
}
.is-mobile .DSmenu .DSbtn .hambarg:nth-child(1) {
	height:2px;
	width:60px;
}
.hambarg:nth-child(2) {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	height:1px;
	width:30px;
	background:#fff;
	//-webkit-transition:ease .5s;
	//transition:ease .5s;
}
.is-mobile .hambarg:nth-child(2) {
	height:2px;
	width:60px;
}
.hambarg:nth-child(3) {
	position:absolute;
	top:65%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	height:1px;
	width:30px;
	background:#fff;
	//-webkit-transition:ease .5s;
	//transition:ease .5s;
}
.is-mobile .hambarg:nth-child(3) {
	height:2px;
	width:60px;
}
.DSmenu.action .DSbtn .hambarg:nth-child(1) {
	top:50%;
	-webkit-transform:translate(-50%,-50%) rotate(45deg);
	transform:translate(-50%,-50%) rotate(45deg);
 }
.DSmenu.action .DSbtn .hambarg:nth-child(2) {
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	opacity:0;
 }
.DSmenu.action .DSbtn .hambarg:nth-child(3) {
	top:50%;
	-webkit-transform:translate(-50%,-50%) rotate(-45deg);
	transform:translate(-50%,-50%) rotate(-45deg);
 }
 ul.menu {
	display:table-cell;
	width:100%;
	vertical-align:middle;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
.is-mobile ul.menu {
	vertical-align: top;
	padding-top: 60px;
}
ul.menu li{
	list-style-type:none;
	text-align:center;
	background:#FFF;
	font-size:16px;
	font-weight:bold;
	width:100%;
}
.is-mobile ul.menu li {
	font-size: 32px;
}
.is-mobile ul.menu li + li {
	margin-top: 30px;
}
ul.menu li a{
	color:#6580bf;
	display:block;
	padding:10px 0;
}
.is-mobile ul.menu li a{
	padding:20px 0;
}
ul.menu li:hover {
	list-style-type:none;
	-webkit-transition:ease .5s;
	transition:ease .5s;
	//background:#6580bf;
	background:#F6F6F6;
	width:100%;
}
ul.menu li:hover a{
	color:#6580bf;
	//color:#fff;
	opacity:1;
}
.head-bar {
	background:#333;
	position:absolute;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100px;
	overflow:hidden;
}
#main {
	margin-top:-60px;
	-webkit-transition:ease .7s;
	transition:ease .7s;
}
#main.blur {
	background:#000;
	margin-top:-60px;
	opacity:0.3;
	//transform:translateX(-100px);
	-webkit-filter: blur(5px);
	filter: blur(5px);
}
table.lavender{
	border-bottom:1px dotted #bfbfbf;
	margin-bottom:30px;
}
table.lavender tr th,table.lavender tr td{
	padding:20px 30px;
	text-align:left;
}
table.lavender tr th{
	background:#eaecf6;
	color:#6482c1;
	font-weight:bold;
	vertical-align:middle;
	border-top:1px dotted #bfbfbf;
	border-right:1px dotted #bfbfbf;
}
table.lavender tr th.p_title{
	background:#6482c1;
	color:#fff;
	border-right:1px dotted #bfbfbf;
}
table.lavender tr td{
	background:#fff;
	border-top:1px dotted #bfbfbf;
}
.privacy_box p{
	margin-bottom:20px;
}
.privacy_box p img{
	vertical-align:middle;
	padding:0 5px 5px;
}
.privacy_box label{
	font-weight:bold;
	font-size:16px;
	color:#6482c1;
}
.privacy_box label input{
	margin-right:10px;
}
input.bnone{
	height:27px;
	border:none;
	border-bottom:1px solid #ccc;
	vertical-align:bottom;
}

/*main_img*/
.is-mobile #main{
	margin-top: 0;
}
.is-mobile .fast_logo{
	top: 20px;
	right: 10px;
}
#main_img{
	max-width: 1200px;
	position: relative;
	margin: 90px auto 80px;
}
.is-mobile #main_img{
	max-width: 960px;
	margin: 60px auto;
}
#main_img h2{
	background: #fff;
	margin:0 auto;
	font-size: 33px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height:43px;
	text-shadow: 0px 0px 20px #333333;
}
.is-mobile #main_img h2{
	font-size: 26px;
}
#main_img p{
	margin:0 auto;
}
#main_img h2 img,#main_img p img{
	display:block;
	margin:0 auto;
}
#main_img p img{
	height:87px;
	max-width:62px;
}
#main_img p img:hover{
	-webkit-transition:ease .5s;
	transition:ease .5s;
	opacity:0.7;
}
#more_bnr{
	text-align: center;
}
#more_bnr img:hover{
	opacity: 1;
}
#top_bnr{
	background-image: url(../img/bnr_seminar_1707_off.png);
	position:relative;
	width:960px;
	height:135px;
	margin:60px auto 50px;
}
#top_bnr a:nth-child(2){
	position:absolute;
	right:0;
}
#top_bnr:hover img{
	opacity:1;
}

/*news*/
#news{
	background:#fff;
	width:100%;
	padding:35px 0 40px;
	margin:80px auto 10px;
}
#news dl{
	width:960px;
	display: flex;
	margin: 0 auto;
}
#news dt{
	width:260px;
	border-right:solid 1px #bfbfbf;
}
#news dt h3{
	margin:10px 0 0 10px;
}
#news dd{
	width: calc(100% - 260px);
	padding-left:30px;
}
#news table th{
	padding:2px 10px 10px 0;
	vertical-align:top;
	font-weight:bold;
	font-size:16px;
}
#news table td{
	margin-bottom:10px;
	vertical-align:top;
}
#news table th:nth-child(2){
	padding-top:4px;
}
#news .link_box{
	width:160px;
	margin-top:20px;
	border:solid 1px #6580bf;
	color:#6580bf;
}

/*about*/
#about{
	margin-top:-60px;
	padding-top:60px;
}
#about>div{
	background:#fff;
	margin-bottom:10px;
}
#about h4{
	margin-bottom:20px;
	font-weight:bold;
	font-size:18px;
}
#about p{
	padding-bottom:80px;
}

/*approach*/
#approach>div{
	background:#fff;
	margin-bottom:10px;
}
.app_fast{
	padding-bottom:70px;
	padding-top:40px;
}
#approach .pic_item{
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0;
	line-height: 1.8;
}
.fs_color{
	color:#6580bf;
}
/*feature*/
#feature{
	margin-top:-60px;
	padding-top:60px;
	margin-bottom:300px;
}
#feature>div{
	background:#fff;
}
#feature ul{
	width:850px;
	margin:0 auto;
	padding-bottom:50px;
	letter-spacing: -.40em;
}
#feature li{
	display:inline-block;
	vertical-align:top;
	letter-spacing: normal;
	width:250px;
	padding-top:250px;
	margin:0 45px 20px 0;
	text-align:left;
}
#feature li:nth-child(1){
	background:url(../img/img_feature01.gif) no-repeat top center;
}
#feature li:nth-child(2){
	background:url(../img/img_feature02.gif) no-repeat top center;
}
#feature li:nth-child(3){
	background:url(../img/img_feature03.gif) no-repeat top center;
}
#feature li:nth-child(4){
	background:url(../img/img_feature04.gif) no-repeat top center;
}
#feature li:nth-child(5){
	background:url(../img/img_feature05.gif) no-repeat top center;
}
#feature li:nth-child(6){
	background:url(../img/img_feature06.gif) no-repeat top center;
}

/*imgae*/
#image{
    margin-top:-60px;
    padding-top:60px;
	margin-bottom:300px;
}
.is-mobile #image{
    margin-top:-120px;
    padding-top:120px;
}
#image>div{
	background:#fff;
}
#image>div>div>p{
	margin-bottom:50px;
}
#image table{
	width:960px;
	margin-top:40px;
	text-align:left;
}
#image table tr:first-child td{
	border-top:dotted 1px #bfbfbf;
}
#image table th{
	width:120px;
	vertical-align:middle;
	text-align:center;
	border-top:dotted 1px #bfbfbf;
	border-bottom:dotted 1px #bfbfbf;
}
#image table td{
	padding:15px 15px 15px 58px;
	vertical-align:top;
	border-left:dotted 1px #bfbfbf;
	border-bottom:dotted 1px #bfbfbf;
}
#image table td span{
	font-weight:bold;
	color:#6580bf;
}
#image table td.no01{
	background:url(../img/icon_01.gif) no-repeat 15px 18px;
}
#image table td.no02{
	background:url(../img/icon_02.gif) no-repeat 15px 18px;
}
#image table td.no03{
	background:url(../img/icon_03.gif) no-repeat 15px 18px;
}
#image table td.no04{
	background:url(../img/icon_04.gif) no-repeat 15px 18px;
}
#image table td.no05{
	background:url(../img/icon_05.gif) no-repeat 15px 18px;
}

/*function*/
#function{
	margin-top:-60px;
	padding-top:60px;
	margin-bottom:10px;
}
#function>div{
	background:#fff;
	padding-bottom:90px;
}
#function p{
	margin-bottom:40px;
}
#function h4{
	margin-top:60px;
}
#function .format{
	text-align:left;
}
#function .format table{
	width:100%;
	font-size:16px;
	border-bottom:1px dotted #bfbfbf;
	margin-bottom:30px;
}
#function .format table tr th{
	width:25%;
	background:#eaecf6;
	color:#6482c1;
	font-weight:bold;
	vertical-align:middle;
	padding:10px;
	border-top:1px dotted #bfbfbf;
	border-right:1px dotted #bfbfbf;
}
#function .format table tr th.p_title{
	background:#6482c1;
	color:#fff;
	border-right:1px dotted #bfbfbf;
}
#function .format table tr td{
	width: 55%;
	background:#fff;
	padding:10px;
	border-top:1px dotted #bfbfbf;
}
#function .format table tr td:first-child{
	width: 20%;
}
#function .format table.left{
	margin-right:20px;
}
#function .format p{
	font-size:12px;
	margin-bottom:0;
}

/*activity*/
#activity{
	margin-top:-60px;
	padding-top:60px;
}
#activity>div{
	background:#fff;
	padding-bottom:80px;
	margin-bottom:300px;
}
#activity p{
	margin-bottom:40px;
}
#activity li{
	padding:30px;
	font-size:18px;
	font-weight:bold;
	border-top:dotted 1px #bfbfbf;
}
#activity li:last-child{
	border-bottom:dotted 1px #bfbfbf;
}
#activity li span{
	color:#6580bf;
}

/*solution*/
#solution{
	margin-top:-60px;
	padding-top:60px;
}
#solution>div{
	background:#fff;
	padding-bottom:80px;
	margin-bottom:300px;
}
#solution h4{
	font-size:28px;
	font-weight:bold;
	border-top:1px solid #bfbfbf;
	margin-top:20px;
	padding:40px;
}
#solution p{
	margin-bottom:40px;
}
#solution .solution_img{
	position:relative;
	width:700px;
	margin:20px auto;
}
#solution h5{
	margin:40px auto 0;
	width:700px;
}
/*
#solution .solution_img h5{
//	position:absolute;
	background:#6482c1;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding: 20px 0;
	margin-top: 25px;
	width: 84px;
	height: 84px;
	line-height:20px;
	text-align: center;
	border-radius: 50%;
}
*/
#solution .solution_img dl{
	width:100%;
	margin:0 auto;
	border-bottom: 1px dotted #bfbfbf;
}
#solution .solution_img dl:first-child{
	border-top: 1px dotted #bfbfbf;
}
#solution .solution_img dt{
	position: relative;
	display: inline-block;
	margin: 15px 20px 15px 0;
	padding: 0 5px;
	width: 50px;
	height: 100%;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #6482c1;
	border-radius: 50%;
	box-sizing: border-box;
}
#solution .solution_img dt:before{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #6482c1;
	z-index: 0;
}
#solution .solution_img dl:first-child dt{
	background:#b6c4e2 ;
}
#solution .solution_img dl:first-child dt:before{
	border-top: 10px solid #b6c4e2;
}
#solution .solution_img dl:nth-child(2) dt{
	background:#92a7d3;
}
#solution .solution_img dl:nth-child(2) dt:before{
	border-top: 10px solid #92a7d3;
}
#solution .solution_img dl:nth-child(3) dt{
	background:#6d89c5 ;
}
#solution .solution_img dl:nth-child(3) dt:before{
	border-top: 10px solid #6d89c5;
}
#solution .solution_img dl:nth-child(4) dt{
	background:#6482c1;
}
#solution .solution_img dl:nth-child(4) dt:before{
	border-top: 10px solid #6482c1;
}
#solution .solution_img dl:nth-child(5) dt{
	background:#3a5692;
}
#solution .solution_img dl:nth-child(5) dt:before{
	border-top: 10px solid #3a5692;
}
#solution .solution_img dl:nth-child(6) dt{
	background:#2c416d;
}
#solution .solution_img dl:nth-child(6) dt:before{
	border-top: 10px solid #2c416d;
}
#solution .solution_img dl:last-child dt:before{
	border:none;
}
#solution .solution_img dl dt.middlecir{
	margin:-14px 20px 15px 0;
}
#solution .solution_img dd{
	display: inline-block;
	width:580px;
	padding:20px 0;
	font-size:16px;
	text-align:left;
	list-style-position: inside;
}
#solution li:last-child{
	border-bottom:dotted 1px #bfbfbf;
}
#solution li span{
	color:#6580bf;
}
#solution .attention{
	font-size:13px;
	text-align:right;
	margin:20px 0 0;
}

/*price*/
#price{
	margin-top:-60px;
	padding-top:60px;
}
#price>div{
	background:#fff;
	margin-bottom:300px;
	padding-bottom:90px;
}
#price p{
	margin-bottom:40px;
}
#price .tax{
	margin-bottom:0;
	text-align:right;
	font-size:13px;
	font-weight:normal;
}
#price p.attention{
	margin-bottom:0;
	font-size:13px;
	text-align:left;
	text-indent:-2em;
	padding-left:2em;
}
#price p:mth-child(2){
	margin-bottom:0;
	text-align:left;
}
#price h5{
	width:500px;
	float:left;
	font-size:18px;
	font-weight:bold;
	vertical-align:bottom;
}
#price table{
	width:960px;
	margin:0 auto 20px;
}
#price table th{
	background:#f0f2f9;
	color:#6580bf;
	font-weight:bold;
	font-size:15px;
	vertical-align:middle;
	border-top:1px dotted #bfbfbf;
	border-bottom:1px dotted #bfbfbf;
	border-right:1px dotted #bfbfbf;
	padding:5px;
}
#price table th.tb_first{
	background:#fff;
	border:none;
	text-align:left;
	color:#262626;
	padding-bottom:10px;
}
#price table th:first-child{
	width:15%;
}
#price table.option th:first-child{
	width:50%;
}
#price table th:last-child{
	border-right:none;
}
#price table td{
	width:200px;
	padding:5px;
	font-size:15px;
	font-weight:bold;
	vertical-align:middle;
	border-right:1px dotted #bfbfbf;
	border-bottom:1px dotted #bfbfbf;
}
#price table td:nth-child(1){
	font-weight:normal;
}
#price table td:last-child{
	border-right:none;
}

#price table.sub td{
    border-right:1px dotted #bfbfbf;
}
#price table.sub td:nth-child(2){
    border-right:none;
}
#price table.option-sub td:first-child{
    border-right:1px dotted #bfbfbf;
}

/*movie*/
#movie{
	margin-top:-60px;
	padding-top:60px;
}
#movie>div{
	background:#fff;
	margin-bottom:10px;
	padding-bottom:90px;
}
#movie p{
	margin-bottom:40px;
}
#movie .tax{
	width:400px;
	margin-bottom:0;
	float:right;
	text-align:right;
	font-size:12px;
	font-weight:normal;
}
#movie p.attention{
	margin-bottom:0;
	font-size:12px;
	text-align:left;
}
#movie p:mth-child(2){
	margin-bottom:0;
	text-align:left;
}
#movie h4{
    background: #6580bf none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px 10px;
    text-align: left;
	vertical-align:bottom;
    width: 960px;
}
#movie h5{
	width:500px;
	float:left;
	font-size:18px;
	font-weight:bold;
	vertical-align:bottom;
}
#movie table{
	width:960px;
	margin:0 auto 20px;
}
#movie table th{
	background:#f0f2f9;
	color:#6580bf;
	font-weight:bold;
	font-size:16px;
	border-top:1px dotted #bfbfbf;
	border-bottom:1px dotted #bfbfbf;
	border-right:1px dotted #bfbfbf;
	padding:5px;
}
#movie table th.tb_first{
	background:#fff;
	border:none;
	text-align:left;
	color:#262626;
	padding-bottom:10px;
}
#movie table th:last-child{
	border-right:none;
}
#movie table td{
	width:200px;
	padding:5px;
	font-size:16px;
	border-bottom:1px dotted #bfbfbf;
}
#movie table td:nth-child(1){
	border-right:1px dotted #bfbfbf;
}
#movie table td:nth-child(2){
	font-weight:bold;
	border-right:none;
}

/*contact*/
#contact{
	margin-top:-60px;
	padding-top:60px;
}
#contact>div{
	background:#fff;
	margin-bottom:10px;
	/*padding-bottom:80px;*/
}
#contact>div>div{
	padding-bottom: 80px;
}
#contact h5{
	width:630px;
	margin:0 auto;
	padding:15px;
	font-size:18px;
	font-weight:bold;
	border-top:dotted 1px #bfbfbf;
	border-bottom:dotted 1px #bfbfbf;
}
#contact .link_box{
	background:url(../img/icon_link.png) 55px center no-repeat #e83828;
	width:300px;
	margin-right:30px;
	padding:15px;
	float:left;
	color:#fff;
	font-size:16px;
}
#contact .link_box:nth-child(2){
	background:#6580bf;
}
#contact .hours{
	margin-top:15px;
	font-size:16px;
	font-weight:bold;
}
.btn_box{
	width:300px;
	margin:0 auto;
	padding:30px 0 60px;
}
.btn_box a{
	background:#e83828;
	width:300px;
	margin-right:30px;
	padding:15px;
	float:left;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
.btn_box.topbtn a{
	background:#6580bf;
}
.cnt_dl{
	position:relative;
}
.cnt_dl ul{
  width:760px;
	margin:30px auto;
	text-align:left;
}
.cnt_dl li{
  width: 340px;
	float:left;
  text-align: center;
}
.cnt_dl li:first-child{
  margin-right:80px;
}
.cnt_dl li img{
  margin-bottom: 20px;
}
.cnt_dl .btn_box{
	margin:0 auto;
	padding:0;
}
.cnt_dl .btn_box a{
	background:#6580bf;
}
.cnt_dl li span{
	font-size:18px;
	font-weight:bold;
	color:#c30d23;
}
.cnt_dl .hours{
	margin-top:15px;
	font-size:16px;
	font-weight:bold;
}

/* to_support ====================================== */

.to_support {
    background-color: #e6eaf3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 160px;
    margin: 0 0 70px;
    overflow: hidden;
    width: 100%;
    height: 220px;
    border: solid 1px #c9c9c9;
}

.to_support_btn{
	background-color:#6680bb;
	font-size: 14px;
	height: 45px;
	width: 220px;
	margin: auto;
	padding-top: 10px;
	-webkit-transition: .2s linear opacity;
    -o-transition: .2s linear opacity;
    transition: .2s linear opacity;
    position: relative;
}

.to_support_btn:hover {
	opacity: 0.8;
 }

.to_support_flx{
	display: flex;
	justify-content: space-between;
}
.bg_img{
	background-image:url(../img/img_support_rgt.png),
					 url(../img/img_support_lft.png);
	background-repeat:no-repeat,
					  no-repeat;
	background-position: left,
						right;
}

.to_support_flx ul{
    margin: auto;
}

.to_support_btn a{
	position: absolute;
	top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.to_support_btn p{
    padding: 10px
}


/*partner*/
#partner{
	margin-bottom:10px;
	padding-bottom:50px;
}
#partner>div>div{
	width:630px;
	margin:0 auto;
	padding:20px 0 40px;
	border-top:dotted 1px #bfbfbf;
}
#partner h5{
	margin:0 auto 20px;
	font-size:18px;
	font-weight:bold;
}
#partner>div>div li{
	float:left;
	margin-right:30px;
}
#partner>div>div li img{
	border:solid 1px #bfbfbf;
}

#partner .btn_box{
	width:630px;
	margin:0 auto;
	padding:30px 0 60px;
}
#partner .link_box{
	background:#e83828;
	width:300px;
	margin-right:30px;
	padding:15px;
	float:left;
	color:#fff;
	font-size:16px;
}
#partner .link_box:nth-child(2){
	background:#6580bf;
}
#partner .hours{
	margin-top:15px;
	font-size:16px;
	font-weight:bold;
}

/*privacy*/
#privacy{
	margin-top:-60px;
	padding-top:60px;
}
#privacy>div{
	background:#fff;
	margin-bottom:10px;
	padding-bottom:80px;
}
.privacy_block{
  margin: 30px 0 50px;
  text-align: left;
}
.privacy_block ol,.privacy_block p{
  margin-bottom: 10px;
}
.privacy_block li{
  margin-left: 20px;
  list-style: disc;
}
.caption{
  margin-bottom: 40px;
}

/*footer*/
#footer{
	background-color:#262626;
	color:#fff;
}
#footer>div{
	width:960px;
	margin:0 auto;
	padding:30px 0;
}
#footer .footer_menu {
	margin-bottom:80px;
}
#footer .footer_menu p{
	margin-bottom:10px;
}
#footer .footer_menu ul{
	letter-spacing: -.40em;
}
#footer .footer_menu li{
	display:inline-block;
	font-size: 16px;
	font-weight:normal;
	letter-spacing:normal;
}
#footer .footer_menu ul li:first-child{
	width: 180px;
}
#footer .footer_menu ul li:nth-child(2){
	width: 230px;
}
#footer .footer_menu li a{
	color: #fff;
}
.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #6580bf;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.arrow::before{
left: 3px;
width: 6px;
height: 6px;
border-top: 2px solid #6580bf;
border-right: 2px solid #6580bf;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#footer .service{
	font-size:12px;
	margin-bottom:20px;
}
#footer .service a{
	color:#fff;
}
#footer .plott_area{
	float:left;
	width:100px;
	text-align:left;
	margin-right:40px;
}
#footer .plott_area p{
	margin-bottom:10px;
}
#footer .iso_area{
	float:left;
	font-size:12px;
	text-align:left;
	margin-bottom:20px;
}
#footer .iso_area li{
	float:left;
}
#footer .iso_area li dt{
	border:1px solid #262626;
	margin-right:10px;
}
#footer .iso_area li dt,#footer .iso_area li dd{
	display:inline-block;
	letter-spacing:normal;
	line-height:16px;
	vertical-align:middle;
}
#footer .iso_area p{
	margin-top:5px;
	letter-spacing:normal;
}
#footer .office_area{
	clear:both;
}
#footer .office_area{
	text-align:left;
	font-size:12px;
	line-height:16px;
}
#footer .link_area a{
	color:#6580bf;
	font-size:13px;
}
#footer #copyright{
	font-size:12px;
	padding-top:20px;
}
#footer .footer_left{
	float: left;
	text-align: left;
	width: 620px
}
#footer .footer_right{
	width: 300px;
	float: right;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
#footer .footer_right p{
	margin-bottom:10px;
}
#footer .footer_right li{
	margin-bottom:3px;
}

/*Go top*/
#gotop {
	background:#6482c1;
	position: fixed;
	bottom: 100px;
	right: 50px;
	z-index: 100;
	width:50px;
	height:50px;
}
#gotop a{
	position: relative;
	display:block;
	width:100%;
	height:100%;
	padding: 0 0 0 16px;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
#gotop span:before{
	width: 15px;
	height: 15px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#gotop span:before,#gotop span:after{
	position: absolute;
	top:8px;
	bottom: 0;
	left: 0;
	right:0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#gotop a:hover{
	opacity:1;
}


/* ---------------------------------------------
追加・contactページ（頭に.contact_pageを付ける）
-------------------------------------------- */
.contact_page p span{
	font-weight:bold;
}
.contact_page table{
	width:100%;
}
.contact_page th,.contact_page td{
	padding:30px;
}
.contact_page th{
	width:30%;
	text-align:left;
}
.contact_page th span{
	color:#c30d23;
}
.contact_page .btn_box{
	margin:50px auto 0;
	padding:0;
}
.contact_page .lavender{
	width:100%;
}
.contact_page .lavender td{
	padding:20px 0 20px 30px;
}
.contact_page .lavender p{
	font-size:14px;
	color:#7f7f7f;
}
.contact_page h4{
	color: #6482c1;
	font-size: 16px;
	font-weight: bold;
}

/* ---------------------------------------------
追加・downloadページ（頭に.download_pageを付ける）
-------------------------------------------- */
.download_page p span{
	font-weight:bold;
}
.download_page table{
	width:100%;
}
.download_page th,.download_page td{
	padding:30px;
}
.download_page th{
	width:30%;
	text-align:left;
}
.download_page th span{
	color:#c30d23;
}
.download_page .btn_box{
	margin:50px auto 0;
	padding:0;
}
.download_page .lavender td{
	padding:20px 0 20px 30px;
}
.download_page .lavender p{
	font-size:14px;
	color:#7f7f7f;
}

/* ---------------------------------------------
追加・confページ（頭に.conf_pageを付ける）
-------------------------------------------- */
.conf_page h4{
	color: #6482c1;
	font-size: 16px;
	font-weight: bold;
}
.conf_page table{
	width:100%;
}
.conf_page th,.download_page td{
	padding:30px;
}
.conf_page th{
	width:30%;
	text-align:left;
}
.conf_page th span{
	color:#c30d23;
}
.conf_page td span{
	color:#7d7d7d;
}
.conf_page .btn_area{
	width:630px;
	margin:0 auto;
}
.conf_page .btn_box{
	float:left;
	padding-bottom:0;
}
.conf_page .btn_box:first-child{
	margin-right:30px;
}
.conf_page .btn_box:first-child a{
	background:#808080;
}
.conf_page .btn_box a,.conf_page .btn_box input{
	height:55px;
}

/* ---------------------------------------------
追加・thankページ（頭に.thank_pageを付ける）
-------------------------------------------- */
.thank_page h4{
	color: #6482c1;
	font-size: 26px;
	font-weight: bold;
}

/* ---------------------------------------------
追加・newsページ（頭に.news_pageを付ける）
-------------------------------------------- */
.news_page table th,.news_page table td{
	border-bottom:1px solid #bfbfbf;
	height:60px;
	vertical-align:middle;
}
.news_page table tr:first-child th,.news_page table tr:first-child td{
	border-top:1px solid #bfbfbf;
}
.news_page table th{
	padding-right:20px;
	font-weight:bold;
	font-size:16px;
}
.news_page table td{
	text-align:left;
}

/* ---------------------------------------------
bnnerArea
-------------------------------------------- */
.bnnerArea {
    background-color: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 125px;
//    margin: 0 auto 80px;
    margin: 0 auto 30px;
    text-align: center;
    width: 960px;
}
.bnnerArea:hover {opacity: 1;}
.bnnerArea:hover img{opacity: .8;}
.bnnerArea img {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.bnnerArea.webinar{
    background: none;
    height: 310px;
    margin: 0 auto 40px;
}
.bnnerArea_2{
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 20px auto 80px;
}


/* -------------------------------------------
presen box
-------------------------------------------- */
#presenBox{
	background:url(../img/bnr_presenbox_on.png) no-repeat center center;
	position:fixed;
	top:180px;
	right:0;
	z-index:400;
	width:125px;
	height:310px;
}
#presenBox a{
	background:url(../img/bnr_presenbox_off.png) no-repeat center center;
	display:block;
	width:125px;
	height:310px;
}
.beforeContent1::before {
    content: "【単体製品】";
    display: block;
    font-size: 12px;
    margin: 8px 0 5px 0;
}
.beforeContent2::before {
    content: "【統合製品】";
    display: block;
    font-size: 12px;
    margin: 8px 0 5px 0;
}
/******平成30年7月豪雨のお見舞いとお知らせ******/
#topic1807 a:hover {
    opacity: 1;
    transition: none;
}
#topic1808 {
    background: #fff;
    width: 960px;
    border: solid 1px #ccc;
    margin: 60px auto -60px auto;
    padding: 15px 0;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .sp_img {display: none;}
    #topic1807 {
        display: table;
        z-index: 5;
        width: 100%;
        max-width: 960px;
        height: 70px;
        margin: 60px auto -60px auto;
        background-color: #F3DBDA;
        border: 1px solid #c98986;
    }
    #topic1807 span.bg {
        position: relative;
        display: table;
        width: calc(100% - 16px);
        height: 54px;
        margin: 8px;
        background-color: #fff;
    }
    #topic1807 span.img_off {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 54px;
        background-image: url(../img/img_topics_1807_off_pc.png);
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1;
    }
    #topic1807 span.img_on {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 54px;
        background-image: url(../img/img_topics_1807_on_pc.png);
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0;
    }
    #topic1807 span.cell {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
}
@media screen and (max-width: 767px) {
  .pc_img {display: none;}
  #topic1807 {
      display: table;
      z-index: 5;
      width: 100%;
      height: 50px;
      margin: 60px auto -60px auto;
      background-color: #F3DBDA;
      border: 1px solid #c98986;
  }
  #topic1807 span.bg {
      position: relative;
      display: table;
      width: calc(100% - 8px);
      height: 42px;
      margin: 4px;
      background-color: #fff;
  }
  #topic1807 span.img_off {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 42px;
      background-image: url(../img/img_topics_1807_off_sp.png);
      background-repeat: no-repeat;
      background-position: center;
      opacity: 1;
  }
  #topic1807 span.img_on {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 42px;
      background-image: url(../img/img_topics_1807_on_sp.png);
      background-repeat: no-repeat;
      background-position: center;
      opacity: 0;
  }
  #topic1807 span.cell {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
  }
}
@media screen and (max-width: 599px) {
    #topic1807 span.img_on, #topic1807 span.img_off {background-size: 85%;}
}
#news .topTopic {
    height: 37px;
    overflow: hidden;
}
#news dd:nth-of-type(2) {
    height: 103px;
}




/* text ====================================== */
.text_fz14 {font-size: 14px;}
.text_fz20 {font-size: 20px;}

.text_bold {font-weight: bold;}
.text_white {color: #fff;}
.text_center {text-align: center;}

/* margin ====================================== */
.mt25 {margin-top: 25px;}
.mt80 {margin-top: 80px;}
.mb00 {margin-bottom: 0;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}

/* ---------------------------------------------
webinar
-------------------------------------------- */
.webinar{
    position: relative;
	background: #fff;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}
.topic_webinar_date{
    position: absolute;
    width: 110px;
    height: 110px;
    top: 0;
    bottom: 0;
    right: 60px;
    margin: auto;
    z-index: 2;
}

.topic_webinar_221107 {
    background-color: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 160px;
//    margin: 0 auto 80px;
    margin: 0 auto 30px;
    text-align: center;
    width: 960px;
}
.topic_webinar_221107:hover {opacity: 1;}
.topic_webinar_221107:hover img{opacity: .8;}
.topic_webinar_221107 img {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

/* -------------------------------------------
notice box
-------------------------------------------- */
.notice{
	position:fixed;
	top:100px;
	right:0;
	z-index:400;
    background: #fff;
	width:50px;
	height:350px;
}
.notice a{
    box-sizing: border-box;
	background:url(https://www.smoothfile.jp/common/img/bnr_subsc_info.png) no-repeat top 10px center #c1272d;
	display: flex;
	width:100%;
	height:100%;
    padding-top: 60px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.notice a:hover{
    opacity: .8;
}
.notice a span{
    color: #ffff00;
    font-weight: bold;
}
/* ---------------------------------------------
 banner
-------------------------------------------- */
#bannerSlider li {float:left;}
#bannerSlider li img {height:auto}

#bnr_list li{
    position: relative;
    background-size: cover;
	width:25%;
    height: 250px;
	margin:0;
	padding:0;
	float:left;
	line-height:1.8;
}
#bnr_list li:nth-child(1){
	background: url(https://www.smoothfile.jp/common/img/banner/bnr_special_04.png) no-repeat center center / cover;
}
#bnr_list li:nth-child(2){
	background: url(https://www.smoothfile.jp/common/img/banner/bnr_special_01.png) no-repeat center center / cover;
}
#bnr_list li:nth-child(3){
	background: url(https://www.smoothfile.jp/common/img/banner/bnr_special_02.png) no-repeat center center / cover;
}
#bnr_list li:nth-child(4){
	background: url(https://www.smoothfile.jp/common/img/banner/bnr_special_03.png) no-repeat center center / cover;
}
#bnr_list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}
#bnr_list li a:before{
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff;
}
#bnr_list li a:hover:before{
    opacity: .25;
}
#bnr_list li p{
    font-size: 16px;
    text-align: center;
	color: #fff;
}
#bnr_list li p span{
    font-size: 20px;
    font-weight: bold;
}

/*　社名変更のお知らせ　*/
.clgbanner {
    display: none;
    position: fixed;
	width: 960px;
    margin: 0 auto 20px;
    z-index: 99998;
    bottom: 0;
    right: 0;
	left: 0;
}
.clgbanner-body {
    background: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px;
    color: #000000;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.clgbanner-ttl {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
}
.clgbanner-ttl img {
	margin-right: 10px;
}
.clgbanner-txt span{
	color: #c1272d;
}
.clgbanner-body a {
	background: #00a191;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 40px;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
}
.clgbanner-body a:hover {
	text-decoration: none;
    transition: opacity 0.3s ease;
    opacity: 0.7;
}
.clgbanner-close {
    font-weight: bold;
    position: absolute;
    top: -2px;
    right: -4px;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.pc{
	display: block;
}

@media screen and (max-width: 750px) {
    .clgbanner {
        width: 90%;
    }
	.clgbanner-body {
		display: block;
		padding: 15px 20px;
	}
	.clgbanner-ttl {
		margin-bottom: 10px;
		justify-content: center;
	}
	.clgbanner-ttl img {
		width: 22px;
	}
	.clgbanner-txt{
		margin-bottom: 15px;
	}
	.clgbanner-body a {
		margin: 0 auto;
	}
	.pc{
		display: none;
	}
}

.topic_bnr{
	background: #fff;
	max-width: 960px;
	display: block;
	margin: 0 auto 20px;
}
.topic_bnr:hover{
	opacity: 1;
}