/*================
  　　　　共通
=================*/

.flee-text {
    font-size: 1.6rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 33px auto 0;
    color: #404040;
	text-align: center;
}

.down {
	display: block;
	text-align: center;
	margin: 18px 0 ;
}

.down img{
  -webkit-animation:arrowMove 1.5s 0s ease infinite;
          animation:arrowMove 1.5s 0s ease infinite;
}



/*================
  　　　アニメーション
=================*/
@keyframes fadeIn {
    0%{
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        top: 30px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes foa_title {
	0%{
		opacity: 0;
	}

	50% {
		opacity: 1;
		top: 200px;
		transform: scale(1);
	}

	100% {
		opacity: 1;
		top: 0px;
		transform: scale(.7);
	}
}

@keyframes fadeRightIn {
    0%{
        opacity: 0;
        right: 300px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@keyframes fadeBottomIn {
    0%{
        opacity: 0;
        top: 50px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

@keyframes arrowMove{
  0%  {transform: translate(0%,-20%);opacity: 1;}
  100%{transform: translate(0%,0px);opacity: 0;}
}

/*================
    LowTabとは
=================*/

.description-title-img {
	position: relative;
	top: 200px;
	margin: 30px auto;
	text-align: center;
	opacity: 0;
}

.description-title-img.start-animation {
	animation: foa_title 1s forwards;
	animation-delay: .3s;
}


.slideshow-box {
	
}

.description-down {
	opacity: 0;
}

.description-flee-text {
    margin-top: 70px;
}

.description-down.start-animation {
	opacity: 1;
	transition: all .3s;
	transition-delay: 3s;
}

.link-btn-box {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 150px;
}

.link-btn-box a {
    display: inline-block;
    background: #ba0219;
    color: #fff;
    padding: 40px 20px;
    font-size: 2.4rem;
}

/*================
   　　無料体験
=================*/

/*----------お申込みの流れ画像のアニメーション---------*/
.f-image-box {
    margin: -14px auto 0;
    width: 1025px;
    height: 544px;
    position: relative;
    overflow: visible;
}

.f-image {
    position: absolute;
}

.f-image-text {
    z-index: 100;
    font-size: 14.5px;
    position: absolute;
    width: 275px;
}

.f-x-1 {
    top: 210px;
}

.f-x-2 {
    top: 477px;
}

.f-y-1 {
    left: 42px;
}

.f-y-2 {
    left: 370px;
}

.f-y-3 {
    left: 695px;
}

.f-ani1 {
    animation: fadeRightIn .4s forwards;
    opacity: 0;
}

.f-image-box .f-ani1:nth-child(1) {
    animation-delay: 2s;
    z-index: 6;
}

.f-image-box .f-ani1:nth-child(2) {
    animation-delay: 2.1s;
    z-index: 5;
}

.f-image-box .f-ani1:nth-child(3) {
    animation-delay: 2.2s;
    z-index: 4;
}

.f-image-box .f-ani1:nth-child(4) {
    animation-delay: 2.3s;
    z-index: 3;
}

.f-image-box .f-ani1:nth-child(5) {
    animation-delay: 2.4s;
    z-index: 2;
}

.f-image-box .f-ani1:nth-child(6) {
    animation-delay: 2.5s;
    z-index: 1;
}

.f-ani2 {
    animation: fadeBottomIn .3s forwards;
    opacity: 0;
}

.f-image-box .f-image-text:nth-child(7) .f-ani2 {
    animation-delay: 2.6s;
}

.f-image-box .f-image-text:nth-child(8) .f-ani2 {
    animation-delay: 2.7s;
}

.f-image-box .f-image-text:nth-child(9) .f-ani2 {
    animation-delay: 2.8s;
}

.f-image-box .f-image-text:nth-child(10) .f-ani2 {
    animation-delay: 2.9s;
}

.f-image-box .f-image-text:nth-child(11) .f-ani2 {
    animation-delay: 3s;
}

.f-image-box .f-image-text:nth-child(12) .f-ani2 {
    animation-delay: 3.1s;
}

/*-------------------------------------------*/


/*================
   　　　料金表
=================*/

.price-table {
    margin-top: -33px;
}

.PriceTable p,
.PriceTable div {
    text-align: center;
}

.price-sub {
    display: inline-block;
    margin: 0 0 8px 0;
    padding: 0 0 0 10px;
}

.PriceTable .t_c {
    position: relative;
    width: 190px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}


.PriceTable .plan_name {
    height: 40px;
    line-height: 40px;
    background: #ba0219;
    font-size: .8rem;
    color: #fff;
    border-bottom: solid 1px #ddd;
}

.PriceTable .plan_plaice {
    height: 50px;
    line-height: 50px;
    background: #eee;
    border: solid 1px #ddd;
}

.PriceTable .plan_text1-1 {
    padding-top: 10px;
    background: #fff;
    font-size: .7rem;
    border-bottom: dotted 1px #ddd;
}

.PriceTable .con_title {
    margin-bottom: 50px;
    color: #393939;
}

.PriceTable .plan_text1-2 {
    background: #fff;
    padding-bottom: 20px;
    font-size: 1rem;
}

.PriceTable .plan_text2-1 {
    padding-top: 10px;
    background: #fff;
    font-size: .7rem;
    border-bottom: dotted 1px #ddd;
}

.PriceTable .plan_text2-2 {
    background: #fff;
    padding-bottom: 20px;
    font-size: 1rem;
}

.price-btn {
	width: 300px;
	margin: 30px auto 140px;
    border-radius: 5px;
}

.price-btn a {
    font-size:1.5rem;
    padding: 15px 0;
}

.payment-content {
    padding: 105px 0 0 0 ;
}

.bluk-table {
    margin: 0 0 32px 0 ;
}

/*お支払い方法*/

.payment-btn {
    margin: 70px 0 0 60px;
}

.payment-btn .red-btn:first-child {
    margin: 0 0 60px 0;
}

.payment-btn .red-btn {
    width: 200px;
    border-radius: 5px;
}

/*================
   　　　使い方
=================*/

.fc-title {
  font-size: 1em
}

.fc-toolbar .fc-title {
    right: 40px;
}

.fc-event,
.fc-event-dot {
    background: transparent;
    border: none;
}

.activeDay {
    background: #f4d142;
}

.activeDay .fc-day-number {
    color: #fff;
    font-weight: 600;
}

.breadcrumb-list {
	margin: 15px 0;
	text-align: center;
    cursor: pointer;
}

.supportMenusImg,.supportImgBox {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 555px;
    text-align: center;
    opacity: 0;
    
    letter-spacing: 3px;
    text-shadow: rgb(120, 120, 120) -2px -2px 1px;
}

.supportMenusImg,.supportImgBox a {
    padding: 10px 0;
    box-shadow: rgb(120, 120, 120) 5px 5px 9px;
    display: block;
    background: linear-gradient(rgb(210, 23, 30), rgb(150, 34, 41));
    border-radius: 10px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 2.6rem;
    color: #fff;
}

.supportImgBox {
    display: flex;
    justify-content: space-between;
}

.supportImgBox a {
    width: 48%;
    font-size: 2.2rem;
}

.supportMenusImg-1 {
    margin: 50px auto 40px;
}


.supportMenusImg.bule-title {
    background: linear-gradient(#171CA5,#171C65);
}

.support-category {
    margin: 0 0 120px 0;
}

.support-category ul {
	margin: 0 0 60px 0px;
}

.support-category li{
    position: relative;
    right: 300px;
    width: 215px;
    height: 45px;
    margin-top: 20px;
    padding: 0px;
	background: linear-gradient(rgb(210, 23, 30), rgb(150, 34, 41));
	text-align: center;
    vertical-align: middle;  
    opacity: 0;
    border-radius: 5px;
}

 #supportCategory {
    margin: 0 0 180px;
    z-index: 300000;
 }

.support-category.bule li,#supportCategory.bule h2 a {
    background: linear-gradient(#171CA5, #171C65);
    border-radius: 5px;
}
 #supportCategory.bule li {
    background: url(https://low-tab.com/img/q_back.png) no-repeat;
 }

.support-category li a{
	display: block;
    line-height: 45px;
    color: #fff;
    font-size: 1.2rem;
    vertical-align: middle;
}

.support-category li .s75 {
    font-size: 1rem;
}

.support-category ul li:first-child {
    margin-top: 0;
    height: auto;
    width: 300px;
}

.support-category ul li:first-child a {
    font-size: 1.8rem;
    display: block;
    padding: 20px 10px;
}



#supportCategory > div {
    width: 30%;
}

#supportCategory h2 {
    text-align: center;
}

#supportCategory h2 a {
    color: #fff;
    display: block;
    background: linear-gradient(rgb(210, 23, 30), rgb(150, 34, 41));
    padding: 20px 10px;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 2px;
    border-radius: 5px;
}

#supportCategory h2 .support_over_text {
    font-size: 1.3rem;
    padding: 23.5px 0px;
}

#VersionContentBox {
    background: #f1f1f1;
    background-image: url(https://low-tab.com/img/silver_bar_01.png),url(https://low-tab.com/img/silver_bar_01.png);
    background-position: top,bottom;
    background-repeat: no-repeat,no-repeat;
    background-size: 100% auto,100% auto; 
    height: 500px;
    margin: 0 0 180px;
}

.version-area {
    position: relative;
    top: 50px;
    margin: auto;
    padding: 50px 50px 70px;
    width: 825px;
    height: 280px;
    background: #fff;
    box-shadow: 0px 52px 88px -3px #f1f1f1 inset,0px -52px 88px -3px #f1f1f1 inset;
    overflow-y: scroll;
}


.v-c {
    margin:18px 0 0 ;
    padding: 0 0 18px;
    border-bottom: 1px solid #ddd;
}

#supportCategory ul li {
    position: relative;
    padding: 0px 10px 0px 40px;
    margin: 12px 0;
    height: 51px;
    font-size: 1rem;
    background: url(https://low-tab.com/img/q_back_red.png) no-repeat;
    border: 1px solid #f1f1f1;
}

#supportCategory ul li a {
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 80%;
  transform: translate(0, -50%);
}

.questionaria_title {
    color: rgb(130,130,130);
    font-size: 2rem;
    font-weight: normal;
}

.questionaria_text {
    font-size: .95rem;
}

.accordionaria dt {
    overflow: hidden;
    padding: 0px 10px 0px 0px;
    margin-top: 8px;
    height: 51px;
    font-size: 1rem;
    line-height: 51px;
    border: 1px solid #f1f1f1;
    cursor: pointer;
}

.accordionaria dt span{
    display: inline-block;
    width: 24px;
    background: #171C65;
    color: #fff;
    font-size: 1.2rem;
    padding: 0 11px;
    margin: 0 10px 0 0;
    text-align: center;
}

.erroraria .accordionaria dt span {
    width: 40px;
}

.red-accordion.accordionaria dt span {
    background: #ba0219;
}

.small_png {
    width: 15px;
    position: relative;
    top: 1px;
    left: 5px;
}

.faqaria .accordionaria dt span{
     background: #ccc;
}

.accordionaria dd {
    padding: 20px;
    background: #f1f1f1;
    cursor: default;
}

.questionaria {
    margin: 0px 0 30px;
}

.shadow-box  {
    position:relative;
}

.shadow-box:before, .shadow-box:after
{
    content:"";
    position:absolute;
    z-index:-1000000;
    -webkit-box-shadow:1px 1px 13px #555;
    -moz-box-shadow:1px 1px 13px #555;
    box-shadow:1px 1px 13px #555;
    top:0;
    bottom:0;
    left:10px;
    right:10px;
}

.swiper-button-prev,.swiper-button-next {
    display: none;
}


.support-slide .slideshow-box {
    height: 438px;
    padding: 50px 0 20px;
}

.support-slide .swiper-wrapper {
    height: 368px;
    padding: 50px 0 20px;
}

.slideshow-box,.swiper-container {
    background: #fff;
}

.support-slide div {
    position: relative;
    font-size: 3rem;
    color: rgb(130,130,130);
    font-family: "メイリオ";
}

.slideshow-box .slide_no{
    font-weight: bold;
    font-size: 11rem;
    position: absolute;
    left: 115px;
    top:80px;
    color: rgb(200,200,200);
}

.swiper-slide {
    overflow: hidden;
}

.support-slide img{
    position: absolute;
}



    


.support-slide .topslide_box.firststart {
    animation: topslide 1s forwards;
    animation-delay: 2.5s;
}

.support-slide .topslide_box.start {
    animation: topslide 1s forwards;
    animation-delay: .5s;
}



@keyframes topslide {
    0% {
        bottom: 400px;
    }

    20% {
     bottom: 0px;
    }

    50% {
        bottom: 60px;
    }

    75% {
    }

    100% {
        bottom: -20px;
        opacity: 1;
    }


}

@keyframes topslide2 {
 0% {
        bottom: 400px;
    }

    20% {
     bottom: 0px;
    }

    50% {
        bottom: 60px;
    }

    75% {
    }

    100% {
        bottom: -75px;
        opacity: 1;
    }   
}

.slideshow-box .slide_title{
    position: absolute;
    left: 115px;
}

.slideshow-box .slide_text{
    position: absolute;
    font-size: 2.3rem;
    left: 500px;
    top: 170px;
}

.slideshow-box .slide_next{
    position: absolute;
    font-size: 2.3rem;
    top: 260px;
    cursor: pointer;
    color: #171C65;
    right: 60px
}

.slideshow-box *:focus {
  outline: none;
}

.helpImg-box {
    margin:20px auto 0;
    max-width: 686px;
    font-size: .9rem;
}

.helpImg {
    display: block;
    margin:5px auto 20px;
    box-shadow: 5px 5px 10px #aaa;
    width: 100%;
    border: 1px solid #ccc;
}

 .slick-dots {
    margin: 20px 0 0 ;
}


.swiper-slide {
    padding-bottom: 20px;
    opacity: 0;
}

.swiper-slide-prev.swiper-slide {
    opacity: 0;
    transition: .3s;
}

.swiper-slide-next.swiper-slide {
    opacity: 1;
}

.swiper-slide-active.swiper-slide {
    opacity: 1;
}

.support-slide .swiper-pagination {
    margin:20px auto 0;
    text-align: center;
}

.swiper-pagination-bullet {
    margin: 20px 10px 0; 
}

.h_btn {
    text-align: right;
    margin: 20px 120px 0 0;
}

.h_btn .red-btn {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.2rem;
    box-shadow: rgb(120, 120, 120) 3px 3px 5px;
}




/*================
   　　お問合せ
=================*/

.contact-menu-btn {
    margin: auto 50px;
    padding: 5px;
    position: relative;
    top: -1px;
    width: 300px;
    background: linear-gradient(rgb(210, 23, 30), rgb(150, 34, 41));
    border-radius: 5px;
}

.faq-link-box {
    margin-bottom: 30px;
}

.faq-link-box p {
    margin: 0 0 20px;
}


.faq-link-box a {
    display: inline-block;
    margin: 0 10px;
    padding: 8px 12px;
    border-radius: 3px;
}
.faq-link-box a:nth-child(2) {
    margin-left: 50px;
}


.contact_menu_sikaku {
    font-size: 1.5rem;
    position: relative;
    top: 1px;
}

.i-c {
    font-size: 1.2rem;
}

.i-c.i-b {
    margin-bottom: 0;
}



.contact-menu-btn.bule {
    background: linear-gradient(#171CA5, #171C65);
}

#map_canvas {
	width: 100%;
	height: 350px;
}
 #ContactContent.contact-content {
    width: 100%;
    margin: 150px 0 70px 0;
}

