@charset "utf-8";

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

	basic_style_forSP.css

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


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

* {
    word-break: break-all !important;
    word-wrap: break-word !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:before {
    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';
    color: #c7000a;
}

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


/* html */

html {
    height: 100%;
}


/* body */

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


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

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

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


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


/* TOP背景設定 */

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

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


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

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


/* .dev01 PCレイアウトは非表示 */

.device01 {
    display: none !important;
}


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

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


/* リンク */

a {
    color: #c7000a;
    text-decoration: none;
}


/* 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;
}


/* 内	1000px固定値 */

.inner-frame {
    min-width: 300px;
    padding: 0 10px;
}


/* ヘッダー */

#commonheader_sp_top {
    border-bottom: 1px solid #E6E6E6;
}

.header-top {
    height: 35px;
    line-height: 35px;
    background: url("../img/bg_opactywhite.png") repeat-x left top;
}

#second .header-top {
    background: #c7000a;
    color: #ffffff;
}

.fb-like {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

.sitename {
    font-size: 12px;
    color: #1c1c1c;
}

#second .sitename {
    color: #ffffff;
}


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

ul.list-utility {
    text-align: right;
    font-size: 12px;
    padding-right: 10px;
}

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


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

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


/* ヘッダー内ユーティリティリンク スノーボード */

#snowboard ul.list-utility {
    padding-right: 0;
}

#snowboard ul.list-utility li {
    padding-left: 0;
}

ul.list-utility li:first-child {
    padding-left: 0;
}


/* ヘッダーロゴ */

.logo {
    width: 124px;
    height: 45px;
    padding-top: 10px;
}


/* spナビゲーションスイッチ */

.wrapper-naviswitch {
    /*width: 35px;*/
    padding-top: 8px;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 35px;
    height: 35px;
    border: 2px solid #c7000a;
    border-radius: 4px;
}

.menu-trigger span {
    position: absolute;
    left: 5px;
    width: 20px;
    height: 3px;
    background-color: #c7000a;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 5px;
}

.menu-trigger span:nth-of-type(2) {
    top: 14px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 5px;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(315deg);
}


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

ul.header-navigation {
    display: none;
    border-top: 1px solid #ececec;
}

ul.header-navigation li {
    border-bottom: 1px solid #f5f5f5;
    line-height: 45px;
    background: #ffffff;
    background: url("../img/icon_arrow_right_r20_sp.png") no-repeat right center #ffffff;
    background-size: 15px;
}

ul.header-navigation li a {
    display: block;
    height: 45px;
    padding-left: 15px;
    font-size: 15px;
}


/* PC版ヘッダーを非表示 */

#header_large,
#header_small {
    display: none;
}


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


/* TOP */


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


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

#mainvisual_sp {
    position: relative;
}

#mainvisual_sp>img {
    display: block;
    width: 100%;
    margin: 0 auto;
}


/* SP版ヘッダー */

#header_sp_top {
    position: absolute;
    width: 100%;
    height: 35px;
    line-height: 35px;
    bottom: 0;
    background: none;
}


/* 実績紹介リンク */

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

ul.listlayout-3clm-link li {
    padding-top: 25px;
    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-top: 0;
}


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

.top-detail {
    line-height: 1.5em;
    font-size: 13px;
    margin-bottom: 25px;
    margin-top: 10px;
}

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


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

.bg-top-service {
    background: #f8f8f8;
}


/* CSR 背景*/

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


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

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

.text-title-under {
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 25px;
    color: #696969;
}


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

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

ul.list-logolist li {
    float: left;
    width: 33.3%;
    padding-left: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}


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

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

ul.listlayout-2clm-bnr li {
    padding-top: 13px;
}

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


/* アクション01 */

.action-part1 {
    background: url("../img/indeximg_hand_sp.png") no-repeat center center;
    background-size: contain;
    min-height: 200px;
}

.wrapper-bgimg-top-01 {
    background: url("../img/indeximg_special.jpg") no-repeat center center;
    background-size: contain;
    min-height: 170px;
    margin-bottom: 20px;
}


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


/* HiTAPとは */


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


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

.bg-img-about {
    background: url("../img/about_mv_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 50px;
}


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

ul.listlayout-2clm-about01 .sub-clm>.about-bgimg01 {
    background: url("../img/contentsimg_about01_sp.jpg") no-repeat center center;
    background-size: contain;
    min-height: 218px;
    margin-bottom: 25px;
}


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

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


/* 見出し灰色背景 */

.bg-about02-sp {
    background: #eff3f8;
    padding-top: 25px;
}

.bg-about02-sp>h3.title-3-red {
    margin-bottom: 0px;
}


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

.layout-1clm-about03 {
    position: relative;
    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);
}

