@charset "UTF-8";

/*----------------------------
共通設定
----------------------------*/
.Wrapper{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.InnerWrap{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}


/*-----------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
.Header + *{
    margin-top: 86px;
}

/*-----------------------------------------------------------
メインコンテンツ
------------------------------------------------------------*/

.Contents{
    min-width: 1000px;
    overflow: hidden;
}

/*-----------------------------------------------------------
 マージン設定
------------------------------------------------------------*/

p + *{
    margin-top: 10px;
}
p + p{
    margin-top: 5px;
}
p + .LeadLink{
    margin-top: 5px;
}


.LeadLink + *{
    margin-top: 10px;
}



/* 
 ■■■ テキストボックス（テキストを囲むボックスに使用）
--------------------------------------------------------- */
.txtBox, .conversionArea, .formBtnArea {
  padding: 20px;
  margin: 15px 0;
}

/* カラム準備
--------------------------------------------------------- */
.liqW {
    display: table;
    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;
    table-layout: fixed;
    
    margin-bottom:15px;
}
.liqW .liqC {
    display: table-cell;
    vertical-align: top;
}

*+html .liqW {
    overflow: hidden;
    display: block;
    width: 100%;
}
*+html .liqW .liqC {
    display: block;
    float: left;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .liqW .liqC {
    display: inline-block;
  }
}

/* L0300 コンテンツ領域内　2カラム定義 1 : 2
--------------------------------------------------------- */
.liqW .colCL2Type03 {
    width: 30%;
    padding-right: 10px;
}


.liqW .colCR2Type03 {
    width: 70%;
    padding-left: 10px;
}

.android .liqW .colCL2Type03 {
    width: 25%;
    padding-right: 10px;
}
.android .liqW .colCR2Type03 {
    width: 65%;
    padding-left: 10px;
}
