/**ポイントカラー color:#3461BE;**/
body{overflow-x: hidden;}
.bg_blue{background: #3366ff;}
.bg_content{background: #ebfafd;}
a:hover{opacity:0.8;}

.pc_none{display: none;}
.sp_none{display: block;}

.content_wrapper section p{line-height:180% !important;}

.mar0{margin:0 !important;}
.pad0{padding:0 !important;}

.mar_t0{margin-top:0px !important;}
.mar_t10{margin-top:10px !important;}
.mar_t20{margin-top:20px !important;}
.mar_t30{margin-top:30px !important;}
.mar_t40{margin-top:40px !important;}
.mar_t50{margin-top:50px !important;}

.mar_b0{margin-bottom:0px !important;}
.mar_b10{margin-bottom:10px !important;}
.mar_b20{margin-bottom:20px !important;}
.mar_b30{margin-bottom:30px !important;}
.mar_b40{margin-bottom:40px !important;}
.mar_b50{margin-bottom:50px !important;}

.mar_l0{margin-left:0px !important;}
.mar_l10{margin-left:10px !important;}
.mar_l20{margin-left:20px !important;}
.mar_l30{margin-left:30px !important;}

.mar_r0{margin-right:0px !important;}
.mar_r10{margin-right:10px !important;}
.mar_r20{margin-right:20px !important;}
.mar_r30{margin-right:30px !important;}

.mar_l10p{margin-left:10% !important;}
.mar_l20p{margin-left:20% !important;}
.mar_l30p{margin-left:30% !important;}

.mar_r10p{margin-right:10% !important;}
.mar_r20p{margin-right:20% !important;}
.mar_r30p{margin-right:30% !important;}

.mar_l_auto{margin-left:auto !important;}
.mar_r_auto{margin-right:auto !important;}

.pad_t0{padding-top:0px !important;}
.pad_t10{padding-top:10px !important;}
.pad_t20{padding-top:20px !important;}
.pad_t30{padding-top:30px !important;}
.pad_t40{padding-top:40px !important;}
.pad_t50{padding-top:50px !important;}
.pad_b0{padding-bottom:0px !important;}
.pad_b10{padding-bottom:10px !important;}
.pad_b20{padding-bottom:20px !important;}
.pad_b30{padding-bottom:30px !important;}
.pad_b40{padding-bottom:40px !important;}
.pad_b50{padding-bottom:50px !important;}

.disp_b{display:block !important;}
.font_s60{font-size:60% !important;}
.font_s70{font-size:70% !important;}
.font_s80{font-size:80% !important;}
.font_s90{font-size:90% !important;}
.font_s100{font-size:100% !important;}
.font_s120{font-size:120% !important;}
.font_s130{font-size:130% !important;}
.font_s140{font-size:140% !important;}
.font_s150{font-size:150% !important;}
.font_s180{font-size:180% !important;}
.font_s200{font-size:200% !important;}
.font_s220{font-size:220% !important;}
.font_s240{font-size:240% !important;}
.font_s250{font-size:250% !important;}
.font_s300{font-size:300% !important;}
.font_s350{font-size:350% !important;}

.font_bold{font-weight: bold !important;}
.font_w500{font-weight: 500 !important;}
.font_w600{font-weight: 600 !important;}
.font_w700{font-weight: 700 !important;}
.font_w800{font-weight: 800 !important;}

.font_white{color:#ffffff !important;}
.font_grey{color:#333333 !important;}
.font_orange{color:#ff6600 !important;}

.l_height100{line-height: 100% !important;}
.l_height120{line-height: 120% !important;}
.l_height150{line-height: 150% !important;}

.font_fa_stdn{font: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN" !important;}

.w30{width:30% !important;}
.w40{width:40% !important;}
.w50{width:50% !important;}
.w60{width:60% !important;}
.w70{width:70% !important;}
.w80{width:80% !important;}
.w90{width:90% !important;}
.w100{width:100% !important;}
.f_left{float:left !important;}
.f_right{float:right !important;}
.txt_center{text-align:center !important;}
.txt_left{text-align:left !important;}
.border_b_main{border-bottom:2px solid #ff9900 !important;}
.border_b_white{border-bottom:2px solid #ffffff !important;}
.border_b_grey{border-bottom:2px solid #333333 !important;}
.border_b_orange{border-bottom:2px solid #ff6600 !important;}
p, section p, section .container p{font-size:18px;}
section p.font16px, section .container p.font16px{font-size:16px;}
section p a{color:#0099ff;text-decoration: underline;}
section p a:hover{color:#ccffff;text-decoration: none;}
.header_inner ul li a{font-size: 16px;}
.inlineblock{display:inline-block;}
section img{width:90%;margin:0 auto;}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.bigger {font-size: 1.2em;}
/**TOPファイ―ストビュー**/
.main_bg{width:100%;text-align: left;margin: 85px auto 0;color:#000;background: url("../img/index_img/main_bg.jpg") center no-repeat;min-height: 650px;background-size: cover;}
.main_bg .wrap{display: flex;justify-content: center;align-items: center; width:100%;max-width:1200px;min-height: 650px;margin:0 auto;}
.main_catch_box {display: inline-block;background: #fff;padding: 39px 25px 21px 25px;}
.main_bg h1{text-align: left;font-weight: 400;font-size:38px;color:#0099ff;
  line-height: 1;margin-bottom: 16px;}
.main_bg h1 span {position: relative;}
.main_bg h1 span:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffcc00;
  border-radius: 20px;
  position: absolute;
  top: -7px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main_bg h1 strong {font-weight: 600;font-size:48px;}
.main_bg p {color: #333;font-size: 21px;line-height: 1.2;letter-spacing: 0.1em;}
@media screen and (max-width:900px){
  .main_bg {margin: 46px auto 0;}
}
@media screen and (max-width: 860px){
  .main_bg {margin: 35px auto 0;}
}  
@media screen and (max-width:767px){
  .main_bg{margin: 50px auto 0;min-height:400px;text-align: center;}
  .main_bg .wrap{min-height:400px;text-align: center;}
  .main_catch_box {padding: 29px 15px 17px 15px;}
  .main_bg h1{font-size:26px;margin-bottom: 11px;}
  .main_bg h1 span:before {
    width: 8px;
    height: 8px;
    top: -9px;
  }
  .main_bg h1 strong {font-size:30px;}
  .main_bg p {font-size: 16px;}
}


ul.circle{
  display: inline-block;
  margin:10px auto;
}
ul.circle li{
  color: #fff;
  background-color:#e49100;
  padding: 45px 0 0 0;
  margin: 0 20px 0 0;
  width: 150px;
  height: 150px;
  line-height: 130%;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  float:left;
  font-size: 24px;
  font-weight:900;
}
ul.circle li:last-child{
  margin: 0;
}

@media screen and (max-width:1280px){
  ul.circle li{
    padding: 45px 0 0 0;
    width: 120px;
    height: 120px;
    font-size: 21px;
    padding: 35px 0 0 0;
  }
}
@media screen and (max-width:1080px){

  ul.circle li{
    padding: 45px 0 0 0;
    width: 100px;
    height: 100px;
    font-size: 18px;
    padding: 30px 0 0 0;
  }
}

dl.top_news{padding:5px;margin:0;display:inline-block;}
dl.top_news dt{display:inline-block;float:left;padding:3px;margin:0;text-align:center;}
dl.top_news dd{display:inline-block;float:left;padding:3px;margin:0;text-align:left;}
dl.top_news:after{clear:both;content:"";height:0;}
dl.top_news dd a{color:#0099ff;}
@media screen and (max-width:768px){
  dl.top_news{width:100%;max-width:100%;}
}
/*---共通---*/
.title_wrapper{text-align: center;margin-bottom:10px;}
h1.title01{font-size:32px;color:#0099ff;border-bottom:2px solid #3399ff;margin:20px 0 10px;display: inline-block;font-weight: bold;}
h2.title01{font-size:36px;color:#0099ff;border-bottom:2px solid #3399ff;margin-bottom:20px;padding:5px;display: inline-block;font-weight: bold;}
h3.title01{font-size:24px;padding: 0 0 10px;line-height: 100%;text-align: center;font-weight: bold;color:#0099ff;}
h1.title02{font-size:32px;color:#666;margin:20px 0 10px;display: inline-block;font-weight: bold;}
h3.title03{font-size:42px;margin:0 0 30px;text-align: center;}

h2.title_vpn{font-size:28px;color:#ffffff;background:#cccccc;margin-bottom:20px;padding:5px 1%;display: inline-block;font-weight: bold;width:98%;}
h2.title_vs{font-size:28px;color:#ffffff;background:#0099ff;margin-bottom:20px;padding:5px 1%;display: inline-block;font-weight: bold;width:98%;}

p.head{width:80%;font-size: 350%;margin:0 10% 30px;padding-top:30px;text-align: left;}

.work_category{padding:10px 0 0 10px;background:rgba(102,255,255,0.2);border:1px solid #3399ff;text-align:left;}
.work_category b{color:#3399ff;}

ul.list_double{margin:0 auto;text-align:left;list-style:none;width:100%;display:inline-block;padding:0;}
ul.list_double li{font-size:16px;font-weight:bold;line-height: 150%;text-align: center;margin:0;background:none;color:#000;padding:5px 0;float:left;width:50%;text-align:left;font-weight:normal;}
ul.list_double li.last{float:right;width:50%;backgrounde:#ccc;}
ul.list_double li img{width:100%;margin:0 0 20px;}
ul.list_double li img.img-fluid{width:auto;}
ul.list_double li strong{font-size:120%;color:#ff9900;font-weight:bold;}
ul.list_double li span{display: block;text-align: left;padding:5px;font-size:90%;font-weight:normal;color:#333333;}
ul.list_double li p{color:#333333;text-align: left;margin:0 auto;padding:0;width:100%;}
ul.list_double li p small{font-size:80%;}
ul.list_double li p small.ss{font-size:30%;font-weight:normal;}
ul.list_double li.base_white img{background: #fff;padding: 10px;}

ul.list_triple{width:100%;margin:0;padding:0;display: inline-block;}
ul.list_triple:after{clear:both;content:"";height:0;}
ul.list_triple li{width:33%;margin:0;float:left;}
ul.list_triple li:nth-last-child(1){width:33%;margin:0;}
ul.list_triple li img{width:70%;margin:0 15%;}
ul.list_triple li h4{padding:0;margin:0;text-align: center;font-weight:500;color:#0099ff;}
ul.list_triple li p{width:70%;margin:0 auto;font-size:11px;text-align: center;padding:10px 0 0 0;border-top:0px dotted #ffffff;font-weight:normal;}
ul.list_triple li a:hover{color:#0099ff;}


ul.list_four{width:100%;margin:0;padding:0;display: inline-block;}
ul.list_four:after{clear:both;content:"";height:0;}
ul.list_four li{width:25%;margin:0;float:left;}
ul.list_four li:nth-last-child(1){width:25%;margin:0;}

ul.list_five{width:100%;margin:0;padding:0;display: inline-block;}
ul.list_five:after{clear:both;content:"";height:0;}
ul.list_five li{width:20%;margin:0 0 20px;float:left;}
ul.list_five li:nth-last-child(1){width:20%;margin:0 0 20px;}
ul.list_five li img{width:90%;margin:0 5%;}
ul.list_five li h4{padding:0;margin:0;text-align: center;font-weight:500;color:#0099ff;}
ul.list_five li p{width:90%;margin:0 5%;font-size:11px !important;text-align: center;padding:10px 0 0 0;border-top:0px dotted #ffffff;font-weight:normal;}
li .square{border-radius: 10px;background:#ebfafd;width:90%;padding:10px 0;margin:0 5%;}
.bg_content li .square{border-radius: 10px;background: #fff;width:90%;padding:10px 0;margin:0 5%;}

#bcp_top{margin:30px; 0;width:100%;margin:0 auto;}
#bcp_top h3{font-size:46px;line-height: 120%;text-align:center;}
#bcp_top h4{font-size:30px;font-weight:500;color:#666;}
#bcp_top h4 em{font-size:150%;font-weight:600;color:#0066ff;}
#bcp_top p.information{margin:20px 0;text-align: center;}
#bcp_top ul li strong{letter-spacing: 5px;font-size:38px;font-weight:normal;padding:0 0 5px 0;border-bottom:2px solid #000;color:#000;margin-bottom:30px;display:inline-block;}
#bcp_top ul li p{margin:0;}
#bcp_top ul li img{margin:0;}
#bcp_top ul.list_double ul li{width:50%;}
#bcp_top ul.list_double ul li:last-child{width:50%;}
#bcp_top img.service_name{width:65%;float:left;}

#bcp_top .list_double ul.list_triple{width:100%;margin:0;padding:0;display: inline-block;}
#bcp_top .list_double ul.list_triple:after{clear:both;content:"";height:0;}
#bcp_top .list_double ul.list_triple li{width:33%;margin:0;float:left;}
#bcp_top .list_double ul.list_triple li:nth-last-child(1){width:33%;margin:0;}
#bcp_top .list_double ul.list_triple li img{width:70%;margin:0 15%;}
#bcp_top .list_double ul.list_triple li h4{padding:0;margin:0;text-align: center;font-weight:500;color:#0099ff;}
#bcp_top .list_double ul.list_triple li p{width:70%;margin:0 auto;font-size:11px;text-align: center;padding:10px 0 0 0;border-top:0px dotted #ffffff;font-weight:normal;}
#bcp_top ul.list_double li ol{margin:0px 0 20px 0px;padding:0 10px;display:inline-block;}
#bcp_top ul.list_double li ol li,
#bcp_top ul.list_double li.last ol li{clear:both;width:100%;margin-bottom:10px;}
#bcp_top ul.list_double li ol.list_circle{list-style: none;}
#bcp_top ul.list_double li ol.list_circle li{padding-left:20px;background: url("../img/list_circle.png") no-repeat top 9px left;background-size: 15px auto;}

/* 選ばれる理由 */
@media screen and (max-width:768px){
  #reason .case_title {
    text-align: left;
  }
}

.bg_blue #bcp_top ul.list_double li h3, .bg_blue #bcp_top ul.list_double li h4, .bg_blue #bcp_top ul.list_double li p, .bg_blue #bcp_top ul.list_double li ol li{color:#ffffff !important;}
.bg_blue #bcp_top ul.list_double li strong{border-bottom:2px solid #ffffff;color:#ffffff;margin-bottom:30px;display:inline-block;}

.triangle_wrapper{
  margin:0 0 0 0;width:100%;display:inline-block;text-align:center;
}
.triangle{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70px 0 70px;
  /*border-color: #0066ff transparent transparent transparent;*/
  border-color: #3366ff transparent transparent transparent;
  display: inline-block;
  margin:0;
}
.triangle_aqua{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70px 0 70px;
  border-color: #ebfafd transparent transparent transparent;
  display: inline-block;
  margin:0;
}
.triangle_white{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70px 0 70px;
  border-color: #ffffff transparent transparent transparent;
  display: inline-block;
  margin:0;
}
.triangle_yellow{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #ffcc00 transparent transparent transparent;
  display: inline-block;
  margin:20px 0;
}
#solution h2{text-align:center;color:#ffffff;margin:10px 0 30px;padding:0;font-size:38px;}
#solution ul li{text-align:center;color:#ffffff;}
#solution ul li small{display:block;text-align:center;font-size:14px;margin:0;padding:0;}
#solution ul li strong{display:block;background:#ffffff;color:#3366ff;text-align:center;width: 60px;height: 60px;border-radius: 50%;margin:0 auto 10px;padding:0px 15px;font-size:36px;}
#solution ul li h3{text-align:center;color:#fff;font-size:150%;font-weight:normal;}
#solution ul li p{text-align:left;color:#006633;font-size:110%;font-weight:normal;margin:0 10px;padding:0;line-height:100%;width:100%;}

#flow .square{height:280px;padding:30px 0;}
#flow .square strong{background:#0099ff;color:#ffffff;text-align:center;width: 80px;height: 80px;border-radius: 50%;margin:0;padding:10px 20px;font-size:28px;border:2px solid #0099ff;}
#flow .square h3{color:#000;text-align:center;margin:20px 0 0 0;padding:0;font-size:16px;}
#flow .square p{color:#000;font-size:16px;width:90%;margin:0 5% 20px;}


#valtecswan_feature .square img{width:90%;max-width:120px;margin:10px auto;}
#valtecswan_feature .square h3{color:#0099ff;text-align:center;margin:10px 0 0 0;padding:0;font-size:130%;font-size:18px;}
#valtecswan_feature .square p{color:#000;font-size:16px;width:90%;margin:0 5% 20px;}

#mot_feature .square img{width:90%;max-width:250px;margin:10px auto;}
#mot_feature .square h3{color:#0099ff;text-align:center;margin:10px 0 0 0;padding:0;font-size:130%;font-size:18px;}
#mot_feature .square p{color:#000;font-size:16px;width:90%;margin:0 5% 20px;}
@media screen and (max-width:768px){
  #mot_feature ul.list_triple li {
    width: 100%;
    float: none;
  }  
  #mot_feature ul.list_triple li:not(:first-child) {
    margin-top: 30px;
  }  
}

.square_bg{background:#ffffff;border-radius:10px;display: block;margin:0 5%;width:90%;padding:20px 0;}

@media screen and (max-width:768px){
  #bcp_top ul.list_double li, .bg_blue #bcp_top ul.list_double li, .bg_b #bcp_top ul.list_double li,#reason .list_double li {width:100%;}
  #bcp_top ul.list_double li:last-child, .bg_blue #bcp_top ul.list_double li:last-child, .bg_b #bcp_top ul.list_double li:last-child{width:100%;}
  #bcp_top ul li h3{font-size:20px;line-height: 120%;}
  #bcp_top ul.list_double h4{text-align:center;}
  #solution h2{font-size:28px;}
  .square_bg{height:auto;}
  #flow .square{height:auto;}
  #bcp_top .list_double ul.list_triple li{width:33%;margin:0;float:left;}
  #bcp_top .list_double ul.list_triple li:nth-last-child(1){width:33%;margin:0;}
  #solution ul.list_triple li, #flow ul.list_triple li, #valtecswan_feature ul.list_triple li{width:100%;margin:0 0 20px;clear:left;}
  #solution ul.list_triple li:nth-last-child(1), #flow ul.list_triple li:nth-last-child(1), #valtecswan_feature ul.list_triple li:nth-last-child(1){width:100%;margin:0 0 20px;clear:left;}
  ul.list_four li, #solution ul.list_four li, #flow ul.list_four li{width:50%;margin:0 0 20px;}
  ul.list_four li:nth-last-child(1), #solution ul.list_four li:nth-last-child(1), #flow ul.list_four li:nth-last-child(1){width:50%;margin:0 0 20px;}
}
@media screen and (max-width:480px){
  ul.list_four li,#solution ul.list_four li, #flow ul.list_four li{width:100%;margin:0 0 20px;clear:left;}
  ul.list_four li:nth-last-child(1), #solution ul.list_four li:nth-last-child(1), #flow ul.list_four li:nth-last-child(1){width:100%;margin:0 0 20px;clear:left;}
}

dl.single{  width:100%;  margin:0;  padding:0;}
dl.single dt{  width:100%;  margin:0;  padding:0;}
dl.single dd{  width:100%;  margin:20px 0 0 0;  padding:0;}
dl.single dt p{  font-size:18px;}
dl.single dd img{  width:100%;max-width: 900px;}

dl.contact{
  width:768px;
  margin:20px auto;
  padding:0;
  display: inline-block;
}
dl.contact:after{
  content:"";
  height:0;
  clear:both;
}
dl.contact dt{
  width:324px;
  margin:0;
  padding:0;
  float:left;
}
dl.contact dd{
  width:324px;
  margin:0;
  padding:0;
  float:right;
}
dl.contact dt a,dl.contact dd a{
  display:block;
  border-radius:30px;
  padding:15px 0;
  text-align: center;
  background: #ff6600;
  color:#ffffff;
  text-decoration: none;
}
dl.contact dt a:hover,dl.contact dd a:hover{
  opacity:0.7;
}
@media screen and (max-width:768px){
  dl.contact{width:100%;}
  dl.contact dt{clear:left;width:80%;margin:0 10% 20px;}
  dl.contact dd{clear:right;width:80%;margin:0 10%;}
  dl.contact dt a,dl.contact dd a{font-size:14px;}
  h1.title01,h1.title02{font-size:21px;margin-bottom:0;}
  h2.title01{font-size:18px;}
  h2.title_vpn,h2.title_vs{font-size:18px;}

  .content_wrapper h3, h3.title03{font-size:20px;margin:0 0 30px;text-align: center;}
  ul.list_five li{width:50%;margin:0 0 20px;float:left;}
  ul.list_five li:nth-last-child(1){width:50%;margin:0;}
}

.list_contact {
	display: flex;
	justify-content: center;
}
.list_contact li:first-child {
	margin-right: 40px;
}
.list_contact li .btn1 {
	width: 100%;
}
@media screen and (max-width:768px){
.list_contact li:first-child {
	margin-right: 10px;
}
}
@media screen and (max-width:576px){
.list_contact {
	display: block;
}
.list_contact li .btn1 {
	font-size: 16px;
}
.list_contact li:first-child {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.list_contact li .btn1 {
	max-width: 380px;
}
}

.breadcrumb{width:100%;padding:5px;background:#fcfcfc;margin-top:90px;display:inline-block;}
.breadcrumb p{max-width: 1280px;text-align:left;font-size: 12px;margin:0 auto;}
.breadcrumb p a{color:#0099ff;font-size: 12px;}
.breadcrumb p a:hover{opacity:0.7;}

@media screen and (max-width:768px){
  .breadcrumb{margin-top:55px;}
}


.bg_kintai{
    margin: 0 auto;
    padding: 0;
    background: url("../img/bg_kintai.jpg");
    background-size: cover;
    background-attachment: fixed;
}
table.kintai_tbl {border:1px solid #cccccc;}
table.kintai_tbl tr th{background: #ececec;padding:5px;}
table.kintai_tbl tr td{text-align: left;padding:5px;}
table.kintai_tbl .l_column{border-width:0 1px 1px 0; border-style:solid; border-color:#cccccc;width:30%;}
table.kintai_tbl .r_column{border-width:0 1px 1px 0; border-style:solid; border-color:#cccccc;width:70%;}
.col2_left img{border:1px solid #cccccc;}

.bg_yellow{background:#ffff99;padding:10px 0 0;}
.bg_yellow h2.title04{width:100%;text-align:center;color:#000;margin:0;padding:0;}
.bg_yellow h3.title04{width:100%;text-align:center;color:#ff0000;margin:0;padding:0;}

#kintai_mot p{width:96%;margin:0 4% auto 0;}
#kintai_mot img{width:80%;margin:30px auto 0;}
.bg_red{background: #ff9900;}


.movie{width:70%;max-width: 760px;margin:0 auto;}
.movie iframe{width:100%;height:380px;}
.movie100{width:100%;margin:0 auto;}
.movie100 iframe{width:100%;height:380px;}
@media print, screen and (max-width:768px) {
 #nayami2 h2{font-size:80%;}
 .movie{width:100%;margin:0 auto;}
}
/* ----------------------------------------------------------------footercontact*/
.content_bg03 {	text-align: left;background: #efefef;padding:0;margin:0;color: #0099ff;}
#footer_contact {text-align: center;padding:0px;}
#footer_contact i.fa-phone {	font-size: 50px;	margin-bottom: 10px;}
#footer_contact i.fa-envelope {	font-size: 50px;	margin-bottom: 10px;}
#footer_contact i.fa-file-pdf-o {	font-size: 50px;	margin-bottom: 10px;}
#footer_contact ul li:first-child {
	border-bottom: 1px dotted #333;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#footer_contact ul li:first-child dl {
	width:100%;
 text-align:center;
}
#footer_contact ul li:first-child dl dt {
 text-align:center;
}
#footer_contact ul li:first-child dl dd {
 text-align:center;
}
#footer_contact ul li:first-child dl dt dd {
	font-size: 20px;
	border: 1px solid #333;
	padding: 5px 0;
	margin: 0 0 7px 0;
 text-align:center;
}
#footer_contact ul li:first-child dl dd span{
	width:100%;
}
#footer_contact ul li:first-child dl dt dd a {
	color: #333;
	text-decoration: none;
}
#footer_contact ul li:last-child dl dt + dd {
	margin-bottom: 5px;
}
#footer_contact ul li:last-child dl dd a {
  position:relative;
  z-index:2;
  overflow:hidden;
	font-size: 16px;
	border: 1px solid #0099ff;
	padding: 5px 0;
	display: block;
	color: #0099ff;
	text-decoration: none;
  background: #ffffff;
  line-height: 1;
  transition: .3s;
  cursor:pointer;
  max-width:500px;
  margin:0 auto;
}
#footer_contact ul li:last-child dl dd a:after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#ffffff;
  transition:.3s
}
#footer_contact ul li:last-child dl dd a:hover {
  border: 1px solid #0099ff;
  color: #ffffff;
  background:#0099ff;
}
#footer_contact ul li:first-child dl dt {
	width:100%;
}
#footer_contact ul li:last-child dl dt {
	width:100%;
}
#footer_contact ul li:first-child dl dt + dd {
 width:100%;
}
#footer_contact ul li:last-child dl dd {
	width:100%;
}
 #footer_contact ul li:first-child dl dt {
 text-align:center;
 }
 #footer_contact ul li:first-child dl dd {
 text-align:center;
 }
 #footer_contact ul li:last-child dl dt {
 text-align:center;
 }
 #footer_contact ul li:last-child dl dd {
 text-align:center;
 }
@media print, screen and (min-width:768px) {

#footer_contact i.fa-phone {
	font-size: 70px;
	margin-bottom: 20px;
}
#footer_contact i.fa-envelope {
	font-size: 70px;
	margin-bottom: 20px;
}
#footer_contact i.fa-file-pdf-o {
	font-size: 70px;
	margin-bottom: 20px;
}
#footer_contact ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
}
#footer_contact ul li:first-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#footer_contact ul li:first-child dl dt + dd {
	font-size: 16px;
	border: none;
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 100%;
}
#footer_contact ul li:last-child {
	margin-right: 0;
}

#footer_contact ul li:last-child dl dd a {
	font-size: 18px;
	padding: 10px 0 7px;
}
}
@media print, screen and (min-width:992px) {
#footer_contact i.fa-phone {
	font-size: 90px;
}
#footer_contact i.fa-envelope {
	font-size: 90px;
}
#footer_contact i.fa-file-pdf-o {
	font-size: 90px;
}
#footer_contact ul li:first-child dl dt + dd {
	font-size: 30px;
}
#footer_contact ul li:last-child dl dd a {
	font-size: 20px;
}
}
@media print, screen and (min-width:1200px) {
#footer_contact ul {
	width: 850px;
	margin: 0 auto;
}
#footer_contact ul li {
	width: 47%;
	margin-right: 6%;
}
#footer_contact ul li:first-child dl dt + dd {
	font-size: 35px;
}
#footer_contact ul li:last-child dl dd a {
	font-size: 20px;
}
}
@media screen and (max-width:1200px){
    section{width:90%;margin:0 5%;}
    section.content_bg03{width:100%;margin:0;}
}
@media screen and (max-width:860px){
    .title01,.title_vpn,.title_vs{font-size: 20px;padding: 0 0 10px;line-height: 160%;text-align: center;}
}
@media screen and (max-width:768px){
    .title01,.title_vpn,.title_vs{font-size: 18px;}

    ul.list_double{width:100%;}
    ul.list_double li{width:45%;margin:0px;font-size:16px;}
    ul.list_double li strong{font-size:100%;color:#0000ff;}
    ul.list_double li img{width:100%;margin:0 auto 10px;}

    #footer_contact ul li:last-child dl dd a {padding:20px 0;width:90%; margin:10px auto;}

}
@media screen and (max-width:480px){
    .title01,.title_vpn,.title_vs{font-size: 16px;}
    #kintai_intro ul li p{font-size:130%;}

    .bg_selforder{
        background-size: cover;
        background-attachment:inherit;
        height:480px;
        margin-bottom:20px;
    }
    .bg_selforder .bx-wrapper{height:480px;}
    .bg_selforder2{padding: 50px 0;height:auto;}
    .bg_selforder3{padding: 50px 0;height:auto;}
    #staff p{width:100%;margin:0;}
    #customer p{width:100%;margin:0;}
    #staff br, #customer br{display: none;}
    #footer_contact h2.title01{font-size:18px;}
}
/*---bxslider---*/
.bx-wrapper img {max-width:70%;margin:0 15%;}

ul.lang{padding:0;margin:0px 20px;}
ul.lang li{float:left;padding:0 10px;margin:0;font-size:11px;}
ul.lang li a{text-decoration: underline;font-size:100%;}
ul.lang li a:hover{text-decoration: none;}
ul.lang li a:visited{color:#000000;}

#case .bx-wrapper img {max-width:100%;margin:0;}
#case ul.list_double li strong.midashi{font-size:36px;}

@media screen and (max-width:768px){
#case ul.list_double li strong.midashi{font-size:24px;}
#case ul.list_double li{width:100%;margin:0px;font-size:16px;clear:left;}
}
#case figure {
  margin: 0;
}
#case figure img {
  width: auto;
}
#case #intro {max-width: 640px;margin: 0 auto 30px;}
#case #intro h3 {
  margin-bottom: 0;
}
#case .list_disc {
  margin-bottom: 30px;
}
#case .list_disc {
  border-radius: 15px;
  background: #ffffff;
  padding-bottom: 15px;
}
#case .list_disc dt {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  border-radius: 14px 14px 0 0;
  padding: 5px 0 0;
  margin-bottom: 20px;
}
#case #task.list_disc dt {
  background: #888;
}
#case #effect.list_disc dt {
  background: #0099ff;
}
#case .list_disc dd {
  font-size: 18px;
  text-align: left;
  margin: 0 20px 10px 40px;
  position: relative;
}
#case .list_disc dd:before {
  content: "";
  margin-right: .2em;
  width: 8px;
  height: 8px;
  border-radius: 15px;
  position: absolute;
  top: 10px;
  left: -15px;
}
#case #task.list_disc dd:before {
  background: #666;
}
#case #effect.list_disc dd:before {
  background: #0099ff;
}
.benefits {
  margin-bottom: 30px;
}
.benefits h4 {
  font-size: 36px;
  color: #0099ff;
  border-bottom: 2px solid #3399ff;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: bold;
}
.benefits li {
  position: relative;
}
.benefits li:first-child {
  margin-bottom: 70px;
}
.benefits li:first-child:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 45px 0 45px;
  border-color: #ffcc00 transparent transparent transparent;
  display: inline-block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.benefits li img {
  background: #fff;
  padding: 10px;
}
@media screen and (max-width:768px){
  #case h3 {
    text-align: left;
  }
  #case .list_disc dt {
    font-size: 20px;
  }
  #case .list_disc dd {
    font-size: 16px;
  }
  #case .list_disc dd:before {
    top: 8px;
  }
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 14px;
    text-decoration: none;
    padding: 0 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
     border-radius: 50%;
     height:40px;
     width:40px;
     line-height:40px;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding:0 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*---イメージ画像追加用---*/
.t_a img {
 width:80%;
 margin:0 10%;
}
.t_a_bg1 {
 width:100%;
}
.t_a_bg1 div {
 float:left;
 width:30%;
 margin:0 1.5%;
}
@media print, screen and (max-width:680px) {
.t_a_bg1 div {
 width:100%;
 margin:0;
}
}
.t_a_circle{
 width: 200px;/*幅*/
 height: 200px;/*高さ*/
 border-radius: 50%;/*角丸*/
 background: skyblue;/*背景色*/
 color:#fff;
 font-weight:bold;
 position: relative;
 margin:10px auto;
}
.t_a_circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width :100%;
  text-align:center;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
.t_a_left {
 width:40%!important;
 float:left;
}
@media print, screen and (max-width:480px) {
.t_a_left {
 width:100%!important;
 float:left;
}
}
.t_a_left img{
 width:100%;
 margin:20px 0;
}
.t_a_left h3{
 width:100%;
 background-color:#dcdcdc;
 padding:10px;
 color:#000000;
 text-align:center;
 font-weight:bold;
}
.t_a_left_u{
 width:100%;
 background-color:#dcdcdc;
 padding:10px;
 color:#000000;
}
.t_a_right {
 width:40%!important;
 float:left;
}
@media print, screen and (max-width:480px) {
.t_a_right {
 width:100%!important;
 float:left;
}
}
.t_a_right img{
 width:100%;
 margin:20px 0;
}
.t_a_right h3{
 width:100%;
 background-color:#ffa500;
 padding:10px;
 color:#ffffff;
 text-align:center;
 font-weight:bold;
}
.t_a_right_u{
 width:100%;
 background-color:#ffa500;
 padding:10px;
 color:#ffffff;
}
.t_a_yazirusi {
 width:10%!important;
 margin-top:10%!important;
}
@media print, screen and (max-width:480px) {
.t_a_yazirusi {
 display:none;
}
}
.t_a_yazirusi img{
 width:100%;
 max-width:70px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.t_a_yazirusi_sita {
 width:100%;
}
@media print, screen and (min-width:480px) {
.t_a_yazirusi_sita {
 display:none;
}
}
.t_a_yazirusi_sita img{
 width:100%;
 max-width:50px;
 display: flex;
 justify-content: center;
 align-items: center;
 margin:0 auto;
}
.t_a_bg2 {
 width:100%;
}
.t_a_bg2 div {
 float:left;
 width:30%;
 margin:0 1.5%;
}
.t_a_bg2 div img{
 width:50%;
 margin:10px 25%;
}
.t_a_tokutyou{
 width:100%;
 background-color:#ffa500;
 padding:10px;
 color:#ffffff;
 text-align:center;
}
@media print, screen and (max-width:480px) {
.t_a_tokutyou{
 font-size:14px;
}
}
.t_a_function{
 width:100%;
 background-color:#fffaf0;
 padding:10px;
 color:#000000;
 text-align:center;
}
@media print, screen and (max-width:480px) {
.t_a_function{
 font-size:14px;
}
}
.t_a_bg3 {
 width:100%;
}
.t_a_bg3_left {
 width:40%;
}
.t_a_left_r {
 width:64%!important;
 float:left;
}
@media print, screen and (max-width:480px) {
.t_a_left_r {
 width:70%!important;
 float:left;
}
}
.t_a_right_2 {
 width:30%!important;
 float:left;
}
@media print, screen and (max-width:480px) {
.t_a_right_2 {
 width:100%!important;
 float:left;
}
}
.t_a_right_2 img{
 width:100%;
 margin:20px 0;
 max-width:310px;
}
.t_a_left_2 {
 width:50%!important;
 float:left;
}
@media print, screen and (max-width:480px) {
.t_a_left_2 {
 width:100%!important;
 float:left;
}
}
.t_a_left_2 img{
 width:100%;
 margin:10px 0;
}
.t_a_30_img {
 width:30%!important;
}
.t_a_30_img img{
 width:100%;
}

.orange {
 color:#ffa500;
 text-align:center;
 font-weight:bold;
}
.t_a_orange {
 background-color:#ffa500;;
 color:#ffffff;
 padding:10px;
 width:100%!important;
 text-align:center;
}
#mot {
    padding-top: 150px;
    margin-top: -150px;
}
.t_a_title{
 text-align:center;
 font-weight:bold;
 color:#0A90D2;
 padding-top:20px;
}
@media print, screen and (min-width: 768px)
.t_a_title01 {
    margin-bottom: 20px;
}
}
.kome_text {
 text-align:right;
}
@media print, screen and (max-width:480px) {
.kome_text {
 text-align:left;
}
}
.t_a_bg4 {
 width:100%;
}
.t_a_bg4 h4{
 text-align:center;
}
.t_a_bg4 div {
 float:left;
 width:30%;
 margin:0 1.5%;
}
.t_a_bg4 img {
 width:100%;
}
.t_a_bg4 p {
 background-color:#fafad2;
 padding:10px;
 margin-top:10px!important;
 font-size:14px;
}
@media print, screen and (max-width:480px) {
.t_a_bg4 div {
 float:left;
 width:100%;
 margin:10px 0px;
}
}
.trianglekintai {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #fafad2;
  margin:0 40%;
}
.komeyou {
 font-size:5px;
}
.t_a_bg5 {
 width:100%;
}
.t_a_bg5 h4{
 text-align:center;
}
.t_a_bg5 div {
 float:left;
 width:30%;
 margin:0 1.5%;
}
.t_a_bg5 img {
 width:100%;
}
.t_a_bg5 p {
 background-color:#fafad2;
 padding:20px;
 margin-top:20px!important;
}
@media print, screen and (max-width:480px) {
.t_a_bg5 div {
 float:left;
 width:100%;
 margin:10px 0px;
}
.arato {
 text-align:center;
 margin-top:20px;
}
}
/*Line*/
hr.line_01 {
 height: 1px;
 clear: both;
 margin: 20px 0px;
 border-top: 1px dotted #CCC;
 border-right: 0 dotted #CCC;
 border-bottom: 0 dotted #CCC;
 border-left: 0 dotted #CCC;
}
@media print, screen and (min-width: 768px) {
hr.line_01 {
 margin: 40px 0px;
}
}
ul.price_list{list-style:none;margin:0;padding:0;width:100%;}
ul.price_list li{float:left;width:46%;padding:0;margin:0 2% 0 0;}
ul.price_list li.last{margin:0;float:right;}
ul.price_list li.list_single{float:left;width:50%;padding:0;margin:0 25%;}