.layout-1clm-about03-text-new-sp {
    position: absolute;
    bottom: 100px;
    right: 23%;
    font-size: 18px;
    color: #c7000a;
}

.img-center-sp {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


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

.layout-1clm-about04 {
    background: url("../img/bg_about04_sp.jpg") no-repeat center 45%;
    background-size: contain;
    min-height: 575px;
    position: relative;
}


/* 余白調整 */

@media screen and (min-width: 350px) {
    .layout-1clm-about04 {
        background-position: center 30%;
    }
}

@media screen and (min-width: 470px) {
    .layout-1clm-about04 {
        min-height: 575px;
    }
}

@media screen and (min-width: 520px) {
    .layout-1clm-about04 {
        background-position: center 45%;
        min-height: 525px;
    }
}

@media screen and (min-width: 560px) {
    .layout-1clm-about04 {
        background-position: center 45%;
        min-height: 550px;
    }
}

@media screen and (min-width: 620px) {
    .layout-1clm-about04 {
        background-position: center 45%;
        min-height: 585px;
    }
}


/* テキスト */

.layout-1clm-about04 p {
    position: absolute;
    bottom: 125px;
}


/* ボタン位置*/

.layout-1clm-about04-button {
    margin-top: 420px;
}


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

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


/* 左イメージ */

.listlayout-2clm-about05 .sub-clm {
    position: relative;
    top: -20px;
    text-align: center;
}


/* 2カラムバナー*/

ul.listlayout-2clm-smbnr li.sm-bnr {
    width: 100%;
    height: 75px;
    font-size: 18px;
    text-align: center;
}

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

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


/* バナーテキスト右に＞ */

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


/* バナー背景 */

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

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


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


/* 実績紹介 */


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


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

.bg-img-portfolio {
    background: url("../img/portfolio_mv_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 50px;
}


/* 偶数番目背景色灰色 */

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


/* 実績詳細 */


/* サービスロゴ部分 */

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

ul.listlayout-2clm-portfolio dl.portfolio-info dt {
    display: table-cell;
    vertical-align: middle;
    width: 75px;
}

ul.listlayout-2clm-portfolio dl.portfolio-info dt img {
    display: block;
    width: 75px;
}


/* サービス見出し */

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

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

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


/* h3赤見出し */

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


/* sp スマホ画面 */

ul.listlayout-2clm-portfolio .left-clm img {
    display: block;
    height: 222px;
    margin: 0 auto;
    padding: 0px 0px 10px;
}


/* イベントご紹介ページ */

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


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


/* サービス・機能 */


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


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

.bg-img-service {
    background: url("../img/service_mv_sp.png") no-repeat center center;
    background-size: cover;
    height: 50px;
}


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

ul.list-service>li>div {
    background-color: #FDF8F7;
    border: 1px solid #F4C6C8;
    margin: 25px 10px 0px;
    padding: 15px;
}


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

ul.list-service>li>div .main-clm h3.service-title {
    margin-bottom: 15px;
    padding: 0px;
    text-align: left;
}


/* サブカラム */

ul.list-service>li>div .sub-clm {
    margin-bottom: 15px;
}


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

ul.list-service>li>div .sub-clm>img {
    text-align: center;
    display: block;
    margin: 0px auto;
}


/* スタンプラリー背景 */

ul.list-service>li>div.service01 .sub-clm {
    background: url("../img/service01_stanp_sp.jpg") no-repeat center center;
    background-size: contain;
}


/* スタンプラリー画像 */

ul.list-service>li>div .sub-clm>.service-actionparts01 {
    background: url("../img/sp_stamp.png") no-repeat center center;
    background-size: contain;
    min-height: 222px;
}


/* ポイントカード背景 */

ul.list-service>li>div.service02 .sub-clm {
    background: url("../img/service02_point_sp.jpg") no-repeat center center;
    background-size: contain;
}


/* ポイントカード画像 */

ul.list-service>li>div .sub-clm>.service-actionparts02 {
    background: url("../img/sp_point.png") no-repeat center center;
    background-size: contain;
    min-height: 223px;
}


/* 消込み背景 */

ul.list-service>li>div.service03 .sub-clm {
    background: url("../img/service03_clear_sp.jpg") no-repeat center center;
    background-size: contain;
}


/* 消込み画像 */

ul.list-service>li>div .sub-clm>.service-actionparts03 {
    background: url("../img/sp_clear.png") no-repeat center center;
    background-size: contain;
    min-height: 240px;
}


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


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


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


/* 要素間*/

ul.list-service02>li {
    margin-bottom: 40px;
}


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

ul.list-service02>li>div {
    margin: 25px 10px 0px;
    padding: 15px;
}


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

ul.list-service02>li>div .main-clm h3.service-title {
    margin-bottom: 15px;
    padding: 0px;
    text-align: left;
}


/* サブカラム */

ul.list-service02>li>div .sub-clm {
    margin-bottom: 15px;
}


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

ul.list-service02>li>div .sub-clm>img {
    text-align: center;
    display: block;
    margin: 0px auto;
}


/* オセリー画像*/

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


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

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


/* キーワード・QRコード*/

ul.listlayout-2clm>li>div {
    padding: 15px;
}


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

ul.listlayout-2clm>li.sub-clm>div.sub-img01 {
    background: url("../img/service_devices_keyword.png") no-repeat center center;
    height: 198px;
}


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

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

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


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


/* ログページ*/


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


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


/* コンテンツマージン*/

.clm-2-center {
    display: block;
    margin-top: 25px;
}

.log-cnt-img {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}


/* 後見出し*/

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

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


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


/* 棒グラフ画像*/

.log-contents-layout01 {
    background: url("../img/glf_01.png") no-repeat center bottom;
    background-size: 200px, 100px;
    height: 380px;
}


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

ul.balloon-text {
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: black;
    background-color: #f1d6d6;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.balloon01 {
    margin-bottom: 25px;
}


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

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

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


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

ul.log-contents-layout04-text {
    font-size: 14px;
    line-height: 40px;
    margin-left: 30px;
    ;
}

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

.check-layout {
    padding-left: 20px;
    padding-right: 20px;
}


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


/* 対応機種一覧ページ */


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

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

#modellist h1.pagetitle-1clm {
    font-size: 20px;
    font-weight: bold;
    color: #c7000a;
    line-height: 1.5em;
}

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


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

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


/* キャリア名 */

#modellist h3 {
    font-size: 20px;
    font-weight: normal;
    color: #c7000a;
    padding-left: 10px;
}


