@charset "utf-8";
/* ============================

    DMM Okan PC / index.css

=============================== */

/* ==================== [ BTN ] */
/*ボタン用設定*/
/*各cssに記述 true or falseの色設定*/
#page.page_userService .hd-title .btn_important {
    position: relative;
    margin: 0 auto 8px;
    width: 320px;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 3px 4px rgba(0,0,0,0.4);
}
/*FVボタン周りキャンペーン実施中文言*/
/*#page.page_userService .hd-title .btn_important:before {
    content: '';
    position: absolute;
    top: -16px;
    right: -20px;
    margin-left: -102px;
    height: 28px;
    width: 28px;
    background: url(../img/pc/img_checkPop.png) 0 0 no-repeat;
    -webkit-background-size: 28px 28px;
    background-size: 28px 28px;
}
#page.page_userService .hd-title .btn_important:after {
    content: '';
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -101px;
    height: 24px;
    width: 204px;
    background: url(../img/pc/img_checkPopTxt.png) 0 0 no-repeat;
    -webkit-background-size: 202px 24px;
    background-size: 202px 24px;
}*/
#page.page_userService .bt-inner-switching-items .btn_important {
    display: inline-block;
    width: 192px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}
#page.page_userService .is_true { background-color: #30BDC4; }
#page.page_userService .is_true:hover { background-color: #35CED6; }
#page.page_userService .is_false {
    border-color: #30BDC4;
    color: #30BDC4;
}
#page.page_userService .is_false:hover { background-color: #30BDC4; }
#page a.tx-link {
    font-weight: bold;
    color: #30BDC4;
}

/* ==================== [ header ] */
header { height: 590px; }

/* ==================== [ area-header ] */
/**TOPナビメニュー**/
.bx-menuNav {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    z-index: 100;
    background-color: rgba(255,255,255,0.90);
    overflow: hidden;
}
.bx-menuNav.fixed {
    position: fixed;
    top: 0;
}
.bx-inner-menuNav{
    position: relative;
    margin: 0 auto;
    width: 1024px;
}
.lst-linkMenu {
    padding: 0;
    margin: 0;
    text-align: center;
}
.lst-linkMenu li a {
    display: inline-block;
    height: 100%;
}
#page.page_userService .area-header .bx-menuNav .lst-linkMenu li a.active { color: #35CED6; }
/* 特定量スクロールすると表示するナビ追加アイテム */
.bt-switching-items {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 0;
    height: 50px;
    opacity: 0;
    -webkit-transition: width 0.1s , opacity 0.8s;
    -moz-transition: width 0.1s , opacity 0.8s;
    -ms-transition: width 0.1s , opacity 0.8s;
    -o-transition: width 0.1s , opacity 0.8s;
    transition: width 0.1s , opacity 0.8s;
}
.bt-switching-items .bt-inner-switching-items {
    width: 350px;
}
.bt-switching-items h1 {
    display: inline-block;
    margin: 0 auto;
    line-height: 48px;
}
#page .bt-switching-items .btn_1l {
    display: inline-block;
    width: 200px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}