ul.price_list li dl{width:100%;padding:0;margin:0;display:inline-block;}
ul.price_list li dl dt{width:100%;padding:10px 0;margin:10px 0;background:#226EE8;color:#ffffff;text-align:center;border-width:1px 1px 0 1px;border-style:solid;border-color:#ccc;border-top-left-radius: 8px;border-top-right-radius: 8px;display:inline-block;}
ul.price_list li dl dd{width:100%;padding:0;margin:-10px 0 0;background:#ffffff;color:#ffffff;text-align:center;border-width:0 1px 1px 1px;border-style:solid;border-color:#ccc;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;display:inline-block;}
ul.price_list li dl dt h4{font-size:130%;width:94%;margin:0px 3% 10px;background: #ffffff;padding:20px;border-radius: 12px;color:#226EE8;text-align: center;}
ul.price_list li dl dt .monthly{font-size:180%;margin:0 0 0px;font-weight:bold;}
ul.price_list li dl dt .monthly_per{font-size:240%;font-weight:bold;margin:0 0 0px;}
ul.price_list li dl dt .initial{font-size:120%;margin:0 0 0px;font-weight:bold;margin:0;}
ul.price_list li dl dt small{font-size:60%;font-weight:normal;}
ul.price_list li dl dt .monthly_per small{font-size:50%;font-weight:normal;}
ul.price_list li dl dt.middle{background:#356599;text-align: center;}

ul.price_list li dl dd .channel{font-size:120%;margin:10px 0;color:#666;color:#ff0000;}
ul.price_list li dl dd ul{margin:0 5% 20px 15%;color:#000;width:80%;clear:both;display:inline-block;}
ul.price_list li dl dd ul li{font-size:100%;margin:0 0 5px;list-style-type:disc;clear:both;width:100%;text-align:left;}
ul.price_list li dl dd ul li.func_title{font-size:110%;margin:0 0 10px;list-style-type:circle;font-weight:bold;}
ul.price_list li dl dd a{cursor:pointer;}
ul.price_list li dl dd ul li a{text-decoration: underline;color:#3366ff;}
ul.price_list li dl dd ul li a:hover{text-decoration: none;color:#ff9900;}
ul.price_list li dl dd a.middle{display:block;width:80%;font-size:100%;margin:20px auto;padding:10px 0;text-align:center;color:#ffffff;border-radius:18px;background:#356599;}
ul.price_list li dl dd a.middle:hover{background:#ffffff;color:#356599;border:#356599 solid 1px;}
ul.price_list li dl dt a.middle h4{font-size:150%;width:94%;margin:20px 3% 20px;background: #ffffff;padding:20px;border-radius: 12px;color:#356599;text-align: center;}
ul.price_list li dl dd ul.others li{font-size:12px;color:#666;}
ul.price_list li dl dd a.onpremise{display:block;background:#226EE8;;width:80%;font-size:100%;margin:20px auto;padding:10px 0;text-align:center;color:#ffffff;border-radius:18px;}
ul.price_list li dl dd a.onpremise:hover{background:#ffffff;color:#3366ff;border:#3366ff solid 1px;}
ul.price_list li dl dt a.onpremise h4{font-size:150%;width:94%;margin:20px 3% 20px;background: #ffffff;padding:20px;border-radius: 12px;color:#3366ff;text-align: center;}
@media screen and (max-width:768px){
    ul.price_list li{clear:left;width:100%;padding:0;margin:0 0 20px 0;}
    ul.price_list li dl dt .monthly_per{font-size:180%;margin:0 0 10px;}
    ul.price_list li dl dt .initial{margin:0 0 10px;}
    ul.price_list li dl dd ul{margin:0 5% 10px 15%;}
    ul.price_list li.last{margin:0;clear:right;}
}


dl.estimate_input{width:90%;margin:0 5% 20px;padding:0;line-height: 26px;}
dl.estimate_input dt{width:50%;float:left;margin:0;padding:0;text-align: center;display: inline-block;font-size:26px;}
dl.estimate_input dd{width:50%;float:left;margin:0;padding:0;text-align: center;font-size:26px;}
dl.estimate_input dt input, dl.estimate_input dd input{width:60px;height:28px;font-size:22px;text-align: right;padding:3px;}
dl.estimate_input dt span, dl.estimate_input dd span{display: block;margin-top:20px;font-size:80%;color:#ff0000;}
dl.estimate_result{width:90%;margin:20px 5% 0;padding:20px 0;border-radius: 30px;border:2px solid #ccc;display: inline-block;font-weight:bold;font-size:26px;}
dl.estimate_result dt{width:50%;float:left;margin:0;padding:0;text-align: center;font-size:26px;}
dl.estimate_result dd{width:50%;float:left;margin:0;padding:0;text-align: center;font-size:26px;}
@media screen and (max-width:768px){
  dl.estimate_input dt{font-size:20px;}
  dl.estimate_input dd{font-size:20px;}
  dl.estimate_input dt input, dl.estimate_input dd input{width:40px;font-size:18px;}
  dl.estimate_result dt{font-size:20px;}
  dl.estimate_result dd{font-size:20px;}
}

---------------------------------------*/
.Bnr{
  position: absolute;
  margin: 0 20px 20px 0;
  width: 300px;
  display: none;
  font-family: "繝｡繧､繝ｪ繧ｪ","Meiryo","繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","?ｭ?ｳ ?ｰ繧ｴ繧ｷ繝?け",Osaka,sans-serif !important;
  right:0;
  bottom:0;
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 0;

  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.Bnr__img__inner{
  width: 300px;
  height: 250px;
  box-sizing:border-box;
  padding: 10px;
  background-color: #fafafa;
}
.Bnr__img__inner img{
  width: 100%;
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img__inner a:hover{
  opacity:0.7;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: 10px;
  top:10px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
}

.gnav-wrapper {
background: #fff;
position: relative;
width:100%;
}
.gnav {
display: flex;

}
.gnav li {
padding: 5px 0 0;
text-align: center;
transition: all .3s ease-in-out;
/*width:120px;*/
height:40px;

}
.gnav li span {
margin:5px;
width:1px;
height:18px;
border-left:1px solid #ccc;
float:right;
}

.gnav li a {
color: #666;
padding: 0 10px 5px;
font-size:16px !important;
float:left;
text-align: center;
width:150px;
}
.gnav li:hover a {
color:#3366ff;
padding-bottom:10px;
border-bottom:2px solid #3366ff;
transition: all .2s ease-in;
}

.gnav li.head_logo:hover{
background:none;
}
.gnav li.head_logo{
padding: 0;
width:160px;
border-right:0px solid #ccc;
}

.gnav li.head_logo img{
margin-top:-17px 0 0 0;
width:130px;
}
.gnav li.head_logo h1{
font-size:11px;margin:-10px 0 -5px 10px;padding:0;text-align:left;
}
.gnav li.head_logo p{
font-size:11px;margin:-10px 0 10px 20px;padding:0;text-align:left;
}
.gnav li.head_logo:hover a{
padding-bottom:10px;
border-bottom:0px solid #fff;
transition: none;
}
.gnav li.current a{
color:#3366ff;
padding-bottom:11px;
border-bottom:2px solid #3366ff;
}
/*https://webdesignday.jp/inspiration/technique/css/5793/*/
/*子階層以降共通*/
.gnav li ul{margin-top:-10px;}
.gnav li li {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .5s;
    border-bottom:0px solid #3366ff;

}
.gnav li li a {
    border-top: 0px solid #eee;
    border-bottom:0px solid #3366ff;
    width:100%;
    padding:15px 0 5px;
    background:rgba(255,255,255,0.8);
}

.gnav li:hover > ul > li {
    padding:10px 0;
    height:50px;
    opacity: 1;
    overflow: visible;

}

.gnav li ul li ul {
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
/*一番右のメニュー*/
.gnav > li:nth-child(5) ul li ul {
    left: -100%;
}
/*hover*/
.gnav > li:hover > a {/*親階層*/
    /*background: #00305c;*/
}

.gnav > li li > a {/*子階層*/
    /*background: #00305c;*/
}
.gnav > li li:hover > a {
    background: #004789;
}

.gnav li ul li ul li > a {/*孫階層*/
    background: #004789;
}
.gnav li ul li ul li:hover > a {
    background: #0065c1;
}

.gnav li ul li ul li ul li > a {/*ひ孫階層*/
    background: #0065c1;
}
.gnav li ul li ul li ul li:hover > a {
    background: #1e7dd4;
}

/*リストに「??」を付ける*/
.gnav > li > ul:before{/*子階層*/
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    right: 1rem;
    position: absolute;
    top: 1rem;
    transform: translateY(-40%);
}
.gnav li ul li ul:before {/*孫階層*/
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    content: "";
    left: -20px;
    position: absolute;
    top: 1em;
    transform: translateY(-50%);
}
.gnav li:nth-child(5) ul li ul:before {/*一番右のメニューの孫階層*/
    border: 5px solid transparent;
    border-right: 5px solid #fff;
    left: auto;
    right: -20px;
}

.gnav > li.mega1:hover .megamenu1 {
max-height: 9999px;
opacity: 1;
padding: 30px 0 70px;
}
.megamenu1 {
background: #fff;
max-height: 0;
opacity: 0;
overflow: hidden;
width: 100%;
position: absolute;
top: 40px;
left: 0;
transition: all .2s ease-in;
z-index: 99999;
border-width:3px;
border-color:#ccc;
border-style:solid;

}
.megamenu-inner1 {
display: flex;
flex-wrap: wrap;
}
nav ul li .megamenu-inner1 li {
width: calc( (100% / 5) );
padding:0 3px;
}
.megamenu-inner1 a {
border-left: none;
}

.gnav li ul.megamenu-inner1 li:hover {
background:#fff;
opacity:0.7;
}
.megamenu-inner-img1 {
margin: 0 0 10px;padding:0;line-height:100%;
}
.megamenu-inner-img1 img{
width:100%;margin:0;max-width:150px;
}
.megamenu-inner-text1{
margin: 0 5px 0 0;
color:#0099ff;
}
a .megamenu-inner-text1{
color:#0099ff;
}
a:hover .megamenu-inner-text1 {
color:#6699ff;
}

.btn_contact a {
	font-size: 20px;
	display: block;
	padding:18px 45px;border-radius: 30px;
	background: #ff6600;
	color: #fff;
	text-decoration: none;
	transition: all .5s;
	/* box-shadow */
box-shadow:rgba(120, 120, 120, 0.639216) 2px 3px 2px 1px;
-webkit-box-shadow:rgba(120, 120, 120, 0.639216) 2px 3px 2px 1px;
-moz-box-shadow:rgba(120, 120, 120, 0.639216) 2px 3px 2px 1px;
  bottom:30px;
  left:40%;
  position: absolute;
	}
.btn_contact a:hover {
	opacity: 0.5;
}
.btn_contact2 a {
	font-size: 20px;
	display: block;
	padding:18px 45px;border-radius: 30px;
	background: #ff6600;
	color: #fff;
	text-decoration: none;
	transition: all .5s;
	/* box-shadow */
box-shadow:rgba(120, 120, 120, 0.639216) 2px 3px 2px 1px;
-webkit-box-shadow:rgba(120, 120, 120, 0.639216) 2px 3px 2px 1px;
-moz-box-shadow:rgba(120, 120, 120, 0.639216) 2px 3px 2px 1px;
display: inline-block;
	}
.btn_contact2 a:hover {
	opacity: 0.5;
}


@media print, screen and (max-width:1080px){
  #mainphoto3 dl#h_area dt{top:15px;left:10px;width:10%;}
  #mainphoto3 dl#h_area dt img{margin:0 auto;padding:0;width:100%;height:100%;}
}
@media print, screen and (max-width:991px){
  #mainphoto3 dl#h_area dt{top:30px;left:10px;margin:0px;padding:0;text-align: right;position: absolute;}
  .header_inner_sp a img{padding-top:5px;}

}
@media print, screen and (max-width:767px){
  .pc_none{display: block;}
  .sp_none{display: none;}
}

.expand a{display: block;position: relative;width:100%;height:180px;border:5px solid #0099ff;}
.expand a:hover{opacity:0.7;}
.expand div{width: 0;
height: 0;
border-style: solid;
border-width: 60px 60px 0 0;
border-color: #007bff transparent transparent transparent;
}

.expand a i.fa-search-plus{position: absolute;top:6px;left:6px;font-size:140%;color:#ffffff;}
.bg_alert_setting1{background: url(../img/function_img/alert_setting1.jpg) no-repeat center center;background-size: 100%;background-color: #ffffff;}
.bg_alert_setting2{background: url(../img/function_img/alert_setting2.jpg) no-repeat center center;background-size: 100%;background-color: #ffffff;}
dl.list_double2 dt{float:left;width:47%;margin:0;padding:0;}
dl.list_double2 dd{float:right;width:47%;margin:0;padding:0;}
.bg_alert_setting3{background: url(../img/function_img/alert_setting3.jpg) no-repeat top left;background-size: cover;background-color: #ffffff;}
.bg_alert_setting4{background: url(../img/function_img/alert_setting4.jpg) no-repeat top center;background-size: 100%;background-color: #ffffff;}
.bg_dakoku{background: url(../img/function_img/dakoku_android.jpg) no-repeat top center;background-size: 100%;background-color: #ffffff;}
.bg_auto_setting{background: url(../img/function_img/auto_setting.jpg) no-repeat top center;background-size: 100%;background-color: #ffffff;}
.bg_dakoku_pc{background: url(../img/function_img/dakoku_pc.jpg) no-repeat top center;background-size: 100%;background-color: #ffffff;}
.bg_dakoku_list{background: url(../img/function_img/dakoku_list.jpg) no-repeat top center;background-size: 100%;background-color: #ffffff;}
.bg_dakoku_record_set1{background: url(../img/function_img/dakoku_record_set1.jpg) no-repeat top center;background-size: 100%;background-color: #ffffff;}
.bg_dakoku_record_set2{background: url(../img/function_img/dakoku_record_set2.jpg) no-repeat top center;background-size: 100%;background-color: #ffffff;}
.bg_dakoku_alert_message{background: url(../img/function_img/dakoku_alert_message.jpg) no-repeat top center;background-size: 100%;background-color: #ffffff;}
.bg_dakoku_alert_message2{background: url(../img/function_img/dakoku_alert_message2.jpg) no-repeat top center;background-size: 100%;background-color: #ffffff;}
.bg_dakoku_attend_list{background: url(../img/function_img/dakoku_attend_list.jpg) no-repeat top center;background-size: 100%;background-color: #ffffff;}
.bg_dakoku_gps{background: url(../img/function_img/dakoku_gps.jpg) no-repeat top center;background-size: 100%;background-color: #ffffff;}

.bg_alert_overwork_list{background: url(../img/function_img/alert_overwork_list.jpg) no-repeat top center;background-size: 100%;background-color: #ffffff;}
.bg_alert_comic{background: url(https://www.mot-net.com/wp-content/uploads/2019/07/99b84dda84874cd19940cfa130586e4b.jpg) no-repeat top center;background-size: 100%;background-color: #ffffff;}
#comic_expand{width:468px;height:324px;margin:0 auto;}
#comic_expand .expand a{height:324px;}

dl.vpn_diff{width:100%;display:inline-block;margin:0;padding:0;display:table;border-bottom:solid 3px #ebfafd;}
dl.vpn_diff dt{width:35%;margin:0;padding:3px 1%;background:#bbb;color:#ffffff;display:table-cell;vertical-align: middle;}
dl.vpn_diff dd{width:58%;margin:0;padding:0px 1%;text-align:left;display:table-cell;}
dl.vpn_diff dt.valtec_swan{background:#0000ff;color:#ffffff;}
dl.vpn_diff dd.valtec_swan{color:#0000ff;}
a.link_txt{text-decoration:underline;color:#0000ff;}
a.link_txt:hover{text-decoration:none;opacity:0.7;}

h2.title_purchase{font-size:28px;color:#000;background:#ebfafd;margin-bottom:0px;padding:5px 1%;display: inline-block;width:98%;}
h2.title_rental{font-size:28px;color:#000;background:#ebfafd;margin-bottom:0px;padding:5px 1%;display: inline-block;width:98%;}
table.plan_tbl{width:98%;margin:0 auto;}
table.plan_tbl th{background:#ebfafd;padding:20px;}
table.plan_tbl td{padding:20px;}
table.plan_tbl td ol{margin:20px 0 0 0;padding:0;}
table.plan_tbl td ol li{margin:0 0 10px 20px;padding:0;font-weight:bold;}
table.plan_tbl td ol li:last-child{margin-bottom:0;}

table.case_tbl{width:98%;margin:0 auto 20px;max-width:980px;}
table.case_tbl th{background:#efefef;padding:0 20px;width:20%;font-size:160%;}

table.case_tbl th.after_e{background:#ffcc66;color:#cc0000;}
table.case_tbl td{background:#ffffff;padding:0 20px;width:80%;text-align:left;}
table.case_tbl td h3.before_t{text-align: left;border-left:5px solid #ccc;color:#666;font-weight:bold;padding:0 0 0 10px;}
table.case_tbl td h3.after_t{border-left:5px solid #ffcc66;color:#cc0000;font-weight:bold;padding:0 0 0 10px;}
table.case_tbl td ol{margin:20px 0 0 0;padding:0;text-align: left;}
table.case_tbl td ol li{margin:0 0 10px 20px;padding:0;font-weight:bold;text-align:left;}
table.case_tbl td ol li:last-child{margin-bottom:0;}
table.case_tbl td.border_right{border-right:1px solid #efefef;}
table.case_tbl td.border_top{border-top:1px solid #efefef;}
table.case_tbl th.bg_none, table.case_tbl td.bg_none{padding:10px 0 0 30px;background: none;border-width:0;text-align: center;}
@media screen and (max-width:768px){
  table.case_tbl td h3.after_t {text-align: left;}
}
.radius_white{border-radius:15px;background: #ffffff;padding:10px 15px;margin:0;display: inline-block;color:#3366ff;}
.radius_white_left{border-radius:15px;background: #ffffff;padding:15px;margin:0 5% 50px 0;width:95%;}
.radius_white_right{border-radius:15px;background: #ffffff;padding:15px;margin:0 0 50px 5%;width:95%;}
.radius_white_left h3.case_title, .radius_white_right h3.case_title{margin:10px 0 20px 10px;float:left;width:auto;}
.radius_white_left span, .radius_white_right span{display: inline-block;float:left;width:auto;margin:15px 0 0 20px;border-radius: 5px;background: #efefef;padding:3px 5px;font-size:12px;text-align: left;}
.radius_white{border-radius:15px;background: #ffffff;padding:10px 15px;margin:0;display: inline-block;color:#3366ff;}
@media screen and (max-width: 768px) {
  .radius_white_left{margin:0 auto 30px;}
  .radius_white_right{margin:0 auto 30px;}
}

.radius_aqua_left{border-radius:15px;background: #ebfafd;padding:15px;margin:0 5% 50px 0;width:95%;}
.radius_aqua_right{border-radius:15px;background: #ebfafd;padding:15px;margin:0 0 50px 5%;width:95%;}
.radius_aqua_left h3.case_title, .radius_aqua_right h3.case_title{margin:10px 0 20px 10px;float:left;width:auto;}
.radius_aqua_left span, .radius_aqua_right span{display: inline-block;float:left;width:auto;margin:15px 0 0 20px;border-radius: 5px;background: #efefef;padding:3px 5px;font-size:12px;}

@media screen and (max-width: 768px) {
  .radius_aqua_left{margin:0 auto 30px;}
  .radius_aqua_right{margin:0 auto 30px;}  
}

p.wrapper_white{border-radius:30px;background: #ffffff;padding:10px 20px;margin:0;display: inline-block;color:#3366ff;font-size:40px;font-weight:400;}
p.wrapper_blue{border-radius:30px;color: #ffffff;padding:10px 20px;margin:0;display: inline-block;background:#3366ff;font-size:40px;font-weight:400;}
table.compare{}
table.compare th{padding:10px 3px;background-color:rgba(0,153,204,0.8);border-width:0 1px 1px 0;border-style: solid;border-color: #fff;color: #fff;}
table.compare td{padding:10px 5px;background-color:rgba(0,153,204,0.3);border-width:1px 1px 1px 0;border-style: solid;border-color: #fff;}
table.compare th.vpn_bg{background-color:rgba(0,153,204,0.7);}
table.compare td.vpn_bg{background-color:rgba(0,153,204,0.2);}
table.compare th.swan_bg{font-size:110%;}
table.compare td.swan_bg{font-size:105%;font-weight:bold;}

/** 料金プラン **/
#bcp_top dl.sec_block3{
 padding:0;
 margin:0 auto;
 display:inline-block;
 width:980px;
}
#bcp_top dl.sec_block3:after{
 clear:both;
 content:"";
}
#bcp_top dl.sec_block3 dt{
 padding:0;
 margin:0;
 float:left;
 width:300px;
 background:#ffffff;
 position:relative;
 height:800px;
 border-radius:10px;
 /*box-shadow:0px 0px 0px 7px #ffcc3b inset;*/
 box-shadow:0px 2px 3px 1px #efefef;
}
#bcp_top dl.sec_block3 dd{
 padding:0;
 margin:0 0 0 40px;
 float:left;
 width:300px;
 background:#ffffff;
 position:relative;
 height:800px;
 border-radius:10px;
 box-shadow:0px 2px 3px 1px #efefef;
}
#bcp_top dl.sec_block3 dt .wrapper, #bcp_top dl.sec_block3 dd .wrapper{
	width:90%;
	margin:30px 5%;
	text-align: center;
}
#bcp_top dl.sec_block3 dt .wrapper h3, #bcp_top dl.sec_block3 dd .wrapper h3{
  margin:0;
	text-align: center;
	font-size:18px;
	font-weight:bold;
  letter-spacing: 3px;
}
#bcp_top dl.sec_block3 dt .wrapper hr, #bcp_top dl.sec_block3 dd .wrapper hr{
	margin:5px 40% 10px;
	text-align: center;
  width:20%;
  height:5px;
  background:#1287cb;
	border:0px solid #1287cb;
	box-shadow: 0;
}
#bcp_top dl.sec_block3 dt .wrapper p, #bcp_top dl.sec_block3 dd .wrapper p{
	width:100%;
	margin:0 0 20px;
	text-align: center;
	font-size:14px;
}

#bcp_top dl.sec_block3 dt .wrapper p.option_text, #bcp_top dl.sec_block3 dd .wrapper p.option_text{
	width:85%;
	margin:10px 3% 0 3%;
	text-align: left;
	font-size:11px;
  position: absolute;
  bottom:90px;
}
#bcp_top dl.sec_block3 dt .wrapper .block_area, #bcp_top dl.sec_block3 dd .wrapper .block_area{
	width:100%;
	margin:10px 0 0;
	text-align: left;
  padding:5px 10px;
  background:#666;
  color:#ffffff;
  font-size:12px;
}
#bcp_top dl.sec_block3 dt .wrapper .initial_area,
#bcp_top dl.sec_block3 dd .wrapper .initial_area,
#bcp_top dl.sec_block3 dt .wrapper .monthly_area,
#bcp_top dl.sec_block3 dd .wrapper .monthly_area{
	width:100%;
	margin:0;
	text-align: center;
  padding:0;
  font-size:16px;
}
#bcp_top dl.sec_block3 dt .wrapper .initial_area strong,
#bcp_top dl.sec_block3 dd .wrapper .initial_area strong,
#bcp_top dl.sec_block3 dt .wrapper .monthly_area strong,
#bcp_top dl.sec_block3 dd .wrapper .monthly_area strong
{
  font-size:200%;
	font-weight:bold;
}
#bcp_top dl.sec_block3 dt .wrapper ul.four, #bcp_top dl.sec_block3 dd .wrapper ul.four{
  width:100%;
  margin:10px auto 0;
  padding:0;
	display: inline-block;
}
#bcp_top dl.sec_block3 dt .wrapper ul.four li, #bcp_top dl.sec_block3 dd .wrapper ul.four li{
  width:25%;
  float:left;
  margin:0;
  padding:0;
}
#bcp_top dl.sec_block3 dt .wrapper ul.four li img,
#bcp_top dl.sec_block3 dd .wrapper ul.four li img
{
  width:90%;
  margin:0 5%;
  padding:0;
}
#bcp_top dl.sec_block3 dt .wrapper ul.four li p,
#bcp_top dl.sec_block3 dd .wrapper ul.four li p
{
  width:90%;
  margin:5px 5%;
  padding:0;
	font-size:10px;
  line-height: 100%;
}
#bcp_top dl.sec_block3 dt .wrapper ul.four li p span,
#bcp_top dl.sec_block3 dd .wrapper ul.four li p span
{
  font-size:6px;
	color:#666666;
}
#bcp_top dl.sec_block3 a.btn{
 text-decoration:none;
 display:block;
 width:90%;
 color:#ffffff;
 background:#1287cb;
 text-align: center;
 font-size:21px;
 letter-spacing:3px;
 font-weight:bold;
 padding:5px 0;
 border-radius:10px;
 border:1px solid #ffffff;
 transition: all 1s;
 position:absolute;
 left:5%;
 bottom:30px;
}
#bcp_top dl.sec_block3 a.btn:hover{
 transform: translate(0,5px);
}
/*#bcp_top dl.sec_block3 a.btn::after{
    content: "\f054";
    font-family: "FontAwesome";
    padding: 0;
    color:#ffffff;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 24px;
    margin-top: -20px;
    font-size:110%;
    font-weight:100;
}*/
#bcp_top dl.sec_block3 dt a.btn{
	color:#000000;
	background:#ffcc3b;
}
#bcp_top dl.sec_block3 dt a.btn::after{
	color:#000000;
}
p.option_text2{font-size:11px;margin:20px;text-align: center;}

@media screen and (max-width:980px){
  #bcp_top dl.sec_block3{
   width:90%;
   margin:0 auto;
  }
  #bcp_top dl.sec_block3 dt{
   padding:0;
   margin:0 0 30px;
   clear:left;
   width:100%;
   background:#ffffff;
   position:relative;
   height:auto;
   border-radius:10px;
  box-shadow:0px 0px 0px 7px #ffcc3b inset;
  }
  #bcp_top dl.sec_block3 dd{
   padding:0;
   margin:0 0 30px;
   clear:left;
   width:100%;
   background:#ffffff;
   position:relative;
   height:auto;
   border-radius:10px;
   box-shadow:0px 2px 3px 1px #efefef;
  }
  #bcp_top dl.sec_block3 dt .wrapper p.option_text, #bcp_top dl.sec_block3 dd .wrapper p.option_text{
  	width:100%;
  	margin:30px 0 0 0;
    position: relative;
    bottom:0;
  }
  #bcp_top dl.sec_block3 a.btn{
   position:relative;
   left:5%;
   bottom:0px;
   margin-top:20px;
  }
}

img.plan_img{width:100%;height:auto;}
h3.plan_title{font-size:18px;font-weight:bold;letter-spacing: 3px;}
hr.plan_hr{
  	margin:0 40% 10px;
  	text-align: center;
    width:20%;
    height:5px;
    background:#1287cb;
  	border:0px solid #1287cb;
  	box-shadow: 0;
  }
  /*------- サポート -------*/
#support_faq h3.title04{margin:30px 0 10px 20px;}
  #faq_sec{display:inline-block;}

.faq a {
  color: #38afff;
}

  .faq_left{
  	float:left;
  	width:48%;
  	margin:0;
  	padding:0;
  }
  .faq_right{
  	float:right;
  	width:48%;
  	margin:0;
  	padding:0;
  }

  @media screen and (max-width:768px){

  	.faq_left,.faq_right{
  		float:none;
  		width:100%;
  		display:inline-block;
  	}
  }

  .access_box div *,
  .faq *{
  	text-align:left;
    width: 100%;
  }

  .faq small{
  	font-weight:normal;
  }

  .faq dt,
  .faq dd{
  	display:table;
  	width:100%;
    background: #fff;padding: 10px;
  }

  .faq dt{
  	margin-bottom:0px;
    cursor:pointer;
  }
  .faq dt:hover{
    color:#006699;
    background: #dbeff9;
  }

  .faq dd{
  	border-bottom:2px solid #ebfafd;
  	/*padding-bottom:30px;*/
  	margin-bottom: 0px;
    display: none;
  }

  .faq_th{
  	display:table-cell;
  	width:60px;
  	vertical-align:top;
  }

  .faq_td{
  	display:table-cell;
  	padding:6px 10px;
  }
  .icon_q,
  .icon_a{
      border-radius: 50%;
      color: #fff;
      display: inline-block;
      font-size: 22px;
      height: 42px;
      line-height: 42px;
      text-align: center;
      width: 42px;
  	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  .icon_q{background: #7ba8f0 none repeat scroll 0 0;}
  .icon_a{background: #f8c161 none repeat scroll 0 0;}
  .faq_td ol{
    margin:10px 0 10px 30px;
  }
  .faq_td ol li{
    margin:0 0 10px 0;
    font-size:100%;
  }
  .faq_td img{
    max-width:400px;width:100%;display: block;margin:10px 0;
  }

.youtube {
	position: relative;
	width: 95%;
	padding-top: 56.25%;
	margin: 0 2.5%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width:768px){
.youtube {
	width: 100%;
	margin: 0;
}
}
