@charset "UTF-8";
/* CSS Document */

/* Reset -------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none outside none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html {overflow-y: scroll;}
body{
font:80%/1.5 "Noto Sans", Helvetica, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

color:#000;
-webkit-text-size-adjust: 100%;
background:#fff;
}
html>/**/body {}
* + html body {font-family: "メイリオ","Meiryo";}

object, embed	{vertical-align: top;}
hr, legend	{display: none;}
img {-ms-interpolation-mode: bicubic; }
li	{list-style-type: none;}
p, dd, blockquote {text-align: justify;text-justify: inter-ideograph;}
a	{overflow: hidden;outline: none;}

strong {font-weight: bold;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* -------------------------------------------- */


/* Style -------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
	color: #333;
	font-size: 1.6em;
	line-height: 1.7;
	background-color: #fff;
}



a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
/*	color: #007fe8;*/
	color: #333;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.nr{
	color: #007fe8;
    text-decoration: underline;
}
a.nr:hover{
	color: #007fe8;
    text-decoration: none;
}


/* --------------------------------------------------
  Structure
-------------------------------------------------- */

.ivmvel{
	opacity: 0.0;
	-webkit-transform: translate(0, 20px); 
	transform: translate(0, 20px); 
	transition: all 0.4s ease;
}
.ivmv{
	opacity: 1.0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); 
}



/* --------------------------------------------------
  Style
-------------------------------------------------- */


#mainImage{
	width: 100%;
	height: 800px;
	position: relative;
	z-index: 100;
	
	overflow: hidden;
    
    display: flex;
    justify-content: center;
    align-items: center;
	
	background-image: url("../img/mainImage001.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#mainImage.i2{
	background-image: url(../img/default_image2.jpg);
}
#mainImage .logo{
    box-sizing: border-box;
    
    position: absolute;
    z-index: 200;
    left: 20px;
    top: 15px;
    
    width: 300px;
}
#mainImage .logo img{
    width: 100%;
    height: auto;
}

#mainImage .headerUpper{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    position: relative;
    z-index: 50;
}

#mainImage .title{
    box-sizing: border-box;
    width: 100%;
    text-align: center;

/*    font-size: 4.6rem;
    font-family: 'Bruno Ace', cursive;*/
    font-size: 5.2rem;
    font-family: 'Play', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.0;
    
    padding: 0 5%;

	filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
    will-change: filter;
}
#mainImage .title a{
    color: #fff;
}
#mainImage ul.subIcons{
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    
    padding-top: 30px;
    
    display: flex;
    justify-content: flex-end;
}
#mainImage ul.subIcons li{
    box-sizing: border-box;
    display: inline-block;
    line-height: 0;
    
    padding: 3px 6px;
}
#mainImage ul.subIcons li.startup{
    background-color: #fff;
}
#mainImage ul.subIcons li.ssf{
    background-color: #000;
}
#mainImage ul.subIcons li img{
    width: auto;
    height: 35px;
}

#mainImage .signIn{
    box-sizing: border-box;
    
    position: absolute;
    z-index: 200;
    right: 20px;
    top: 15px;
    
    width: 70px;
    height: 24px;
}
#mainImage .signIn a{
    width: 100%;
    height: 100%;
    
    background-color: #0060b0;
    border-radius: 2px;
    
    color: #fff;
    
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 1.4rem;
    line-height: 1.0;
}

#mainImage.subPage{
	height: 480px;
    flex-direction: column;
    justify-content: space-between;
}
#mainImage.subPage .logo{
    width: 200px;
    top: 10px;
	filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.5));
    will-change: filter;
}
#mainImage.subPage .title{
    font-size: 1.8rem;
    padding-top: 15px;
}
#mainImage.subPage .signIn{
    width: 60px;
    height: 20px;
}
#mainImage.subPage .signIn a{
    font-size: 1.2rem;
}
#mainImage.subPage.template{
	height: 50px;
    background-image: none;
    background-color: #000;
    position: fixed;
}
.companyHeader{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 30px;
}
.companyHeader .inner{
    box-sizing: border-box;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.companyHeader .companyLogo{
    height: 45px;
    line-height: 0;
    margin-bottom: 25px;
}
.companyHeader .companyLogo img{
    width: auto;
    height: 100%;

    display: inline-block;
    background-color: #fff;
    padding: 3px 6px;
}
.companyHeader h1{
    font-size: 4.6rem;
    font-family: 'Play', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.0;

    margin-bottom: 10px;

    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.8));
    will-change: filter;
}
.companyHeader .tagline{
    font-size: 1.8rem;
    font-family: 'Play', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1.0;

	filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.8));
    will-change: filter;
}

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

