/*=============================================================*/
/*display: flexを使うときは、IE9以降に対応させるためのポリフィルを併用する。*/

/*display: flex;*/
/*-js-display: flex;!*ポリフィル*!*/

/*====================================================== 共通*/

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

body{
    font-family: 'Lato','Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    background: #f4f2f3;
    /*text-shadow: 0px 0px 0px #333;*/
    font-size: 16px;
    line-height: 1.3;
    color: #333333;
    letter-spacing: 0.1em;
}

#Wrapper{
    overflow: hidden;
    position: relative;
}

a{
    color: #333;
    transition: 0.3s ease 0s;
}

a:hover{
    opacity: 0.8;
}

a.under{
    border-bottom:dotted 1px #333;
}

.under::before{
    left: 4px;
    width: 5px;
    height: 1px;
    background: #7a0;
}

.under::after{
    left: 4px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #7a0;
    border-right: 1px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

p{ font-size: 1em; /* 16px */
    line-height: 1.5em; /* 24px */
}

header{
    position: relative;
}

*::selection {
    background: #555;
    color:#fff;
}

*::-moz-selection   {
    background: #555;
    color:#fff;
}




/*-----------------------------------------------ボタン*/
/*基本スタイル*/
.tryal-buy_btn{
    text-align: center;
}
.tryal_btn a,
.buy_btn a{
    text-align: center;
    font-weight: bold;
}

/*ソフト購入*/
.buy_btn a{
    box-sizing: border-box;
    display: block;
    background:#00b4bf ;
    border: 1px solid #00A9B3;
    border-bottom: 1px solid #008A93;
    border-radius: 3px;
    color: #fff;
    text-decoration:none;
    font-weight: bold;
}

.buy_btn a:hover{
    background: #00C0CB;
}
/*トライアル*/
.tryal_btn a{
    box-sizing: border-box;
    display: block;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-bottom: 1px solid #999;
    border-radius: 3px;
    color: #333;
    text-decoration:none;
    font-weight: bold;
}

.tryal_btn a:hover{
    background: #fff;
}



/*------------------------------------------------リンク*/

main a{
    color: #666;
    transition: 0.3s ease 0s;
    text-decoration: underline;
}

main a:hover{
    opacity: 0.5;
}

/*矢印つき*/
.mark li:before{
    content: "\f105";
    font-family: FontAwesome;
    text-decoration: none;
    color: #666;
}

.mark a{
    text-decoration: none !important;
}

.mark li{
    margin-bottom: 5px;
}



/*========================================================header*/
.header-row{
    background: rgba(255, 255, 255, 0.7);
    z-index: 101;
    width: 100%;
    height: 53px;
    position: fixed;
    left:0;
    top:0;

}
.header-row_inner{
    display: flex;
    -js-display: flex;/*ポリフィル*/
    justify-content: space-between;
    max-width:1380px;
    box-sizing: border-box;
    margin:0 auto;
    padding: 0 40px;
	letter-spacing: normal;
	font-feature-settings: "palt";
}
.header-row.fixed {/*スクロールで固定したときの指定*/
    position: fixed;
    background: rgba(255, 255, 255, 1);
    border-bottom:1px solid #b7b7b7;
    box-shadow: 0px 2px 2px -2px rgba(193, 193, 193, 0.9);
}

.header-row  p#logo img{
    width: 120px ;
}

.header-row p#logo{
    /*padding: 8px 10px 8px 0;*/
    margin-bottom: 0;
	padding-right: 10px;
	display: flex;
	align-items: center;
	height: 53px;
}
p#tooltip span.material-icons {
    font-size: 14px;
    margin-right: 4px;
    color: #444;
    line-height: 1em;
}
/*グローバルナビゲーション*/
.gloval-nav{
    display: flex;
    -js-display: flex;/*ポリフィル*/
    position: relative;
    }

.gloval-nav a{
    font-weight: 600;
    font-size: 70%;
    text-shadow: none;
}

.gloval-nav ul{
    display: flex;
    -js-display: flex;
}

.gloval-nav ul li{
    /*margin-left: 25px;*/
    white-space:nowrap;
    min-width: 0;
}

.gloval-nav ul.navigation {
    margin-top: -1px;
    margin-right: 10px;
}

.gloval-nav ul.navigation li{

}

.gloval-nav ul:first-of-type li a{
    display: block;
    padding: 20px 10px 10px 10px;
}

.gloval-nav ul:first-of-type li a:hover{
    color:#666;
}


/*headerの購入ボタン*/
.gloval-nav .buy_btn{
    margin-left: 3px;
}
.gloval-nav .buy_btn a{
    font-weight: 500;
}

.gloval-nav  .tryal_btn a{
    font-weight: 500;
    /*margin-right: -20px;*/
}

.gloval-nav .tryal-buy_btn{
    margin-top: 6px;
    margin-left: -5px;
}
.gloval-nav .tryal_btn{
    /*margin-left: 3%;*/
}
.gloval-nav .tryal_btn a,
.gloval-nav .buy_btn a{
    width: 10em;
    padding:10px 0;
    font-size: 90%;
}

