@charset "utf-8";

/**********************************************

basic_style_forPC.css

**********************************************/


/* 文字折り返し設定 */

* {
    word-break: break-all !important;
    word-wrap: break-word !important;
}


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

デフォルト設定

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

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


/* webフォント設定 */


/*@font-face {
	font-family: 'ipaexg';
	src: url('../fonts/ipaexg.woff') format('woff');
}
*/


/* hitapフォント設定 */

@font-face {
    font-family: 'HiTAP';
    src: url('../fonts/HiTAP.eot?m6bkzc');
    src: url('../fonts/HiTAP.eot?m6bkzc#iefix') format('embedded-opentype'), url('../fonts/HiTAP.ttf?m6bkzc') format('truetype'), url('../fonts/HiTAP.woff?m6bkzc') format('woff'), url('../fonts/HiTAP.svg?m6bkzc#HiTAP') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* hitapフォントデフォルト設定 */

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'HiTAP';
    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-Building:before {
    content: "\e901";
}


/* 別窓リンク */

.icon-ExternalLink:after {
    content: "\e902";
}


/* hitapアイコン */

.icon-Logo:before {
    content: "\e900";
}


/* h */

.icon-H:before {
    content: "\48";
}


/* i */

.icon-i:before {
    content: "\69";
}


/* T */

.icon-T:before {
    content: "\54";
}


/* A */

.icon-A:before {
    content: "\41";
}


/* P */

.icon-P:before {
    content: "\50";
}


/* hitapロゴとして適用したい場合のセット */

.hitap-logo {
    font-family: 'HiTAP';
    font-weight: normal;
    color: #c7000a;
}

.hitap-logo:before {
    content: "\e900";
}


/* h1, h2, p, a, span {
	font-family: 'Noto Sans';
} */


/* html */

html {
    min-width: 980px;
    height: 100%;
}


/* body */

body {
    width: 100%;
    font-size: 16px;
    color: #696969;
    height: auto;
    -webkit-text-size-adjust: 100% !important;
}


/* 下層フォントサイズ設定 */

body#second {
    font-size: 14px;
}

body#second p {
    line-height: 30px;
}

input,
textarea,
select {
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    color: #696969;
}


/* TOP背景設定 */

p,
table tr td {
    line-height: 1.5em;
}

p,
dl,
h1,
h2,
h3,
h4 {
    margin: 0;
}


/* 見出しタグ	行間初期化 */

h1,
h2,
h3,
h4 {
    line-height: 1.0em;
}

small {
    font-size: 14px;
}


/* imgタグレスポンシブ対応 */

img {
    max-width: 100%;
    height: auto;
    width: auto;
}


/* .dev02 spレイアウトは非表示 */

.device02 {
    display: none !important;
}


/* pcのみ改行 spレイアウトは非表示 */

.br-pc:after {
    content: "\A";
    white-space: pre;
}


/* リンク */

a,
a:hover {
    transition: all 0.5s;
    color: #c7000a;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: 0.6;
}


/* clearfix設定 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    min-height: 1%;
    /* for IE 7*/
}


/* Hides from IE-mac */

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* End hide from IE-mac */


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

レイアウト

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


/**** フレーム ****/


/* 外 */

.outer-frame {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/* 内	980px */

.inner-frame {
    width: 980px;
    margin: 0 auto;
}


/* ヘッダー */

#header_large {
    position: relative;
    z-index: 52;
    display: block!important;
}


/* ヘッダー 上部 */

.header-top {
    position: relative;
    height: 41px;
    line-height: 40px;
    margin-top: -40px;
    background: rgba(255, 255, 255, .8);
    z-index: 51;
}

.fb-like {
    transform: translateY(-25%);
}


/* ヘッダー 上部（下層のみ） */

#second .header-top {
    background: #c7000a;
    margin-top: 0;
    overflow-y: hidden;
}


/* ヘッダー 上部（スノーボードのみ） */

#snowboard .header-top {
    margin-top: 0;
}


/* ヘッダー 下部 */

.header-bottom {
    background: #ffffff;
    height: 67px;
    border-bottom: 1px solid #e6e6e6;
}


/* ヘッダー内ユーティリティリンク */

ul.list-utility {
    text-align: right;
}

ul.list-utility li {
    float: left;
    display: inline-block;
    padding-left: 25px;
}


/* ヘッダー内ユーティリティリンク（下層のみ） */

#second ul.list-utility li a {
    color: #ffffff;
}


/* ヘッダーロゴ */

.logo {
    width: 140px;
    height: 45px;
    padding-top: 14px;
}


/* ナビゲーション（ヘッダー） */

ul.header-navigation {
    display: table;
}

ul.header-navigation li {
    width: 142px;
    vertical-align: middle;
    height: 65px;
    display: table-cell;
    text-align: center;
    background: url("../img/bg_navigation_border.png") no-repeat right top rgba(255, 255, 255, 0);
}

ul.header-navigation li.active a,
#header_small ul.header-navigation li.active a {
    background: #ffffff;
    color: #c7000a;
}

ul.header-navigation li a {
    background: #ffffff;
    color: #c7000a;
    font-size: 16px;
    vertical-align: middle;
    height: 65px;
    display: table-cell;
    width: 141px;
}

ul.header-navigation li:hover a {
    color: #ffffff;
    opacity: 1.0;
    transition: all 0.2s;
}

ul.header-navigation li:first-child {
    width: 142px;
    background: url("../img/bg_navigation_border_first.png") no-repeat right top rgba(255, 255, 255, 0);
}


/* ドロップダウンメニュー*/

.dropmenu>li.box2 {
    position: relative;
}

.dropmenu {
    list-style-type: none;
    padding: 0;
}

.dropmenu:before,
.dropmenu:after {
    content: "";
    display: table;
}

.dropmenu li {
    position: relative;
    width: 20%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

.dropmenu li a {
    display: block;
    margin: 0;
    background: #c7000a;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}

.header-navigation li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin-top: -28px;
    padding: 0;
}

.dropmenu li ul li {
    width: 100%;
    margin-top: 28px;
}

.dropmenu li ul li a {
    border-top: 1px solid #fff;
    background: rgba(199, 0, 10, 0.7);
    text-align: center;
}

.dropmenu li:hover>a {
    background: #c7000a;
}

.dropmenu li a:hover {
    background: #c7000a;
}

.dropmenu li ul li {
    overflow: hidden;
    height: 0;
    transition: .2s;
}

.dropmenu li:hover ul li {
    overflow: visible;
    height: 38px;
}

.small-header {
    position: fixed;
    height: 45px;
    top: 0px;
}

.small-header ul li {
    height: 44px;
}

.small-header ul li a {
    height: 44px;
}

.small-header h1.logo {
    padding-top: 5px !important;
}

.small-header ul.dropmenu li ul {
    margin-top: 0px!important;
}

.small-header ul.dropmenu li ul li {
    margin-top: 0px!important;
}

.small-header>ul.dropmenu li>ul {
    margin-top: 10px!important;
}


/****************************************/


/* TOP */


/****************************************/


/* SP版ヘッダー・MV非表示*/

#mainvisual_sp,
#commonheader_sp_top {
    display: none;
}


