/*
Theme Name: KMT-DS-Theme
Author: Nayra Themes
Description: Avril is a fast and lightweight, multi-purpose WordPress theme. Enjoy Ken Burns effect, background elements, & smooth animations. Build amazing website with Avril.
Version: 2.1
Tested up to: 5.8
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: avril-pro
Slug: avril-personal
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, grid-layout, portfolio, photography

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/



.avail-theme .theme-mobile-nav.sticky-nav,
.avail-theme .sticky-menu {
    background: #151535;
}
.avail-theme .theme-mobile-nav.sticky-nav .hamburger-menu div {
    background-color: #FFFFFF;
}
.avail-theme .theme-mobile-nav.sticky-nav .header-search-toggle,
.avail-theme .theme-mobile-nav.sticky-nav .cart-icon-wrap,
.avail-theme .header .sticky-menu .header-search-toggle,
.avail-theme .header .sticky-menu .cart-icon-wrap,
.avail-theme .sticky-menu .menubar .menu-wrap > li > a {
    color: #FFFFFF;
}
.avail-theme .navbar-area.sticky-menu .menubar .menu-wrap .dropdown-menu > li.active > a,
.avail-theme .navbar-area.sticky-menu .menubar .menu-wrap > li.active > a,
.avail-theme .navbar-area.sticky-menu .menubar .menu-wrap > li.focus > a,
.avail-theme .navbar-area.sticky-menu .menubar .menu-wrap > li:hover > a,
.avail-theme .navbar-area.sticky-menu .menubar .dropdown-menu:before {
    color: var(--sp-primary);
}

/***************************************************************************************************/
/***************************************************************************************************/
/*****************ここからカスタムCSS*****************/
/***************************************************************************************************/
/***************************************************************************************************/

/***************************************************************************************************/
/*****************Googleマテリアルアイコン*****************/
/***************************************************************************************************/
.material-icons{
    display: inline-flex;
    vertical-align: middle;
	margin-right:10px;
}



/***************************************************************************************************/
/*****************ホームカスタム Above Headerのコンタクト3*****************/
/***************************************************************************************************/
aside.widget.widget-contact.wgt-3{
	padding:0;
}

/***************************************************************************************************/
/*****************投稿記事*****************/
/***************************************************************************************************/
.post-title {
    font-size: 2em;
    color: #d61523;
}
.breadcrumb-content-below .breadcrumb-list {
    line-height: 1.2em;
}
/***************************************************************************************************/
/*****************ホーム セクションタイトル b テキスト*****************/
/***************************************************************************************************/
.av-text-wrapper b{
	font-weight:normal !important;
}

/***************************************************************************************************/
/*****************ホーム custom section前の新着情報タイトル*****************/
/***************************************************************************************************/
.av-text-wrapper_news b{
	font-weight:normal !important;
}
.heading-default .av-heading .av-text-wrapper_news{
	text-align:center;
	line-height:1;
}
.av-heading.animate-7 .av-text-wrapper_news{
	-webkit-perspective:300px;
	-moz-perspective:300px;
	perspective:300px;
	width:90px;
}

/****************what newの左右マージン*****************/
div.whatsnew {
    margin: 10px 10% !important;
	padding:0 0 100px;
}

/***************************************************************************************************/
/*****************ホーム custom sectionのドローンショー*****************/
/***************************************************************************************************/
#custom-section{
	padding-bottom:0;
}

.ds_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: auto;
    margin:0 auto 30px;
    padding:0 10px;
    border: 1px solid #151535;
    border-radius: 5px;
    background-color: #151535;
    color: #fff;
    font-size: clamp(16px,18px,20px);
}

.ds_btn:hover {
    animation: anima-button-30 1s;
	background-color:#fff;
	color:#1398f6;
}

@keyframes anima-button-30 {
    0% {
        box-shadow: 0 0 0 0 rgb(19 152 246 / 50%);
    }
    100% {
        box-shadow: 0 0 0 1.2em rgb(0 0 0 / 0%);
    }
}

.ds_text{
	font-size:1.5em;
}
.ds_text span{
	color:#d61523;
}
.pr_text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d61523;
    font-weight: bold;
    font-size: 2em;
    line-height: 1em;
}
.pr_text::before, .pr_text::after {
    width: 3px;
    height: 60px;
    background-color: #2589d0;
    content: '';
}
.pr_text:before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
.pr_text::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

/***************************************************************************************************/
/*****************ホーム Features Section Secondのイメージ*****************/
/***************************************************************************************************/
.features-section.bg-primary .features-icon {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
}
.features-icon {
    width: 100% !important;
}

/***************************************************************************************************/
/*****************固定ページのパンくずリスト*****************/
/***************************************************************************************************/
.breadcrumb-heading {
    max-width: 80% !important;
}

/***************************************************************************************************/
/*****************Footer*****************/
/***************************************************************************************************/
.footer_1{
	font-size:14px !important;
}
.footer_1 i{
	margin-right:5px;
	color:#3498db;
}
.footer_work i{
	margin-right:5px;
	color:#3498db;
}
.widget ul li:before{
	color:#3498db;
}

/***************************************************************************************************/
/*****************共通 タイトル*****************/
/***************************************************************************************************/
.h2_title_1 {
    font-size: 3em;
    position: relative;
    padding:0 0 .25em .5em;
}
.h2_title_1::before, .h2_title_1::after {
    height: 4px;
    position: absolute;
    left: 0;
    content: '';
    bottom: -4px;
}
.h2_title_1::before {
    background-color: #e43314;
    width: 15%;
    z-index: 2;
}
.h2_title_1::after {
    width: 100%;
    background-image: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
    background-image: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}
.h3_title_1 {
	font-size: 2.7em;
    padding: .5em;
    border-top: 6px double #e43314;
    border-bottom: 6px double #e43314;
	text-align:center;
}
.h3_title_2{
	font-size: 2.25em;
	padding:0 .5em;
	margin:0;
}
.h3_title_2_top{
	padding: 2px 0;
    border-top: 3px solid #e43314;
    border-bottom: 3px solid #e43314;
}
.h3_title_2_bottom{
	padding: 1em .5em;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999
}

.h3_title_3 {
    font-size: 2.25em;
    position: relative;
    border-bottom: 4px solid #ccc;
    padding:0 0 .25em .5em;
}
.h3_title_3::after {
    background-color: #e43314;
    height: 4px;
    width: 20%;
    z-index: 2;
    position: absolute;
    left: 0;
    content: '';
    bottom: -4px;
}
.h3_title_4 {
	position: relative;
	font-size: 2.25em;
	text-align: center;
	border-bottom: 5px solid #f6f6f6;
	padding:0 0 .25em .5em;
}

.h3_title_4::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #e43314;
}

.h4_title_1 {
    font-size: 2em;
    border-left: 6px solid #e43314;
    position: relative;
    padding: .5em;
}
.h4_title_1::after {
    height: 0;
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #ccc;
    left: 0;
    content: '';
    bottom: 0;
}

/***************************************************************************************************/
/*****************共通 投稿*****************/
/***************************************************************************************************/
.post_img_area img{
	margin:0 auto;
}

/***************************************************************************************************/
/*****************共通 固定ページ*****************/
/***************************************************************************************************/
/****画像の中央表示****/
.img_area img{
	margin:0 auto;
}

/****画像の下のpタグ無効化****/
p:empty:before {
    content:none !important;
}

/****外枠線****/
.blog-post-inner {
    border:none !important;
}

/****コンテンツのrow設定****/
.content_row_padding{
	padding:0 3%;
}

/****コンテンツのpadding設定****/
.padding_10{
	padding:0 10%;
}
.padding_0{
	padding:0 !important;
}

/****コンテンツのmargin設定****/
.bottom_20{
	margin-bottom:20px !important;
}
.bottom_0{
	margin-bottom:0px !important;
}

/****コンテンツのPタグ設定****/
.entry-content p {
	font-size: 18px;
	line-height:1.3em !important
}

/****コンテンツのPタグ設定****/
.margin_top_0{
	margin-top:0 !important;
}



/****セクションの見出し****/
.section_midasi_1{
  font-size:3em !important;
  position: relative;
  padding:0;
  text-align: center;
}
.section_midasi_1:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #e43314;
}

.section_midasi_2{
  font-size:2.3em !important;
  position: relative;
  padding:0;
  text-align: center;
}
.section_midasi_2:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #e43314;
}

.section_midasi_3{
  font-size:2.3em !important;
  padding: 0.1rem 2rem;
  border-left: 25px double #000;
}

/****セクションのテキスト****/
.section_text{
	padding:0 10%;
	font-size:1.5em !important;
	line-height:1.5em;
}
.text_1em{
	font-size:1em !important;
}
.text_1hem{
	font-size:1.5em !important;
}
.text_2em{
	font-size:2em !important;
}
.text_2hem{
	font-size:2.5em !important;
}
.text_3em{
	font-size:3em !important;
}
.text_3hem{
	font-size:3.5em !important;
}
.text_24{
	font-size:24px !important;
}
.align_center{
	text-align:center !important;
}
.align_left{
	text-align:left !important;
}
.align_right{
	text-align:right !important;
}
.text_white{
	color:#fff;
}
.text_black{
	color:#000;
}
.text_justify{
	text-align:justify
}


/****オンラインとコンタクトのボタン****/
.online_shop_link_btn,.contact_link_btn{
	width:80%;
}

/****製品FAQのアコーディオン****/
.faq_accordion_area{
	width: 70% !important;
    margin: 0 15% !important;
}
.faq_accordion_text{
	font-size:1.2em !important;
}
.faq_accordion_area .su-spoiler-title {
    font-size:1.2em !important;
	font-weight: normal !important;
}
.faq_accordion_area .su-spoiler-content {
    background-color: #f9f9f9;
}



/***************************************************************************************************/
/*****************Airpeak ページ*****************/
/***************************************************************************************************/
.airpeak_top_text_title{
	text-align:center;
	line-height:1em!important;
	font-size:2.7em !important;
	margin-bottom: 0.5em;
}
.airpeak_top_text{
	line-height:1.5em !important;
	font-size:1.3em !important;
}
.airpeak_sony_logo{
	padding:0 15%;
}
.airpeak_sony_logo img{
	margin:0 auto;
}
.airpeak_smartslider{
	width:80% !important;
	margin:0 10% !important;
}
.airpeak_chart{
	padding:0 10% !important;
}
.airpeak_contact_link_btn{
	width: 40%;
}
@media only screen and (max-width: 768px){
.autel_evo2_dual_contact_link_btn {
    width: 90%;
}
}
.airpeak_info_text_1{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #ffa500;
    font-weight: 400;
}
.airpeak_info_text_2{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #5a5757;
    font-weight: 400;
}
.airpeak_info_text_telmail{
    font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #030033;
    font-weight: 700;
}
.airpeak_info_text_telmail i{
    font-size: 1em !important;
    line-height: 1em !important;
    margin-right:10px;
	color:#22a900;
}

.airpeak_tab_img{
	padding:0 15% !important;
}

/****タイトル・テキスト設定は、Airpeak S1 / アプリ / ツール のページで共通****/
.features_title{
	font-size:2em !important;
	line-height:1em !important;
	font-weight: bold;
    color: #2F353D;
}
.features_text_1{
	font-size:1.5em !important;
	line-height:1.5em !important;
	color:#2F353D;
	margin-top: 20px;
	font-weight:bold;
}
.features_text_2{
	font-size:1.3em !important;
	line-height:1.3em !important;
}
.features_text_3{
	font-size:1em !important;
	line-height:1em !important;
}
/*********************************↑ここまで************************************/