.contact-p-subtitle {
    display: inline-block;
    margin-bottom: 7px;
}

.pl {
    padding-left: 1rem;
}

.flex.content-body p:nth-child(2) {
    margin-left: 50px;
}

.mail-caution li {
    text-indent: -20px;
    padding: 0 0 0 20px;
}

#contactContentBody {
    width: 920px;
    margin: auto;
}

#contactContentBody li {
    text-indent: -20px;
}

#contactContentBody > li{
    margin: 0 0 14px 0;
}

#contactContentBody > li:last-child{
    margin: 0 0 0px 0;
}

#contactContentBody > li > ul,#contactContentBody > li > ul > li > ul {
	padding-left: 20px;
}

#contactContentBody .block-con {
    padding: 0 0 0 20px;
}

.mail-check {
    margin: 20px 0 -20px 0;
    text-align: center;
}

.contact-flex-box {
    width: 200px;
    text-align: center;
}

.error-seach-form .contact-flex-box {
    width: auto;
}

.contact-flex-box * {
    cursor: pointer;
}

.contact-flex-box input[type="radio"] {
    position: relative;
    top: 1px;
}

.down-contact1,.spflee-text {
    opacity: 0;
}

/*よくある質問*/
.faqaria {
    margin: 0 auto 50px;
}
.faq-btn {
    width: 300px;
    border-radius: 7px;
    margin: 25px auto 70px;
}