.bt-switching-items img {
    vertical-align: middle !important;
    margin-right: 15px;
}
/* ナビアイテム */
.lst-linkMenu {
    position: absolute;
    right: 210px;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
}
.lst-linkMenu li {
    display: inline-block;
    line-height: 50px;
    margin-right: 32px;
    font-size: 16px;
    font-weight: bold;
}
.lst-linkMenu li:last-child{ margin: 0; }
#page.page_userService .area-header .bx-menuNav .lst-linkMenu li a { color: #5E5E5E; }
#page.page_userService .area-header .bx-menuNav .lst-linkMenu li a:hover {
    color: #35CED6;
    opacity: 1;
}
.lst-linkMenu li a{ text-decoration: none; }
/* ヘッダー領域 */
.area-header {
    position: absolute;
    height: 592px;
    width: 100%;
    min-width: 1024px;
    background: url("../img/pc/bg_top_01.png") top center no-repeat;
    background-size: 2000px 592px;
}
.inner-header {
    position:relative;
    width: 1024px;
    height: 592px;
    margin: 0 auto;
}
/* ヘッダーコンテンツ */
.area-header-content {
    position: absolute;
    top: 144px;
    /* キャンペーンボタン有効時レイアウト調整 */
    /*top: 120px;*/
    left: 50%;
    margin-left: -190px;
    width: 380px;
}
/* ヘッダータイトル */
.hd-title {
    margin-bottom: 32px;
    text-align: center;
}
/* キャンペーンボタン有効時レイアウト調整 */
/*.hd-title > img { margin-bottom: 20px; }*/
.hd-title .tx_mainOpen { margin-bottom: 30px; }
/* ストアダウンロードバッヂ */
.bx-app-store { text-align: center; }
.bx-app-store a:first-child { margin-right: 8px; }
/* ヘッダータイトル下部 説明文 */
.tx-top-ad-statement {
    margin-top: 44px;
    font-size: 18px;
    color: #5E5E5E;
}
.tx-top-open-message {
    margin-top: 34px;
    font-size: 22px;
    color: #5E5E5E;
}
/*TOPソーシャルボタン*/
.bx-social-button {
    margin: 12px auto 0;
    text-align: center;
}
.bx-social-button a {
    display: inline-block;
    margin-right: 8px;
}
.bx-social-button a:last-child { margin-right: 0; }
/* バクダン */
.button-servicearea {
    position: absolute;
    top: 56px;
    left: 176px;
    z-index: 20;
    transform:scale(0);
}
.button-servicearea.is-active {
    animation: bounce 0.3s;
    transform:scale(1);
}
@keyframes bounce {
    0% { transform: scale(0);}
    70% { transform: scale(1.2) }
    100% { transform: scale(1) }
}
#page .button-servicearea a {
    display: block;
    -webkit-transition: margin-top 0.2s;
    -moz-transition: margin-top 0.2s;
    -ms-transition: margin-top 0.2s;
    -o-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
}
#page .button-servicearea a:hover {
    margin-top: 6px;
    opacity: 1;
}

/* TOP iPhone画像 */
.img-smartphone {
    position: absolute;
    bottom: 0;
    left: -316px;
}
/* TOP キャスト登録リンク */
.img-cast {
    display: block;
    position: absolute;
    top: 24px;
    right: 216px;
}

/* ==================== [ area-service-announce ] */
.area-service-announce {
    height: 560px;
    min-width: 1024px;
    /*Other Browser*/
    background: url("../img/pc/bg_service_announce.png"),#FFF;
    /*For Old WebKit*/
    background: url("../img/pc/bg_service_announce.png"),
                -webkit-linear-gradient(
                    #FFF 90%,
                    #F3FBFB 100%
                );
    /*For Modern Browser*/
    background: url("../img/pc/bg_service_announce.png"),
                linear-gradient(
                    #FFF 90%,
                    #F3FBFB 100%
                );
    background-repeat: no-repeat;
    background-position: center bottom;
}
.area-service-announce * {
    margin: 0;
    padding: 0;
}
.area-service-announce h1 {
    text-align: center;
    padding-top: 48px;
}
.tx-service-announce {
    color: #5E5E5E;
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
}
/* 複数丸枠写真 */
.area-list-announce {
    margin: 0 auto;
    width: 440px;
}
.lst-service-announce {
    overflow: hidden;
    margin: 24px auto 0;
}
.lst-service-announce li {
    float: left;
    margin-right: 20px;
}
.lst-service-announce li:last-child {
    margin-right: 0;
}
.lst-service-announce li div {
    margin-bottom: 8px;
}
.lst-service-announce li p {
    line-height: 1.3;
    text-align: center;
    font-size: 14px;
    color: #5E5E5E;
}
.lst-service-announce::after {
    content: "";
    clear: both;
    display: block;
}
.area-announce-text {
    margin-top: 40px;
    text-align: center;
}

/* ==================== [ area-voice ] */
.area-voice {
    padding-top: 20px;
}