/* ムービーエリア包括 */

.movie-area {
    position: relative;
    height: 700px;
    width: 100%;
    z-index: 50;
    background: #000000;
}

video {
    position: absolute;
    max-width: 100%;
    width: 100%;
    min-height: 1000px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* ムービーそのもの */

.wrapper-movie {
    position: absolute;
    width: 100%;
    height: 700px;
    z-index: 50;
    overflow: hidden;
}


/* 上にかぶさる画像 */

.main-image {
    position: absolute;
    width: 100%;
    height: 600px;
    padding-top: 160px;
    text-align: center;
    background: url("../img/bgimg_moviearea.png") repeat;
    z-index: 51;
}


/* コンテンツ */


/* 実績紹介リンク */

ul.listlayout-3clm-link {
    margin-bottom: 50px;
}

ul.listlayout-3clm-link li {
    float: left;
    width: 305px;
    padding-left: 30px;
    text-align: center;
}

ul.listlayout-3clm-link li a {
    color: #696969;
}

ul.listlayout-3clm-link li p {
    margin-bottom: 8px;
}

ul.listlayout-3clm-link li:first-child {
    padding-left: 0;
}


/* topのみテキストおよび余白調整 */

.top-detail {
    line-height: 1.8em;
    margin-bottom: 85px;
    font-size: 18px;
}

.top-detail span {
    font-size: 14px;
}


/* TOPアニメーション 01  */

.action01 {
    position: relative;
    overflow: hidden;
}


/* アクション01 */

.action-part1 {
    position: absolute!important;
    z-index: -10;
    right: 0;
    margin-top: -120px;
    background: url("../img/indeximg_hand.png") no-repeat center center;
    height: 533px;
    width: 636px;
    top: 80px;
}


/* アクション02 */

.action-part2 {
    position: absolute!important;
    z-index: -10;
    left: 0;
    margin-top: -120px;
    background: url("../img/indeximg_card.png") no-repeat center center;
    height: 768px;
    width: 636px;
    top: 80px;
}


/* サービス・機能 背景*/

.bg-top-service {
    background: url("../img/bg_special.jpg") no-repeat center center;
    height: 462px;
    width: 100%;
    background-size: cover;
}


/* CSR 背景*/

.bg-top-csr {
    background: url("../img/bg_top_csr.jpg") no-repeat center bottom;
    height: 370px;
    width: 100%;
    background-size: cover;
}


/* レイアウト「（２カラム小） */

.layout-2clm-small-parts1 .left-clm {
    width: 415px;
    float: left;
}

.layout-2clm-small-parts1 .right-clm {
    width: 470px;
    float: right;
}


/* 実現できるサービス */

.top-detail-service {
    line-height: 1.8em;
    margin: 40px 0 45px 0;
}

.text-title-under {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 85px;
}

.wrapper-bgimg-top-02 {
    background: url("../img/indeximg_special.jpg") no-repeat right center;
    height: 270px;
}


/* 販売パートナーロゴリスト */

ul.list-logolist {
    padding-bottom: -25px;
}

ul.list-logolist li {
    float: left;
    width: 175px;
    padding-right: 21px;
    padding-bottom: 25px;
}


/* 外部バナーリンクエリア */

ul.listlayout-2clm-bnr {
    margin-top: 35px;
}

ul.listlayout-2clm-bnr li {
    float: left;
    width: 470px;
    padding-left: 40px;
}

ul.listlayout-2clm-bnr li:first-child {
    padding-left: 0;
}


/* アニメーションパーツ 01 */

.scrEvent {
    display: none;
    left: -100px;
    margin: 0 auto;
    position: relative;
}


/* アニメーションパーツ 02 */

.scrEvent2 {
    display: none;
    margin: 0 auto;
    position: relative;
    right: -100px;
}


/* アニメーションパーツ 03 about ocelly用 */

.scrEvent3 {
    display: none;
    position: relative;
    top: -100px;
    padding-top: 30px;
}


/* アニメーションパーツ 04 */

.scrEvent4 {
    display: none;
    margin: 0 auto;
    position: relative;
    bottom: -50px;
}


/****************************************/


/* HiTAPとは */


/****************************************/


/* メインビジュアル */

.bg-img-about {
    background: url("../img/about_mv.jpg") no-repeat center bottom / cover;
}


/* コンテンツ高さ*/

.contents-height-650 {
    height: 650px;
}


/* スマートフォン専用 デジタルスタンプサービス「HiTAP®」 */


/* メインカラム：左 */

ul.listlayout-2clm-about01 .main-clm {
    float: left;
    width: 600px;
}


/* サブカラム：右 */

ul.listlayout-2clm-about01 .sub-clm {
    float: right;
    width: 380px;
}


/* サブカラム：スマホ */

ul.listlayout-2clm-about01 .sub-clm>.about-bgimg01 {
    background: url("../img/about01_phone.png") no-repeat right bottom;
    height: 437px;
}


/* サブカラム：Ocelly */

ul.listlayout-2clm-about01 .sub-clm .action02 {
    background: url("../img/about01_ocelly.png") no-repeat left bottom;
    height: inherit;
}


/* 必要なのはスマホとブラウザだけ。どんなシチュエーションでも使えます。 */


/* 背景色 */

.bg-color-about02 {
    background: #eff3f8;
}


/* retinaのみ画像の大きさ指定 */

img.img-section-01 {
    width: 720px;
    height: 590px;
}

img.img-section-02 {
    width: 408px;
    height: 427px;
}

img.img-section-03 {
    width: 408px;
    height: 427px;
}


/* 2カラム：右メイン */

.listlayout-2clm-about02 {
    position: relative;
    height: 430px;
}


/* メインカラム：右テキスト */

.listlayout-2clm-about02 .main-clm {
    float: right;
    position: relative;
    width: 475px;
    z-index: 10;
    padding-left: 20px;
}


/* サブカラム：左イメージ */

.listlayout-2clm-about02 .sub-clm {
    float: left;
    position: absolute;
    left: -193px;
    top: -75px;
}


/* シチュエーションにあわせて選べるスタンプデバイス */

.layout-1clm-about03 {
    position: relative;
    background-color: #f0f0e6;
    background: -webkit-gradient( linear, left top, left bottom, from(#ddddcc), color-stop(0.49, #fff), color-stop(0.50, #fff), to(#ddddcc));
    background: -moz-linear-gradient( top, #ddddcc 20%, #fff 49%, #ddddcc 90%);
    background: -ms-linear-gradient(top, #ddddcc, #fff, #ddddcc);
}


/* new文字*/

.layout-new01 {
    text-align: right;
    margin-right: 100px;
    font-size: 18px;
    color: #c7000a;
}

.layout-1clm-about03 h2,
.layout-1clm-about03 p {
    z-index: 10;
    position: relative;
}


/* デジタルならではのデータ分析。ログでユーザの押印状況が分かります。 */

.layout-1clm-about04 {
    position: relative;
    height: 430px;
    background: url("../img/bg_about04.jpg") no-repeat bottom center / cover;
}

.layout-1clm-about04-button {
    float: left;
}

.layout-1clm-about04 p {
    width: 490px;
}


/* 既存Webサービスと組み合わせると柔軟なサービス拡張が可能 */

.bg-color-cream {
    background: #faf9f0;
}


/* 2カラム */

.listlayout-2clm-about05 {
    position: relative;
}

.listlayout-2clm-about05-2 {
    position: relative;
    margin-top: 30px;
}


/* メインカラム：右テキスト */

.listlayout-2clm-about05 .main-clm {
    float: right;
    width: 630px;
}


/* サブカラム：左イメージ */

ul.listlayout-2clm-about05 .sub-clm {
    position: absolute;
    left: -100px;
    top: -20px;
}


/* メインカラム：左をイメージ*/

.listlayout-2clm-about05-2 .main-clm {
    float: right;
}


/* サブカラム：右にボタン */

ul.listlayout-2clm-about05-2 .sub-clm {
    position: absolute;
}


/* 2カラムバナー*/

ul.listlayout-2clm-smbnr li.sm-bnr {
    float: left;
    width: 475px;
    height: 150px;
    margin-left: 30px;
    font-size: 26px;
    text-align: center;
}

ul.listlayout-2clm-smbnr li.sm-bnr:first-child {
    margin-left: 0px;
}

ul.listlayout-2clm-smbnr li.sm-bnr a span::after {
    content: url("../img/icon_arrow_right_grayl30.png");
}

ul.listlayout-2clm-smbnr li.sm-bnr a {
    display: block;
    width: 450px;
    height: 150px;
    line-height: 150px;
    color: #696969;
    padding-left: 25px;
}

.about-sdk p {
    width: 490px;
}

.about-sdk .inner-frame {
    background-repeat: no-repeat;
    background-image: url(../img//gearwheel.png);
    background-size: contain;
    background-position: right;
}

.bnr-service {
    background: url("../img/bnr_service.jpg") no-repeat center center;
}

.bnr-portfolio {
    background: url("../img/bnr_portfolio.jpg") no-repeat center center;
}


/****************************************/


/* 実績紹介 */


/****************************************/


/* メインビジュアル */

.bg-img-portfolio {
    background: url("../img/portfolio_mv.jpg") no-repeat center bottom / cover;
}

ul.list-portfolio li:nth-child(even) {
    background-color: #f5f5f5;
}


/* 実績詳細2カラム */

ul.listlayout-2clm-portfolio .left-clm {
    float: left;
    width: 280px;
}

ul.listlayout-2clm-portfolio .right-clm {
    float: right;
    width: 700px;
}

ul.listlayout-2clm-portfolio dl.portfolio-info {
    margin: 20px 0px 0px;
    display: table;
}

ul.listlayout-2clm-portfolio dl.portfolio-info dt {
    display: table-cell;
}

dl.portfolio-info dd {
    padding: 5px 0px 5px 20px;
    display: table-cell;
    vertical-align: middle;
}

dl.portfolio-info dd h4.name-org {
    font-size: 18px;
    line-height: 24px;
}

dl.portfolio-info dd h5.about-service {
    font-size: 14px;
    color: #d77b80;
    line-height: 24px;
}

h3.portfolio-title {
    text-align: left;
    margin: 30px 0px;
}


/* 見出しから少し小さくした文字 */

h3.portfolio-title span.fs-24 {
    font-size: 24px;
}

ul.listlayout-2clm-portfolio .link-detail-event {
    margin: 35px 0px 0px;
}


/****************************************/


/* サービス・機能 */


/****************************************/


/* メインビジュアル */

.bg-img-service {
    background: url("../img/service_mv.png") no-repeat center bottom / cover;
}


/* サービス各項目の大枠 */

ul.list-service>li {
    margin-top: -60px;
}


/* サービス各項目 */

ul.list-service>li:first-child {
    margin-top: 0px;
}


/* 2カラムレイアウト：親 */

ul.list-service>li>div {
    height: 429px;
    position: relative;
}


/* スタンプラリー */


/* スマホ */

ul.list-service>li>div .sub-clm>.service-actionparts01 {
    background: url("../img/sp_stamp.png") no-repeat right top;
}


/* 背景 */

ul.list-service li>div.service01 {
    background: url("../img/bg_stamp.png") no-repeat left top 60px;
}


/* ポイントカード */


/* スマホ */

ul.list-service>li>div .sub-clm>.service-actionparts02 {
    background: url("../img/sp_point.png") no-repeat left top;
}


/* 背景 */

ul.list-service li>div.service02 {
    background: url("../img/bg_point.png") no-repeat right top 60px;
}


/* 消込み */


/* スマホ */

ul.list-service>li>div .sub-clm>.service-actionparts03 {
    background: url("../img/sp_clear.png") no-repeat right top;
}


/* 背景 */

ul.list-service li>div.service03 {
    background: url("../img/bg_clear.png") no-repeat left top 60px;
}


/* 2カラムレイアウト：子：左メインカラム */

ul.list-service>li>div .main-clm {
    float: left;
    width: 718px;
}


/* 左メインカラム：赤タイトル */

ul.list-service>li>div .main-clm h3.service-title {
    margin-top: 90px;
    margin-bottom: 28px;
    margin-left: 30px;
    text-align: left!important;
}


/* 左メインカラム：テキスト */

ul.list-service>li>div .main-clm p {
    margin-left: 30px;
    margin-right: 0;
}


/* 右サブカラム：スマホ画像 */

ul.list-service>li>div .sub-clm {
    float: right;
    position: relative;
    right: 0;
}

ul.list-service>li>div .sub-clm>div {
    position: absolute;
    width: 197px;
    height: 427px;
}


/* 2カラムレイアウト：子：右メインカラム */

ul.list-service>li>div.service02 .main-clm {
    float: right;
}


/* 右メインカラム：赤タイトル */

ul.list-service>li>div.service02 .main-clm h3.service-title {
    margin-left: 0;
}


/* 右メインカラム：テキスト */

ul.list-service>li>div.service02 .main-clm p {
    margin-right: 35px;
    margin-left: 0;
}


/* 左サブカラム：スマホ画像 */

ul.list-service>li>div.service02 .sub-clm {
    float: left;
    position: relative;
    left: 0;
}


/****************************************/


/* HiTAP®デバイスの種類*/


/****************************************/


/* サービス各項目の大枠 */

ul.list-service02>li {
    margin-top: -60px;
}


/* サービス各項目 */

ul.list-service02>li:first-child {
    margin-top: 0px;
}


/* 2カラムレイアウト：親 */

ul.list-service02>li>div {
    height: 429px;
    position: relative;
}


/* 2カラムレイアウト：子：左メインカラム */

ul.list-service02>li>div .main-clm {
    float: left;
    width: 718px;
}


/* 左メインカラム：赤タイトル */

ul.list-service02>li>div .main-clm h3.service-title {
    margin-top: 90px;
    margin-bottom: 28px;
    margin-left: 30px;
    text-align: left!important;
}


/* 左メインカラム：テキスト */

ul.list-service02>li>div .main-clm p {
    margin-right: 0;
}


/* 右サブカラム：スマホ画像 */

ul.list-service02>li>div .sub-clm {
    float: right;
    position: relative;
    right: 0;
}

ul.list-service02>li>div .sub-clm>div {
    position: absolute;
    width: 197px;
    height: 427px;
}


/* 2カラムレイアウト：子：右メインカラム */

ul.list-service02>li>div.service02 .main-clm {
    float: right;
}


/* 右メインカラム：赤タイトル */

ul.list-service02>li>div.service02 .main-clm h3.service-title {
    margin-left: 0;
}


/* 右メインカラム：テキスト */

ul.list-service02>li>div.service02 .main-clm p {
    margin-right: 35px;
    margin-left: 0;
}


/* 左サブカラム：スマホ画像 */

ul.list-service02>li>div.service02 .sub-clm {
    float: left;
    position: relative;
    left: 0;
}


/* メインテキスト*/

.service02-text {
    width: 630px !important;
}


/* カード説明高さ*/

.service-height-300 {
    height: 300px !important;
}


/* オセリー画像*/

ul.list-service02>li>div .sub-clm>.service-Oelly {
    background: url("../img/service_devices_ocelly.png") no-repeat center top /contain;
    /* width: 300px; */
    /* height: 300px; */
}


/* 2カラムレイアウト：子：右メインカラム */

ul.list-service02>li>div.service-device01 .main-clm {
    float: right;
}

ul.list-service02>li>div.service-device01 .sub-clm {
    float: left;
}


/* カードデバイス画像*/

ul.list-service02 li>div .sub-clm>.service-card {
    background: url("../img/service_card.png") no-repeat left;
    width: 300px;
    height: 300px;
}


/* その他の機能*/


/* カラム内文字*/

.service-device-main {
    float: left;
    width: 250px;
    margin-left: 20px;
}


/* カラム内小見出し*/

.service-device-info {
    font-size: 18px;
    margin-bottom: 10px;
}


/* カラム内画像*/

.service-device-sub {
    float: left;
}


/* その1 認証番号（キーワード）*/

ul.listlayout-2clm li.sub-clm {
    float: left;
    width: 490px;
    /* height: 200px; */
}


/* その1 認証番号（キーワード）画像*/

ul.listlayout-2clm>li.sub-clm>div.sub-img01 {
    background: url("../img/service_devices_keyword.png") no-repeat center top;
    width: 200px;
    height: 200px;
    float: left;
    margin-top: 5px;
}


/* その2 QRコード*/

ul.listlayout-2clm li.sub-clm2 {
    float: left;
    width: 490px;
    /* height: 200px; */
}


/* その2 QRコード画像*/

ul.listlayout-2clm>li.sub-clm2>div.sub-img02 {
    background: url("../img/service_devices_qr.png") no-repeat left top /contain;
    width: 200px;
    height: 200px;
    float: left;
}


/****************************************/


/* ログページ */


/****************************************/


/* -----共通部品------*/


/* 2カラムコンテンツ中央寄せ*/

.clm-2-center {
    display: block;
    width: 950px;
    margin: 40px auto;
}

.left-clm {
    display: block;
    float: left;
}

.right-clm {
    display: block;
    float: right;
}


/* 後乱し*/

.sub-head {
    color: #c7000a;
    background-color: #f1d6d6;
    padding: 10px 150px;
    font-size: 18px;
}

.sub-head>p {
    line-height: 20px !important;
}


/* -----スタンプ押印ログデータの有効活用------*/


/*コンテンツ高さ*/

.log-contents-layout01 {
    height: 350px;
}


/* 棒グラフ画像*/

.glf-layout01 {
    background: url("../img/glf_01.png") no-repeat right bottom;
    background-size: 300px, 200px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/* -----イベントを実施したときに取得できるデータの例------*/

div.content-log02>.clm-2-center {
    width: 700px;
}


/* 吹き出し背景画像*/

.balloon01 {
    background: url("../img/log_page_balloon01.png") no-repeat center center;
    width: 350px;
    height: 380px;
}


/* 吹き出し内テキスト*/

ul.balloon-text {
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    color: black;
    padding-top: 46px;
}


/* -----押印ログデータの可視化-----*/


/* グラフ画像マージン*/

.glf-img-margin-40 {
    margin-top: 40px;
}


/* グラフ画像小見出し*/

div.content-log03>div.clm-2-center>.left-clm>h3 {
    font-size: 18px;
    color: #c7000a;
    line-height: 30px;
}

div.content-log03>div.clm-2-center>.right-clm>h3 {
    font-size: 18px;
    color: #c7000a;
    line-height: 30px;
}


/* -----取得したデータを可視化しマーケティング活用-----*/


/*箇条書きテキスト*/

ul.log-contents-layout04-text {
    font-size: 18px;
    line-height: 60px;
}


/*箇条書きチェックマーク画像*/

.check-layout>ul li {
    list-style-image: url("../img/log_page_check_01.png");
}


/*コンテンツ幅*/

div.content-log04>.clm-2-center {
    width: 800px;
}


/****************************************/


/* 動作確認済機種一覧 */


/****************************************/

#modellist h1.pagetitle-1clm {
    padding-bottom: 75px;
}

#modellist h1.pagetitle-1clm {
    font-size: 24px;
    font-weight: bold;
    color: #c7000a;
}

#modellist h1.pagetitle-1clm p {
    color: #696969;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
}


/* （2015年10月27日現在） */

.layout-1clm-title .title-clm small {
    font-size: 18px;
    font-weight: normal;
}


/* キャリア名 */

#modellist h3 {
    font-size: 30px;
    font-weight: normal;
    color: #c7000a;
}


/* 機種リスト */

#modellist ul.list-inline-model {
    margin-top: 30px;
    margin-bottom: 30px;
}

#modellist ul.list-inline-model li {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
}

#modellist ul.list-inline-model li:before {
    content: "■ ";
    color: #c7000a;
}