.airpeak_spec_table_area{
	padding:0 10px;
}
.airpeak_spec_table{
	border:solid 1px #e4e5e5;
	width:90%;
	margin:0 auto;
}
.airpeak_spec_table th{
	width:38%;
	border:solid 1px #e4e5e5;
	background-color:#fff !important;
	color:#333 !important
}
.airpeak_spec_table td{
	width:62%;
	border:solid 1px #e4e5e5;
	background-color:#fff !important;
	color:#333 !important
}
.airpeak_spec_table .th_top{
	background-color:#f3f3f3 !important;
}
.airpeak_spec_table th,.airpeak_spec_table td{
	padding: 15px;
}

sub {
    top: -.5em;
}

/***************************************************************************************************/
/*****************Airpeakアクセサリーページ*****************/
/***************************************************************************************************/
.airpeak_acc_top_img{
	padding: 0 20% !important;
}
.airpeak_acc_top_img img{
	margin: 0 auto !important;
}
.airpeak_acc_info_text_1{
	font-size: 2.5em !important;
    line-height: 1em !important;
    text-align: center;
	color: #ffa500;
    font-weight: 300;
}
.airpeak_acc_info_text_2{
	font-size: 2.5em !important;
    line-height: 1em !important;
    text-align: center;
	color: #5a5757;
    font-weight: 300;
}
.airpeak_acc_info_text_telmail{
    font-size: 2.2em !important;
    line-height: 1em !important;
    text-align: center;
	color: #030033;
    font-weight: 700;
}
.airpeak_acc_info_text_telmail i{
    font-size: 1em !important;
    line-height: 1em !important;
    margin-right:10px;
	color:#22a900;
}
.airpeak_top_youtube{
	width: 60% !important;
    margin: 0 20% !important;
}
.airpeak_acc_text_1{
	font-size:1.5em !important;
	line-height:1.3em !important;
	color:#2F353D;
	margin-top: 20px;
	font-weight:bold;
}
.airpeak_acc_text_2{
	font-size:1.3em !important;
	line-height:1.3em !important;
}
.airpeak_acc_text_3{
	font-size:1em !important;
	line-height:1.3em !important;
}
.airpeak_acc_name{
	font-size:1.5em !important;
}
.airpeak_acc_price{
	font-size:1.5em !important;
	color: #d53b01;
}
.airpeak_acc_table_area{
	padding:0 10px;
}
.airpeak_acc_table{
	border:solid 1px #e4e5e5;
	width:100%;
	margin:0 auto;
	table-layout:auto;
}
.airpeak_acc_table th{
	width:38%;
	border:solid 1px #e4e5e5;
	background-color:#fff !important;
	color:#333 !important
}
.airpeak_acc_table td{
	width:62%;
	border:solid 1px #e4e5e5;
	background-color:#fff !important;
	color:#333 !important
}
.airpeak_acc_table .th_top{
	background-color:#f3f3f3 !important;
}
.airpeak_acc_table th,.airpeak_acc_table td{
	padding: 5px;
}

/***************************************************************************************************/
/*****************Airpeakアプリページ*****************/
/***************************************************************************************************/
.app_icon{
	display: inline-block;
}

/***************************************************************************************************/
/*****************Airpeakトランクページ*****************/
/***************************************************************************************************/
.airpeak_trankcase_title{
	text-align: center;
    font-size: 1.5em;
    line-height: 1.5em;
    background-color: #f3f3f3;
}
.airpeak_trankcase_text{
	font-size: 1.2em;
    line-height: 1.5em;
}
.airpeak_trankcase_text span{
	color:#d11603;
}
.airpeak_trankcase_price{
    font-size: 2em !important;
    color: #d53b01;
	text-align: center;
}
.airpeak_trunk_smartslider{
	width: 50% !important;
    margin: 0 25% !important;
}
@media only screen and (max-width: 768px){
.airpeak_trunk_smartslider{
	width: 70% !important;
    margin: 0 15% !important;
}
}

/***************************************************************************************************/
/*****************AUTEL 各プライスページ共通*****************/
/***************************************************************************************************/

/*****************AUTEL EVO LITE/NANO プライスページ*****************/
.lite_nano_price_top_img_area img{
	margin:0 auto;
}
.lite_nano_price_video_area{
	padding:0 5%;
}
.lite_nano_price_video{
	width:100%;
}
.lite_nano_price_tabs .lite_nano_price_contents_tab_area .su-tabs-nav span.lite_nano_price_contents_tab{
	font-size:1.2em !important;
    background-color: #d1d1d1;
    color: #fff;
	padding: 20px;
    line-height: 1em;
	border: 1px solid #fff;
	margin:2px;
}
.lite_nano_price_tabs .lite_nano_price_contents_tab_area .su-tabs-nav span.su-tabs-current {
    color: #000;
	background-color:#fff;
}
.lite_nano_price_tabs .su-tabs{
	background: #fff;
}
.lite_nano_price_tabs .lite_nano_price_contents_tab_area .su-tabs-nav{
	background-color:#d1d1d1;
	border-radius: 3px;
	padding:3px;
	display: grid;
    gap: 4px;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}

/********************************************************************/
.evo2_v3_price_tabs .evo2_v3_price_contents_tab_area .su-tabs-nav span.evo2_v3_price_contents_tab{
	font-size:1.2em !important;
    background-color: #d1d1d1;
    color: #fff;
	padding: 20px;
    line-height: 1em;
	border: 1px solid #fff;
	margin:2px;
}
.evo2_v3_price_tabs .evo2_v3_price_contents_tab_area .su-tabs-nav span.su-tabs-current {
    color: #000;
	background-color:#fff;
}
.evo2_v3_price_tabs .su-tabs{
	background: #fff;
}
.evo2_v3_price_tabs .evo2_v3_price_contents_tab_area .su-tabs-nav{
	background-color:#d1d1d1;
	border-radius: 3px;
	padding:3px;
	display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}
.evo2_v3_price_img_area img{
	margin:0 auto;
}