.area-voice .text_voice01 {
    text-align: center;
    font-size: 20px;
    margin: 20px 0 40px;
}

.area-voice .hd-work-detail {
    padding-top: 20px;
    text-align: center;
    letter-spacing: -.4em;
}

.hd-work-detail > div {
    margin: 0 16px 0 -32px;
    display: inline-block;
    letter-spacing: normal;
}

.area-voice .hd-work-detail h1 {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    height: 60px;
    line-height: 76px;
    vertical-align: top;
    letter-spacing: normal;
}

.area-voice .lst-movie {
    width: 940px;
    margin: 0 auto;
    letter-spacing: -.4em;
}

.area-voice .lst-movie li {
    display: inline-block;
    width: 300px;
    margin-right: 20px;
    letter-spacing: normal;
    vertical-align: top;
}

.area-voice .lst-movie li:last-child {
    margin-right: 0;
}

.area-voice .text_user-comment {
    font-size: 16px;
    font-weight: bold;
}

.area-voice .text_user-profile {
    position: relative;
    text-align: right;
}

.area-voice .text_user-profile span {
    position: relative;
    z-index: 2;
    padding-left: 10px;
    background: #fff;
    font-size: 13px;
}

.area-voice .text_user-profile::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto 0;
    background: #d6d6d6;
}