/****************************************/


/* よくあるご質問（FAQ） */


/****************************************/


/* メインビジュアル */

.bg-img-faq {
    background: url("../img/faq_mv.jpg") no-repeat center bottom / cover;
}


/* FAQ一項目文 */

.wrapper-accordion-qacontents>dl.list-accordion-qacontents {
    margin-bottom: 30px;
}


/* Question */

.wrapper-accordion-qacontents>dl.list-accordion-qacontents>dt {
    background: url("../img/icon_arrow_down.png") no-repeat right center #f1d6d6;
    padding: 5px 80px 5px 20px;
    cursor: pointer;
}

.wrapper-accordion-qacontents>dl.list-accordion-qacontents>dt.active {
    background: url("../img/icon_arrow_up.png") no-repeat right center #f1d6d6;
}

.wrapper-accordion-qacontents>dl.list-accordion-qacontents>dt>h3:before {
    content: "Q.";
}

.wrapper-accordion-qacontents>dl.list-accordion-qacontents>dt>h3 {
    font-size: 18px;
    color: #c7000a;
    line-height: 30px;
}


/* Answer */

.wrapper-accordion-qacontents>dl.list-accordion-qacontents>dd {
    background: #f5f5f5;
    padding: 20px;
    display: none;
}


/****************************************/