/* 機種リスト */

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

#modellist ul.list-inline-model li {
    margin: 10px;
}

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


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


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


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


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

.bg-img-faq {
    background: url("../img/faq_mv_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 50px;
}


/* 全体包括 */

.wrapper-accordion-qacontents {
    margin: 10px;
}


/* 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;
    background-size: 20px;
    padding: 5px 25px 5px 20px;
}

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

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

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


/* Answer */

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


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


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


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


/* ヘッダー */

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


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

.header-sp-snowboard>.header-top h1.logo-text {
    padding-top: 5px;
    height: 45px;
}


/* 2段目リンク */

.header-sp-snowboard>.header-top ul.list-utility {
    width: 100%;
    height: 44px;
    text-align: left;
    margin-top: -10px;
    padding-left: 0;
}


/* リンク青背景 */

.header-sp-snowboard>.header-top ul.list-utility li {
    width: 50%;
    box-sizing: border-box;
    background: url("../img/icon_arrow_right_r30_white.png") no-repeat scroll right center rgba(0, 50, 137, 0.7);
    background-size: 18px;
    padding-left: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
}


/* 線打消し */

.header-sp-snowboard>.header-top ul.list-utility li:first-child {
    border-left: none
}


/* リンクの文字 */

.header-sp-snowboard>.header-top ul.list-utility li>a {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
}


/* コンテンツ */


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

.section-snowboard01 {
    background: transparent url("../img/bg_snowboard_01_sp.jpg") no-repeat scroll center center;
    background-size: cover;
    padding: 50px 0px 60px!important;
}


/* 画像位置調整 */

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


/* 背景 */

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


/* マージン上書き */

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


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

.title-2-blue {
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
    color: #003289;
    padding: 0 10px;
    vertical-align: middle;
}

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


/* 2×2構成 */

ul.listlayout-4clm-link li {
    position: relative;
    width: 50%;
    max-height: 297px;
    box-sizing: border-box;
    float: left;
    margin-top: 6px;
    padding-left: 3px;
}


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

ul.listlayout-4clm-link li:nth-of-type(2n+1) {
    padding-left: 0px;
    padding-right: 3px;
}


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

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


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

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


/* ラベル */

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


/* JST:青ラベル */

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


/* MF:赤ラベル */

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


/* NEWSエリアテキスト */

ul.listlayout-4clm-link li>a>dl dt {
    position: absolute;
    bottom: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 33px;
    padding: 5px 10px;
    z-index: 25;
}

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


/* NEWSエリア */

ul.listlayout-4clm-link li.category-type01>a>dl,
ul.listlayout-4clm-link li.category-type02>a>dl {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

ul.listlayout-4clm-link li.category-type01>a>dl:before,
ul.listlayout-4clm-link li.category-type02>a>dl:before {
    content: "";
    display: block;
    padding-top: 100%;
}

ul.listlayout-4clm-link li.category-type01>a>dl>dd,
ul.listlayout-4clm-link li.category-type02>a>dl>dd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    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;
    background-color: rgba(94, 94, 94, .8);
}

ul.listlayout-4clm-link li.category-type01>a>dl>dd img,
ul.listlayout-4clm-link li.category-type02>a>dl>dd img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


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

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);
}


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