#mainImage{
/*	height: 300px;*/
	height: 400px;
}
#mainImage .logo{
    width: 200px;
}
#mainImage .title{
/*    font-size: 3.8rem;*/
    font-size: 4.2rem;
}
#mainImage ul.subIcons li{
    padding: 2px 4px;
}
#mainImage ul.subIcons li img{
    height: 25px;
}
#mainImage .signIn{
    width: 60px;
    height: 20px;
}
#mainImage .signIn a{
    font-size: 1.2rem;
}

#mainImage.subPage{
    height: auto;
	min-height: 400px;
}
#mainImage.subPage .logo{
    width: 150px;
    left: 10px;
    top: 10px;
}
#mainImage.subPage .title{
    font-size: 1.6rem;
    padding-top: 40px;
}
#mainImage.subPage .signIn{
    right: 10px;
    top: 10px;
    width: 50px;
    height: 16px;
}
#mainImage.subPage .signIn a{
    font-size: 1.0rem;
}
#mainImage.subPage.template{
	height: 76px;
    min-height: auto;
}
.companyHeader .companyLogo{
    height: 40px;
    margin-bottom: 20px;
}
.companyHeader h1{
    font-size: 3.6rem;
    margin-bottom: 8px;
}
.companyHeader .tagline{
    font-size: 1.6rem;
}

}


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

#mainImage .title{
    font-size: 3.0rem;
}

}




.downloadBar{
    box-sizing: border-box;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    
    position: relative;
    z-index: 150;
    margin-top: -108px;
    
    padding: 10px 20px;
/*    background-color: #203a72;*/
/*    background-color: rgba(32, 58, 114, 0.8);*/
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
    will-change: filter;
    
    margin-bottom: 10px;
    
    text-align: center;
    
}

.downloadBtn{
    display: inline-block;

	padding: 10px 20px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #b40d03;
	cursor: pointer;
	border-radius: 10px;
    
    border: none;

    transition: filter .2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    will-change: filter;
}
.downloadBtn:hover{
	background-color: #f71200;
	filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
}
.downloadBtn a{
    color: #fff;
}



.searchBar{
    box-sizing: border-box;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    
    position: relative;
    z-index: 150;
/*    margin-top: -58px;*/
    margin-top: 10px;
    
    padding: 2px 4% 2px 5%;
    background-color: #fff;
    border-radius: 10px;
    
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
    will-change: filter;
    
    margin-bottom: 20px;
}
.searchBar.sub{
    z-index: 50;
    margin-top: 40px;
}
.searchForm{
    width: 100%;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

	padding: 10px 0;
	text-align: center;
}
.searchForm .companyName{
    width: 65%;
	padding-bottom: 10px;
}
.searchForm .applicationDomain{
    width: 42%;
	padding-bottom: 10px;
}
.searchForm .searchBtn{
    width: 14%;
}
.searchForm .companyName input,
.searchForm .applicationDomain .selectbox{
    width: 100%;
}
.searchForm .searchBtn input{
    width: 100%;
}

.searchForm input[type="text"],
.searchForm input[type="email"],
.searchForm input[type="password"]{
    box-sizing: border-box;
    
	height: 40px;
	font-size: 1.6rem;
    
    border: 1px solid #aaa;
    
    padding: 0 10px;
}
.searchForm input::placeholder{
    color: #ccc;
    font-size: 1.6rem;
}