/* JAPAN SNOWBOARD TEAM -スペシャルサイト- */


/****************************************/


/* ヘッダー */

.header-snowboard>.header-top {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: transparent url("../img/bg_opactywhite.png") repeat-x scroll left top;
    z-index: 51;
    margin-top: 0;
}


/* TOPのみコンテンツを上に40px */

.section-snowboard01 {
    margin-top: -40px;
}


/* 左側 */


/* ブランドロゴ（HiTAP） */

.header-snowboard>.header-top h1.logo {
    width: 120px;
    height: 40px;
    padding: 5px 8px 5px 1px;
    font-size: inherit;
}


/* は、ジャパンスノーボードチームを応援しています。 */

.header-snowboard>.header-top span.sitename {
    color: #1c1c1c;
}


/* 右側 */


/* アイコン位置調整 */

.header-snowboard>.header-top ul.list-utility li>a>img {
    position: relative;
    top: 3px;
    right: 4px;
}


/* 会社アイコン打消しのため */

.header-snowboard>.header-top ul.list-utility li:first-child {
    background: none;
}


/* 文字色・黒 */

.header-snowboard>.header-top ul.list-utility li>a {
    color: #1c1c1c;
    font-size: 14px;
}


/* メインビジュアル背景 */

.section-snowboard01 {
    background: transparent url("../img/bg_snowboard_01.jpg") no-repeat scroll center center / cover;
    padding: 100px 0px 60px;
}