/* PHOTOコレクション */


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


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

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


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

.section-photo-title>.inner-frame {
    padding: 13px 0px;
}

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


/* PHOTOコレクション（コンテンツタイトル） */

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


/* 3カラム写真 */

ul.listlayout-3clm-photo li {
    margin-bottom: 20px;
    text-align: center;
}

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


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


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


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


/* bootstrap打ちけし */

.header-sp-snowboard>.header-top ul.list-utility,
.header-sp-snowboard>.header-top h1.logo-text {
    box-sizing: content-box;
}

#report2015 a {
    text-decoration: none;
}

#report2015 h2 {
    font-size: 15px;
    font-weight: bold;
}

#report2015 dd {
    margin-bottom: 10px;
}

#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: 15px;
    font-size: 12px;
}

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


/* 顔写真 */

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

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

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

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

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

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


/* インタビュー内 */

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


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


/* お問い合わせ */


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


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

.bg-img-inquiry {
    background: url("../img/pagetitle_inquiry_sp.jpg") no-repeat center center #ffffff;
    background-size: cover;
    height: 50px;
}


/* タイトル */

.title-3-inquiry {
    text-align: center;
    color: #c7000a;
    font-size: 15px;
    margin-bottom: 0!important;
}

.box-inquiry-area {
    margin-top: 25px;
}


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

.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: 10px;
    color: #696969;
    background: #f7e5e5;
    border-right: 1px dashed #c3c3c3;
    width: 30%;
    height: 100%;
    vertical-align: top;
    box-sizing: border-box;
}

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


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

.table-right {
    display: table-cell;
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
}

.table-right textarea {
    height: 150px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
}

.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: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
}


/* 必須 */

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

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;
}

.ss-q-other {
    width: 50%;
    box-sizing: border-box;
}


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

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

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

label.check01 {
    color: #c7000a;
}


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

.box-text-atentions {
    padding: 20px;
    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;
    background: #ffffff;
}

.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;
    line-height: 1.5em;
}


/* 完了画面 */

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

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

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


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


/* 404ページ */


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

h2.title-2-notfound {
    font-size: 18px;
    line-height: 1.5em;
    color: #c7000a;
    margin-bottom: 10px;
}

h3.title-3-notfound {
    font-size: 13px;
    line-height: 1.5em;
    color: #c7000a;
    margin-bottom: 20px;
}


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

.bgimg-notfound-part1-sp {
    background: url("../img/sp_img_404_part1.png") no-repeat center;
    min-height: 250px;
    background-size: contain;
    margin-bottom: 10px;
}


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

.bgimg-notfound-part2-sp {
    background: url("../img/img_404_part2_sp.png") no-repeat center center;
    min-height: 250px;
    background-size: contain;
    margin-bottom: 10px;
}


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

.bgimg-notfound-part3-sp {
    background: url("../img/img_404_part3_sp.png") no-repeat center center;
    min-height: 250px;
    background-size: contain;
    margin-bottom: 10px;
}


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


/* フッター */


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

#footer {
    background-color: #ffffff;
}

#footer img.img-logo-retina {
    width: 120px;
    height: 30px;
    display: inline-block;
}

#footer em {
    display: inline-block;
    font-style: normal;
    padding-left: 5px;
    padding-top: 5px;
    font-size: 12px;
    width: 171px;
}

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

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

ul.footer-bottom-navigation {
    margin-top: 5px;
}

ul.footer-bottom-navigation li {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 -10px;
    background: url("../img/icon_arrow_right_r20_sp.png") no-repeat right center;
    background-size: 15px;
}

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

.footer-copyright {
    background: #c7000a;
    font-size: 12px;
    color: #ffffff;
    padding: 3px 0;
}


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


/* タイトル */


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


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

.title-3-red {
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
    color: #c7000a;
    padding: 0 10px;
    line-height: 30px;
    /*letter-spacing: -2px;*/
}


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