.searchForm .selectbox{
    box-sizing: border-box;

    display: inline-block;
    margin-bottom: -8px;
	overflow: hidden;
    height: 40px;
    
    padding-top: 3px;
	
	position: relative;
	border: 1px solid #aaa;
	background: #fff;
}
.searchForm .selectbox::before{
	position: absolute;
	top: 1.0em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.searchForm .selectbox select{
    box-sizing: border-box;
    
	width: 100%;
    height: 22px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;

	padding: 0px 38px 0px 8px;
	color: #ccc;
	font-size: 1.6rem;
}
.searchForm .selectbox select.selected{
	color: #333;
}
.searchForm .selectbox select:disabled{
    color: #ccc;
}
.searchForm .selectbox select::-ms-expand{
    display: none;
}

.searchForm input[type="button"],
.searchForm input[type="submit"]{

    height: 38px;

	background: none;

	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	padding: 2px 20px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #0060b0;
	cursor: pointer;
	border-radius: 10px;
    
    border: none;

    transition: filter .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    will-change: filter;
}
.searchForm input[type="button"]:hover,
.searchForm input[type="submit"]:hover{
	filter: none;
}


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


.downloadBar{
    margin-top: -108px;
    
    padding: 5px 20px;
    border-radius: 10px;
}

.downloadBtn{
	padding: 5px 20px;
	font-size: 1.3rem;
	border-radius: 5px;
}



.searchBar{
/*    margin-top: -50px;*/
    margin-top: 10px;
    
    padding: 2px 5%;
    border-radius: 10px;
}
.searchForm{
    flex-direction: column;
    align-items: center;

	padding: 10px 0;
}
.searchForm .companyName,
.searchForm .applicationDomain{
    width: 100%;
    margin-bottom: 8px;
}
.searchForm .searchBtn{
    width: 30%;
}
.searchForm .companyName input,
.searchForm .applicationDomain .selectbox{
    width: 100%;
}
.searchForm .searchBtn input{
    width: 100%;
}
.searchForm input[type="text"],
.searchForm input[type="email"],
.searchForm input[type="password"]{
	height: 30px;
	font-size: 1.4rem;
}
.searchForm input::placeholder{
    font-size: 1.4rem;
}
.searchForm .selectbox{
    height: 30px;
    padding-top: 0px;
}
.searchForm .selectbox::before{
	top: 0.7em;
}
.searchForm .selectbox select{
	font-size: 1.4rem;
}
.searchForm input[type="button"],
.searchForm input[type="submit"]{
    height: 28px;
	padding: 0 10px;
	font-size: 1.3rem;
	border-radius: 5px;
}

}

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



}


ul.companyList{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    
    display: flex;
    flex-wrap: wrap;
    
    margin-bottom: 20px;
}
ul.companyList li{
    box-sizing: border-box;
    width: 20%;
    padding: 0 5px;
    margin-bottom: 3px;
}
ul.companyList li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
}
ul.companyList li a:hover{
    background-color: #f5f5f5;
}
ul.companyList li .logo{
    display: block;
    width: 25%;
}
ul.companyList li .logo img{
    width: 100%;
    height: auto;
}
ul.companyList li .name{
    display: block;
    width: 72%;
    font-size: 1.2rem;
    line-height: 1.3;
    
    padding: 5px 0;
}


ul.companyList2{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    
    display: flex;
    flex-wrap: wrap;
/*    justify-content: space-between;*/
    justify-content: flex-start;
    
    
    margin-top: 40px;
    margin-bottom: 40px;
}
ul.companyList2 li{
    box-sizing: border-box;
    width: calc(98% / 3);
    margin-right: 1%;
    
    margin-bottom: 5px;
}
ul.companyList2 li:nth-child(3n){
    margin-right: 0;
}
ul.companyList2 li a{
    box-sizing: border-box;
    width: 100%;
	height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    
    border: 5px solid #f5f5f5;

	padding: 10px 10px;
}
ul.companyList2 li a:hover{
    background-color: #f5f5f5;
}
ul.companyList2 li .logo{
    width: 20%;

    position: relative;
    line-height: 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.companyList2 li .logo::before{
    content: "";
    display: block;
    padding-top: 56.25%;
}
ul.companyList2 li .logo img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
ul.companyList2 li .name{
    display: block;
    width: 75%;
    font-size: 1.5rem;
    line-height: 1.3;
    
    padding: 5px 0;
}


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

ul.companyList li{
    width: 25%;
}

}


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

ul.companyList li{
    width: calc(100% / 3);
}
ul.companyList2 li{
    width: 49%;
    margin-right: 1%;
}
ul.companyList2 li:nth-child(3n){
    margin-right: 1%;
}
ul.companyList2 li:nth-child(2n){
    margin-right: 0;
}