/* NEWS ジャパンスノーボードチームの活躍をお伝えします */

.title-2-blue {
    margin-bottom: 80px;
    text-align: center;
    color: #003289;
    font-size: 36px;
    line-height: 30px;
}

.title-2-blue p {
    font-size: 20px;
}


/* 背景 */

.section-snowboard02 {
    background: transparent url("../img/bg_snowboard_02.jpg") no-repeat scroll top center / contain;
    padding-bottom: 150px;
}


/* マージン上書き */

.section-snowboard02>.title-2-blue {
    margin-bottom: 65px;
}


/* 4カラム囲い */

ul.list-wrapper-layout-4clm>li {
    margin-top: 30px;
}


/* 4カラム囲い：マージン打ち消し */

ul.list-wrapper-layout-4clm>li:first-child {
    margin-top: 0px;
}


/* 4カラム構成 */

ul.listlayout-4clm-link>li {
    position: relative;
    float: left;
    margin-left: 30px;
}


/* 4カラム構成：マージン打ち消し */

ul.listlayout-4clm-link>li:first-child {
    margin-left: 0px;
}


/* コンテンツ1項目分 */

ul.listlayout-4clm-link>li>a>dl {
    position: relative;
    width: 222px;
    height: 222px;
}


/* テキスト共通設定 */

ul.listlayout-4clm-link>li span.label,
ul.listlayout-4clm-link>li>a>dl dt {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}


/* ラベル */

span.label {
    display: inline-block;
    width: 40px;
    position: absolute;
    z-index: 50;
    padding: 5px 0px 4px;
}


/* JST:青ラベル */

ul.listlayout-4clm-link li.category-type01 .label {
    background-color: #003289;
}


/* MF:赤ラベル */

ul.listlayout-4clm-link li.category-type02 .label {
    background-color: #c7000a;
}


/* ニューステキスト */

ul.listlayout-4clm-link li>a>dl dt {
    position: absolute;
    bottom: 0px;
    width: 202px;
    padding: 5px 10px;
    line-height: 20px;
    z-index: 25;
    height: 40px;
}

ul.listlayout-4clm-link li>a>dl dt>div {
    width: 100%;
    height: 40px;
}


/* ニュース背景：青 */

ul.listlayout-4clm-link li.category-type01>a>dl dt {
    background-color: rgba(0, 50, 137, 0.8);
}


/* ニュース背景：赤 */

ul.listlayout-4clm-link li.category-type02>a>dl dt {
    background-color: rgba(199, 0, 10, 0.8);
}


/* NEWSエリア */

ul.listlayout-4clm-link li>a>dl dd {
    position: relative;
    height: 222px;
    overflow: hidden;
    background-color: rgba(94, 94, 94, .8);
}


/* NEWSエリア画像位置調整・シャドウ */

ul.listlayout-4clm-link li>a>dl dd>img {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 222px;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
}


/****************************************/


/* PHOTOコレクション */


/****************************************/


/* パンくず */

#breadcrumbs {
    padding: 9px 0px 5px 1px;
    color: #1c1c1c;
}

#breadcrumbs a {
    color: #1c1c1c;
    text-decoration: underline;
}


/* 左に">" */

#breadcrumbs span::before {
    content: ">";
}


/* content打ち消し（左端） */

#breadcrumbs span:first-child::before {
    content: none;
}


/* タイトル藍色背景 */

.section-photo-title {
    text-align: center;
    background-color: #003289;
}


/* 2015FISスノーボード世界選手権（ページタイトル） */

.section-photo-title>.inner-frame {
    background: url("../img/bg_img_snowphoto.png") no-repeat right bottom;
    padding: 25px 0px;
}

.section-photo-title>.inner-frame h2 {
    color: #ffffff;
    font-size: 30px;
}


/* PHOTOコレクション(コンテンツタイトル) */

.title-2-snow-photo {
    font-size: 42px;
}


/* 3カラム写真 */

ul.listlayout-3clm-photo li {
    float: left;
    margin-left: 18px;
    margin-bottom: 18px;
}


/* マージン打ち消し */

ul.listlayout-3clm-photo li:nth-child(3n+1) {
    margin-left: 0px;
}


/* 写真 */

ul.listlayout-3clm-photo li img {
    display: block;
}


/****************************************/


/* JAPAN スノーボードチーム2014/2015 シーズン報告会 */


/****************************************/

#report2015 .header-snowboard>.header-top ul.list-utility li>a>img {
    vertical-align: baseline;
}

#report2015 .text-muted {
    font-size: 70%;
    margin-right: 10px;
}

#report2015 h2 {
    font-size: 26px;
}

#report2015 dd {
    margin-bottom: 10px;
    padding-left: 1.5em;
}

#report2015 dl {
    position: relative;
}

#report2015 .subtitle dt {
    padding-left: 6px;
}

#report2015 .subtitle dt:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 4px;
    height: 19px;
    border-top: 1px solid #b40b38;
    background: #a90418;
    background: -moz-linear-gradient(center top, #e00d45, #a90418);
    box-sizing: border-box
}

#report2015 hr {
    margin: 60px 0 40px 0;
}

#report2015 .jumbotron {
    padding: 30px 60px;
}

@media (max-width: 767px) {
    #report2015 .interview-heading .text-muted {
        display: block;
        margin-bottom: 7px;
    }
}