/*-------------------言語切り替え*/
.logo-lung{
    display: flex;
    align-items: center;
}
p#tooltip {
    font-size: 12px;
    align-self: flex-end;
    padding-bottom: 6px;
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
    color: #333;
    line-height: 1em;
}

p#tooltip:before{
    /*font-family: FontAwesome;
    content: "\f0ac";
    padding-right: 0.1em;*/
}



.logo-lung ul{
    font-size: 60%;
}

.logo-lung ul a{
    color: #666;
}
#box{
    margin: 20px 0 0 0;

}
.darktooltip-modal-layer{

}


#darktooltip-tooltip a{
    color: #ffffff;
    font-size: 80%;


}

#darktooltip-tooltip li{
}

#darktooltip-tooltip a:before{
    font-family: FontAwesome;
    content: "\f0da";
    padding-right: 0.1em;
}
#darktooltip-tooltip{
    top:40px !important;
    position: fixed !important;
}


/*言語切り替えボタン::スマホ*/
form.lang-btn {
    width: 100%;

}


form.lang-btn label {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
}

form.lang-btn label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;/*三角*/
    border-top: 7px solid #00b4bf;/*三角*/

}

/*firefoxのみ三角の表示ができないのでデフォルトを表示する*/
@-moz-document url-prefix() {
    form.lang-btn label:before {
        border:none;
    }
}
.box{
    display: none;

}

.on{
    display: block;


}

.on ul{
    background: rgba(0,0,0,0.8);
    padding:30px ;
    width: 8em;
    border-radius: 3px;
}

.on ul li{
    font-size: 80%;
}


.on ul li a{
    color:#fff
}

form.lang-btn select {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    color: #333;
    border: none;
    border-radius: 5px;
    background: transparent;
}

form.lang-btn ::-ms-expand {
    display: none;
}

/**/

/*========================================================footer*/

footer{
    background: #333;
    color:#fff;
    width: 100%;

}

.footer{
    margin: 0 auto;
    display: flex;
    -js-display: flex;
    max-width: 1380px;
    padding: 40px 40px 0 40px;
    box-sizing: border-box;
}

.footer img{
    width: 100%;
}

.footer-row_body{
    margin-top: 5px;
    font-size: 80%;
}

.footer-row_body a{
    color: #ccc;
}

.footer-row_head{
    flex-basis:20%;
    flex-grow: 1;
    padding-right: 150px;
    background:url("../../../img/jp/common/clip_packages_bg.png") right 30%  top -20% no-repeat;
    background-size: 60%;
	background-position: center 40px;
}

.footer-row_head .tryal_btn{
    margin-bottom: 10px;
}

.footer-row_head .tryal_btn a,
.footer-row_head .buy_btn a{
    width: 100%;
    padding: 7px 0;
}

.footer-row_head  img{
    padding-bottom: 20px;
}

.footer-row_body{
    flex-basis: 90% ;
    flex-grow: 1;
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
}



.footer-row_body dl{
    flex-basis:23%;
     border-left:1px solid #444;
    padding-left: 10px;
    margin-bottom: 20px;
}



.footer-row_body dt{
    background: #333 ;
    margin-bottom: 10px;
    margin-left: -15px;
    padding-bottom: 5px;
}

.footer-row_body dd{

    font-size: 90%;
    margin-bottom: 7px;
}

.footer-row_body ul{/*バナー*/
    flex-basis:23%;

    margin-bottom: 20px;
}


footer > p {
    text-align: center;
    font-size: 60%;
    padding: 0 30px 30px;
    margin: 0 auto;
    box-sizing: border-box;
}

footer .banner_area{
    margin-bottom: 5px;
}

/*--------------------------ページトップボタン*/
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 10px;
    border-radius: 45px;
    width: 45px;
    height: 45px;
    background-color: #999;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a i {
    color: #ffffff;
    font-size: 300%;
    margin-top: -5px;
}

#pageTop a:hover {
    text-decoration: none;
    background: #efea3a ;
    opacity: 0.7;
}


/*----------------------ドロワーメニュー(ハンバーガー)*/
.dorwer-nav{
    display: none !important;
}


/*=============================================================================980px以下用（PC用）の記述 */
@media screen and (max-width: 980px) {
    #Wrapper,
    footer,
    main{
        overflow: hidden;
        min-width: 980px;

    }
}



/*=============================================================================オリジナルfont icon*/
@font-face {
    font-family: 'icomoon';
    src:  url('../../../fonts/icomoon.eot?ln51i4');
    src:  url('../../../fonts/icomoon.eot?ln51i4#iefix') format('embedded-opentype'),
    url('../../../fonts/icomoon.ttf?ln51i4') format('truetype'),
    url('../../../fonts/icomoon.woff?ln51i4') format('woff'),
    url('../../../fonts/icomoon.svg?ln51i4#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-LINE:before {
    content: "\e900";
}
.icon-hatena:before {
    content: "\e901";
}
.icon-google-plus:before {
    content: "\ea8b";
}
.icon-facebook:before {
    content: "\ea90";
}
.icon-twitter:before {
    content: "\ea96";
}
.icon-youtube2:before {
    content: "\ea9e";
}
.icon-appleinc:before {
    content: "\eabe";
}
.icon-windows8:before {
    content: "\eac2";
}

