/*
Theme Name: airpalette
Theme URI: 
Description: 
Author: 
Version: バージョン番号(op)
tags:テーマの種類タグ 注意点・留意点・利用許諾の記述など(op)
*/



/* //////////////////////////////////////////////////
[TOP]
////////////////////////////////////////////////// */

.bx-wrapper img.sp{display:none;}


h2.title{font-size: 36px; font-weight:100;}
body.ja h2.title{font-size: 28px; font-weight:300;}
h3.title{font-size: 24px;}


.topnav{width: 100%; background: #000;}
.topnav ul li{width: calc(100% /6); float: left; position: relative;}
.topnav ul li:after{padding-top: 100%; display: block; content: "";}
.topnav ul li p{position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; text-align: center;}
.topnav ul li p a{display: block; height: 100%;}
.topnav ul li:hover{opacity: 0.8;}
.topnav ul li p img{position: absolute; left: 0; right: 0; top:0; bottom:0; margin: auto; width:100%;}

.introduction{width: 100%; line-height: 2; padding: 70px 0;}
.introduction .title{margin-bottom: 70px;}
.introduction pre{width: 100%; margin: 0 auto;}
.introduction pre.bigtxt{font-size: 28px; line-height: 1.4;}
.introduction p{width: 100%; margin: 30px auto 0; text-align: center;}
.introduction .subtitle{margin-bottom: 30px; font-size: 28px; line-height: 1.6;}
.introduction .subcap{margin-bottom: 10px; font-size: 18px; text-align: left; line-height: 1.6;}

.newsrelease{background:#fff; width: 100%; padding: 60px 0; border-bottom:#ddd solid 1px;}
.newsrelease dt{font-size:18px; margin-top: 20px;}
.newsrelease dt a{color: #2861ad; display: inline-block; margin-bottom: 2px;}
.newsrelease dt a:hover{text-decoration: underline;}
.newsrelease dd{font-size:12px; color: #666666; padding-bottom: 20px; border-bottom: #666 solid 1px;}
.newsrelease .more a{border: #2861ad solid 1px; border-radius: 50px; width: 300px; line-height: 40px; display: block; text-align: center; margin: 30px auto 0; color:#2861ad; }
.newsrelease .more a:hover{color: #fff; background:#2861ad;}

.visualslide img.pc{display:block;}
.visualslide img.sp{display:none;}

@media only screen and (max-width: 767px){

.bx-wrapper img.sp{display:block;}
    
h2.title{font-size: 24px; font-weight:300;}
body.ja h2.title{font-size: 24px; font-weight:300;}
h3.title{font-size: 18px;}

.bx-pager{display:none;}
.visualslide img.pc{display:none;}
.visualslide img.sp{display:block; width:100%;}

.topnav ul li{width: calc(100% /3);}
.topnav ul li:after{padding-top: 50%;}
.topnav ul li p img{width:90%;}
.introduction{padding: 40px 0;}
.introduction .title{margin-bottom: 40px;}
.introduction pre.bigtxt{font-size: 16px; text-align:left !important;}
.introduction p{margin: 30px auto 0;}
.introduction .subtitle{margin-bottom: 30px; font-size: 22px; line-height: 1.6; text-align:left;}
.introduction .subtitle.red{color:#ea595b;}
.introduction .subcap{margin-bottom: 10px; font-size: 18px;}

.newsrelease{padding: 30px 0;}
.newsrelease h3{text-align:center;}
.newsrelease dt{font-size:16px; margin-top: 20px;}

}


/* //////////////////////////////////////////////////
[SINGLE]
////////////////////////////////////////////////// */
.newssingle{padding: 80px 0;}
.newssingle .ntitle h2{color: #2861ad; font-size: 24px;}
.newssingle h2.title{margin-bottom: 60px;}
.newssingle .ntime{color: #666666; font-size: 12px; padding-bottom: 20px; border-bottom: #666666 solid 1px; margin-top: 10px; margin-bottom:40px;}
.newssingle p{margin: 15px auto; line-height:1.4;}
.newssingle img{margin: 5px auto !important;}
.newssingle h3{color: #346697; font-size: 18px; font-weight:bold; margin:60px 0 30px 0;}
.newssingle h4{font-weight:bold; margin:30px 0 15px 0;}
.newssingle a{color: #346697; text-decoration:underline;}
.newssingle ul{margin: 30px auto;}
.newssingle ul li{list-style:disc inside; margin:5px 0;}
.newssingle ul li ul{margin:5px 0 5px 20px;}
.newssingle ul li p{margin:5px auto;}

.newssingle table{margin:20px auto;}
.newssingle tr{}
.newssingle th{padding:8px 12px; border: 1px solid #999; font-weight: bold;}
.newssingle td{padding:8px 12px; border: 1px solid #999;}

.newssingle .note{background:#fafafa; padding:20px; box-sizing:border-box; width:100%; margin:20px auto;}
.newssingle .note p{font-weight:bold; font-size: 14px;}

.pager{text-align: center; width: 100%; padding: 60px 0 0; border-top: #666666 solid 1px; margin-top: 60px;}
.pager span{width: 200px; display: inline-block; margin:10px 0;}
.pager span a{border: #346697 solid 1px; border-radius: 50px; display: block; color: #346697; line-height: 30px; text-decoration:none;}
.pager span a:hover{color: #fff; background: #346697;}


.article_pager{text-align: center; width: 100%; padding: 60px 0; border-top: #666666 solid 1px;}
.article_pager span{display: inline-block;}
.article_pager span.current{border: #346697 solid 1px; border-radius: 25px; display: inline-block; color: #fff; background: #346697; line-height: 30px; padding:0 10px;}
.article_pager span a{border: #346697 solid 1px; border-radius: 25px; display: block; color: #346697; line-height: 30px; text-decoration:none;}
.article_pager span a:hover{color: #fff; background: #346697;}

@media only screen and (max-width: 767px){

.newssingle h2.title{margin-bottom: 40px;}
.newssingle table{display:block; overflow-x: auto; }
.newssingle tr{}
.newssingle th{white-space: nowrap; width: auto;}
.newssingle td{white-space: nowrap; width: auto;}

}

/* //////////////////////////////////////////////////
[CONTACT]
////////////////////////////////////////////////// */
input[type=text],input[type=submit]{-webkit-border-radius:0; -webkit-appearance:none;}
.contact{padding: 70px 0;}
.contactaddress{border-bottom: #666666 solid 1px; padding: 100px 0 30px; margin-bottom: 60px;}
.contactaddress h2{color: #326597;}

.request-txt{font-size:14px; margin-top:70px;}
.request-txt a{color:#000; text-decoration:underline;}
.request-txt a:hover{text-decoration:none;}

.contact table{width:100%;}
.contact table tr{width: 50%; float: left; margin-bottom: 25px;}
.contact table th{width:100%; display: block;}
.contact table td{width: 100%; display: block;}
.contact table input{border: #666 solid 1px; padding: 5px; width: 90%;}
.contact table:first-of-type{margin-top: 60px;}
.contact table:last-of-type{margin-bottom: 60px;}
.contact table:last-of-type tr:last-of-type{width:100%;}
.contact table textarea{width: 96%; height: 200px; border: #666 solid 1px; padding: 5px;}
.contact table tr.doc{width:100%; float:none;}
.contact table tr.doc td{padding:10px 0 40px;}
.contact table tr.doc td input{width:auto; border-radius:0; border:#ccc solid 1px; background:none;}
.contact table tr.doc td span{display:block;}

.submit{text-align: center; margin: 0 auto; width: 300px;}
.submit input{border: #346697 solid 1px; border-radius: 50px; display: block; color: #346697; line-height: 50px; font-size: 24px; background: #fff; width: 100%;}
.submit input:hover{color: #fff; background: #346697;}


/* //////////////////////////////////////////////////
[FAQ]
////////////////////////////////////////////////// */
.faqnav{padding: 70px 0 20px; border-bottom: #666 solid 1px; margin-bottom: 50px !important;}
.faqnav ul{width: 80%; text-align: center; margin: 20px auto 0;}
.faqnav ul li{display: inline-block; width: 30%; margin: 0.5% 1%; font-size:18px;}
.faqnav ul li a{border-radius: 50px; width: 100%; display: block; line-height: 40px;}

.faqnav ul li:nth-of-type(1) a{border:#45bfde solid 1px; color: #45bfde;}
.faqnav ul li:nth-of-type(2) a{border:#2861ad solid 1px; color: #2861ad;}
.faqnav ul li:nth-of-type(3) a{border:#ea595b solid 1px; color: #ea595b;}
.faqnav ul li:nth-of-type(4) a{border:#fdd000 solid 1px; color: #fdd000;}
.faqnav ul li:nth-of-type(5) a{border:#6dba44 solid 1px; color: #6dba44;}
.faqnav ul li:nth-of-type(6) a{border:#000000 solid 1px; color: #000000;}

.faqnav ul li:nth-of-type(1):hover a{background: #45bfde; color: #fff;}
.faqnav ul li:nth-of-type(2):hover a{background: #2861ad; color: #fff;}
.faqnav ul li:nth-of-type(3):hover a{background: #ea595b; color: #fff;}
.faqnav ul li:nth-of-type(4):hover a{background: #fdd000; color: #fff;}
.faqnav ul li:nth-of-type(5):hover a{background: #6dba44; color: #fff;}
.faqnav ul li:nth-of-type(6):hover a{background: #000000; color: #fff;}

#panades dl dt span.icon span{background: #45bfde;}
#etod dl dt span.icon span{background: #2861ad;}
#s3d dl dt span.icon span{background: #ea595b;}
#rdp dl dt span.icon span{background: #fdd000;}
#atfm dl dt span.icon span{background: #6dba44;}
#others dl dt span.icon span{background: #000000;}

.faqbox{padding: 0 0 65px;}
.faqbox .title{font-size:28px !important; margin-bottom: 45px;}
.faqbox dl{margin: 30px auto;}
.faqbox dt{width:100%; display: block; font-weight: bold; margin-bottom: 20px;}
.faqbox dd{width:90%; padding-bottom: 10px; display: none;}
.faqbox span.icon{width:15px; height: 15px; position: relative; float: right;}
.faqbox span.icon span{display: block; position: absolute;}
.faqbox span.icon span.dash1{width:1px; height: 15px; background: #000; transform : rotateZ(180deg); left: 7px;}
.faqbox span.icon span.dash2{height: 1px; width: 15px; background: #000; top: 7px;}
.faqbox .open span.icon span.dash1{display: none;}


/* //////////////////////////////////////////////////
[LOGIN]
////////////////////////////////////////////////// */

.login h2{margin-bottom:40px;}
.login .swpm-username-label,.login .swpm-password-label{margin-bottom:5px;}
.login .swpm-username-input{margin-bottom:15px;}
.login .swpm-username-input input{width:100%; padding:10px; box-sizing:border-box;}
.login .swpm-password-input input{width:100%; padding:10px; box-sizing:border-box;}
.login .swpm-remember-me{display:none;}
.login .swpm-login-submit{text-align:center; margin-top:40px;}
.login .swpm-login-submit input{width:250px; text-align:center; border:#346697 solid 1px; font-size:24px; line-height:1; padding:15px 0; border-radius:30px; background:none; color:#346697;}
.login .swpm-login-submit input:hover{background-color:#346697; color:#fff;}


/* //////////////////////////////////////////////////
[DOCUMENTS]
////////////////////////////////////////////////// */

.documents{padding:60px 0 150px;}
.documents h2{margin-bottom:65px;}
.documents p{font-size:14px; line-height:1.5; text-align:center; margin-bottom:50px;}
.documents ul{width:640px; margin:0 auto;}
.documents ul li{padding:12px 30px; box-sizing:border-box; border-bottom:#eee solid 1px;}
.documents ul li:first-child{border-top:#eee solid 1px;}
.documents ul li h3{float:left; font-size:18px; line-height:32px;}
.documents ul li a{float:right; display:block; width:120px; font-size:14px; color:#2861ad; text-align:center; line-height:1; padding:9px 0; border:#2861ad solid 1px; border-radius:18px;}
.documents ul li a:hover{background-color:#2861ad; color:#fff;}


@media only screen and (max-width: 767px){
   
.faqnav{padding: 40px 0 20px; margin-bottom: 30px !important;}
.faqnav ul{width: 100%; margin: 20px auto 0;}
.faqnav ul li{width: 30%; margin: 1% 1%; font-size:14px;}
.faqnav ul li a{line-height: 40px;}

.faqbox{padding: 0 0 40px;}
.faqbox .title{font-size:24px !important; margin-bottom: 40px;}
.faqbox dl{margin: 30px auto;}
.faqbox dd{width:90%; padding-bottom: 10px; display: none;}

}


/* //////////////////////////////////////////////////
[PRODUCT]
////////////////////////////////////////////////// */


.fadeInUp {
    -webkit-animation: fadeInUp 1s cubic-bezier(.55,0,.1,1) both;
    animation: fadeInUp 1s cubic-bezier(.55,0,.1,1) both;
}
@-webkit-keyframes fadeInUp { from{ opacity: 0; -webkit-transform: translateY(8px); transform: translateY(8px); }}
@keyframes fadeInUp { from{ opacity: 0; -webkit-transform: translateY(8px); transform: translateY(8px); }}
.delay-1 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.delay-2 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.delay-3 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.delay-4 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.mv{position: relative;}
p.lang{text-align: center:}
p.lang a{border-radius: 50px; padding: 0 20px; background:#fff; display: block; line-height: 30px; position: absolute; right:20px; bottom:20px;border: #000000 solid 1px; color: #000000; width:120px; font-size:16px; font-weight:bold; text-align:center;}
p.lang a:hover{background:#000; color:#fff;}
p.lang.utm a{border: #6a4e9d solid 1px; color: #6a4e9d;}
p.lang.utm a:hover{background:#6a4e9d; color:#fff;}


.detailnav{margin:0 auto;}
.detailnav.fixed{position: fixed; top: 100px; z-index: 100; max-width: 960px; width: 100%;}
.detailnav ul{width:100%; text-align: center; margin: 0 auto;}
.detailnav ul li{float: left;}
.detailnav ul li a{display: block; line-height: 60px; color: #fff; font-weight:bold;}
body.ja .detailnav ul li a{font-size:16px; font-weight: normal;}

.detailnav.simulatebg ul li{width: 33.33%;}
.detailnav.etodbg ul li{width: 20%;}
.detailnav.atfmbg ul li{width: 25%;}
.detailnav.rdpbg ul li{width: 20%;}
.detailnav.panadesbg ul li{width: 20%;}
.detailnav.utmbg ul li{width: 20%;}

@media only screen and (max-width: 767px){
   
.detailnav{margin-bottom:40px;}
.detailnav.fixed{position: relative; top: 0; max-width: 100%;}
.detailnav ul li{width: calc(100% / 3); display:table; height:70px;}
.detailnav ul li span{display:table-cell; vertical-align: middle;}
.detailnav ul li a{line-height: 24px; font-size:14px; padding:0;}
body.ja .detailnav ul li a{font-size:14px;}

.detailnav.simulatebg ul li{width: 33.33%;}
.detailnav.etodbg ul li{width: 20%;}
.detailnav.atfmbg ul li{width: 25%;}
.detailnav.rdpbg ul li{width: 33.33%;}
.detailnav.panadesbg ul li{width: 33.33%;}
.detailnav.utmbg ul li{width: 33.33%;}
}


/***************
COLOR CHANGE
*************************/

.detailnav.panadesbg ul li span:hover{background: #63d1ed;}
.detailnav.panadesbg ul li span.active{background: #63d1ed;}
.detailnav.atfmbg ul li span:hover{background: #96d277;}
.detailnav.atfmbg ul li span.active{background: #96d277;}
.detailnav.etodbg ul li span:hover{background: #2f8cc7;}
.detailnav.etodbg ul li span.active{background: #2f8cc7;}
.detailnav.rdpbg ul li span:hover{background: #fcdc4b;}
.detailnav.rdpbg ul li span.active{background: #fcdc4b;}
.detailnav.simulatebg ul li span:hover{background: #f27a7c;}
.detailnav.simulatebg ul li span.active{background: #f27a7c;}

/*************************/

.featurenav{background: #fff; margin: 40px 0;}
.featurenav ul{width:100%; margin: 0 auto; text-align: center;}
.featurenav ul li{display: inline-block;  width: 20%; margin: 0 1%; vertical-align: top;}
.featurenav ul li a{border-radius: 50px; width: 100%; display: table; height: 60px;}
.featurenav ul li a span{display: table-cell; vertical-align: middle;}

.featurenav.simulatecolor ul li{width: 17%;}

@media only screen and (max-width: 767px){

.featurenav{display:none;}

}

/***************
COLOR CHANGE
*************************/

.featurenav.panadescolor a{border:#45bfde solid 1px; color: #45bfde;}
.featurenav.panadescolor ul li:hover a{background:#45bfde; color: #fff;}
.featurenav.atfmcolor a{border:#6dba44 solid 1px; color: #6dba44;}
.featurenav.atfmcolor ul li:hover a{background:#6dba44; color: #fff;}
.featurenav.simulatecolor a{border:#ea595b solid 1px; color: #ea595b;}
.featurenav.simulatecolor ul li:hover a{background:#ea595b; color: #fff;}

/*************************/

.featurebox{margin-bottom: 30px;}
.featurebox .ftitle{margin-bottom: 30px;}
.featurebox .ftitle p{font-size: 48px; text-align: center; line-height: 1; float: left;}
.featurebox .ftitle p span{font-size: 14px; display: block; line-height: 1;}
.featurebox .ftitle h3{font-size: 30px; float: left; margin: 26px 0 0 25px;}
.featurebox pre{margin-bottom: 30px;}

.featurebox .casetitle{line-height: 2; font-size: 18px; margin: 20px auto;}
.featurebox .casetitle p{display: inline-block; padding: 0 20px; margin-right: 20px;}
.featurebox .casetitle p span{color: #fff;}
.featurebox .casetitle h4{display: inline-block;}

.featurebox .casetitle.simulatecolor{border-top: #ea595b solid 1px; border-bottom: #ea595b solid 1px; border-right: #ea595b solid 1px;}
.featurebox .casetitle.simulatecolor p{background: #ea595b;}

.simulatelist{border: #ea595b solid 2px; padding: 30px;}
.simulatelist h3{font-size: 18px;}
.simulatelist .listup{width: 100%; text-align: left; margin: 0 auto;}
.simulatelist .listup div{display: inline-block; width: 30%; margin: 30px 2% 0 0; vertical-align: top;}
.listbox h4{font-weight:bold; margin-bottom: 16px;}
.listbox ul.veclist li{background: url(images/simulator/icon_simulator.jpg) no-repeat left center; background-size: auto 8px; padding-left: 18px; line-height: 2;}


@media only screen and (max-width: 767px){

.simulatelist{padding: 10px;}
.simulatelist .listup div{display: inline-block; width: 48%; margin: 30px 1% 0 0;}

.featurebox{margin-bottom: 30px;}
.featurebox .ftitle p{font-size: 32px; width:55px;}
.featurebox .ftitle p span{font-size: 12px;}
.featurebox .ftitle h3{font-size: 18px; margin: 20px 0 0 0; width:calc(100% - 55px);}

}


/***************
COLOR CHANGE
*************************/

.product_panades .featurebox .ftitle{color:#45bfde;}
.product_atfm .featurebox .ftitle{color:#6dba44;}
.product_simulate .featurebox .ftitle{color:#ea595b;}

/*************************/

.movie_area{padding: 60px 0;}
.movie_area.border{border-top: #f1f1f1 solid 1px; border-bottom: #f1f1f1 solid 1px;}
.movie_area .moviebox{width:640px; margin: 60px auto 0;}
.movie_area .brochurebox{margin-top: 60px;}
.movie_area .brochurebox dl{padding: 10px 0; border-bottom: #f1f1f1 solid 1px;}
.movie_area .brochurebox dl:first-of-type{border-top: #f1f1f1 solid 1px;}
.movie_area .brochurebox dt{font-size: 18px; line-height: 40px; float: left;}
.movie_area .brochurebox dd{width: 200px; text-align: center; float: right;}
.movie_area .brochurebox dd a{border-radius: 50px; width: 100%; display: block; line-height: 40px;}

.movie_area .moviebox video{width:100%; height:400px;}

@media only screen and (max-width: 767px){

.movie_area{padding: 30px 0;}
.movie_area .moviebox{width:100%; height: auto; margin: 30px auto 0;}
.movie_area .brochurebox{margin-top: 30px;}
.movie_area .brochurebox dd{width: 100px; float: right;}

.movie_area .moviebox video{width:100%; height:240px;}

}

/***************
COLOR CHANGE
*************************/

.movie_area .brochurebox dd a.panadescolor{border:#45bfde solid 1px;}
.movie_area .brochurebox dd a.panadescolor:hover{background:#45bfde; color: #fff;}
.movie_area .brochurebox dd a.atfmcolor{border:#6dba44 solid 1px;}
.movie_area .brochurebox dd a.atfmcolor:hover{background:#6dba44; color: #fff;}
.movie_area .brochurebox dd a.etodcolor{border:#2861ad solid 1px;}
.movie_area .brochurebox dd a.etodcolor:hover{background:#2861ad; color: #fff;}
.movie_area .brochurebox dd a.rdpcolor{border:#fdd000 solid 1px;}
.movie_area .brochurebox dd a.rdpcolor:hover{background:#fdd000; color: #fff;}
.movie_area .brochurebox dd a.simulatecolor{border:#ea595b solid 1px;}
.movie_area .brochurebox dd a.simulatecolor:hover{background:#ea595b; color: #fff;}
.movie_area .brochurebox dd a.utmcolor{border:#6a4e9d solid 1px;}
.movie_area .brochurebox dd a.utmcolor:hover{background:#6a4e9d; color: #fff;}

/*************************/

.requirement_area{color: #fff; padding: 50px 0;}
.requirement_area table{margin: 60px auto 0; width: 80%; max-width: 500px;}
.requirement_area table tr{width: 100%;}
.requirement_area table th{padding-right: 30px;}
.requirement_area table td{padding-bottom: 20px;}

.requirement_area.reqrdp{border-bottom:#eeeeee solid 1px; color: #000;}

@media only screen and (max-width: 767px){

.requirement_area{padding: 30px 0;}
.requirement_area table{margin: 30px auto 0; width: 90%; max-width: 90%;}

}


.module_area{padding: 60px 0;}
.module_area h2{margin-bottom: 60px;}
.module_area .modulebox{margin-bottom: 20px;}
.module_area .modulebox .companyphoto{border: #666 solid 1px; float: left;}
.module_area .modulebox .companytext{float: left; padding: 10px 30px; width:480px;}
.module_area .modulebox .companytext h4{font-size: 18px;}
.module_area .modulebox .companytext p{margin: 10px auto;}
.module_area .modulebox .companytext p a{text-decoration: underline;}

@media only screen and (max-width: 767px){

.module_area{padding: 30px 0;}
.module_area h2{margin-bottom: 30px;}
.module_area .modulebox .companyphoto{width:40%; float:none;}
.module_area .modulebox .companyphoto img{width:100%; height:auto;}
.module_area .modulebox .companytext{padding: 10px 0; width:100%; box-sizing:border-box; float:none;}
.module_area .modulebox .companytext h4{font-size: 16px;}
.module_area .modulebox .companytext p a{word-break: break-all;}

}

.flow_area{background: url(images/panades/bg_delivery_flow.jpg) no-repeat center center; background-size: cover; color: #fff; padding: 60px 0;}
.flow_area ul{text-align: center; width: 100%; margin: 70px auto 0;}
.flow_area ul li{display: inline-block; width: 15%; margin: 0 2%; vertical-align: top;}
.flow_area ul li p:first-of-type{border: #fff solid 1px; border-radius: 50px; width: 50px; height: 50px; display: table; margin: 0 auto;}
.flow_area ul li p span{display: table-cell; vertical-align: middle; font-size: 24px;}
.flow_area ul li p:last-of-type{font-size: 24px; line-height: 1.4; text-align: center; margin: 20px auto 0;}

@media only screen and (max-width: 767px){

.flow_area ul{margin: 60px auto 0;}
.flow_area ul li p:last-of-type{font-size: 14px; margin: 20px auto 0;}

}


.installation_area{padding: 60px 0;}
.installation_area p{margin: 30px auto 0; font-size: 18px;}
.installation_area ul{text-align: center; width: 100%; margin: 60px auto 0;}
.installation_area ul li{display: inline-block; width: 15%; margin: 0 2%; vertical-align: top;}
.installation_area ul li p{font-size: 16px; margin: 10px auto 0;}

.installation_area ul li:nth-of-type(1) p{color: #45bfde;}
.installation_area ul li:nth-of-type(2) p{color: #6a4e9d;}
.installation_area ul li:nth-of-type(3) p{color: #6dba44;}
.installation_area ul li:nth-of-type(4) p{color: #f0cb00;}


@media only screen and (max-width: 767px){

.installation_area{padding: 60px 0;}
.installation_area p{margin: 30px auto 0; font-size: 18px;}
.installation_area ul{text-align: center; width: 100%; margin: 60px auto 0;}
.installation_area ul li{width: 46%; margin: 1%;}
.installation_area ul li p{font-size: 16px; margin: 10px auto 0;}

}


.customer_area{color: #fff; height: 240px; padding: 60px 0; box-sizing: border-box; background-size: cover !important;}
.customer_area p.btn{margin: 40px auto; text-align: center; width: 250px;}
.customer_area p.btn a{line-height: 50px; border: #fff solid 1px; border-radius: 50px; width: 100%; display: block; font-size: 24px;}
.customer_area p.btn a:hover{color:#222b33; background: #fff;}

/***************
COLOR CHANGE
*************************/

.customer_area.panabg{background: url(images/panades/bg_our_customers.jpg) no-repeat center center;}
.customer_area.atbg{background: url(images/atfm/bg_our_customers.jpg) no-repeat center center;}
.customer_area.etbg{background: url(images/etod/bg_our_customers.jpg) no-repeat center center;}
.customer_area.rdbg{background: url(images/rdp/bg_our_customers.jpg) no-repeat center center;}
.customer_area.simbg{background: url(images/simulator/bg_our_customers.jpg) no-repeat center center;}

/*************************/

.contact_area{background: #346697; color: #fff; padding: 60px 0; box-sizing: border-box;}
.contact_area p.btn{margin: 50px auto 0; text-align: center; width: 250px;}
.contact_area p.btn a{line-height: 50px; border: #fff solid 1px; border-radius: 50px; width: 100%; display: block; font-size: 24px;}
.contact_area p.btn a:hover{color:#346697; background: #fff;}
.contact_area a span.iconmail{width: 28px; height: 20px; background: url(images/common/icon_mail_off.png) no-repeat center center; background-size: auto 100%; display: inline-block; margin-right: 10px;}
.contact_area a:hover span.iconmail{background: url(images/common/icon_mail_on.png) no-repeat center center;}

.contact_area p.btn02{width:auto;}
.contact_area p.btn02 a{display:inline-block; margin:0 20px 20px; width:250px;}






.screenshot{border-top: #eeeeee solid 1px;}
.screenshot h2{margin: 50px auto;}

.screenshotrdp{background: #fafafa; padding: 50px 0;}
.screenshotrdp h2{margin-bottom: 50px;}
.screenbox{width:100%; margin: 30px auto;}
.screenbox div{display: inline-block; width: 48%; vertical-align: top; line-height: 1.6;}
.screenbox div ul{ margin-top: 30px; border: #fccf00 solid 2px; background: #fff; padding: 12px;}

.expected{background:#fafafa; padding: 40px 0;}
.expected ul{width: 100%; text-align: center; margin-top: 60px;}
.expected ul li{background:#fff; text-align: left; width: 45%; display: inline-block; vertical-align:top; font-size:13px; margin: 2%; padding: 20px; box-sizing: border-box;}
.expected ul li span{display: block; margin-bottom: 10px;}
.expected ul li p{line-height: 1.8;}

@media only screen and (max-width: 767px){

.screenshot{padding:0 2%; box-sizing:border-box;}
.screenshot h2{margin: 40px auto;}

.screenshotrdp{background: #fafafa; padding: 40px 0;}
.screenshotrdp h2{margin-bottom: 30px;}
.screenbox{width:96%; margin: 30px auto;}
.screenbox div{display:block; width: 100%; margin-bottom:30px;}
.screenbox div img{width:100%;}
.screenbox div ul{padding: 10px;}

.expected ul{width: 100%; text-align: center; margin-top: 60px;}
.expected ul li{width: 100%; padding: 10px; vertical-align:top; margin:2% 0; display:block;}

}


.satelities{border-bottom:#eeeeee solid 1px; padding: 70px 0 }
.satelities h2{margin-bottom: 70px;}
.satelities pre{margin-bottom: 70px;}

.satelitiesbox{width: 90%; margin: 40px auto;}
.satelitiesbox .satelitiesphoto{float: left; margin-right: 20px;}
.satelitiesbox .satelitiestext{float: left; width: 75%;}
.satelitiesbox .satelitiestext h4{font-weight: bold; font-size: 20px; margin-bottom: 20px;}

.varietybox{width: 100%; margin: 20px auto;}
.varietybox .varietyphoto{float: left; margin-right: 20px;}
.varietybox .varietytext{float: left; width: 70%;}
.varietybox .varietytext h4{font-size: 20px; margin-bottom: 20px;}

@media only screen and (max-width: 767px){


.satelitiesbox{width: 100%; margin: 40px auto;}
.satelitiesbox .satelitiesphoto{float: left; margin-right: 5%; width:30%;}
.satelitiesbox .satelitiestext{float: left; width: 65%;}
.satelitiesbox .satelitiestext h4{font-size: 18px;}

.varietybox .varietyphoto{width:30%; float: left; margin-right:5%;}
.varietybox .varietytext{float:left; width: 65%; margin-bottom:30px;}
.varietybox .varietytext h4{font-size: 18px;}

}


.description{width:100%; margin: 30px auto;}
.description h3{font-size: 18px; margin-bottom: 20px;}
.description p{line-height: 2;}
.description div{display: inline-block; width: 48%; vertical-align: top;}
.description .description_box ul.circlelist li{list-style: disc outside; margin-left: 20px; line-height: 2;}
.description .description_box p{margin-top: 20px;}
.description .description_box ul.iconlist li{background: url(images/rdp/icon_rdp.jpg) no-repeat left center; background-size: auto 16px; padding-left: 28px; line-height: 3;}


.etodimage h2{margin: 60px auto;}
.etodimage div{position: relative; width: 100%; height: 320px; overflow: hidden;}
.etodimage div img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;}
.etodimage div.big:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); opacity: 0.9;}
.etodimage div.big p{width: 900px; height: 260px; border: #fff solid 1px; position: absolute; z-index: 10; top: 30px; left: 30px; display: table; text-align: center;}
.etodimage div.big p span{color: #fff; display: table-cell; font-size: 24px; vertical-align: middle;}

@media only screen and (max-width: 767px){

.description div{display: block; width: 100%; margin-bottom:30px;}

.etodimage h2{margin: 40px auto;}
.etodimage div{height: 200px;}
.etodimage div img{margin:auto; width: auto !important; max-width: inherit !important;}
.etodimage div.big p{width: 90%; height: 160px; top: 20px; left: 50%; margin-left:-45%;}
.etodimage div.big p span{font-size: 18px;}

}

.two_column{width:100%; margin: 30px auto 50px;}
.two_column .column_box{width: 48%; vertical-align: top;}
.column_box.boxleft{float: left;}
.column_box.boxright{float: right;}
.column_box h4{margin: 20px auto; font-size: 18px;}

@media only screen and (max-width: 767px){

.two_column{width:100%; margin: 30px auto;}
.column_box.boxleft{float: none; margin-bottom:30px; width: 100%;}
.column_box.boxright{float: none; width: 100%;}

}






.customer_title{padding: 60px 0 40px 0;}
.customer_block{padding: 0 0 30px;}
.customer_block .customerbox{margin-bottom: 20px;}
.customer_block .customerbox .companyphoto{border: none; display:inline-block; width:180px;}
.customer_block .customerbox .companyphoto img{width:100%; height:auto;}
.customer_block .customerbox .companytext{display:inline-block; margin-left:10px; vertical-align:middle; width:460px;}
.customer_block .customerbox .companytext h4{font-size: 20px; color: #000;}

@media only screen and (max-width: 767px){

.customer_title{padding: 30px 0;}
.customer_block .customerbox .companyphoto{width:40%; display:block; margin:0 auto;}
.customer_block .customerbox .companytext{padding: 10px 0; width:100%; box-sizing:border-box; display:block;}
.customer_block .customerbox .companytext h4{font-size: 16px;}
}


.structure{padding:80px 0; border-bottom:#eee solid 1px;}
.structuredesc{font-size:26px; text-align:center; margin:60px 0;}
.structure-img{float:right;}
.structure-list{float:left; width:53%; max-width:376px;}
.structure-box.sb01{min-height:253px; margin-bottom: 20px;}
.structure-box.sb02{min-height:265px; margin-bottom: 20px;}
.structure-list h3{font-size:20px; margin-bottom:10px; color:#6a4e9d;}
.structure-list h4{font-size:15px; line-height:20px; margin-top:15px;}
.structure-list p{font-size:16px; line-height:20px;}
.structure-list li{padding-left:15px; position:relative; line-height:20px; font-size:15px;}
.structure-list li:before{content:"・"; display:block; position:absolute; left:0; top:0;}
body.ja .structure-img{margin:0 0 20px 20px;}
body.ja .structure-list{float:inherit; width:100%; max-width:100%;}
body.ja .structure-list p,body.ja .structure-list li{font-size:14px; line-height: 24px;}
body.ja .structure-box h3{font-size:20px; margin:30px 0 20px; color:#6a4e9d;}
body.ja .structure-box h4{font-size:15px; line-height:20px; margin:15px 0;}
body.ja .structure-box li{padding-left:15px; position:relative; line-height:20px;}
body.ja .structure-box li:before{content:"・"; display:block; position:absolute; left:0; top:0;}

@media only screen and (max-width: 767px){

.structure{padding:30px 0;}
.structuredesc{font-size:18px; text-align:center; margin:20px 0;}
.structure-img{float:none; text-align:center; margin-bottom:20px;}
.structure-list{float:none; width:100%; max-width:100%;}
.structure-box.sb01{min-height:100%; margin-bottom:20px}
.structure-box.sb02{min-height:100%; margin-bottom:20px;}
.structure-list h3{font-size:14px;}
.structure-list h4{font-size:12px; line-height:18px; margin-top:10px;}
.structure-list p{font-size:13px; line-height:18px;}
.structure-list li{padding-left:12px; line-height:18px; font-size:12px;}
body.ja .structure-list{width:100%; max-width:100%;}

}



.usages{padding:80px 0; background-color:#fafafa;}
.usages .cinner > ul.possible{margin:50px 0;}
.usages .cinner > ul.possible > li{float:left; width:160px; margin-right:26px; margin-bottom:20px; height: 180px;}
.usages .cinner > ul.possible > li:nth-child(4n){margin-right:0;}
.usages .cinner > ul.possible > li li{font-size:14px; line-height:1.5; padding-left:14px; position:relative;}
.usages .cinner > ul.possible > li li:before{content:"・"; display:block; position:absolute; left:0; top:0;}

.usages .cinner > ul.foscase{margin:50px 0 0 0 ;}
.usages .cinner > ul.foscase > li{float:left; width:200px; margin:0 20px; }
.usages .cinner > ul.foscase > li img{width:200px;}
.usages .cinner > ul.foscase > li:nth-child(3n){}


@media only screen and (max-width: 767px){
.usages{padding:30px 0; background-color:#fafafa;}
.usages .cinner > ul.possible{margin:25px 0;}
.usages .cinner > ul.possible > li{float:left; width:46%; margin:0 2% 20px;}
.usages .cinner > ul.possible > li img{width:100%;}
.usages .cinner > ul.possible > li:nth-child(2n){margin-right:0;}
.usages .cinner > ul.possible > li li{font-size:12px; padding-left:12px;}
    
.usages .cinner > ul.foscase{margin-top:25px;}
.usages .cinner > ul.foscase > li{float:left; width:46%; margin:0 2% 20px; }
.usages .cinner > ul.foscase > li img{width:100%;}

}

.simulatormovie{
margin:30px auto;
width:100%;
text-align:center;
}
.simulatormovie .youtubewrap{
margin: 0 0.5%;
width:48%;
display:inline-block;
}
.simulatormovie.row1 .youtubewrap{
margin: 0 0.5%;
width:89%;
display:inline-block;
}
.simulatormovie .youtubebox{
width:100%;
position: relative;
padding: 56.25% 0 0 0;
}
.simulatormovie .youtubebox iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


@media only screen and (max-width: 767px){

.simulatormovie .youtubewrap{
margin: 0 0.5%;
width:100%;
display:block;
}
.simulatormovie.row1 .youtubewrap{
margin: 0 0%;
width:100%;
display:inline-block;
}
.simulatormovie .youtubewrap p{
margin:0;
}

}