#report2015 .jmp-interview {
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto;
}


/* 顔写真 */

.face {
    width: 140px;
    height: 140px;
    background-size: 140px 140px;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}

.face01 {
    background-image: url("../img/result2015_face01.jpg");
}

.face02 {
    background-image: url("../img/result2015_face02.jpg");
}

.face03 {
    background-image: url("../img/result2015_face03.jpg");
}

.face04 {
    background-image: url("../img/result2015_face04.jpg");
}

.face05 {
    background-image: url("../img/result2015_face05.jpg");
}


/****************************************/


/* お問い合わせ */


/****************************************/


/* h3タイトル */

h3.title-3-inquiry {
    text-align: center;
    margin-bottom: 40px;
    line-height: 50px;
}

h3.title-3-inquiry span {
    font-size: 30px;
}


/* 入力エリア包括 */

.box-inquiry-area {
    margin-top: 100px;
    width: 860px;
}


/* お問い合わせ入力欄 */

.ss-form-entry {
    display: table;
    width: 100%;
    border-left: 1px dashed #c3c3c3;
    border-right: 1px dashed #c3c3c3;
    border-top: 1px dashed #c3c3c3;
}


/* お問い合わせレイアウト（左） */

.table-left {
    display: table-cell;
    padding: 20px 0 20px 30px;
    color: #696969;
    background: #f7e5e5;
    border-right: 1px dashed #c3c3c3;
    width: 242px;
    height: 100%;
    vertical-align: top;
}

.table-left.light-gray {
    background: #f5f5f5;
}


/* お問い合わせレイアウト（右） */

.table-right {
    display: table-cell;
    width: 559px;
    padding: 20px 0 20px 30px;
}


/* 右カラム テキストエアリア */

.table-right textarea {
    height: 150px;
    width: 528px;
    border: 1px solid #c4c4c4;
    font-size: 15px;
}


/* フォーム内入力欄 */

.ss-form-entry input[type="text"],
.ss-form-entry input[type="text"].ss-q-short,
.ss-form-entry input[type="url"].ss-q-short,
.ss-form-entry input[type="email"].ss-q-short {
    width: 528px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    border: 1px solid #c4c4c4;
}


/* フォーム内入力欄 フォーカス*/

.table-right textarea:focus,
.ss-form-entry input[type="text"]:focus,
.ss-form-entry input[type="text"].ss-q-short:focus,
.ss-form-entry input[type="url"].ss-q-short:focus,
.ss-form-entry input[type="email"].ss-q-short:focus {
    background: #fef8f8;
    border: 1px solid #ef9b9f;
}


/* 必須 */

.required-message {
    padding: 3px;
    background: #c7000a;
    color: #ffffff;
    font-size: 12px;
}


/* チェックボックスリスト */

ul.ss-choices li {
    padding-top: 8px;
}

ul.ss-choices li:first-child {
    padding-top: 0;
}

.ss-section-title {
    font-weight: normal;
}

.ss-navigate .ss-form-entry {
    display: block;
    width: 860px;
}


/* タイトル（赤）お問い合わせフォーム内のみ */

.title-4-lightred {
    font-size: 16px;
    color: #c7000a;
    margin-bottom: 20px;
}

.box-border-lightgray-s-overflow {
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    height: 270px;
    overflow-y: scroll;
    padding: 20px;
    margin-bottom: 30px;
}

label.check01 {
    color: #c7000a;
}


/* 個人情報の取り扱いボックス */

.box-text-atentions {
    padding: 30px;
    border: 1px dashed #c3c3c3;
}


/* 送信ボタン周辺 */

table#navigation-table {
    margin: 0 auto;
}


/* 送信ボタン */

#navigation-buttons input[type="submit"].box-link-red {
    line-height: 35px;
    height: 40px;
    cursor: pointer;
    -webkit-appearance: none;
}

.ss-logo-image {
    background-image: url("//ssl.gstatic.com/docs/forms/forms_logo_2_small_dark.png");
    background-size: 108px 21px;
    height: 21px;
    width: 108px;
}

.ss-footer {
    margin-bottom: 50px;
}

.ss-password-warning {
    font-size: 13px;
}

.ss-footer a {
    display: inline;
    font-size: 13px;
}

.ss-footer span {
    font-size: 13px;
}

.ss-logo-container {
    display: inline-block;
}

.ss-q-title {
    margin-bottom: 10px;
}

.error,
.required,
.errorbox-bad {
    border-color: rgb(196, 59, 29);
}


/* 完了画面 */

.bg-complete {
    background: url("../img/complete_img.png") no-repeat 100px center;
    padding-left: 400px;
    width: 440px;
}

.bg-complete .box-link-red {
    width: 440px;
}

.bg-complete p {
    margin-bottom: 50px;
}

.link-text {
    margin: 18px 0 8px!important;
}


/****************************************/


/* 404ページ */


/****************************************/

.contents.notfound {
    position: relative;
}


/* 404ページ h2タイトル*/

h2.title-2-notfound {
    font-size: 36px;
    line-height: 1.5em;
    color: #c7000a;
    margin-bottom: 20px;
    filter: dropshadow(color=#ffffff, offX=0, offY=-1) dropshadow(color=#ffffff, offX=1, offY=0) dropshadow(color=#ffffff, offX=0, offY=1) dropshadow(color=#ffffff, offX=-1, offY=0);
    -webkit-text-stroke-color: #c7000a;
    -webkit-text-stroke-width: 1px;
    text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}


/* 404ページ h3タイトル*/

h3.title-3-notfound {
    font-size: 16px;
    line-height: 1.5em;
    color: #c7000a;
    margin-bottom: 50px;
    filter: dropshadow(color=#ffffff, offX=0, offY=-1) dropshadow(color=#ffffff, offX=1, offY=0) dropshadow(color=#ffffff, offX=0, offY=1) dropshadow(color=#ffffff, offX=-1, offY=0);
    -webkit-text-stroke-color: #c7000a;
    -webkit-text-stroke-width: 1px;
    text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}


/* 404ページ 背景画像 ver1*/

.bgimg-notfound-part1-pc {
    background: url("../img/img_404_part1.png") no-repeat right center;
}


/* 404ページ 背景画像 ver2*/

.bgimg-notfound-part2-pc {
    background: url("../img/img_404_part2.png") no-repeat center center;
    background-size: cover;
}


/* 404ページ 背景画像 ver3*/

.bgimg-notfound-part3-pc {
    background: url("../img/bgimg_404_part3.png") no-repeat right bottom #ffffff;
}


/****************************************/


/* フッター */


/****************************************/

#footer {
    background-color: #ffffff;
}

#footer .img-logo-retina {
    width: 140px;
    height: 35px;
}

#footer em {
    font-style: normal;
    padding-bottom: 10px;
}

.line-gray {
    height: 30px;
    line-height: 30px;
    background: #696969;
}


/* パンくず */

#breadcrumb ul li {
    display: inline-block;
    color: #ffffff;
}

#breadcrumb ul li a {
    color: #ffffff;
    text-decoration: underline;
}