.faq-btn a {
    padding: 18px 0;
}

.faqaria .accordionaria dt {
    background: url(https://low-tab.com/img/q_back_red.png) no-repeat;
    padding-left: 40px;
}

.blue-page .faqaria .accordionaria dt {
    background: url(https://low-tab.com/img/q_back.png) no-repeat;
}

.faqaria .accordionaria dt.a-image {
   background: url(https://low-tab.com/common_necessity_file/img/a_back.png) no-repeat;
}

.faq_all_content h2 {
    margin-bottom: 20px;
}

/*ソフトウェアのダウンロード*/
.software-download-btn-box {
    margin: 25px auto 0px;
    text-align: center;
}

.software-download-btn-box .red-btn {
    width: 200px;
    margin:15px auto 70px;
    border-radius: 5px;
}

.software-download-btn.look {
    background: #555;
     pointer-events: none;
}

.software-download-btn {
    display: block;
    width: 120px;
}

.software-download-btn a {
    padding: 15px 0;
}

/*エラー内容一覧*/
.erroraria {
     margin: 0 auto 120px;
}

.error-content-section {
    justify-content: space-around;
    margin: 0 0 50px;
}

.error-content-section .red-btn,.back-red-btn {
   background: linear-gradient(rgb(210, 23, 30), rgb(150, 34, 41));
    border-radius:5px;
}

.back-red-btn {
    display: block;
}

.error-content-section .red-btn a,.back-red-btn{
    font-size: 1.2rem;
    width: 175px;
    padding: 13px 0;
    
}

.back-red-btn {
    margin-left: 0;
}

.erroraria .accordionaria dt span {
    background: #ba0219;
}

.seach-error {
    margin: 40px 0;
    text-align: center;
}

#Form.view_f3 {
    min-height: 400px;
    margin-top: 25px;
}