ul.companyList2 li a{
    border-radius: 5px;
	padding: 10px 10px;
}

}


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

ul.companyList li{
    width: 50%;
}
ul.companyList2 li{
    width: 100%;
    margin-right: 0;
}
ul.companyList2 li:nth-child(3n){
    margin-right: 0;
}
ul.companyList2 li:nth-child(2n){
    margin-right: 0;
}
ul.companyList2 li .logo{
    width: 18%;
}
ul.companyList2 li .name{
    width: 79%;
}

}



.homeDomains{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    
    
    margin-top: 60px;
    margin-bottom: 40px;
}
.homeDomains .domain{
    box-sizing: border-box;
/*    width: 48.8%;*/
    width: 100%;

    margin-bottom: 30px;
}
.homeDomains .domain .box{
    box-sizing: border-box;
    
    background-color: #fff;
    border-radius: 10px;

/*	
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
*/
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
    will-change: filter;
}
.homeDomains .domain .title{
    box-sizing: border-box;
    width: 100%;
/*    padding: 10px 20px;*/
    padding: 20px 40px;
    border-radius: 10px;
    
/*    background-color: #edf2f6;*/
    background-color: #f5f5f5;
    cursor: pointer;

    position: relative;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.homeDomains .domain .title:hover{
/*    background-color: #e3edf5;*/
    background-color: #eee;
}
.homeDomains .domain .title::after {
	content: "";
	margin-top: -5px;
	top: 50%;
	right: 2.5rem;
	width: 8px;
	height: 8px;
	color: #888;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	position: absolute;
	border-top: 4px solid #203a72;
	border-right: 4px solid #203a72;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.homeDomains .domain .title.open{
    border-radius: 10px 10px 0 0;
}
.homeDomains .domain .title.open::after {
	margin-top: 0px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.homeDomains .domain .title .icon{
/*    width: 65px;*/
    width: 50px;
    margin-right: 15px;
	display: block;
    position: relative;
	z-index: 20;
	overflow: hidden;
	
	line-height: 0;
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.homeDomains .domain .title .icon:before{
	content:"";
	display: block;
	padding-top: 100%;
}
.homeDomains .domain .title .icon.satellite{ background-image: url("img/icon_domain_satellite.png"); }
.homeDomains .domain .title .icon.satellitedataservice{ background-image: url("img/icon_domain_satellitedataservice.png"); }
.homeDomains .domain .title .icon.transportation{ background-image: url("img/icon_domain_transportation.png"); }
.homeDomains .domain .title .icon.componentparts{ background-image: url("img/icon_domain_componentparts.png"); }
.homeDomains .domain .title .icon.groundsystem{ background-image: url("img/icon_domain_groundsystem.png"); }
.homeDomains .domain .title .icon.spaceservices{ background-image: url("img/icon_domain_spaceservices.png"); }
.homeDomains .domain .title .icon.aviation{ background-image: url("img/icon_domain_aviation.png"); }
.homeDomains .domain .title .icon.other{ background-image: url("img/icon_domain_others.png"); }

.homeDomains .domain .title .icon.in-space{ background-image: url("img/icon_domain_in-space.png"); }
.homeDomains .domain .title .icon.science-exploration{ background-image: url("img/icon_domain_science-and-exploration.png"); }

.homeDomains .domain .title .name{
    display: block;
    width: 100%;
    font-size: 2.6rem;
    font-family: 'Play', sans-serif;
    font-weight: 700;
    color: #203a72;
    line-height: 1.3;
}

.homeDomains .domain .domainName{
    box-sizing: border-box;
    width: 100%;
    
    padding: 3px 20px 5px;
    background-color: #203a72;
    border-radius: 10px;
    
    font-size: 2.2rem;
    font-family: 'Play', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.homeDomains .domain .list{
    padding: 20px 20px 15px;
    
    display: none;
}
.homeDomains .domain .list ul{
    width: 100%;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    padding-top: 15px;
}
.homeDomains .domain .list ul li{
    box-sizing: border-box;
    width: 49%;
    margin-bottom: 15px;
}
.homeDomains .domain .list ul li a{
    box-sizing: border-box;
    width: 100%;
	height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    
    border: 5px solid #f5f5f5;

	padding: 10px 10px;
}
.homeDomains .domain .list ul li a:hover{
    background-color: #f5f5f5;
}
.homeDomains .domain .list ul li .logo{
    width: 20%;

    position: relative;
    line-height: 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.homeDomains .domain .list ul li .logo::before{
    content: "";
    display: block;
    padding-top: 56.25%;
}
.homeDomains .domain .list ul li .logo img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.homeDomains .domain .list ul li .name{
    display: block;
    width: 75%;
    font-size: 1.5rem;
    line-height: 1.3;
    
    padding: 5px 0;
}


.homeDomains h2{
    width: 100%;
    text-align: center;
    
    font-size: 3.2rem;
    font-family: 'Play', sans-serif;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    
    margin-bottom: 45px;
    margin-bottom: 20px;
}

.homeDomains .domain.gr{
    width: 48.5%;

    margin-bottom: 35px;
}
.homeDomains .domain.gr .box{
    border-radius: 20px;
}
.homeDomains .domain.gr .title{
    padding: 10px 20px;
    border-radius: 20px;
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
    opacity: 1;
    
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-radius 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.homeDomains .domain.gr .title.satellite{ background-image: url("img/bg_domain_satellite.jpg"); }
.homeDomains .domain.gr .title.satellitedataservice{ background-image: url("img/bg_domain_satellitedataservice.jpg"); }
.homeDomains .domain.gr .title.transportation{ background-image: url("img/bg_domain_transportation.jpg"); }
.homeDomains .domain.gr .title.componentparts{ background-image: url("img/bg_domain_componentparts.jpg"); }
.homeDomains .domain.gr .title.groundsystem{ background-image: url("img/bg_domain_groundsystem.jpg"); }
.homeDomains .domain.gr .title.spaceservices{ background-image: url("img/bg_domain_spaceservices.jpg"); }
.homeDomains .domain.gr .title.aviation{ background-image: url("img/icon_domain_aviation.png"); }
.homeDomains .domain.gr .title.other{ background-image: url("img/icon_domain_others.png"); }

.homeDomains .domain.gr .icon.in-space{ background-image: url("img/icon_domain_in-space.png"); }
.homeDomains .domain.gr .icon.science-exploration{ background-image: url("img/icon_domain_science-and-exploration.png"); }

.homeDomains .domain.gr .title::before{
	content:"";
	display: block;
	padding-top: calc(100% / 3);
    transition: padding-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.homeDomains .domain.gr .title:hover{
    opacity: 0.9;
}
.homeDomains .domain.gr .title::after {
	margin-top: 0;
	top: auto;
	right: auto;
	margin-left: -10px;
	left: 50%;
	bottom: 0.7rem;
	width: 8px;
	height: 8px;
	color: #888;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
}
.homeDomains .domain.gr .title.open{
    border-radius: 20px 20px 0 0;
}
.homeDomains .domain.gr .title.open::before{
	padding-top: calc(100% / 6);
}
.homeDomains .domain.gr .title.open::after {
	margin-top: 0;
	bottom: 0.2rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.homeDomains .domain.gr .title .name{
    text-align: center;
    font-size: 3.6rem;
    color: #fff;
    line-height: 1.0;
}

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

.homeDomains{
    margin-top: 50px;
    margin-bottom: 20px;
}
.homeDomains .domain{
    width: 95%;
    margin: 0 auto;

    margin-bottom: 25px;
}

}

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

.homeDomains .domain .title{
    padding: 8px 15px;
    border-radius: 10px;
}
.homeDomains .domain .title::after {
	margin-top: -8px;
}
.homeDomains .domain .title .icon{
    width: 50px;
    margin-right: 10px;
}
.homeDomains .domain .title .name{
    font-size: 1.8rem;
}
.homeDomains .domain .domainName{
    padding: 2px 10px 3px;
    font-size: 1.6rem;
    border-radius: 5px;
}
.homeDomains .domain .list{
    padding: 15px 15px 10px;
}
.homeDomains .domain .list ul li a{
    border-radius: 5px;

	padding: 10px 10px;
}

}

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

.homeDomains .domain .list ul li{
    width: 100%;
}
.homeDomains .domain .list ul li .logo{
    width: 18%;
}
.homeDomains .domain .list ul li .name{
    width: 79%;
}

}



.disclaimer{
    width: 100%;

    padding-top: 10px;
    padding-bottom: 5px;

    background-color: #f5f5f5;
}
.disclaimer .box{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;

    padding-top: 10px;
    padding-bottom: 10px;
}
.disclaimer .box:first-child{
    border-bottom: 1px dashed #ccc;
}
.disclaimer h2{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.disclaimer ul.items{
    list-style-type: disc;
    padding-left: 1.5em;
    padding-bottom: 0.2em;
}
.disclaimer ul.items > li{
    list-style-type: disc;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0.2em;
}
.disclaimer ul.items > li > ul{
    list-style-type: circle;
    padding-top: 0.3em;
    padding-left: 1.5em;
}
.disclaimer ul.items > li > ul > li{
    list-style-type: circle;
    margin-bottom: 0.1em;
}
.disclaimer .box.jp h2{
    font-size: 1.4rem;
}
.disclaimer .box.jp ul.items > li{
    font-size: 1.1rem;
}



.subPageBody{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    padding: 60px 0;
}
.subPageBody .column{
    width: 47%;
}
.subPageBody .subSection{
    width: 100%;
    margin-bottom: 50px;
}
.subPageBody h2{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    
    margin-bottom: 20px;
}
.subPageBody p{
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
}
.subPageBody p a{
    color: #3474e0;
}

.subPageBody.page{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    
    padding: 120px 0;
}
.subPageBody.page.instruction .subSection{
    padding-top: 80px;
    margin-top: -80px;
	padding-bottom: 60px;
    margin-bottom: 80px;
	
	position: relative;
}
.subPageBody.page.instruction .subSection::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-color: #eee;
	border-radius: 5px;
}
.subPageBody.page h1{
    width: 100%;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
	
	text-align: center;
    
    margin-bottom: 80px;
}
.subPageBody.page h2{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    
    margin-bottom: 20px;
}
.subPageBody.page h3{
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.3;
    
    margin-bottom: 10px;
}

.subPageBody.page p{
    padding-bottom: 0.8em;
}
ul.cmn{
    list-style-type: disc;
    padding-left: 1.5em;
}
ul.cmn.pgh{
    margin-bottom: 1em;
}
ul.cmn li{
    list-style-type: disc;
    font-size: 1.8rem;
    line-height: 1.6;
    padding-bottom: 0.2em;
}
.subPageBody.page ul.cmn{
    margin-bottom: 0.8em;
}

.subPageBody.page .inputExample{
    box-sizing: border-box;
    width: 100%;
    padding: 10px 30px;
    border: 1px solid #767676;
}
.subPageBody.page .inputExample p{
    padding-bottom: 0.5em;
}
.subPageBody.page .dspExample{
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-top: 50px;
}
.subPageBody.page .dspExample::before{
    content: "";
    position: absolute;
    left: 35px;
    top: 10px;
    background-color: #333;
    height: calc(tan(60deg) * 30px / 2);
    width: 30px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tableWrap{
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
}
.tableWrap::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.tableWrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}
.tableWrap::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
    cursor: pointer;
}
.tableWrap::-webkit-scrollbar-thumb:hover {
    background: #555;
}




table.domains{
    max-width: 1200px;
}
table.domains th,
table.domains td{
    box-sizing: border-box;
    border: 1px solid #333;
    padding: 5px 10px;

    font-size: 1.6rem;
}
table.domains th{
    white-space: nowrap;
    background-color: #f5f5f5;
}
table.domains th.cat{
    font-weight: bold;
}
table.domains td{
    min-width: 500px;
}



.templateBody{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    
    padding: 110px 0;
}
.templateBody h1{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
	
	text-align: center;
    
    margin-bottom: 40px;
}

.searchPage{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    
    padding: 100px 0 0;
}
.searchPage h1{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
	
	text-align: center;
}


ul.applicationDomain{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.applicationDomain li{
    width: 48%;
    margin-bottom: 10px;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.applicationDomain li .icon{
    width: 20%;
	display: block;
    position: relative;
	z-index: 20;
	overflow: hidden;
	
	line-height: 0;
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
ul.applicationDomain li .icon:before{
	content:"";
	display: block;
	padding-top: 100%;
}
ul.applicationDomain li .icon.satellite{ background-image: url("img/icon_domain_satellite.png"); }
ul.applicationDomain li .icon.satellitedataservice{ background-image: url("img/icon_domain_satellitedataservice.png"); }
ul.applicationDomain li .icon.transportation{ background-image: url("img/icon_domain_transportation.png"); }
ul.applicationDomain li .icon.componentparts{ background-image: url("img/icon_domain_componentparts.png"); }
ul.applicationDomain li .icon.groundsystem{ background-image: url("img/icon_domain_groundsystem.png"); }
ul.applicationDomain li .icon.spaceservices{ background-image: url("img/icon_domain_spaceservices.png"); }
ul.applicationDomain li .icon.aviation{ background-image: url("img/icon_domain_aviation.png"); }
ul.applicationDomain li .icon.other{ background-image: url("img/icon_domain_others.png"); }

ul.applicationDomain li .icon.in-space{ background-image: url("img/icon_domain_in-space.png"); }
ul.applicationDomain li .icon.science-exploration{ background-image: url("img/icon_domain_science-and-exploration.png"); }

ul.applicationDomain li .name{
    display: block;
    width: 75%;
    font-size: 1.7rem;
    line-height: 1.3;
}


.coreDomain{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.coreDomain .icon{
    width: 10%;
	display: block;
    position: relative;
	z-index: 20;
	overflow: hidden;
	
	line-height: 0;
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.coreDomain .icon:before{
	content:"";
	display: block;
	padding-top: 100%;
}
.coreDomain .icon.transportation{ background-image: url("img/icon_domain_transportation.png"); }
.coreDomain .icon.satellite{ background-image: url("img/icon_domain_satellite.png"); }
.coreDomain .icon.groundsystem{ background-image: url("img/icon_domain_groundsystem.png"); }
.coreDomain .icon.satellitedataservice{ background-image: url("img/icon_domain_satellitedataservice.png"); }
.coreDomain .icon.in-space{ background-image: url("img/icon_domain_in-space.png"); }
.coreDomain .icon.science-exploration{ background-image: url("img/icon_domain_science-and-exploration.png"); }
.coreDomain .icon.aviation{ background-image: url("img/icon_domain_aviation.png"); }
.coreDomain .icon.other{ background-image: url("img/icon_domain_others.png"); }

.coreDomain .name{
    box-sizing: border-box;
    display: block;
    width: 90%;
    padding-left: 20px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    text-align: left;
}


ul.businessDomain{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

    margin-top: 10px;
    border-top: 2px dotted #ccc;
    padding-top: 10px;
}
ul.businessDomain li{
    width: 31%;
    margin-right: 2.333333%;
    margin-bottom: 10px;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.businessDomain li .icon{
    width: 20%;
	display: block;
    position: relative;
	z-index: 20;
	overflow: hidden;
	
	line-height: 0;
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
ul.businessDomain li .icon:before{
	content:"";
	display: block;
	padding-top: 100%;
}
ul.businessDomain li .icon.satellite{ background-image: url("img/icon_domain_satellite.png"); }
ul.businessDomain li .icon.satellitedataservice{ background-image: url("img/icon_domain_satellitedataservice.png"); }
ul.businessDomain li .icon.transportation{ background-image: url("img/icon_domain_transportation.png"); }
ul.businessDomain li .icon.componentparts{ background-image: url("img/icon_domain_componentparts.png"); }
ul.businessDomain li .icon.groundsystem{ background-image: url("img/icon_domain_groundsystem.png"); }
ul.businessDomain li .icon.spaceservices{ background-image: url("img/icon_domain_spaceservices.png"); }
ul.businessDomain li .icon.aviation{ background-image: url("img/icon_domain_aviation.png"); }
ul.businessDomain li .icon.other{ background-image: url("img/icon_domain_others.png"); }

ul.businessDomain li .icon.in-space{ background-image: url("img/icon_domain_in-space.png"); }
ul.businessDomain li .icon.science-exploration{ background-image: url("img/icon_domain_science-and-exploration.png"); }

ul.businessDomain li .name{
    display: block;
    width: 75%;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.3;
}




.contactForm{
    width: 100%;
}
.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="password"]{
    box-sizing: border-box;
    
    width: 100%;
	height: 40px;
	font-size: 1.6rem;
    
    border: 1px solid #aaa;
    
    padding: 0 10px;
}
.contactForm input::placeholder{
    color: #ccc;
    font-size: 1.6rem;
}
.contactForm textarea{
    width: 100%;
    height: 12em;
    font-size: 1.6rem;
    border: 1px solid #aaa;
}
.contactForm input[type="button"],
.contactForm input[type="submit"]{

    height: 38px;

	background: none;

	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	padding: 2px 20px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #0060b0;
	cursor: pointer;
	border-radius: 10px;
    
    border: none;

    transition: filter .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    will-change: filter;
}
.contactForm input[type="button"]:hover,
.contactForm input[type="submit"]:hover{
	filter: none;
}

.contactForm .submitBtn{
    text-align: center;
}

.contactForm p{
	margin-bottom: 1em;
}
.contactForm p input[type="submit"]{
	margin-left: 40%;
}





.contactBtn a{

    display: inline-block;

	padding: 10px 20px;
	font-size: 1.6rem;
	color: #fff;
	background-color: #0060b0;
	border-radius: 10px;
    
    transition: box-shadow .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	
    box-shadow: 2px 2px 2px 2px #ccc;
}
.contactBtn a:hover{
    box-shadow: 0px 0px 0px 0px #ccc;
}


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

ul.businessDomain li{
    width: 48%;
    margin-right: 2%;
}
ul.businessDomain li .icon{
    width: 18%;
}
ul.businessDomain li .name{
    width: 77%;
    font-size: 1.5rem;
}

}



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

.subPageBody{
    padding: 40px 0;
}
.subPageBody .column{
    width: 100%;
}
.subPageBody .subSection{
    margin-bottom: 40px;
}
.subPageBody h2{
    font-size: 2.2rem;
    margin-bottom: 16px;
}
.subPageBody p{
    font-size: 1.5rem;
}
.subPageBody.page{
    padding: 120px 0;
}
.subPageBody.page h1{
    font-size: 2.6rem;
    margin-bottom: 60px;
}
.subPageBody.page h2{
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.subPageBody.page h3{
    font-size: 1.7rem;
    margin-bottom: 10px;
}
ul.cmn li{
    font-size: 1.5rem;
}
table.domains th,
table.domains td{
    padding: 2px 5px;
    font-size: 1.3rem;
}



.templateBody{
    padding: 120px 0;
}
.templateBody h1{
    font-size: 2.2rem;
    margin-bottom: 40px;
}
.searchPage h1{
    font-size: 2.2rem;
}
ul.applicationDomain li .name{
    font-size: 1.6rem;
}


}

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

ul.applicationDomain li{
    width: 100%;
}
ul.applicationDomain li .icon{
    width: 12%;
}
ul.applicationDomain li .name{
    width: 85%;
}


.coreDomain .icon{
    width: 15%;
}
.coreDomain .name{
    width: 85%;
    font-size: 1.9rem;
}


}




ul.pictures{
    width: 100%;
}
ul.pictures li{
	display: block;
	position: relative;

	width: 100%;
	overflow:hidden;
	
	line-height: 0;

    margin-bottom: 10px;
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
ul.pictures li::before {
	content:"";
	display: block;
	padding-top: 56.25%;
}
ul.pictures.p2 li:nth-child(1)::before {
	content:"";
	display: block;
	padding-top: 133.33333%;
}
ul.pictures.p2 li:nth-child(2)::before {
	content:"";
	display: block;
	padding-top: 75%;
}





/* --------------------------------------------------
  Common Footer
-------------------------------------------------- */

footer.common{
	width: 100%;
	height: 56px;
	background-color: #111;
}

footer.common .copyright{
	width: 100%;
	font-size: 10px;
	color: #aaa;
	text-align: center;
	padding: 18px 0;
}






#user-registration .user-registration-MyAccount-content .user-registration-profile-header {
	display: none;
}

.grecaptcha-badge { visibility: hidden; }




.user-registration h3{
	font-size: 110%;
	font-weight: bold;
}