#breadcrumb ul li::before {
    content: " > ";
    color: #ffffff;
}

#breadcrumb ul li:first-child:before {
    content: none;
}


/* フッター 上部*/

.footer-top {
    padding-top: 20px;
}


/* フッター リンクリスト*/

ul.footer-bottom-navigation li {
    float: left;
    height: 70px;
    line-height: 70px;
}

ul.footer-bottom-navigation li a {
    color: #696969;
    padding: 0 13px;
    font-size: 14px;
}

ul.footer-bottom-navigation li:first-child a {
    padding: 0 18px 0 0;
}

ul.footer-bottom-navigation li:before {
    content: "|";
}

ul.footer-bottom-navigation li:first-child:before {
    content: none;
}


/* フッター コピーライト*/

.footer-copyright {
    background: #c7000a;
    font-size: 12px!important;
    color: #ffffff;
    height: 16px;
    line-height: 16px;
    padding-bottom: 18px;
}

.footer-copyright p {
    height: 16px!important;
    line-height: 16px!important;
}


/****************************************/


/* 汎用タイトル */


/****************************************/


/* デジタルスタンプサービス */

.title-1-sitename {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: normal;
    line-height: 40px;
}

#second .title-1-sitename {
    color: #ffffff;
}


/* h3タイトル（赤） */

.title-3-red {
    margin-bottom: 40px;
    text-align: center;
    color: #c7000a;
    font-size: 35px;
    letter-spacing: -2px;
    line-height: 1.5em;
}


/* h2タイトル（赤） */

.title-2-red {
    margin-bottom: 40px;
    text-align: center;
    color: #c7000a;
    font-size: 36px;
    letter-spacing: -2px;
}


/* h2タイトル */

.title-2-mv {
    text-align: center;
    font-size: 40px;
}


/* h3タイトル */

.title-3-gray {
    font-size: 30px;
}


/* お問い合わせページタイトル */

.bg-img-inquiry {
    background: url("../img/inquiry_mv.png") no-repeat right center #ffffff;
    background-size: cover;
}


/****************************************/


/* 各ページ共通パーツ */


/****************************************/


/* セクションボックス */

.box-section {
    padding: 75px 0;
}


/* セクションボックス ↑余白のみ */

.box-section-top {
    padding-top: 75px;
}


/* セクション背景	グレー */

.bg-color-gray {
    background: #f5f5f5;
}

.box-white {
    background: #ffffff;
    padding: 30px;
}

.box-gray {
    background: #f5f5f5;
    padding: 30px;
}


/****************************************/


/* 汎用パーツ */


/****************************************/


/* 遷移アイコン */

.link-icon-arrow-right:before {
    content: ">";
    margin-right: 5px;
}


/* ページリンク 赤線ボックス*/

.box-link-red {
    border: 3px solid #c7000a;
    text-align: center;
    color: #c7000a;
    background: url("../img/icon_arrow_right_r10.png") no-repeat right center;
    width: 415px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 20px;
}


/* ページリンク 赤線ボックス >無し*/

.box-link-red-x {
    border: 3px solid #c7000a;
    text-align: center;
    color: #c7000a;
    width: 415px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 20px;
}

.box-link-red a {
    display: block;
}

.box-link-red-x a {
    display: block;
}

.box-link-red:hover,
.box-link-red a:hover {
    background: url("../img/hover_arrow_right_r10.png") no-repeat right center #c7000a;
    color: #ffffff;
    opacity: 1.0;
    transition: none;
}

.box-link-red-x:hover,
.box-link-red-x a:hover {
    background: #c7000a;
    color: #ffffff;
    opacity: 1.0;
    transition: none;
}


/* float（左） */

.f-left {
    float: left;
}


/* float（右） */

.f-right {
    float: right;
}


/* リスト（●つき） */

ul.list-style-disc {
    margin-left: 10px;
}

ul.list-style-disc li {
    list-style: disc;
    margin-left: 10px;
    line-height: 1.5em;
}

.list-style-general {
    text-indent: -1em;
    margin-left: 1em;
}

.list-style-general li {
    list-style-type: none;
    line-height: 1.5em;
}


/* ラベル（絶賛実施中）	赤ラベル */

.label-Underway {
    background: #c7000a;
    padding: 5px 15px;
    color: #ffffff;
    font-size: 14px;
}

.label-Underway:hover {
    text-decoration: none;
}


/* マージンキャンセル */

.mg-none {
    margin: 0;
}


/* 余白調整パーツ */

.pd-30-pc {
    padding: 30px;
}

.mg-top-10-pc {
    margin-top: 10px;
}

.mg-top-20-pc {
    margin-top: 20px;
}

.mg-top-30-pc {
    margin-top: 30px;
}

.mg-top-40-pc {
    margin-top: 40px;
}

.mg-top-50-pc {
    margin-top: 50px;
}

.mg-top-200-pc {
    margin-top: 200px;
}

.mg-right-10-pc {
    margin-right: 10px;
}

.mg-right-20-pc {
    margin-right: 20px;
}

.mg-right-30-pc {
    margin-right: 30px;
}

.mg-right-40-pc {
    margin-right: 40px;
}

.mg-right-50-pc {
    margin-right: 50px;
}

.mg-bottom-10-pc {
    margin-bottom: 10px;
}

.mg-bottom-20-pc {
    margin-bottom: 20px;
}

.mg-bottom-25-pc {
    margin-bottom: 25px;
}

.mg-bottom-30-pc {
    margin-bottom: 30px;
}

.mg-bottom-40-pc {
    margin-bottom: 40px;
}

.mg-bottom-50-pc {
    margin-bottom: 50px;
}

.mg-bottom-70-pc {
    margin-bottom: 70px;
}

.mg-bottom-120-pc {
    margin-bottom: 120px;
}

.mg-bottom-220-pc {
    margin-bottom: 220px;
}

.mg-left-10-pc {
    margin-left: 10px;
}

.mg-left-20-pc {
    margin-left: 20px;
}

.mg-left-30-pc {
    margin-left: 30px;
}

.mg-left-40-pc {
    margin-left: 40px;
}

.mg-left-50-pc {
    margin-left: 50px;
}

.pd-top-10-pc {
    padding-top: 10px;
}

.pd-top-20-pc {
    padding-top: 20px;
}

.pd-top-30-pc {
    padding-top: 30px;
}

.pd-top-40-pc {
    padding-top: 40px;
}

.pd-top-50-pc {
    padding-top: 50px;
}

.pd-right-10-pc {
    padding-right: 10px;
}

.pd-right-20-pc {
    padding-right: 20px;
}

.pd-right-30-pc {
    padding-right: 30px;
}

.pd-right-40-pc {
    padding-right: 40px;
}

.pd-right-50-pc {
    padding-right: 50px;
}

.pd-bottom-10 {
    padding-bottom: 10px;
}

.pd-bottom-10-pc {
    padding-bottom: 10px;
}

.pd-bottom-20-pc {
    padding-bottom: 20px;
}

.pd-bottom-30-pc {
    padding-bottom: 30px;
}