.autel_top_youtube{
	width: 80% !important;
    margin: 0 10% !important;
}
.autel_price_info_text_1{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #ffa500;
    font-weight: 300;
}
.autel_price_info_text_2{
	font-size: 2em !important;
    line-height: 1.2m !important;
    text-align: center;
	color: #5a5757;
    font-weight: 300;
}
.autel_price_inf_text_telmail{
    font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #030033;
    font-weight: 700;
}
.autel_price_inf_text_telmail i{
    font-size: 1em !important;
    line-height: 1em !important;
    margin-right:10px;
	color:#22a900;
}
.autel_price_online_shop_img:hover{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.autel_price_info_dual_text{
	font-size: 2.2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #e43314;
    font-weight: bold;
	margin:0 10%;
}
.evo2_set_name{
	font-size: 2em !important;
    line-height: 1em !important;
    color: #e43314;
    padding: 5px;
    text-align: center;
}
.evo2_set_title{
	font-size: 2em !important;
    line-height: 1em !important;
    background-color: #e43314;
    color: #fff;
    padding: 5px;
    text-align: center;
}
.evo2_set_text{
	font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 5px;
	padding: 0 20px;
}
.evo2_set_text i{
	color:#6ea1bb;
	margin-right:5px;
}
.evo2_set_text_price{
	font-size: 2em !important;
    line-height: 1em !important;
    background-color: #afafaf;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.evo2_option_text{
	font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 5px;
	text-align:center;
}
.evo2_option_text_price{
	font-size: 22px !important;
    line-height: 1em !important;
    background-color: #e43314;
    color: #fff;
    text-align: center;
	padding:2px 0;
	margin-bottom:40px !important
}


/***************************************************************************************************/
/*****************AUTEL EVO2シリーズ V2/V3ページ　共通*****************/
/***************************************************************************************************/
.autel_logo_img{
	padding: 0 30% !important;
}
.autel_link_btn{
	width: 40%;
}
@media only screen and (max-width: 768px){
.autel_logo_img{
	padding: 0 10% !important;
}	
.autel_link_btn {
    width: 90%;
}
.autel_contact_link_btn{
	width:80%;	
}
}

.evo2_v3_section,.evo2_v3_top_section{
	position:relative; 
	margin-bottom:0 !important;
}
.evo2_v3_section_bg {
    position: absolute;
    top: 20px;
    width: 90%;
    margin: 0 5%;
}
.evo2_v3_bg_dark{
	background-color: #00000000;
}
.evo2_v3_section_bg_text_1{
	padding:0 10%;
	color:#fff;
	margin-bottom: 5px;
	font-size:3em !important;
	line-height:1.5em;
}
.evo2_v3_section_bg_text_1 span{
	color:#e60027;
}
.evo2_v3_section_bg_text_2{
	padding:0 10%;
	color:#fff;
	font-size:2em !important;
	line-height:1.5em;
}
.evo2_v3_section_bg_text_3{
	padding:0 10%;
	color:#fff;
	font-size:1.3em !important;
	line-height:1.5em;
}
.evo2_v3_section_bg_text_4{
	padding:0 10%;
	color:#d61523;
	font-size:3em !important;
	line-height:1.5em;
}
.evo2_v3_section_bg_text_4 span{
	margin-right:20px;
}
.evo2_v3_section_bg_text_5{
	padding:0 10%;
	color: #f26e7e;
    background: linear-gradient(to right,#6667ad 0%, #a65a91 26%,#e54c74 52%,#f5f1b3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
	font-size:3em !important;
	line-height:1.5em;
}
.evo2_v3_section_bg_text_5 span{
	font-size: 0.7em !important;
    margin: 0 50px 0 10px;
    color: #fff !important;
}
.evo2_v3_section_bg_text_6{
	padding:0 10%;
	color:#d61523;
	font-size:3em !important;
	line-height:1.5em;
}
.evo2_v3_section_bg_text_6 span{
	font-size:0.7em !important;
}

.evo2_v3_section_bg_right {
    position: absolute;
    top: 20%;
    width: 50%;
    margin: 0;
	right:0px;
}
.evo2_v3_section_bg_right ul li{
	display: inline-block;
    width: 47%;
    text-align: left;
	color:#fff;
}
.evo2_v3_section_bg_left {
    position: absolute;
    top: 10%;
    width: 50%;
    margin: 0;
	left:0px;
}
.evo2_v3_section_bg_left ul li{
	display: inline-block;
    width: 47%;
    text-align: left;
	color:#fff;
}
.evo2_v3_section_bg_left ul li img{
	margin:20px auto 0;
}
.evo2_v3_bg_wrap{
	width: 94%;
    padding: 20px 0%;
    background-color: #000000;
    margin: 0 auto;
}

@media only screen and (max-width: 768px){
.evo2_v3_section_bg{
	position: inherit;
	width:100%;
	margin:0;
}	
.evo2_v3_bg_dark{
	background-color: #00000080;
}
.evo2_v3_section_bg_text_1{
	padding:0 5%;
	color:#fff;
	margin-bottom: 5px;
	font-size:2em !important;
	line-height:1.5em;
}
.evo2_v3_section_bg_text_1 span{
	color:#e60027;
}
.evo2_v3_section_bg_text_2{
	padding:0 5%;
	color:#fff;
	font-size:2em !important;
	line-height:1.5em;
}
.evo2_v3_section_bg_text_3{
	padding:0 5%;
	color:#fff;
	font-size:1.3em !important;
	line-height:1.5em;
}
.evo2_v3_section_bg_text_4{
	padding:0 5%;
	color:#d61523;
	font-size:2em !important;
	line-height:1.5em;
}
.evo2_v3_section_bg_text_4 span{
	margin-right:20px;
}
.evo2_v3_section_bg_text_5{
	padding:0 5%;
	color:#d61523;
	font-size:2em !important;
	line-height:1.5em;
}
.evo2_v3_section_bg_text_5 span{
	margin-right:20px;
}
.evo2_v3_section_bg_right{
	position: inherit;
	width:100%;
	margin:0;
	padding:5px 0;
}
.evo2_v3_section_bg_right ul li{
	display: inline-block;
    width: 47%;
    text-align: center;
	color:#fff;
}
.evo2_v3_section_bg_right ul li img{
	margin:0 auto;
}
.evo2_v3_section_bg_left{
	position: inherit;
	width:100%;
	margin:0;
	padding:5px 0;
}
.evo2_v3_section_bg_left ul li{
	display: inline-block;
    width: 47%;
    text-align: center;
	color:#fff;
}
.evo2_v3_section_bg_left ul li img{
	margin:0 auto;
}	
}

@media only screen and (max-width: 1024px){
.evo2_v3_section_bg{
	position: inherit;
	width:100%;
	margin:0;
	padding:5px 0;
}
.evo2_v3_bg_dark{
	background-color: #00000080;
}
.evo2_v3_section_bg_right{
	position: inherit;
	width:100%;
	margin:0;
	padding:5px 0;
}
.evo2_v3_section_bg_right ul li{
	display: inline-block;
    width: 47%;
    text-align: center;
	color:#fff;
}
.evo2_v3_section_bg_right ul li img{
	margin:0 auto;
}
.evo2_v3_section_bg_left{
	position: inherit;
	width:100%;
	margin:0;
	padding:5px 0;
}
.evo2_v3_section_bg_left ul li{
	display: inline-block;
    width: 47%;
    text-align: center;
	color:#fff;
}
.evo2_v3_section_bg_left ul li img{
	margin:0 auto;
}
}

@media only screen and (max-width: 1200px){
.evo2_v3_section_bg{
	position: inherit;
	width:100%;
	margin:0;
	padding:5px 0;
}
.evo2_v3_bg_dark{
	background-color: #00000080;
}
.evo2_v3_section_bg_right{
	position: inherit;
	width:100%;
	margin:0;
	padding:5px 0;
}
.evo2_v3_section_bg_right ul li{
	display: inline-block;
    width: 47%;
    text-align: center;
	color:#fff;
}
.evo2_v3_section_bg_right ul li img{
	margin:0 auto;
}
.evo2_v3_section_bg_left{
	position: inherit;
	width:100%;
	margin:0;
	padding:5px 0;
}
.evo2_v3_section_bg_left ul li{
	display: inline-block;
    width: 47%;
    text-align: center;
	color:#fff;
}
.evo2_v3_section_bg_left ul li img{
	margin:0 auto;
}
}

@media only screen and (max-width: 1500px){
/***
.evo2_v3_bg_dark{
	background-color: #00000080;
}
**/
	
.evo2_v3_section_bg_text_1{
	padding:0 5%;
	color:#fff;
	margin-bottom: 5px;
	font-size:2em !important;
	line-height:1.5em;
}
.evo2_v3_section_bg_text_1 span{
	color:#e60027;
}
.evo2_v3_section_bg_text_2{
	padding:0 5%;
	color:#fff;
	font-size:2em !important;
	line-height:1.5em;
}
.evo2_v3_section_bg_text_3{
	padding:0 5%;
	color:#fff;
	font-size:1.3em !important;
	line-height:1.5em;
}
.evo2_v3_section_bg_text_4{
	padding:0 5%;
	color:#d61523;
	font-size:2em !important;
	line-height:1.5em;
}
.evo2_v3_section_bg_text_4 span{
	margin-right:20px;
}
.evo2_v3_section_bg_text_5{
	padding:0 5%;
	color:#d61523;
	font-size:2em !important;
	line-height:1.5em;
}
.evo2_v3_section_bg_text_5 span{
	margin-right:20px;
}
}

.color_video{
	width:100%;
}

.evo2_v3_section_text_1{
	margin-bottom: 30px;
	font-size:3em !important;
	line-height:1.5em;
}
.evo2_v3_section_text_2{
	font-size:2em !important;
	line-height:1.5em;
}
.evo2_v3_section_text_3{
	font-size:1.2em !important;
	line-height:1.5em;
}
.body_color_img{
	margin:0 auto;
}
.evo2_v3_spec_column_area img{
	margin:0 auto;
}
.evo2_v3_spec_column_title{
	font-size: 54px !important;
    text-align: center;
    font-weight: 800;
    color: #ff4c2f;
}
.evo2_v3_spec_column_title span{
	font-size: 36px !important;
    text-align: center;
    line-height: 1.5em !important;
}
.evo2_v3_spec_column_text{
	font-size:24px !important;
	text-align:center;
}
.sc_se_icon img{
	margin:0 auto;
}
.text_white{
	 color: #fff !important;
}
.text_yellow{
	color: #ed981b !important;
}
.text_black{
	color:#242424 !important;
}
/****autelスペックテーブル共通****/
.autel_spec_tab_area{
	box-shadow: 0 1px 5px 0 rgb(230 230 230 / 90%);
}
.autel_spec_table{
	width:90%;
	margin:0 auto;
	color:#000;
	background-color: #0000 !important;
	border:none !important;	
}
.autel_spec_table tr{
	border-bottom:1px solid #929191;
}
.autel_spec_table td{
	border-bottom:1px solid #929191;
	font-size:14px !important;
	padding:5px 5px;
	color:#000;
	background-color: #0000 !important;
	border:none !important;
}
.autel_spec_table td.td_l{
	width:23%;
}


/***************************************************************************************************/
/*****************AUTEL EVO2 DUAL V2/V3ページ*****************/
/***************************************************************************************************/
.autel_evo2_dual_contact_link_btn{
	width:40%;
}
.dual_title{
	font-size: 26px !important;align-content;
	color:#ffc608;
}
.dual_text{
	font-size: 20px !important;align-content;
}

.dual_dri_table_area{
	background-color: #303030;
}
.dual_dri_table{
	width:80%;
	margin:0 10%;
	color:#fff;
	background-color: #0000 !important;
	border:none !important;	
}
.dual_dri_table tr{
	border-bottom:1px solid #929191;
}
.dual_dri_table td{
	border-bottom:1px solid #929191;
	background-color: #0000 !important;
	border:none !important;
	text-align:center;
}
.dual_dri_table td img{
	margin:0 auto;
}


/***************************************************************************************************/
/*****************AUTEL EVO2 ENT V3ページ*****************/
/***************************************************************************************************/
.ent_v3_flex_ul{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
	margin-left: -50px;
}
.ent_v3_flex_ul li{
	width: 33%;
    margin: 0 5%;
    list-style-type: none;
	color:#fff;
}
.ent_v3_flex_ul li img{
	margin:0 auto;
}
.ent_v3_logo_img img{
	margin:30px auto;
}
@media only screen and (max-width: 768px){
.ent_v3_logo_img {
    padding: 0 5% !important;
}
}
.ent_v3_640t_slide{
	padding:0 10%;
}
.ent_v3_640t_video_area{
	padding:0 5%;
}
.ent_v3_640t_video{
	width:100%;
}
.ent_v3_accessory img{
	margin:0 auto;
}

/***************************************************************************************************/
/*****************AUTEL EVO2 RTK V3ページ*****************/
/***************************************************************************************************/
.rtk_v3_img_posi_center img{
	margin:0 auto;
}
.rtk_v3_logo_img img{
	margin:30px auto;
}
@media only screen and (max-width: 768px){
.rtk_v3_logo_img {
    padding: 0 5% !important;
}
}
.rtk_v3_flex_ul{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
	margin-left: -50px;
}
.rtk_v3_flex_ul li{
	width: 8%;
    margin: 0 5%;
    list-style-type: none;
	color:#fff;
}
.rtk_v3_flex_ul li img{
	margin:0 auto;
}
.rtk_v3_logo_img img{
	margin:30px auto;
}
.top_position_0{
	top:0%;
}


/***************************************************************************************************/
/*****************Live Deckページ V2/V3*****************/
/***************************************************************************************************/
.livedeck_section_text{
	text-align:center;
	font-size:26px !important;
}
.livedeck_v3_flex_ul{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: left;
	margin-left: -50px;
}
.livedeck_v3_flex_ul li{
	width: 33%;
    margin: 0 5%;
    list-style-type: none;
	color:#fff;
}
.livedeck_v3_flex_ul li img{
	margin:0 auto;
}


/***************************************************************************************************/
/*****************Smart Controller V2/V3ページ*****************/
/***************************************************************************************************/
.sc_v3_img_posi_center img{
	margin:0 auto;
}
.img_left_margin img{
	margin-left:10%;
}


/***************************************************************************************************/
/*****************AUTEL EVO LITEページ*****************/
/***************************************************************************************************/
.evo_lite_section,.evo_lite_top_section{
	position:relative; 
	margin-bottom:0 !important;
}
.evo_lite_section_bg {
    position: absolute;
    top: 20px;
    width: 90%;
    margin: 0 5%;
}

.bg_dark{
	background-color: #00000080;
}
.evo_liteplus_logo_img {
    margin: 30px 0;
    padding: 0 0 0 10%;
    display: inline-block;
}
.evo_lite_section_bg_text_1{
	padding:0 10%;
	color:#fff;
	margin-bottom: 30px;
	font-size:3em !important;
	line-height:1.5em;
}
.evo_lite_section_bg_text_1 span{
	color:#e60027;
}
.evo_lite_section_bg_text_2{
	padding:0 10%;
	color:#fff;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_lite_section_bg_text_3{
	padding:0 10%;
	color:#fff;
	font-size:1.3em !important;
	line-height:1.5em;
}
.evo_lite_section_bg_text_4{
	padding:0 10%;
	color:#d61523;
	font-size:3em !important;
	line-height:1.5em;
}
.evo_lite_section_bg_text_4 span{
	margin-right:20px;
}
.evo_lite_section_bg_text_5{
	padding:0 10%;
	color: #f26e7e;
    background: linear-gradient(to right,#6667ad 0%, #a65a91 26%,#e54c74 52%,#f5f1b3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
	font-size:3em !important;
	line-height:1.5em;
}
.evo_lite_section_bg_text_5 span{
	font-size: 0.7em !important;
    margin: 0 50px 0 10px;
    color: #fff !important;
}
.evo_lite_section_bg_text_6{
	padding:0 10%;
	color:#d61523;
	font-size:3em !important;
	line-height:1.5em;
}
.evo_lite_section_bg_text_6 span{
	font-size:0.7em !important;
}

@media only screen and (max-width: 768px){
.evo_lite_section_bg{
	position: inherit;
	width:100%;
	margin:0;
}
.evo_liteplus_logo_img {
    padding: 0 5% !important;
}
.evo_lite_section_bg_text_1{
	padding:0 5%;
	color:#fff;
	margin-bottom: 30px;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_lite_section_bg_text_1 span{
	color:#e60027;
}
.evo_lite_section_bg_text_2{
	padding:0 5%;
	color:#fff;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_lite_section_bg_text_3{
	padding:0 5%;
	color:#fff;
	font-size:1.3em !important;
	line-height:1.5em;
}
.evo_lite_section_bg_text_4{
	padding:0 5%;
	color:#d61523;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_lite_section_bg_text_4 span{
	margin-right:20px;
}
.evo_lite_section_bg_text_5{
	padding:0 5%;
	color:#d61523;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_lite_section_bg_text_5 span{
	margin-right:20px;
}
}

@media only screen and (max-width: 1024px){
.evo_lite_section_bg{
	position: inherit;
	width:100%;
	margin:0;
}
}

@media only screen and (max-width: 1200px){
.evo_lite_section_bg{
	position: inherit;
	width:100%;
	margin:0;
}
}

@media only screen and (max-width: 1500px){
.evo_lite_section_bg_text_1{
	padding:0 5%;
	color:#fff;
	margin-bottom: 30px;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_lite_section_bg_text_1 span{
	color:#e60027;
}
.evo_lite_section_bg_text_2{
	padding:0 5%;
	color:#fff;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_lite_section_bg_text_3{
	padding:0 5%;
	color:#fff;
	font-size:1.3em !important;
	line-height:1.5em;
}
.evo_lite_section_bg_text_4{
	padding:0 5%;
	color:#d61523;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_lite_section_bg_text_4 span{
	margin-right:20px;
}
.evo_lite_section_bg_text_5{
	padding:0 5%;
	color:#d61523;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_lite_section_bg_text_5 span{
	margin-right:20px;
}
}

.color_video{
	width:100%;
}

.evo_lite_section_text_1{
	margin-bottom: 30px;
	font-size:3em !important;
	line-height:1.5em;
}
.evo_lite_section_text_2{
	font-size:2em !important;
	line-height:1.5em;
}
.evo_lite_section_text_3{
	font-size:1.2em !important;
	line-height:1.5em;
}
.body_color_img{
	margin:0 auto;
}

/***************************************************************************************************/
/*****************AUTEL EVO NANOページ*****************/
/***************************************************************************************************/
.autel_amazon_link_btn{
	width:60%;
}
.evo_nano_section,.evo_nano_top_section{
	position:relative; 
	margin-bottom:0 !important;
}
.evo_nano_section_bg {
    position: absolute;
    top: 20px;
    width: 90%;
    margin: 0 5%;
}
.evo_nano_section_bg_right {
    position: absolute;
    top: 20px;
    width: 50%;
    margin: 0;
	right:0px;
}
.evo_nano_section_bg_right ul li{
	display: inline-block;
    width: 47%;
    text-align: left;
	color:#fff;
}
.evo_nano_section_bg_left {
    position: absolute;
    top: 20px;
    width: 50%;
    margin: 0;
	left:0px;
}
.evo_nano_section_bg_left ul li{
	display: inline-block;
    width: 47%;
    text-align: left;
	color:#fff;
}
.nano_video_area .wp-video{
	margin:0 auto;
}
.nano_video{
	border-radius:8px;
}
div.nano_video_area {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
}
video.nano_video {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}
.bg_dark{
	background-color: #00000080;
}
/**
.evo_nanoplus_logo_img {
    margin: 30px 0;
    padding: 0 0 0 10%;
    display: inline-block;
}**/
.evo_nanoplus_logo_img img{
	margin:30px auto;
}
.evo_nano_logo_img img{
	margin:30px auto;
}
.evo_nano_section_bg_text_1{
	padding:0 10%;
	color:#fff;
	margin-bottom: 30px;
	font-size:3em !important;
	line-height:1.5em;
}
.evo_nano_section_bg_text_1 span{
	color:#e60027;
}
.evo_nano_section_bg_text_2{
	padding:0 10%;
	color:#fff;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_nano_section_bg_text_3{
	padding:0 10%;
	color:#fff;
	font-size:1.3em !important;
	line-height:1.5em;
}
.evo_nano_section_bg_text_4{
	padding:0 10%;
	color:#d61523;
	font-size:3em !important;
	line-height:1.5em;
}
.evo_nano_section_bg_text_4 span{
	margin-right:20px;
}
.evo_nano_section_bg_text_5{
	padding:0 10%;
	color: #f26e7e;
    background: linear-gradient(to right,#6667ad 0%, #a65a91 26%,#e54c74 52%,#f5f1b3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
	font-size:3em !important;
	line-height:1.5em;
}
.evo_nano_section_bg_text_5 span{
	font-size: 0.7em !important;
    margin: 0 50px 0 10px;
    color: #fff !important;
}
.evo_nano_section_bg_text_6{
	padding:0 10%;
	color:#d61523;
	font-size:3em !important;
	line-height:1.5em;
}
.evo_nano_section_bg_text_6 span{
	font-size:0.7em !important;
}

@media only screen and (max-width: 768px){
.evo_nano_section_bg{
	position: inherit;
	width:100%;
	margin:0;
	padding:5px 0;
}
.evo_nano_section_bg_right{
	position: inherit;
	width:100%;
	margin:0;
	padding:5px 0;
}
.evo_nano_section_bg_right ul li{
	display: inline-block;
    width: 47%;
    text-align: center;
	color:#fff;
}
.evo_nano_section_bg_right ul li img{
	margin:0 auto;
}
.evo_nano_section_bg_left{
	position: inherit;
	width:100%;
	margin:0;
	padding:5px 0;
}
.evo_nano_section_bg_left ul li{
	display: inline-block;
    width: 47%;
    text-align: center;
	color:#fff;
}
.evo_nano_section_bg_left ul li img{
	margin:0 auto;
}
.evo_nano_section_bg_text_1{
	padding:0 5%;
	color:#fff;
	margin-bottom: 30px;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_nano_section_bg_text_1 span{
	color:#e60027;
}
.evo_nano_section_bg_text_2{
	padding:0 5%;
	color:#fff;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_nano_section_bg_text_3{
	padding:0 5%;
	color:#fff;
	font-size:1.3em !important;
	line-height:1.5em;
}
.evo_nano_section_bg_text_4{
	padding:0 5%;
	color:#d61523;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_nano_section_bg_text_4 span{
	margin-right:20px;
}
.evo_nano_section_bg_text_5{
	padding:0 5%;
	color:#d61523;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_nano_section_bg_text_5 span{
	margin-right:20px;
}
.evo_nanoplus_logo_img {
    padding: 0 5% !important;
}
.evo_nano_logo_img {
    padding: 0 5% !important;
}
}

@media only screen and (max-width: 1024px){
.evo_nano_section_bg{
	position: inherit;
	width:100%;
	margin:0;
	padding:5px 0;
}
.evo_nano_section_bg_right{
	position: inherit;
	width:100%;
	margin:0;
	padding:5px 0;
}
.evo_nano_section_bg_right ul li{
	display: inline-block;
    width: 47%;
    text-align: center;
	color:#fff;
}
.evo_nano_section_bg_right ul li img{
	margin:0 auto;
}
.evo_nano_section_bg_left{
	position: inherit;
	width:100%;
	margin:0;
	padding:5px 0;
}
.evo_nano_section_bg_left ul li{
	display: inline-block;
    width: 47%;
    text-align: center;
	color:#fff;
}
.evo_nano_section_bg_left ul li img{
	margin:0 auto;
}
}

@media only screen and (max-width: 1200px){
.evo_nano_section_bg{
	position: inherit;
	width:100%;
	margin:0;
	padding:5px 0;
}
.evo_nano_section_bg_right{
	position: inherit;
	width:100%;
	margin:0;
	padding:5px 0;
}
.evo_nano_section_bg_right ul li{
	display: inline-block;
    width: 47%;
    text-align: center;
	color:#fff;
}
.evo_nano_section_bg_right ul li img{
	margin:0 auto;
}
.evo_nano_section_bg_left{
	position: inherit;
	width:100%;
	margin:0;
	padding:5px 0;
}
.evo_nano_section_bg_left ul li{
	display: inline-block;
    width: 47%;
    text-align: center;
	color:#fff;
}
.evo_nano_section_bg_left ul li img{
	margin:0 auto;
} 
}

@media only screen and (max-width: 1500px){
.evo_nano_section_bg_text_1{
	padding:0 5%;
	color:#fff;
	margin-bottom: 30px;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_nano_section_bg_text_1 span{
	color:#e60027;
}
.evo_nano_section_bg_text_2{
	padding:0 5%;
	color:#fff;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_nano_section_bg_text_3{
	padding:0 5%;
	color:#fff;
	font-size:1.3em !important;
	line-height:1.5em;
}
.evo_nano_section_bg_text_4{
	padding:0 5%;
	color:#d61523;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_nano_section_bg_text_4 span{
	margin-right:20px;
}
.evo_nano_section_bg_text_5{
	padding:0 5%;
	color:#d61523;
	font-size:2em !important;
	line-height:1.5em;
}
.evo_nano_section_bg_text_5 span{
	margin-right:20px;
}
}

.color_video{
	width:100%;
}

.evo_nano_section_text_1{
	margin-bottom: 30px;
	font-size:3em !important;
	line-height:1.5em;
}
.evo_nano_section_text_2{
	font-size:2em !important;
	line-height:1.5em;
}
.evo_nano_section_text_3{
	font-size:1.2em !important;
	line-height:1.5em;
}
.nano_bodycolor img{
	margin:0 auto;
}
.spec_img{
	width:80%;
	margin:0 10%;width: 80% !important;
    margin: 0 10% !important;
    padding: 0 10% !important;
}


/***************************************************************************************************/
/*****************AUTEL EVO Max*****************/
/***************************************************************************************************/
.evo_max_bg_wrap{
	width: 100%;
    padding: 0px 0%;
    background-color: #000000;
    margin: 0 auto;
}

.max_icon_area img,.max_img_area img{
	margin:0 auto;
}

.max_video_area {
    padding: 0 5%;
}

.evo_max_section{
	position:relative; 
	margin-bottom:0 !important;
}
.evo_max_section_bg {
    position: absolute;
    top: 20px;
    width: 90%;
    margin: 0 5%;
}
.evo_max_section_bg_text_1 {
    padding: 0 5%;
    color: #fff;
    margin-bottom: 0px;
    font-size: 2.5em !important;
    line-height: 1.5em;
}
.evo_max_section_bg_text_2 {
    padding: 0 5%;
    color: #fff;
    margin-bottom: 0px;
    font-size: 2em !important;
    line-height: 1.5em;
}
.evo_max_section_bg_text_3 {
    padding: 0 5%;
    color: #fff;
    margin-bottom: 30px;
    font-size: 1.2em !important;
    line-height: 1.5em;
}

@media only screen and (max-width: 768px){
.evo_max_section_bg_text_1 {
    padding: 0 5%;
    color: #fff;
    margin-bottom: 0px;
    font-size: 1.2em !important;
    line-height: 1.5em;
}
.evo_max_section_bg_text_2 {
    padding: 0 5%;
    color: #fff;
    margin-bottom: 0px;
    font-size: 1.1em !important;
    line-height: 1.5em;
}
.evo_max_section_bg_text_3 {
    padding: 0 5%;
    color: #fff;
    margin-bottom: 30px;
    font-size: 1em !important;
    line-height: 1.5em;
}	
}

@media only screen and (max-width: 1024px){
.evo_max_section_bg_text_1 {
    padding: 0 5%;
    color: #fff;
    margin-bottom: 0px;
    font-size: 2.5em !important;
    line-height: 1.2em;
}
.evo_max_section_bg_text_2 {
    padding: 0 5%;
    color: #fff;
    margin-bottom: 0px;
    font-size: 1.1em !important;
    line-height: 1.5em;
}
.evo_max_section_bg_text_3 {
    padding: 0 5%;
    color: #fff;
    margin-bottom: 30px;
    font-size: 1em !important;
    line-height: 1.5em;
}
}

@media only screen and (max-width: 1200px){
.evo_max_section_bg_text_1 {
    padding: 0 5%;
    color: #fff;
    margin-bottom: 0px;
    font-size: 2.5em !important;
    line-height: 1.2em;
}
.evo_max_section_bg_text_2 {
    padding: 0 5%;
    color: #fff;
    margin-bottom: 0px;
    font-size: 2em !important;
    line-height: 1.1em;
}
.evo_max_section_bg_text_3 {
    padding: 0 5%;
    color: #fff;
    margin-bottom: 30px;
    font-size: 1em !important;
    line-height: 1.5em;
}
}
@media only screen and (max-width: 1500px){
.evo_max_section_bg_text_1 {
    padding: 0 5%;
    color: #fff;
    margin-bottom: 0px;
    font-size: 2em !important;
    line-height: 1.5em;
}
.evo_max_section_bg_text_2 {
    padding: 0 5%;
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.2em !important;
    line-height: 1.5em;
}
.evo_max_section_bg_text_3 {
    padding: 0 5%;
    color: #fff;
    margin-bottom: 30px;
    font-size: 1em !important;
    line-height: 1.5em;
}
}


/****製品FAQのアコーディオン
.faq_accordion_area_max{
	width: 70% !important;
    margin: 0 15% !important;
}
.faq_accordion_text{
	font-size:1.2em !important;
}
.faq_accordion_area_max .su-spoiler-title {
    font-size:1.2em !important;
	font-weight: normal !important;
}
.faq_accordion_area .su-spoiler-content {
    background-color: #f9f9f9;
}
****/


/***************************************************************************************************/
/*****************AUTEL EVO2 RTKページ*****************/
/***************************************************************************************************/
.icon_table_area{
	position:absolute;                   
    bottom:40px;
	width:100%;
}
.icon_table{
	margin:0 auto;
	background-color: #0000 !important;
	border:none !important;
	width:81%;
}
.icon_table td{
	width:27%;
	text-align:center;
	padding: 10px;
	color:#fff;
	border:none !important;
}
.icon_table td img{
	margin:0 auto;
}


.bg_color{
	background-color:#131415;
}
.section{
	position:relative; 
	margin-bottom:0 !important;
}
.section_bg{
    position:absolute;                   
    top:30px;
	width:100%;
}
.section_bg_left{
    position:absolute;                   
    top:30px;
	left:0;
	width:55%;
}
@media only screen and (max-width: 768px){
.section_bg_left{
    position:absolute;                   
    top:30px;
	left:0;
    width:100%;
}
}
.bg_left_img{
	margin:30px 0;
	padding:0 0 0 10%;
}
.section_bg_right{
    position:absolute;                   
    top:30px;
	right:0;
	width:55%;
}
.section_bg_right_2{
    position:absolute;                   
    top:30px;
	right:0;
	width:55%;
}
.section_bg_right_3{
    position:absolute;                   
    top:190px;
	right:0;
	width:55%;
}
.section_bg_right_4{
    position:absolute;                   
    top:30px;
	left:0;
	width:65%;
}
.section_bg_right_5{
    position:absolute;                   
    top:30px;
	right:0;
	width:35%;
}
.section_bg_right_6{
    position:absolute;                   
    top:30px;
	right:0;
	width:55%;
}
.section_bg_right_7{
    position:absolute;                   
    top:190px;
	right:0;
	width:55%;
}
.section_bg_right_8{
    position:absolute;                   
    top:30px;
	left:0;
	width:50%;
}
.section_bg_right_9{
    position:absolute;                   
    top:30px;
	right:0;
	width:50%;
}
.section_bg_right_10{
    position:absolute;                   
    top:30px;
	left:0;
	width:100%;
}
.section_bg_right_11{
    position:absolute;                   
    top:30px;
	left:1%;
	width:100%;
}
.section_bg_right_12{
    position:absolute;                   
    top:30px;
	left:36%;
	width:100%;
}
.section_bg_right_13{
    position:absolute;                   
    top:30px;
	left:71%;
	width:100%;
}
@media only screen and (max-width: 768px){
.section_bg_right{
    position:absolute;                   
    top:30px;
	right:0;
	width:100%;
}
.section_bg_right_2 {
	width: 100%;
	position:absolute;                   
    top:30px;
}
.section_bg_right_3{
    position:absolute;                   
    top:64%;
	right:0;
	width:100%;
}
.section_bg_right_4{
    position:absolute;                   
    top:30%;
	left:0;
	width:100%;
}
.section_bg_right_5{
    position:absolute;                   
    top:80%;
	right:0;
	width:100%;
}
.section_bg_right_6{
    position:absolute;                   
    top:50%;
	right:0;
	width:100%;
}
.section_bg_right_7{
    position:absolute;                   
    top:80%;
	right:0;
	width:100%;
}
.section_bg_right_8{
    position:absolute;                   
    top:44%;
	left:0;
	width:100%;
}
.section_bg_right_9{
    position:absolute;                   
    top:80%;
	right:0;
	width:100%;
}
.section_bg_right_10{
    position:absolute;                   
    top:30px;
	left:0;
	width:100%;
}
.section_bg_right_11{
    position:absolute;                   
    top:30px;
	left:0;
	width:100%;
}
.section_bg_right_12{
    position:absolute;                   
    top:38%;
	left:0;
	width:100%;
}
.section_bg_right_13{
    position:absolute;                   
    top:71%;
	left:0;
	width:100%;
}
}
.bg_right_img{
	margin:30px 0;
	padding:0 0 0 10%;
}
.section_bg_text{
	padding:0 10%;
	color:#fff;
	font-size:1.5em !important;
	line-height:1.5em;
}
.section_bg_text_1{
	padding:0 10%;
	color:#fff;
	margin-bottom: 30px;
	font-size:1.5em !important;
	line-height:1.5em;
}
@media only screen and (max-width: 768px){
.section_bg_text{
	padding:0 10%;
	color:#fff;
	font-size:1.2em !important;
	line-height:1.2em;
}
	
.section_bg_text_1{
	padding:0 10%;
	color:#fff;
	margin-bottom:8px;
	font-size:1.2em !important;
	line-height:1.2em;
}
}

.time_range_speed_table_area{
	position:absolute;                   
    bottom:40px;
	width:100%;
}
.time_range_speed_table{
	margin:0 auto;
	width:90%;
	color:#fff;
	background-color: #0000 !important;
	border:none !important;
}
.time_range_speed_table td.top{
	text-align:center;
	font-size: 1.5em;
	color:#fff;
	border:none !important;
}
.time_range_speed_table td.under{
	text-align:center;
	font-size: 1.5em;
	color:#fff;
	border:none !important;
}
.time_range_speed_table td.under span{
	font-size: 2em;
    font-weight: bold;
    margin-right: 5px;
}
.m_plan{
	flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    width: 90%;
	display: flex;
    align-items: center;
    margin: 0;
	list-style: none;
}
.m_plan .m_plan_item{
	width: 48%;
    border: 1px solid #c8c8c8;
    border-radius: 30px;
    padding: 8px 10px;
    font-size: 16px;
	margin-top:20px;
    display: flex;
    align-items: center;
    justify-content: center;
	color:#fff;
	text-align: center;
}

@media only screen and (max-width: 768px)
.autel_section .autel_wrap .autel_content .points {
    position: absolute;
    bottom: 30px;
    right: 0;
    margin: 0;
    width: 100%;
}

/***************************************************************************************************/
/*****************AUTEL EVO2 Enterpriseページ*****************/
/***************************************************************************************************/
.a_icon img,.b_icon img{
	margin:0 auto;
}

.prodt_text{
    font-size: 32px;
    color: #daad62;
    border: 2px solid #daad62;
    display: block;
    border-radius: 25px;
    text-align: center;
    margin:40px 10%;
    width: 80%;
}

.dual_slide{
	padding:0 15%;
}
.enterprise_zoom_video{
	width:80% !important;
	margin:0 10% !important;
}
.enterprise_parts img{
	padding:0 15%;
}

/***************************************************************************************************/
/*****************Parrotプライスページ*****************/
/***************************************************************************************************/

/*****************Parrotページ共通*****************/
.parrot_logo_img{
	padding: 0 40% !important;
}
.parrot_link_btn{
	width: 40%;
}
.Parrot_contact_link_btn{
	width:40%;
}

@media only screen and (max-width: 768px){
.parrot_logo_img{
	padding: 0 10% !important;
}
.parrot_link_btn {
    width:90% !important;
}
.Parrot_contact_link_btn{
	width:90%;
}
}
/*****************ここまでParrotページ共通*****************/

.parrot_price ul{
	padding:0;
	position: relative;
}
.parrot_price ul li{
	border-left: solid 6px #868687;
	background: #f9f9f9;
	margin-bottom: 3px;
	line-height: 1em;
	padding: 0.25em 0 0.25em 0.5em;
	list-style-type: none!important;
}


.parrot_top_youtube{
	width: 80% !important;
    margin: 0 10% !important;
}
.parrot_price_info_text_1{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #ffa500;
    font-weight: 300;
}
.parrot_price_info_text_2{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #5a5757;
    font-weight: 300;
}
.parrot_price_inf_text_telmail{
    font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #030033;
    font-weight: 700;
}
.parrot_price_inf_text_telmail i{
    font-size: 1em !important;
    line-height: 1em !important;
    margin-right:10px;
	color:#22a900;
}

.parrot_price_info_usa_text{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #318ce7;
    font-weight: 300;
}

.parrot_set_title{
	font-size: 2em !important;
    line-height: 1em !important;
    background-color: #318ce7;
    color: #fff;
    padding: 5px;
    text-align: center;
}
.parrot_set_text{
	font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 5px;
	padding: 0;
}
.parrot_set_text i{
	color:#6ea1bb;
	margin-right:5px;
}
.parrot_set_text_price{
	font-size: 2em !important;
    line-height: 1.2em !important;
    background-color: #afafaf;
    color: #fff;
    padding: 5px;
    text-align: center;
}
.parrot_option_text{
	font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 5px;
	text-align:center;
}
.parrot_option_text_price{
	font-size: 22px !important;
    line-height: 1em !important;
    background-color: #e43314;
    color: #fff;
    text-align: center;
	padding:2px 0;
}

.anafi_usa_img_1{
    padding:0 10% !important;
}
.anafi_usa_img_2{
    padding:0 45% !important;
}
.anafi_usa_img_3{
    padding:0 10% !important;
}


/***************************************************************************************************/
/*****************Parror ANAFI-USAページ*****************/
/***************************************************************************************************/
/**.anafi_usa_contact_link_btn{
	width:40%;
}
.parrot_link_btn{
	width:40%;
}**/
/****USA / Ai 共通****/
/**.Parrot_logo_img{
	padding: 0 30% !important;
}
.parrot_link_btn{
	width: 40%;
}
@media only screen and (max-width: 768px){
.parrot_logo_img{
	padding: 0 10% !important;
}	
.parrot_link_btn {
    width: 90%;
}
.parrot_contact_link_btn{
	width:80%;	
}
}**/
	
	
/***.anafi_usa_contact_link_btn{
	width:40%;
}

.parrot_link_btn{
	width:40%;
**/
	
	
/****parrotスペックテーブル共通****/
.parrot_spec_tab_area{
	box-shadow: 0 1px 5px 0 rgb(230 230 230 / 90%);
}
.parrot_spec_table{
	width:80%;
	margin:0 10%;
	color:#000;
	background-color: #0000 !important;
	border:none !important;	
}
.parrot_spec_table tr{
	border-bottom:1px solid #929191;
}
.parrot_spec_table td{
	border-bottom:1px solid #929191;
	font-size:14px !important;
	padding:5px 0;
	text-align:left !important;
	padding:5px 0;
	color:#000;
	background-color: #0000 !important;
	border:none !important;
}
.parrot_spec_table td.td_l{
	width:30%;
}
.parrot_spec_table td.td_r{
	width:70%;
}

.anafi_usa_img_1{
    padding:0 10% !important;
}

/****************** 32倍ズームカメラ tab ********************/
.usa_ai_ul_area{
	padding: 0 10%;
}
.usa_ai_ul_area p.section_ul_text{
	padding: 0 !important;
    font-size: 1.5em !important;
    line-height: 1.5em;
}

.ai_videostreeming_table{
	width:80%;
	margin:0 auto;
	background-color:#fff;
}
.ai_videostreeming_table td{
	border: 2px solid #e9e9ea;
	font-size:1.5em;
}

/****************** サーマルムカメラ/迅速な操作性 tab ********************/
.usa_tab_table{
	width: 80%;
    margin: 0 auto;
    background-color: #fff;
}
.usa_tab_table td{
	border: 2px solid #e9e9ea;
	font-size:1.3em;
	text-align:center;
	padding:5px;
}

/***************************************************************************************************/
/*****************Parror ANAFI-Aiページ*****************/
/***************************************************************************************************/
.anafi-ai_order_area{
	background-color:#fff;
}

.anafi-ai_order_text_1{
	font-size: 2em !important;
    line-height: 2em !important;
    text-align: center;
    color: #fff;
    font-weight: 300;
    background-color: #ac9881;
	width: 80%;
    margin: 0 auto;
}
.anafi-ai_order_text_2{
    font-size: 2em !important;
    line-height: 3em !important;
    text-align: center;
    color: #4f3301;
    font-weight: 300;
	width: 80%;
    margin: 0 auto;
	background-color: #e4ccb1;
}

.anafi-ai_order_form_area{
	background-color:#ac988154;
}
.anafi-ai_order_form_text_1{
	font-size: 2.5em !important;
    line-height: 2em !important;
    text-align: center;
    color: #fff;
    font-weight: 300;
    background-color: #ac9881;
}
.anafi-ai_order_form_text_2{
    font-size: 1.5em !important;
    line-height: 2em !important;
    text-align: center;
    color: #4f3301;
    font-weight: 300;
}

@media only screen and (max-width: 768px){
.anafi-ai_order_form_table {
    width: 100% !important;
	margin:0 !important
}
}
.anafi-ai_order_form_table {
    width: 80%;
    margin: 0 10%;
	border: 2px solid #bbbbbb;
}
.anafi-ai_order_form_table input,.anafi-ai_order_form_table textarea{
	width:90%;
}
.anafi-ai_order_form_table td.left{
    width: 30%;
    font-size: 1.1em;
    padding: 10px;
    text-align: center;
}
.anafi-ai_order_form_table td.right{
    width: 50%;
    font-size: 1.1em;
    padding: 10px;
    border-left: 1px solid #318ce7;
	background-color: #fff;
}
.anafi-ai_order_form_table td.left span{
    color:#ff0000;
}
.anafi-ai_order_form_table_area .acceptance_check{
	text-align:center;
	margin:10px;
}
.anafi-ai_order_form_table_area .submit{
	text-align:center;
}
div.wpcf7 .wpcf7-submit:disabled {
	padding:15px 40px;
	color:#fff;
}
input[type=submit]{
    padding:15px 40px;
	color:#fff;
}
.wpcf7 .anafi-ai_order_form_table_area .ajax-loader{
	display:block;
	float:none;
	margin: 5px auto;
}
.wpcf7 form .wpcf7-response-output{
	text-align:center;
}


.ai_tabs .ai_contents_tab_area .su-tabs-nav span.ai_contents_tab{
	font-size:1.5em !important;
    background-color: #d61523;
    color: #fff;
	padding: 20px;
    line-height: 1em;
	border: 1px solid #d61523;
	margin:2px;
}
.ai_tabs .ai_contents_tab_area .su-tabs-nav span.su-tabs-current {
    color: #000;
	background-color:#fff;
}
.ai_tabs .su-tabs{
	background: #fff;
}
.ai_tabs .ai_contents_tab_area .su-tabs-nav{
	background-color:#c7ac8c;
	border-radius: 3px;
	padding:3px;
}

/****************** 4G/Wi-Fi接続 tab ********************/
.ai_4g_img{
	padding:0 20%;
}
.ai_videostreeming_table{
	width:80%;
	margin:0 auto;
	background-color:#fff;
}
.ai_videostreeming_table td{
	border: 2px solid #e9e9ea;
	font-size:1.5em;
}

/**************カメラ tab ***************/
.ai_vimeo {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
}
.ai_vimeo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
	margin:0 10%;
}

.ai_camera_table{
	margin:0 auto;
	background-color:#fff;
	display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border: none;
    border-collapse: collapse;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%!important;
}
.ai_camera_table th{
	font-size:1.3em;
	text-align:center;
	padding:5px;
}
.ai_camera_table th.th_l{
	width:20%;
}
.ai_camera_table th.th_m{
	width:20%;
}
.ai_camera_table th.th_r{
	width:60%;
}
.ai_camera_table td{
	border: 2px solid #e9e9ea;
	font-size:1.3em;
	text-align:center;
	padding:5px;
}
.ai_img_area_1{
	padding:0 10%;
}

/**************写真測量 tab ***************/

/***************************************************************************************************/
/*****************Parror ANAFI-UKRページ*****************/
/***************************************************************************************************/
.ukr_gov_bg_wrap{
	width: 100%;
    padding: 0px 0%;
    background-color: #000000;
    margin: 0 auto;
}
.ukr_gov_img_1{
	padding:0 10% !important;
}
.ukr_gov_img_1 img{
	margin:0 auto !important;
}
.ukr_gov_section_bg_text_1{
	color: #fff;
	margin-bottom: 30px;
	font-size: 3em !important;
	line-height: 1.5em;
	font-weight:bold;
}
.ukr_gov_section_bg_text_2{
	color: #fff;
    font-size: 2em !important;
    line-height: 1.5em;
}
.ukr_gov_section_bg_text_3{
	color: #fff;
    font-size: 1.3em !important;
    line-height: 1.5em;
}
.ukr_gov_section_bg_text_4{
	color: #fff;
    font-size: 1em !important;
    line-height: 1.5em;
}
.ukr_gov_section_bg_text_5{
	color: #d61523;
    font-size: 3em !important;
    line-height: 1.5em;
}
.bg_dark{
	background-color: #00000080;
	padding:2%;
	border-radius:10px;
}

.bg_dark{
   box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(255, 255, 255, 0.5);
}

.bg_dark ul li::marker {
   color:#fff;
}

.ukr_gov_top_section{
	position: relative;
    margin-bottom: 0 !important;
}
.ukr_gov_top_section_img{
	padding:0 2%;
}
.ukr_gov_section_bg_gnss{
	position: absolute;
    top: 410px;
    width: 45%;
    margin: 0 0 0 2%;
}
.ukr_gov_section_bg_jamming{
	position: absolute;
    top: 46px;
    width: 45%;
    margin: 0 0 0 2%;
}
.ukr_gov_section_bg_silent{
	position: absolute;
    top: 330px;
	right:70px;
    width: 45%;
    margin: 0 0 0 2%;
}
.ukr_gov_section_bg_autonomy{
	position: absolute;
    top: 46px;
	right:70px;
    width: 45%;
    margin: 0 0 0 2%;
}
.ukr_gov_section_bg_engineered{
	position: absolute;
	top:330px;
    width: 45%;
    margin: 0 0 0 2%;
}
.ukr_gov_section_bg_5g{
	position: absolute;
    top: 46px;
    width: 45%;
    margin: 0 0 0 2%;
}
.ukr_gov_section_bg_zoom{
	position: absolute;
    top: 46px;
    width: 45%;
    margin: 0 0 0 2%;
}
.ukr_gov_section_bg_flirboson{
	position: absolute;
    top:50px;
    width: 90%;
    margin: 0 0 0 2%;
	left:40px;
}
.ukr_gov_section_bg_target{
	position: absolute;
    bottom:50px;
    width: 90%;
    margin: 0 0 0 2%;
	left:40px;
}
.ukr_gov_section_bg_ff8{
	position: absolute;
    top: 46px;
    width: 45%;
    margin: 0 0 0 2%;
}
.ukr_gov_section_bg_simulator{
	position: absolute;
    top:50px;
    width: 90%;
    margin: 0 0 0 2%;
	left:40px;
}
.ukr_gov_section_bg_remote{
	position: absolute;
    top: 46px;
    width: 45%;
    margin: 0 0 0 2%;
}
.ukr_gov_section_bg_cybersecurity{
	position: absolute;
    top: 46px;
    width: 45%;
    margin: 0 0 0 2%;
}
.ukr_gov_section_bg_avoidance{
	position: absolute;
    bottom:50px;
    width: 90%;
    margin: 0 0 0 2%;
	left:40px;
}
.ukr_gov_section_bg_memory{
	position: absolute;
    top: 46px;
    width: 45%;
    margin: 0 0 0 2%;
}
.ukr_gov_section_bg_sdk{
	position: absolute;
    top:30px;
    width: 90%;
    margin: 0 0 0 2%;
	left:40px;
}

@media only screen and (max-width: 1400px) {
    .ukr_gov_section_bg_gnss{
        position: absolute;
        top: 360px;
        width: 45%;
        margin: 0 0 0 2%;
    }
	.ukr_gov_section_bg_jamming{
        position: absolute;
        top: 78px;
        width: 45%;
        margin: 0 0 0 2%;
    }
	.ukr_gov_section_bg_silent{
        position: absolute;
        top: 277px;
		right:70px;
        width: 45%;
        margin: 0 0 0 2%;
    }
	.ukr_gov_section_bg_autonomy{
        position: absolute;
        top: 78px;
		right:70px;
        width: 45%;
        margin: 0 0 0 2%;
    }
	.ukr_gov_section_bg_engineered{
        position: absolute;
        top: 290px;
		width: 45%;
        margin: 0 0 0 2%;
    }
	.ukr_gov_section_bg_5g{
        position: absolute;
        top: 78px;
        width: 45%;
        margin: 0 0 0 2%;
    }
	.ukr_gov_section_bg_zoom{
        position: absolute;
        top: 78px;
        width: 45%;
        margin: 0 0 0 2%;
    }
	.ukr_gov_section_bg_flirboson{
        position: absolute;
        top: 35px;
        width: 90%;
        margin: 0 0 0 2%;
		left:40px;
    }
	.ukr_gov_section_bg_target{
        position: absolute;
        bottom: 50px;
        width: 45%;
        margin: 0 0 0 2%;
    }
	.ukr_gov_section_bg_ff8{
        position: absolute;
        top: 78px;
        width: 45%;
        margin: 0 0 0 2%;
    }
	.ukr_gov_section_bg_simulator{
        position: absolute;
        top: 35px;
        width: 90%;
        margin: 0 0 0 2%;
		left:40px;
    }
	.ukr_gov_section_bg_remote{
        position: absolute;
        top: 78px;
        width: 45%;
        margin: 0 0 0 2%;
    }
	.ukr_gov_section_bg_cybersecurity{
        position: inherit;
        width: 100%;
        margin: 0;
    }
	.ukr_gov_section_bg_avoidance{
        position: absolute;
        bottom:50px;
        width: 90%;
        margin: 0 0 0 2%;
	    left:40px;
    }
	.ukr_gov_section_bg_memory{
        position: absolute;
        top: 78px;
        width: 45%;
        margin: 0 0 0 2%;
    }
	.ukr_gov_section_bg_sdk{
        position: absolute;
        top: 15px;
        width: 90%;
        margin: 0 0 0 2%;
		left:40px;
    }
}

@media only screen and (max-width: 1200px) {
    .ukr_gov_section_bg_gnss,
	.ukr_gov_section_bg_jamming,
	.ukr_gov_section_bg_silent,
	.ukr_gov_section_bg_autonomy,
	.ukr_gov_section_bg_engineered,
	.ukr_gov_section_bg_5g,
	.ukr_gov_section_bg_zoom,
	.ukr_gov_section_bg_flirboson,
	.ukr_gov_section_bg_target,
	.ukr_gov_section_bg_ff8,
	.ukr_gov_section_bg_simulator,
	.ukr_gov_section_bg_remote,
	.ukr_gov_section_bg_cybersecurity,
	.ukr_gov_section_bg_avoidance,
	.ukr_gov_section_bg_memory,
	.ukr_gov_section_bg_sdk{
        position: inherit;
        width: 100%;
        margin: 0;
    }
}





.ukr_tabs{
	padding:0 3%;
}
.ukr_tabs .ukr_contents_tab_area .su-tabs-nav span.ukr_contents_tab{
	font-size:1em !important;
    background-color: #0e0e0e;
    color: #fff;
	padding: 20px;
    line-height: 1em;
	border: 1px solid #9b9b9b;
	margin:0px;
}
.ukr_tabs .ukr_contents_tab_area .su-tabs-nav span.su-tabs-current {
    color: #000;
	background-color:#fff;
}
.ukr_tabs .su-tabs{
	background: #000;
}
.ukr_tabs .ukr_contents_tab_area .su-tabs-nav{
	background-color:#fff;
	border-radius: 3px;
	padding:3px;
	display: grid;
    gap: 1px;
    grid-template-columns: repeat(5, 1fr);
	text-align:center;
}
.ukr_tabs .su-tabs-pane{
	background-color:#000;
}
@media screen and (max-width: 767px) {
	.ukr_tabs .ukr_contents_tab_area .su-tabs-nav{
	grid-template-columns: repeat(3, 1fr);
}
}

.ukr_gov_spec_table{
	width:100%;
	background-color:#0b2733 !important;
	border:none !important;	
}
.ukr_gov_spec_table tr{
	border-bottom:1px solid #929191;
}
.ukr_gov_spec_table td{
	border-bottom:1px solid #929191;
	font-size:14px !important;
	padding:5px 0;
	text-align:left !important;
	padding:5px;
	background-color: #0000 !important;
	border:none !important;
}
.ukr_gov_spec_table td.td_l{
	width:30%;
}
.ukr_gov_spec_table td.td_r{
	width:70%;
}
.ukr_gov_spec_table td.battery{
	background-color:#363636 !important;
	padding:10px 0 10px 5px;
}


/***************************************************************************************************/
/*****************製品カタログ ページ*****************/
/***************************************************************************************************/
.catalog_link_btn{
	width:40%;
}






/***************************************************************************************************/
/*****************Parror ANAFI-WORKページ*****************/
/***************************************************************************************************/

/****ソフトウェアのロゴ****/
.soft_logo_img img{
	margin:0 auto;
}

/***************************************************************************************************/
/*****************Parror ANAFI-THERMALページ*****************/
/***************************************************************************************************/

/****ソフトウェアのロゴタイトル****/
.soft_logo_title{
	font-weight:bold;
	text-align:center;
	margin-bottom: 0;
}
.soft_logo_text{
	text-align:center;
}
.pix4d_link_btn{
	width:40%;
}

/***************************************************************************************************/
/*****************Parror BLUEGRASSページ*****************/
/***************************************************************************************************/
.blegrass_pix4dfields_link_btn{
	width:75%;
}


/***************************************************************************************************/
/*****************DJI P4Mページ*****************/
/***************************************************************************************************/

.dji_p4m_contact_link_btn{
	width:40%;
}

@media only screen and (max-width: 768px){
.dji_p4m_contact_link_btn{
	width:90% !important;
}
}

.dji_p4m_img_1{
	padding:0 20%;
}
.dji_p4m_img_2{
	padding:0 20%;
}
.dji_p4m_img_3{
	padding:0 20%;
}

.top_youtube_lr{
	width:10% !important;
}
.dji_top_youtube{
	width: 80% !important;
    margin: 0 10% !important;
}
.dji_p4m_contact_link_btn{
	width:40%;
}
.dji_p4m_misson_title{
	font-weight:bold;
	text-align:center;
	margin-bottom: 0;
}
.dji_p4m_misson_text{
	text-align:left;
}

/****P4Mスペックテーブル共通****/
.p4m_spec_tab_area{
	box-shadow: 0 1px 5px 0 rgb(230 230 230 / 90%);
}
.p4m_spec_table{
	width:80%;
	margin:0 10%;
	color:#000;
	background-color: #0000 !important;
	border:none !important;	
}
.p4m_spec_table tr{
	border-bottom:1px solid #929191;
}
.p4m_spec_table td{
	border-bottom:1px solid #929191;
	font-size:14px !important;
	padding:5px 0;
	text-align:left !important;
	padding:5px 0;
	color:#000;
	background-color: #0000 !important;
	border:none !important;
}
.p4m_spec_table td.td_l{
	width:30%;
}
.p4m_spec_table td.td_r{
	width:70%;
}


/***************************************************************************************************/
/*****************NDVIページ*****************/
/***************************************************************************************************/
.ndvi_img_1{
	padding:0 10%;
}
.ndvi_img_2{
	padding:0 25%;
}
.ndvi_img_3{
	padding:0 10%;
}
.ndvi_img_4{
	padding:0 10%;
}

@media only screen and (max-width: 768px){
.ndvi_img_1{
	padding:0 0%;
}
.ndvi_img_2{
	padding:0 0%;
}
.ndvi_img_3{
	padding:0 0%;
}
.ndvi_img_4{
	padding:0 0%;
}
}

.ndvi_jp{
	font-size:3em !important;
	text-align:center;
	color:#ff4053;
	margin-bottom:30px;
}
.ndvi_en{
	font-size:2.5em !important;
	text-align:center;
}
.ndvi_en span{
	font-size:1.5em !important;
	color:#109200;
}
.ndvi_text{
	text-align:center;
	font-size:1.5em !important;	
}
.nir_red{
	text-align:center;
	font-size:1em !important;	
}
.range_text{
	text-align:center;
	font-size:1.5em !important;
	margin-bottom:30px;
}
.range_text span.ng{
	color:#ff0303;
}
.range_text span.ok{
	color:#037701;
}
p.ndvi_description{
	font-size:1.5em !important;
	background-color: #f7f7f7;
    padding: 10px;
	line-height:1.5em !important;
	box-shadow: 0 1px 10px 0 rgb(175 175 175 / 70%);
}

/***************************************************************************************************/
/*****************解析事例ページ*****************/
/***************************************************************************************************/
.space_border{
	border-bottom:1px solid #b1b1b1;
	margin:20px 0;
	width:100%;
}
.fields_analysis_padding{
	padding:0 13% !important;
}
p.fields_analysis_text_1{
    padding: 5px 10px;
    border-left: 20px solid #e43314;
    margin-left: 8%
}
p.fields_analysis_text_2{
    padding: 5px 10px;
    border-left: 25px double #187b06;
	margin-left: 8%;
}
p.fields_analysis_text_2 span{
	color:#e43314;
}
p.fields_analysis_text_3{
    padding: 5px 10px;
    border-left: 25px double #187b06;
}

/***************************************************************************************************/
/*****************会社概要ページ*****************/
/***************************************************************************************************/
.company_table_area{
	padding:0 5%;
}
.company_table{
	border:solid 1px #dcdcdc;
	width:100%;
	color:#000;
	background-color: #0000 !important;
    table-layout:auto;
}
.company_table td{
	border:solid 1px #dcdcdc;
	padding: 10px;
	color:#000;
}
.company_table td.td_left{
	width:20% !important;
	text-align: center;
	background-color:#b2b2b5;
	color:#fff;
}
.company_table td.td_middle{
	width:30% !important;
	text-align: center;
	color:#000;
}
.company_table td.td_right{
	width:50% !important;
}

/***************************************************************************************************/
/*****************資料ダウンロードページ*****************/
/***************************************************************************************************/
.document_dl_info_text_1{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #ffa500;
    font-weight: 300;
}
.document_dl_info_text_2{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #5a5757;
    font-weight: 300;
}
.document_dl_inf_text_telmail{
    font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #030033;
    font-weight: 700;
}
.document_dl_inf_text_telmail i{
    font-size: 1em !important;
    line-height: 1em !important;
    margin-right:10px;
	color:#22a900;
}
.document_dl_area{
	padding:0 10px;
}
.w3eden .card img {
    width: 0 !important;
}

/***************************************************************************************************/
/*****************AUTEL MANUAL ダウンロードページと請求フォームページ*****************/
/***************************************************************************************************/
.autel_manual_dl_info_text_1{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #ffa500;
    font-weight: 300;
}
.autel_manual_dl_info_text_2{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #5a5757;
    font-weight: 300;
}
.autel_manual_dl_inf_text_telmail{
    font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #030033;
    font-weight: 700;
}
.autel_manual_dl_inf_text_telmail i{
    font-size: 1em !important;
    line-height: 1em !important;
    margin-right:10px;
	color:#22a900;
}
.autel_manual_dl_area{
	padding:0 16%;
}
.w3eden .card img {
    width: 0 !important;
}

/***************************************************************************************************/
/*****************AUTEL MANUAL 請求フォームページ*****************/
/***************************************************************************************************/
.autel_evo2_manual_dl_form_table {
    width: 80%;
    margin: 0 10%;
}
.autel_evo2_manual_dl_form_table input{
	width:90%;
}
.autel_evo2_manual_dl_form_table tr{
    border:1px solid #e43314;
}
.autel_evo2_manual_dl_form_table td.left{
    width: 30%;
    font-size: 1.1em;
    padding: 10px;
    text-align: center;
    background-color: #f7b079;
    color: #fff;
}
.autel_evo2_manual_dl_form_table td.right{
    width: 50%;
    font-size: 1.1em;
    text-align: center;
    padding: 10px;
    border-left: 1px solid #e43314;
	background-color: #f1f3f5;
}
.autel_evo2_manual_dl_form_table td.left span{
    color:#ff0000;
}
.autel_evo2_manual_dl_form .acceptance_check{
	text-align:center;
	margin:10px;
}
.autel_evo2_manual_dl_form .submit{
	text-align:center;
}
div.wpcf7 .wpcf7-submit:disabled {
	padding:15px 40px;
	color:#fff;
}
input[type=submit]{
    padding:15px 40px;
	color:#fff;
}
.wpcf7 .autel_evo2_manual_dl_form .ajax-loader{
	display:block;
	float:none;
	margin: 5px auto;
}

/***************************************************************************************************/
/*****************Airpeakコンタクトフォーム*****************/
/***************************************************************************************************/
.airpeak_contact_info_text_1{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #ffa500;
    font-weight: 300;
}
.airpeak_contact_info_text_2{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #5a5757;
    font-weight: 300;
}
.airpeak_contact_inf_text_telmail{
    font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #030033;
    font-weight: 700;
}
.airpeak_contact_inf_text_telmail i{
    font-size: 1em !important;
    line-height: 1em !important;
    margin-right:10px;
	color:#22a900;
}

@media only screen and (max-width: 768px){
.airpeak_contact_form_table {
    width: 100% !important;
	margin:0 !important
}
}
.airpeak_contact_form_table {
    width: 80%;
    margin: 0 10%;
	border: 2px solid #bbbbbb;
}
.airpeak_contact_form_table input,.airpeak_contact_form_table textarea,.airpeak_contact_form_table select{
	width:90%;
}
.airpeak_contact_form_table td.left{
    width: 30%;
    font-size: 1.1em;
    padding: 10px;
    text-align: center;
}
.airpeak_contact_form_table td.right{
    width: 50%;
    font-size: 1.1em;
    text-align: center;
    padding: 10px;
    border-left: 1px solid #318ce7;
	background-color: #fff;
}
.airpeak_contact_form_table td.left span{
    color:#ff0000;
}
.airpeak_contact_form .acceptance_check{
	text-align:center;
	margin:10px;
}
.airpeak_contact_form .submit{
	text-align:center;
}
div.wpcf7 .wpcf7-submit:disabled {
	padding:15px 40px;
	color:#fff;
}
input[type=submit]{
    padding:15px 40px;
	color:#fff;
}
.wpcf7 .airpeak_contact_form .ajax-loader{
	display:block;
	float:none;
	margin: 5px auto;
}

	
/***************************************************************************************************/
/*****************AUTELコンタクトフォーム*****************/
/***************************************************************************************************/
.autel_contact_info_text_1{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #ffa500;
    font-weight: 300;
}
.autel_contact_info_text_2{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #5a5757;
    font-weight: 300;
}
.autel_contact_inf_text_telmail{
    font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #030033;
    font-weight: 700;
}
.autel_contact_inf_text_telmail i{
    font-size: 1em !important;
    line-height: 1em !important;
    margin-right:10px;
	color:#22a900;
}
@media only screen and (max-width: 768px){
.autel_contact_form_table {
    width: 100% !important;
	margin:0 !important
}
}
.autel_contact_form_table {
    width: 80%;
    margin: 0 10%;
	border: 2px solid #bbbbbb;
}
.autel_contact_form_table input,.autel_contact_form_table textarea,.autel_contact_form_table select{
	width:90%;
}
.autel_contact_form_table td.left{
    width: 30%;
    font-size: 1.1em;
    padding: 10px;
    text-align: center;
}
.autel_contact_form_table td.right{
    width: 50%;
    font-size: 1.1em;
    text-align: center;
    padding: 10px;
    border-left: 1px solid #e43314;
	background-color: #fff;
}
.autel_contact_form_table td.left span{
    color:#ff0000;
}
.autel_contact_form .acceptance_check{
	text-align:center;
	margin:10px;
}
.autel_contact_form .submit{
	text-align:center;
}
div.wpcf7 .wpcf7-submit:disabled {
	padding:15px 40px;
	color:#fff;
}
input[type=submit]{
    padding:15px 40px;
	color:#fff;
}
.wpcf7 .autel_contact_form .ajax-loader{
	display:block;
	float:none;
	margin: 5px auto;
}

/***************************************************************************************************/
/*****************Parrotコンタクトフォーム*****************/
/***************************************************************************************************/
.parrot_contact_info_text_1{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #ffa500;
    font-weight: 300;
}
.parrot_contact_info_text_2{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #5a5757;
    font-weight: 300;
}
.parrot_contact_inf_text_telmail{
    font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #030033;
    font-weight: 700;
}
.parrot_contact_inf_text_telmail i{
    font-size: 1em !important;
    line-height: 1em !important;
    margin-right:10px;
	color:#22a900;
}
@media only screen and (max-width: 768px){
.parrot_contact_form_table {
    width: 100% !important;
	margin:0 !important
}
}
.parrot_contact_form_table {
    width: 80%;
    margin: 0 10%;
	border: 2px solid #bbbbbb;
}
.parrot_contact_form_table input,.parrot_contact_form_table textarea,.parrot_contact_form_table select{
	width:90%;
}
.parrot_contact_form_table td.left{
    width: 30%;
    font-size: 1.1em;
    padding: 10px;
    text-align: center;
}
.parrot_contact_form_table td.right{
    width: 50%;
    font-size: 1.1em;
    text-align: center;
    padding: 10px;
    border-left: 1px solid #318ce7;
	background-color: #fff;
}
.parrot_contact_form_table td.left span{
    color:#ff0000;
}
.parrot_contact_form .acceptance_check{
	text-align:center;
	margin:10px;
}
.parrot_contact_form .submit{
	text-align:center;
}
div.wpcf7 .wpcf7-submit:disabled {
	padding:15px 40px;
	color:#fff;
}
input[type=submit]{
    padding:15px 40px;
	color:#fff;
}
.wpcf7 .parrot_contact_form .ajax-loader{
	display:block;
	float:none;
	margin: 5px auto;
}

/***************************************************************************************************/
/*****************Airpeakデモ会フォームページ*****************/
/***************************************************************************************************/
.airpeak_demo_info_text_1{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #ffa500;
    font-weight: 300;
}
.airpeak_demo_info_text_2{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #5a5757;
    font-weight: 300;
}
.airpeak_demo_inf_text_telmail{
    font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #030033;
    font-weight: 700;
}
.airpeak_demo_inf_text_telmail i{
    font-size: 1em !important;
    line-height: 1em !important;
    margin-right:10px;
	color:#22a900;
}
/*****************概要テーブル*****************/
.airpeak_demo_summary_table_area{
	padding:0 0%;
}
@media only screen and (max-width: 768px){
.airpeak_demo_summary_table {
    width: 100% !important;
	margin:0 !important
}
}

.airpeak_demo_summary_table{
	border:solid 1px #dcdcdc;
	width:80%;
	margin: 0 10%;
	color:#000;
	background-color: #0000 !important;
    table-layout:auto;
}
.airpeak_demo_summary_table td{
	border:solid 1px #dcdcdc;
	padding: 10px;
	color:#000;
}
.airpeak_demo_summary_table td.td_left{
	width:20% !important;
	text-align: center;
	background-color:#b2b2b5;
	color:#fff;
}
.airpeak_demo_summary_table td.td_middle{
	width:30% !important;
	text-align: center;
	color:#000;
}
.airpeak_demo_summary_table td.td_right{
	width:50% !important;
}

/*****************フォームテーブル*****************/
@media only screen and (max-width: 768px){
.airpeak_demo_form_table {
    width: 100% !important;
	margin:0 !important
}
}
.airpeak_demo_form_table {
    width: 80%;
    margin: 0 10%;
	border: 2px solid #bbbbbb;
}
.airpeak_demo_form_table input,.airpeak_demo_form_table textarea{
	width:90%;
}
.airpeak_demo_form_table td.left{
    width: 30%;
    font-size: 1.1em;
    padding: 10px;
    text-align: center;
}
.airpeak_demo_form_table td.right{
    width: 50%;
    font-size: 1.1em;
    padding: 10px;
    border-left: 1px solid #318ce7;
	background-color: #fff;
}
.airpeak_demo_form_table td.left span{
    color:#ff0000;
}
.airpeak_demo_form .acceptance_check{
	text-align:center;
	margin:10px;
}
.airpeak_demo_form .submit{
	text-align:center;
}
div.wpcf7 .wpcf7-submit:disabled {
	padding:15px 40px;
	color:#fff;
}
input[type=submit]{
    padding:15px 40px;
	color:#fff;
}
.wpcf7 .airpeak_demo_form .ajax-loader{
	display:block;
	float:none;
	margin: 5px auto;
}

/***************************************************************************************************/
/*****************Autel EVOⅡ予約フォームページ ****************/
/***************************************************************************************************/
.autel-evo2_order_info_text_1{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #ffa500;
    font-weight: 300;
}
.autel-evo2_order_info_text_2{
	font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #5a5757;
    font-weight: 300;
}
.autel-evo2_order_inf_text_telmail{
    font-size: 2em !important;
    line-height: 1.2em !important;
    text-align: center;
	color: #030033;
    font-weight: 700;
}
.autel-evo2_order_inf_text_telmail i{
    font-size: 1em !important;
    line-height: 1em !important;
    margin-right:10px;
	color:#22a900;
}
.V3_img_text{
	text-align: center;
    font-size: 1em;
    background-color: #e3371b;
    color: #fff;
    line-height: 2em;
	padding:5px;
}
.bg_wrap{
	padding: 5% 3%;
    background-color: #f7f7f7;
}

.autel-evo2_order_form_area{
	background-color:#f1ecec;
}
.autel-evo2_order_form_text_1{
	font-size: 2.5em !important;
    line-height: 2em !important;
    text-align: center;
    color: #fff;
    font-weight: 300;
    background-color: #c1c1c1;
}
.autel-evo2_order_form_text_2{
    font-size: 1.5em !important;
    line-height: 2em !important;
    text-align: center;
    color: #4f3301;
    font-weight: 300;
}

/*****************フォームテーブル*****************/
@media only screen and (max-width: 768px){
.autel-evo2_order_form_table {
    width: 100% !important;
	margin:0 !important
}
}
.autel-evo2_order_form_table {
    width: 80%;
    margin: 0 10%;
	border: 2px solid #bbbbbb;
}
/**
.autel-evo2_order_form_table tr{
    display: table;
}
**/
.autel-evo2_order_form_table input,.autel-evo2_order_form_table textarea{
	width:90%;
}
.autel-evo2_order_form_table td.left{
    width: 50%;
    font-size: 1.1em;
    padding: 10px;
    text-align: center;
}
.autel-evo2_order_form_table td.middle{
    width: 20%;
    font-size: 1.1em;
    padding: 10px;
    text-align: center;
}
.autel-evo2_order_form_table td.right{
    width: 50%;
    font-size: 1.1em;
    padding: 10px;
    border-left: 1px solid #318ce7;
	background-color: #fff;
}
.autel-evo2_order_form_table td.left span,.autel-evo2_order_form_table td.middle span{
    color:#ff0000;
}
.autel-evo2_order_form_table td.left_1{
    width: 10%;
    font-size: 1.1em;
    padding: 10px;
    text-align: center;
}
.autel-evo2_order_form_table td.middle_1{
    width: 40%;
    font-size: 1em;
    padding: 10px;
    text-align: center;
}
.autel-evo2_order_form_table td.right_1{
    width: 30%;
    font-size: 1.1em;
    padding: 10px;
    border-left: 1px solid #318ce7;
	background-color: #fff;
}
.autel-evo2_order_form_table td.left_1 span,.autel-evo2_order_form_table td.middle_1 span{
    color:#ff0000;
}
.autel-evo2_order_form_table td.right_1 span{
    font-size: 1.1em;
}
.autel-evo2_order_form_table td.right_1 input{
	float:left;
	width: 50% !important;
	text-align: right;
}
.autel-evo2_order_form_table_area .acceptance_check{
	text-align:center;
	margin:10px;
}
.autel-evo2_order_form_table_area .submit{
	text-align:center;
}
div.wpcf7 .wpcf7-submit:disabled {
	padding:15px 40px;
	color:#fff;
}
input[type=submit]{
    padding:15px 40px;
	color:#fff;
}
.wpcf7 .autel-evo2_order_form_table_area .ajax-loader{
	display:block;
	float:none;
	margin: 5px auto;
}
.wpcf7 form .wpcf7-response-output{
	text-align:center;
}

/***************************************************************************************************/
/*****************Parrot マニュアルDLページ ****************/
/***************************************************************************************************/
.manu_dl_btn{
	padding:5px;
	font-size:1.5em !important;
	background-color:#31a3dd;
	color:#fff;
	width:50%;
	border:1px solid #003ecf;
	border-radius:5px;
	text-align:center;
}

.manu_dl_text{
	font-size: 1.3em !important;
    padding: 0.1rem 2rem;
    border-left: 25px double #f90b0b;
}