/* ==================== [ area-work-detail ] */
.area-work-detail {
    min-width: 1024px;
}
.area-work-detail .hd-work-detail {
    margin: 0 0 32px -32px;
    padding-top: 80px;
    text-align: center;
}
.area-work-detail .hd-work-detail > div {
    display: inline-block;
    margin-right: 16px;
    font-size: 0;
    vertical-align: top;
}
.area-work-detail h1 {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    height: 60px;
    line-height: 76px;
    vertical-align: top;
}
/* お仕事内容についてアイコンリスト */
.area-work-icons {
    position: relative;
    margin-bottom: 24px;
    background-color: rgba(48, 189, 196, 0.1);
    overflow: hidden;
}
.area-work-icons li img {
    box-shadow: 0 1px 6px 0 rgba(49, 120, 123, 0.36);
    border-radius: 8px;
    margin: 20px 8px 20px 0;
}
.area-work-icons li:last-child img {
    margin-right: 0;
}
.lst-work-icons {
    position: relative;
    padding-left: 0;
    left: 50%;
    float: left;
    list-style-type: none;
}
.lst-work-icons li {
    float: left;
    position: relative;
    left: -50%;
}
.lst-work-icons::after {
    content: "";
    clear: both;
    display: block;
}
.tx-subdetail-text {
    line-height: 1.5;
    text-align: center;
    font-size: 17px;
    margin-bottom: 0;
}
/* ==================== [ area-service-feature ] */
/*　表示領域の固定 + センタリング */
.area-service-feature {
    position: relative;
    width: 904px;
    margin: 0 auto;
}
.area-service-feature * {
    margin: 0;
    padding: 0;
}
/* サービス特徴内の丸枠写真 */
.wrap-service-feature-image1,
.wrap-service-feature-image2,
.wrap-service-feature-image3 {
    position: absolute;
    z-index: 10;
}
.wrap-service-feature-image1 {
    top: -88px;
    right: -72px;
}
.wrap-service-feature-image2 {
    top: -16px;
    right: 128px;
}
.wrap-service-feature-image3 {
    top: 32px;
    right: -32px;
}
/*　3×2のリスト */
.area-service-feature  ul {
    margin: 0;
    padding: 0;
}
/* セクションタイトル */
.hd-service-detail {
    margin: 0 0 40px -32px;
    padding-top: 80px;
    text-align: center;
}
.hd-service-detail > div {
    display: inline-block;
    margin-right: 16px;
    font-size: 0;
}
.hd-service-detail h1 {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    height: 60px;
    line-height: 76px;
    vertical-align: top;
}
/* サービス特徴 リスト */
.lst-service-feature {
    display: table;
    list-style-type: none;
    height: auto;
    margin-bottom: 50px !important;
    text-align: center;
    float: left;
    overflow: hidden;
}
.lst-service-feature li {
    display: inline-block;
    /*列境界線 */
    border-left: solid 1px #F0F0F0;
    vertical-align: top;
    text-align: left;
    width: 218px;
    height: 200px;
    box-sizing:border-box;
}
/* 先頭 */
.lst-service-feature li:first-child {
    border-left: none;
}
/* 回り込みの解除 */
.lst-service-feature::after {
    content: "";
    clear: both;
    display: block;
}
/* 項目ごとのアイコン */
.lst-service-feature li > div {
    margin-bottom: 5px;
    text-align: center;
}
.lst-service-feature .tx-icon-title {
    margin: 20px 0 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #5E5E5E;
}
.lst-service-feature .tx-icon-subtext {
    margin-top: 16px;
    margin-bottom: 0;
    text-align: center;
}
.lst-service-feature small {
    margin-top: 4px;
    display: inline-block;
    width: 132px;
    font-size: 12px;
}
/* | サービス特徴 | 2つめのリスト */
.lst-service-detail {
    display: inline-block;
    border-top: solid 1px #F0F0F0;
    list-style-type: none;
}
/* | サービス特徴 | 2つめのリスト行間 */
.area-service-detail {
    position: relative;
    margin-bottom: 48px;
}
.area-service-detail:first-child {
    margin-top: 48px;
}
.area-service-detail:last-child {
    margin-bottom: 0;
}
.area-service-detail:not(:first-child) {
    padding-top: 48px;
    border-top: solid 1px #F0F0F0;
}
/* タイトルごとの左隣アイコン */
.area-service-detail-first {
    margin-bottom: 28px;
}
.area-service-detail-first img {
    margin-left: 40px;
}
.area-service-detail-first img {
    line-height: 100%;
    display: inline-block;
    margin-right: 28px;
}
/* | サービス特徴 | リスト2つめ タイトル */
.area-service-detail-first .area-title-service-detail {
    vertical-align: top;
    display: inline-block;
}
.area-title-service-detail {
    list-style: none;
}
.tx-service-title {
    margin-bottom: 5px;
}
.tx-service-title {
    font-size: 22px;
    font-weight: bold;
}
.tx-service-subtitle {
    font-size: 15px;
}
/* | サービス特徴 | 安心のヘルプ体制〜 項目とその説明 */
.area-service-detail-second {
    padding: 0;
    margin-top: 24px;
    background-color: #F8F8F8;
    text-align: center;
}
.area-service-detail-second li {
    width: 170px;
    display: inline-block;
    list-style-type: none;
    margin-top: 48px;
    margin-right: 32px;
    margin-bottom: 30px;
    vertical-align: top;
    text-align: left;
}
.area-service-detail-second li:nth-child(4n) {
    margin-right: 0;
}
.area-service-detail-second li > div ,
.area-service-detail-second li > div p {
    display: inline-block;
}
.area-service-detail-second li > div {
    margin-bottom: 9px;
}
.area-service-detail-second li > div p {
    color: #30BDC4;
}
.area-serviceflow,
.area-service-graph,
.area-servicearea {
    position: relative;
    padding: 48px 0;
    text-align: center;
    border: 10px solid #F8F8F8;
    box-sizing: border-box;
}
.area-serviceflow div {
    display:inline-block;
    width:679px;
    margin:0 auto 21px;
    text-align:left;
}
.area-serviceflow :last-child {
    margin-bottom: 0;
}
.area-service-graph img {
    display: inline-block;
    text-align: center;
}
.area-servicearea-detail {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 48px;
    margin-top: 40px;
}
.area-servicearea-detail > b {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
}
.area-servicearea-detail > p {
    margin-bottom: 8px;
    font-size: 14px;
}
.area-servicearea .img-servicearea-pop {
    position: absolute;
    top: 24px;
    left: 144px;
}
/* ==================== [ area-price-time-area ] */
.area-price-time-area {
    margin-bottom: 64px;
    min-width: 1024px;
}
.area-price-time-area * {
    margin: 0;
    padding: 0;
}
.area-price-time-area .hd-work-detail {
    margin: 0 0 40px -32px;
    padding-top: 80px;
    text-align: center;
}
.hd-work-detail > div {
    margin-right: 16px;
    display: inline-block;
    font-size: 0;
}
.area-price-time-area .hd-work-detail h1 {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    height: 60px;
    line-height: 76px;
    vertical-align: top;
}
.lst-price-time-area {
    display:block;
    width:1024px;
    list-style: none;
    text-align: center;
    margin: 0 auto;
}
.lst-price-time-area .tx-icon-title {
    margin: 24px 16px 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.lst-price-time-area .tx-icon-subtext {
    margin: 16px 16px 0;
    text-align: center;
    word-break: keep-all;
}
.lst-price-time-area small {
    display: block;
    margin: 4px auto 0;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
}
.lst-price-time-area {
    padding-top: 16px;
    text-align: center;
}
.lst-price-time-area li {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
}
.lst-price-time-area li:first-child { margin-right: 64px; }
.lst-price-time-area li .area-flow-image01 {
    position: absolute;
    top: -80px;
    left: -176px;
}
.lst-price-time-area li .area-flow-image02 {
    position: absolute;
    top: 64px;
    right: -148px;
}
.lst-price-time-area li .tx-price-time-number,
.lst-price-time-area li .tx-price-time-number-s {
    font-weight: bold;
    color: #30BDC4;
}
.lst-price-time-area li .tx-price-time-number {
    margin-bottom: 12px;
    font-size: 24px;
}
.lst-price-time-area li .tx-price-time-number-s {
    margin-bottom: 8px;
    font-size: 16px;
}
.lst-price-time-area li  p {
    font-weight: bold;
    color: #30bdc4;
    font-size: 24px;
}
.lst-price-time-area li .tx-price-time-number strong,
.lst-price-time-area li .tx-price-time-number-s strong {
    margin: 0 4px;
    letter-spacing: -.04em;
}
.lst-price-time-area li .tx-price-time-number strong { font-size: 56px; }
.lst-price-time-area li .tx-price-time-number-s strong { font-size: 28px; }
.lst-price-time-area li .tx-price-time-number strong span { font-size: 28px; }
.lst-price-time-area li .tx-price-time-number span,
.lst-price-time-area li .tx-price-time-number-s span {
    margin: 0 4px;
    vertical-align: middle;
}
.lst-price-time-area li .tx-price-time-number span { font-size: 24px; }
.lst-price-time-area li .tx-price-time-number-s span { font-size: 16px; }
.lst-price-time-area li .tx-price-time-number-s strong span { font-size: 16px; }
.lst-price-time-area li dl dt {
    display: block;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 22px;
}
.lst-price-time-area li dl small {
    display: block;
    padding-top: 2px;
    font-size: 12px;
    line-height: 12px;
}
/* ==================== [ area-campaign-announce ] */
.area-campaign-announce { margin: 0 auto 64px; }
.area-campaign-announce a {
    display: block;
    margin: 0 auto;
    width: 905px;
    text-align: center;
}
/* ==================== [ area-usage-flow ] */
.area-usage-flow {
    background: url('../img/pc/bg_tile_line.png');
    min-width: 1024px;
    margin-bottom: 64px;
}
.area-usage-flow * {
    margin: 0;
    padding: 0;
}
.area-usage-flow .hd-work-detail {
    margin: 0 0 40px -32px;
    padding-top: 64px;
    text-align: center;
}
.hd-work-detail > div {
    margin-right: 16px;
    display: inline-block;
    font-size: 0;
}
.area-usage-flow .hd-work-detail h1 {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    height: 60px;
    line-height: 76px;
    vertical-align: top;
}
.area-flow-description {
    position: relative;
    overflow: hidden;
}
.lst-usage-flow {
    width: 940px;
    margin: 0 auto;
    box-sizing: border-box;
}
ol.lst-usage-flow { margin-bottom: 24px; }
ul.lst-usage-flow {
    border-top: 2px solid #E8E8E8;
    padding-top: 24px;
}
.area-usage-flow-text {
    display: table-cell;
    vertical-align: middle;
}
#page .area-flow-item .tx-usage-flow a,
#page .area-flow-item .tx-usage-flow a:visited {
    display: inline-block;
    font-weight: bold;
    color: #FF6378;
}.area-flow-main { margin-bottom: 56px; }
/* 縦グレー線の描画 */
.lst-usage-flow li:not(:last-child)::after {
    content: '';
    display: block;
    margin: 10px 0 10px 83px;
    height: 28px;
    width: 3px;
    background-color: #e8e8e8;
}
.area-flow-item { display: table; }
.area-usage-flow-text p {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.area-usage-flow-text p {
    font-size: 15px;
}
.area-usage-flow-text small {
    display: block;
    font-size: 12px;
    padding-top: 6px;
}
.area-usage-flow-text > div {
    display: table;
}

/*アイコン画像 */
.area-usage-flow-ico {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
    width: 108px;
    text-align: center;
}
/* アイコン下の文字 */
.area-usage-flow-ico p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
.area-usage-flow-ico img {
    display: block;
    margin: 0 auto;
}
/* カルーセルのコントローラー */
.owl-nav {
    text-align: center;
    margin-top: 24px;
}
.owl-nav * {
    display: inline-block!important;
}
.owl-nav >div {
    vertical-align: middle;
}
/* js側で生成されるアイテム位置のステータス */
.tx-carousel-status {
    font-weight: bold;
    text-align: center;
    display: inline !important;
    font-size: 24px;
    vertical-align: middle;
}

.owl-prev img {
    margin-right: 20px;
}
.owl-next img {
    margin-left: 20px;
}
.tx-carousel {
    display: block;
    font-size: 12px;
    padding: 16px 0 80px 0;
    text-align: center;
}
/* ==================== [ area-contact ] */
.area-contact * {
    margin: 0;
    padding: 0;
}
.area-contact { text-align: center; }
.area-contact-info { margin-bottom:40px; }
#page .area-contact-info .btn_1l { margin-bottom: 16px; }
.area-contact a:first-child { margin-top: 40px; }
.area-contact a:last-child { margin-bottom: 40px; }
.area-contact .bt-content-twitter{ margin-right: 41px; }
.area-contact .bt-content-twitter { display: inline-block; }
.bt-content-twitter p {
    color: #4099FF!important;
    margin-top: 8px;
    font-size: 12px;
    font-weight: bold;
}
.area-contact .bt-content-facebook { display: inline-block; }
.bt-content-facebook p {
    color: #4B6EA9!important;
    margin-top: 8px;
    font-size: 12px;
    font-weight: bold;
}
.area-contact .bt-content-facebook:hover,
.area-contact .bt-content-twitter:hover,
.area-contact .bt-content-facebook:active,
.area-contact .bt-content-twitter:active {
    cursor: pointer;
    opacity: 0.7;
    text-decoration: none;
}
.area-contact .bt-content-facebook ,
.area-contact .bt-content-facebook > p ,
.area-contact .bt-content-twitter ,
.area-contact .bt-content-twitter > p {
    -webkit-transition: box-shadow 1.0s, opacity 0.4s;
    -moz-transition: box-shadow 1.0s, opacity 0.4s;
    -ms-transition: box-shadow 1.0s, opacity 0.4s;
    -o-transition: box-shadow 1.0s, opacity 0.4s;
    transition: box-shadow 1.0s, opacity 0.4s;
}
/* ==================== [ area-download ] */
.area-download {
    overflow: hidden;
    margin: 0 auto 40px;
    width: 536px;
}
.area-download .area-download-info {
    float: left;
    padding: 24px 0;
}
.area-download .area-download-info > img { margin-bottom: 24px; }
.area-download > img { float: right; }