.pd-bottom-40-pc {
    padding-bottom: 40px;
}

.pd-bottom-50-pc {
    padding-bottom: 50px;
}

.pd-left-10-pc {
    padding-left: 10px;
}

.pd-left-20-pc {
    padding-left: 20px;
}

.pd-left-30-pc {
    padding-left: 30px;
}

.pd-left-40-pc {
    padding-left: 40px;
}

.pd-left-50-pc {
    padding-left: 50px;
}


/* 中央寄せ */

.mg-0-auto {
    margin: 0 auto;
}


/* テキスト左寄せ */

.ta-left {
    text-align: left!important;
}


/* テキスト中央寄せ寄せ */

.ta-center {
    text-align: center;
}


/* サービスで使用 75px下余白*/

.pd-bottom-75 {
    padding-bottom: 75px;
}


/* PHOTOコレクションページで使用45px上余白 */

.pd-top-45 {
    padding-top: 45px;
}


/* ページトップ */

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 5000;
}


/****************************************/


/* アイコン設定 */


/****************************************/


/* TOPページ外部リンクアイコン */

body#top .icon-ExternalLink {
    top: 0px;
}


/* 特設ページ外部リンクアイコン */

body#snowboard .icon-ExternalLink {
    color: #003289;
}


/* webフォント設定 */

span.icon-Building,
p.icon-Building,
span.icon-ExternalLink,
p.icon-ExternalLink {
    font-size: 20px;
    line-height: 20px;
    position: relative;
    top: 2px;
}

span.icon-ExternalLink:after,
p.icon-ExternalLink:after {
    margin-left: 5px;
}


/****************************************/


/* リボン */


/****************************************/

.ribbon-area {
    position: absolute;
    z-index: 1000;
    right: 0;
    bottom: 45px;
}

.ribbon-area a {
    background-image: url(/wp-content/themes/HiTAP201511/img/mcpc_ribbon.png);
    width: 284px;
    height: 316px;
    display: block;
}


/****************************************/


/* コメント */


/****************************************/

#comments {
    margin: 10px;
}


/****************************************
	2019.5.9追加
	お客様の声　ページ
****************************************/


/* ページタイトル */

.ttl-ivpage {
    margin: -20px 0;
}

.ttl-ivpage>span {
    display: block;
    font-size: 24px;
    margin-top: 10px;
}


/* 概要 */

.wrap-iv-outline {
    margin-top: 50px;
}

.list-thumb-iv {}

.list-thumb-iv>dt {
    text-align: center;
}

.list-thumb-iv>dt>img {
    max-width: 750px;
}

.list-thumb-iv>dd {
    margin-top: 25px;
    margin-bottom: 25px;
}


/* メインキャプション */

.list-thumb-iv>dd>p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}


/* 所属等 */

.list-thumb-iv>dd>div {
    text-align: right;
    color: #999;
    line-height: 1.4em;
}


/* 概要２カラム */

.lo-outline-clm {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lo-outline-clm>.caption {
    width: 50%;
}

.lo-outline-clm>.data {
    width: 39%;
    background: #f9f9f9;
    padding: 20px 25px;
}

.lo-outline-clm>.data>p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6em !important;
}

.lo-outline-clm>.data>dl {
    margin-top: 10px;
}

.lo-outline-clm>.data>dl>dt {
    font-weight: bold;
    margin-bottom: 10px;
}

.lo-outline-clm>.data>dl>dd {
    line-height: 1.6em;
    font-size: 12px;
}


/* HiTAP利用実績 */

.wrap-portfolio-iv {
    margin-top: 50px;
    padding: 50px 0;
    background: #fdf8f7;
}


/* タイトル */

.ttl-themeclr {
    margin-bottom: 40px;
    text-align: center;
    color: #c7000a;
    font-size: 35px;
    letter-spacing: -2px;
    line-height: 1.5em;
}


/* 実績サムネ配置 */

.wrap-thumb-portfolio-iv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrap-thumb-portfolio-iv>.item-iv {
    width: 300px;
}

.wrap-thumb-portfolio-iv>.item-iv>dl {}

.wrap-thumb-portfolio-iv>.item-iv>dl>dt {
    text-align: center;
    margin-bottom: 10px;
}

.wrap-thumb-portfolio-iv>.item-iv>dl>dt>img {
    max-width: 200px;
}

.wrap-thumb-portfolio-iv>.item-iv>dl>dd {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
}

.wrap-thumb-portfolio-iv>.item-iv>dl>dd small {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.wrap-thumb-portfolio-iv>.item-iv>dl>dd a {
    font-weight: normal;
    font-size: 14px;
}


/* オフィシャルサイトへのリンク */

.wrap-officialsite-iv {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    text-align: center;
}


/* インタビューコンテンツ */

.sc-iv-cts {
    padding-top: 50px;
}

.sc-iv-cts .ttl-themeclr {
    margin-bottom: 0;
}

.list-iv-cts {
    padding: 50px 0;
}

.list-iv-cts>dt {
    position: relative;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    padding-left: 45px;
}

.list-iv-cts.ttlnone>dt {
    height: 0;
    display: none;
}

.list-iv-cts>dt:before {
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    width: 35px;
    height: 1px;
    background: #ccc;
}

.list-iv-cts>dd {
    padding-left: 45px;
}

.wrap-2col-thumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrap-2col-thumb>.caption {
    width: 47%;
}

.wrap-2col-thumb>.thumb {
    width: 50%;
}

.wrap-2col-thumb>.thumb small {
    font-size: 12px;
    line-height: 1.3em;
    color: #999;
}

.bg-g {
    background: #f9f9f9;
}

.iv-date {
    text-align: right;
    margin: 30px auto;
    line-height: 1.8em;
    color: #999;
    font-size: 12px;
}


/* 1カラムサムネ配置用 */

.wrap-block-thumb {
    margin-top: 20px;
}

.wrap-block-thumb>img {
    display: block;
    max-width: 750px;
    margin: 0 auto;
}

.wrap-block-thumb .description {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 20px;
}


/* twitter widget */

.wrap-block-thumb twitter-widget {
    margin-right: auto;
    margin-left: auto;
}


/* TOPページ内　お客様の声　コンテンツ */

.bg-p {
    background: #fdf8f7;
}

.list-top-iv {
    text-align: center;
}

.list-top-iv>dt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-top-iv>dt>img {
    /*max-width: 500px;*/
    width: 70%;
}

.list-top-iv>dd>span {
    display: block;
    line-height: 1.4em;
    font-weight: bold;
    /*font-size: 24px;*/
    font-size: 16px;
    margin: 10px auto 30px auto;
}

.list-top-iv>dd>p {
    margin-bottom: 35px;
}


/* ロゴ配置リスト */

.list-logo-iv {
    margin: 20px auto;
}

.list-logo-iv>li {
    display: inline-block;
    margin-left: 20px;
}

.list-logo-iv>li:first-child {
    margin-left: 0;
}


/* 20190716 追加 */

.list-top-ivthumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.list-top-ivthumb>li {
    width: 43%;
}