.title-2-red {
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
    color: #c7000a;
    padding: 0 10px;
    line-height: 30px;
}


/* h2タイトル */

.title-2-mv {
    text-align: center;
    color: #696969;
    font-size: 20px;
    line-height: 50px;
}


/* h3タイトル */

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

.title-1-sitename {
    font-size: 12px;
    color: #1c1c1c;
    font-weight: normal;
}


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


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


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


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

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


/* 併記でPCにのみセクションボックス適用 */

.box-section-none-sp {
    padding: 0px;
}


/* セクションボックス（SPのみ） */

.box-section-sp {
    padding: 25px 0;
}


/* セクションボックス（↑余白のみ・SPのみ） */

.box-section-top-sp {
    padding: 25px 0 0;
}


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

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

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

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


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


/* 汎用パーツ */


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


/* 遷移アイコン */

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


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

.box-link-red {
    border: 3px solid #c7000a;
    text-align: center;
    color: #c7000a;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
}


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

.box-link-red-x {
    border: 3px solid #c7000a;
    text-align: center;
    color: #c7000a;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
}

.box-link-red a {
    display: block;
    padding: 10px 0;
    line-height: 1.5em;
    padding-right: 15px;
    background: url("../img/icon_arrow_right_r10.png") no-repeat right center;
    background-size: 15px;
}

.box-link-red-x a {
    display: block;
    padding: 10px 0;
    line-height: 1.5em;
    padding-right: 15px;
    background-size: 15px;
}


/* float（左） */

.f-left {
    float: left;
}


/* float（右） */

.f-right {
    float: right;
}


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

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

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


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

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

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


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

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


/* テキスト左寄せ */

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


/* 余白調整 */

.mg-bottom-15-sp {
    margin-bottom: 15px;
}

.mg-top-25-sp {
    margin-top: 25px;
}

.pd-bottom-25-sp {
    padding-bottom: 25px;
}

.pd-0-sp {
    padding: 0px;
}


/* PHOTOコレクションページで使用 */

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


/* 特設下層：bootstrap打消しのため使用 */

.mg-m5-0-sp {
    margin: -5px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


/* アイコン設定 */


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


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

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

img.logoimg {
    vertical-align: middle;
}


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


/* リボン */


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


/*.ribbon-area {
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 20px;
}
.ribbon-area a {
    background-image: url(/wp-content/themes/HiTAP201511/img/mcpc_ribbon.png);
    background-size: 189px 210px;
	width: 189px;
    height: 210px;
    display: block;
}*/


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


/* ページタイトル */

.ttlimg-ivpage {
    height: auto !important;
}

.ttl-ivpage {
    line-height: 1.8em;
}

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


/* 概要 */

.list-thumb-iv>dt {
    text-align: center;
    margin: 0 -10px;
}

.list-thumb-iv>dt>img {
    width: 100%;
}

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


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

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


/* 所属等 */

.list-thumb-iv>dd>div {
    text-align: right;
    font-size: 10px;
    color: #999;
    line-height: 1.6em;
}


/* 概要２カラム */

.lo-outline-clm {
    margin-top: 25px;
}

.lo-outline-clm>.caption {
    margin-bottom: 25px;
}

.lo-outline-clm>.data {
    /*background: #f9f9f9;*/
    border: 2px solid #ccc;
    padding: 15px;
}

.lo-outline-clm>.data>p {
    font-weight: bold;
    font-size: 14px;
    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: 10px;
}


/* HiTAP利用実績 */

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


/* タイトル */

.ttl-themeclr {
    margin-bottom: 40px;
    text-align: center;
    color: #c7000a;
    font-size: 20px;
    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: 100%;
}

.wrap-thumb-portfolio-iv>.item-iv>dl {
    margin-bottom: 40px;
}

.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: 150px;
}

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

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

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


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

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


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

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

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

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

.list-iv-cts>dt {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 20px;
    padding-left: 25px;
}

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

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

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

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

.wrap-2col-thumb>.caption {
    order: 2;
    margin-top: 20px;
}

.wrap-2col-thumb>.thumb {
    order: 1;
}

.wrap-2col-thumb>.thumb small {
    display: block;
    margin-top: 15px;
    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;
    width: 100%;
    margin: 0 auto;
}

.wrap-block-thumb .description {
    text-align: center;
    font-size: 10px;
    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>img {
    max-width: 250px;
}

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

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


/* ロゴ配置リスト */

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

.list-logo-iv>li {
    margin-top: 10px;
}

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


/* 20190716 追加 */

.list-top-ivthumb>li {
    margin-top: 50px;
}

.list-top-ivthumb>li:first-child {
    margin-top: 0;
}