@charset "UTF-8";
/*--------------------------------------------------------------------------------
  * PC *
  ------------------------------------------------------------------------------*/

/* ************************************************************************
* 
*   ルミネカード
*
************************************************************************ */

/* -------------- 見出し -------------- */

.mainContents h2.ttl.card {
    background: url(../../common/img/icon_h_card.gif) 0 0 no-repeat;
}

/* -------------- 各ページ共通 -------------- */
.container {
    -webkit-text-size-adjust: 100%;
}

.mainContents {
    margin-bottom: 20px;
}

.mainContents .small {
    font-size: 12px;
}

.mainContents h3 {
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 1px 0 1px 30px;
    font-size: 20px;
    line-height: 1em;
    font-weight: normal;
    background: url(../../common/img/ic_circle.png) 0 center no-repeat;
}

.mainContents h4.subTtl {
    margin: 0 0 20px 0;
    padding: 15px;
    font-size: 20px;
    line-height: 1em;
    background: url(../../common/img/bg_th.gif) 0 0 repeat;
    font-weight: normal;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.m0 {
    margin: 0 !important;
}

.rdTxt {
    color: #e10000;
}

/*リンクボタン*/
.contactLink a {
    display: table-cell;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #000;
    background: #fff url(../../common/img/ic_arrow_right_bk_s.png) no-repeat;
    background-position: right 12px center;
}

.contactLink a:hover {
    color: #fff;
    background: #000 url(../../common/img/ic_arrow_right_wt_s.png) no-repeat;
    background-position: right 12px center;
}

.ie8 .contactLink a,
.ie8 .contactLink a:hover {
    background-image: none;
}

/*テーブル*/
.infoCol {
    display: table;
    margin: 0 0 0px 0;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.infoCol02 {
    display: table;
    margin: 0 0 0px 0;
    padding: 0px 0;
    border-bottom: 1px solid #ccc;
}

.infoCol:first-child {
    border-top: 1px solid #ccc;
}

.infoCol .cellL {
    display: table-cell;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ccc;
}

.infoCol02 .cellL02 {
    display: table-cell;
    width: 237px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    /*border-left: 1px solid #ccc;*/
    line-height: 40px;
    background-color: #f7f7f7;
    /*background: url(../../common/img/bg_th.gif) 0 0 repeat;*/
}

.infoCol .cellC {
    display: table-cell;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
}

.infoCol .cellR {
    display: table-cell;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
}

.infoCol02 .cellR02 {
    display: table-cell;
    border-top: 1px solid #ccc;
    /*border-right: 1px solid #ccc;*/
    width: 495px;
    text-align: center;
    line-height: 40px;
    background-color: #f7f7f7;
    /*background: url(../../common/img/bg_th.gif) 0 0 repeat;*/
}

/* -------------- トップ -------------- */

.btnCont p {
    margin: 20px 0 25px;
    float: left;
}

.btnCont p:first-child {
    margin-right: 29px;
}

.bnrCont p {
    margin: 15px 0 20px;
    text-align: center;
}

.cntTtl {
    margin: 20px 0;
    position: relative;
}

.cardImg {
    position: absolute;
    top: -20px;
    right: 15px;
}

.mainContents p.note {
    text-align: center;
    font-size: 1.1em;
}

/* -------------- アコーディオン -------------- */

.accordion {
    padding-bottom: 20px;
}

.accordion .accGrp {
    border-bottom: 1px solid #ccc;
}

.accordion .accGrp:first-child {
    border-top: 1px solid #ccc;
}

.accordion .accGrp .bar {
    display: table-cell;
    padding: 0 20px;
    width: 690px;
    height: 80px;
    font-size: 18px;
    line-height: 1.2em;
    vertical-align: middle;
    background: url(../../common/img/ic_arrow_down_bk_s.png) 700px center no-repeat;
    /*color: #00b0e3;*/
    font-weight: bold;
}

.accordion .accGrp .bar2 a {
    display: table-cell;
    padding: 0 20px;
    width: 690px;
    height: 80px;
    font-size: 18px;
    line-height: 1.2em;
    vertical-align: middle;
    background: url(../../common/img/ic_arrow_right_bk_s.png) 700px center no-repeat;
    /*color: #00b0e3;*/
    font-weight: bold;
    position: relative;
}

.accordion .accGrp .bar2 a:hover {
    background-color: #f5f5f5;
}

.accordion .accGrp .bar2 span {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    position: absolute;
    top: 28px;
    right: 35px;
}

.accordion .accGrp .bar.active {
    background: url(../../common/img/ic_arrow_up_bk_s.png) 700px center no-repeat;
}

.accordion .accGrp .bar:hover {
    background-color: #f5f5f5;
}

.accordion .accGrp .barCont {
    padding: 20px;
}

.accordion .accGrp .barCont .att {
    padding-top: 25px;
    display: block;
}

.accordion .accGrp .barCont dl {
    text-align: center;
}

.accordion .accGrp .barCont dl dt {
    font-weight: bold;
    font-size: 1.2em;
}

/*リンクボタン*/
.accordion .accGrp .barCont .linkWrap {
    width: 534px;
    margin: 30px auto 40px;
    text-align: center;
}

.accordion .accGrp .barCont .contactLink {
    margin: 0 20px;
    width: 224px;
    display: inline-block;
}

.accordion .accGrp .barCont .contactLink a {
    width: 224px;
    height: 44px;
}

/*テーブル*/
.accordion .accGrp .barCont .infoArea {
    margin: 35px auto 30px;
}

.accordion .accGrp .barCont .infoCol {
    width: 588px;
    margin: 0 auto;
    font-size: 16px;
}

.accordion .accGrp .barCont .infoCol .cellL {
    width: 336px;
}

/*画像*/
.accordion .accGrp .barCont .accPic {
    margin: 30px 0;
}

.accPic span {
    font-size: 11px;
    line-height: 1;
}

/* -------------- VIEW CARD -------------- */
.mainContents h4.accsubTtl {
    margin: 0 0 20px 0;
    padding: 15px;
    font-size: 17px;
    line-height: 1em;
    background: url(../../common/img/bg_th.gif) 0 0 repeat;
    font-weight: normal;
    text-align: center;
}

/* -------------- お申し込みにあたって -------------- */

.applyTit {
    font-size: 16px;
    font-weight: bold;
}

.applyCont .small {
    margin-top: 20px;
    display: block;
}

.applyTable {
    margin: 0px auto 0px;
}

.applyTable .cellL {
    /* width: 175px; */
    width: 220px;
}

.applyTable .cellC {
    width: 346px;
    text-align: left;
    border-right: 1px solid #ccc;
    display: none;
}

.applyTable .cellR {
    width: 510px;
    text-align: left;
}

/*.applyTable .cellR02 {
    width: 495px;
    text-align: center;
    line-height: 40px;
    background: url(../../common/img/bg_th.gif) 0 0 repeat;
}*/

.applyTable .f_txt{
    font-size: 16px;
}

.applyTable .u_r {
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    line-height: 40px;
    /*font-weight: bold;*/
}

.applyTable .infoCol:last-child {
    margin-bottom: 20px;
}

.grayCont {
    padding: 25px;
    background: #f7f7f7;
    position: relative;
}

.grayCont strong {
    font-size: 16px;
    font-weight: normal;
}

.grayCont .contactLink a {
    width: 270px;
    height: 44px;
    font-size: 12px;
    padding-top: 10px;
    position: absolute;
    right: 25px;
    top: 26px;
    display: table-cell;
    box-sizing: border-box;
}

.btnArea {
    text-align: center;
    font-size: 0;
    padding: 20px 0 50px 0;
}

.btnArea .contactLink {
    width: 320px;
    height: 44px;
    display: inline-block;
    vertical-align: top;
}

.btnArea .contactLink.n2 {
    margin-left: 50px;
}

.btnArea .contactLink a {
    width: 320px;
    height: 44px;
}

.listCont {
    margin: 25px 0 45px 5px;
}

.listCont ul li {
    text-indent: -2em;
    padding-left: 2em;
    font-size: 14px;
    line-height: 1.5;
}

.listCont02 {
    margin: 10px 0 0 0px;
}

.listCont02 ul li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.5;
}

.listCont03 {
    margin: 25px 0 0px 5px;
}

.listCont03 ul li {
    text-indent: -2em;
    padding-left: 2em;
    font-size: 14px;
    line-height: 1.5;
}

.applyImg {
    margin-bottom: 25px;
    text-align: center;
}

.applyTable2 {
    margin: 20px auto;
}

.applyTable2 .cellL {
    width: 220px;
}

.applyTable2 .cellR {
    width: 510px;
    text-align: left;
}

.applyTable2 .infoCol {
    margin-bottom: 20px;
}

/*ページ下ボタン*/
.linkBottom {
    margin: 50px 0 20px;
    height: 70px;
    text-align: center;
}

/*
.linkBottom div {
	margin-right: 38px;
	float: left;
}
.linkBottom div:last-child {
	margin-right: 0;
}
*/
.linkBottom .contactBack {
    width: 250px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
}

.contactBack a {
    width: 250px;
    height: 50px;
    display: table-cell;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #000;
    background: #fff url(../../common/img/ic_arrow_right_bk_s.png) no-repeat;
    background-position: right 12px center;
}

.contactBack a:hover {
    color: #fff;
    background: #000 url(../../common/img/ic_arrow_right_wt_s.png) no-repeat;
    background-position: right 12px center;
}

.linkBottom .contactLink {
    width: 260px;
}

.linkBottom .contactLink a {
    width: 260px;
    height: 44px;
}

/* -------------- ルミネカードに関するお問い合わせ -------------- */

.contact .bnrCont p {
    margin: 40px 0 35px;
}

.contact .contactLink {
    width: 342px;
    margin: 0 auto 50px;
}

.contact .contactLink a {
    width: 342px;
    height: 44px;
}

.contact .contactList {
    margin: 30px 0 40px;
}

.contact .contactList ul li,
.contact .contactList p {
    padding-left: 1em;
    text-indent: -1em;
}

.contact .grayCont h5 {
    width: 400px;
    margin: 0 auto 15px;
    font-size: 20px;
    font-weight: normal;
}

.contact .grayCont ul {
    width: 400px;
    margin: 0 auto;
}

.contact .infoArea {
    margin: 10px 0 20px;
    font-size: 16px;
}

.contact .infoCol .cellL {
    width: 225px;
}

.contact .infoCol .cellR {
    text-align: left;
}

.contact .infoCol img {
    margin: 7px 5px 10px 0;
    display: inline-block;
    vertical-align: middle;
}

.contactListm0 {
    margin: 0;
}

.contact .contactBack {
    width: 195px;
    margin: 0 auto !important;
    float: none;
}

.gold {
    color: #A38838;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.3;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}


/*--------------------------------------------------------------------------------
  * SP *
  ------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
}

/* ************************************************************************
* 
*   ルミネカード
*
************************************************************************ */

.text {
    font-size: 3.3vw;
    line-height: 4.2vw;
    font-weight: normal;
    word-break: break-all;
    color: #000;
    padding: 1vw 1.5vw 0vw 1.5vw;
}

/* -------------- 見出し -------------- */

.mainContents h2.ttl.card {
    background: url(../../common/img/icon_h_card.gif) 0 0 no-repeat;
}

/* -------------- 各ページ共通 -------------- */
.container {
    -webkit-text-size-adjust: 100%;
}

.mainContents {
    margin-bottom: 20px;
}

.mainContents .small {
    font-size: 12px;
}

.mainContents h3 {
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 1px 0 1px 30px;
    font-size: 20px;
    line-height: 1em;
    font-weight: normal;
    background: url(../../common/img/ic_circle.png) 0 center no-repeat;
}

.mainContents h4.subTtl {
    margin: 0 0 20px 0;
    padding: 15px;
    font-size: 20px;
    line-height: 1em;
    background: url(../../common/img/bg_th.gif) 0 0 repeat;
    font-weight: normal;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.m0 {
    margin: 0 !important;
}

.rdTxt {
    color: #e10000;
}

/*リンクボタン*/
.contactLink a {
    display: table-cell;
    overflow: hidden;
    color: #000;
    font-size: 3.5vw;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #000;
    background: #fff url(../img/ic_arrow_right_bk_s.png) no-repeat;
    background-position: right 12px center;
}

.contactLink a:hover {
    color: #fff;
    background: #000 url(../img/ic_arrow_right_wt_s.png) no-repeat;
    background-position: right 12px center;
}

.ie8 .contactLink a,
.ie8 .contactLink a:hover {
    background-image: none;
}

/*テーブル*/
.infoCol {
    display: table;
    margin: 0 0 0px 0;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.infoCol:first-child {
    border-top: 1px solid #ccc;
}

.infoCol .cellL {
    display: table-cell;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ccc;
}

.infoCol .cellC {
    display: table-cell;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
}

.infoCol .cellR {
    display: table-cell;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
}

/* -------------- トップ -------------- */

.btnCont p {
    margin: 20px 0 25px;
    float: left;
}

.btnCont p:first-child {
    margin-right: 29px;
}

.bnrCont p {
    margin: 15px 0 20px;
    text-align: center;
}

.cntTtl {
    margin: 20px 0;
    position: relative;
}

.cardImg {
    position: absolute;
    top: -20px;
    right: 15px;
}

.mainContents p.note {
    text-align: center;
    font-size: 1.1em;
}

/* -------------- アコーディオン -------------- */

.accordion {
    padding-bottom: 20px;
}

.accordion .accGrp {
    border-bottom: 1px solid #ccc;
}

.accordion .accGrp:first-child {
    border-top: 1px solid #ccc;
}

.accordion .accGrp .bar {
    display: table-cell;
    padding: 0 20px;
    width: 690px;
    height: 80px;
    font-size: 18px;
    line-height: 1.2em;
    vertical-align: middle;
    background: url(../../common/img/ic_arrow_down_bk_s.png) 700px center no-repeat;
    /*color: #00b0e3;*/
    font-weight: bold;
}

.accordion .accGrp .bar2 a {
    display: table-cell;
    padding: 0 20px;
    width: 690px;
    height: 80px;
    font-size: 18px;
    line-height: 1.2em;
    vertical-align: middle;
    background: url(../../common/img/ic_arrow_right_bk_s.png) 700px center no-repeat;
    /*color: #00b0e3;*/
    font-weight: bold;
    position: relative;
}

.accordion .accGrp .bar2 a:hover {
    background-color: #f5f5f5;
}

.accordion .accGrp .bar2 span {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    position: absolute;
    top: 28px;
    right: 35px;
}

.accordion .accGrp .bar.active {
    background: url(../../common/img/ic_arrow_up_bk_s.png) 700px center no-repeat;
}

.accordion .accGrp .bar:hover {
    background-color: #f5f5f5;
}

.accordion .accGrp .barCont {
    padding: 20px;
}

.accordion .accGrp .barCont .att {
    padding-top: 25px;
    display: block;
}

.accordion .accGrp .barCont dl {
    text-align: center;
}

.accordion .accGrp .barCont dl dt {
    font-weight: bold;
    font-size: 1.2em;
}

/*リンクボタン*/
.accordion .accGrp .barCont .linkWrap {
    width: 534px;
    margin: 30px auto 40px;
    text-align: center;
}

.accordion .accGrp .barCont .contactLink {
    margin: 0 20px;
    width: 224px;
    display: inline-block;
}

.accordion .accGrp .barCont .contactLink a {
    width: 224px;
    height: 44px;
}

/*テーブル*/
.accordion .accGrp .barCont .infoArea {
    margin: 35px auto 30px;
}

.accordion .accGrp .barCont .infoCol {
    width: 588px;
    margin: 0 auto;
    font-size: 16px;
}

.accordion .accGrp .barCont .infoCol .cellL {
    width: 336px;
}

/*画像*/
.accordion .accGrp .barCont .accPic {
    margin: 30px 0;
}

.accPic span {
    font-size: 11px;
    line-height: 1;
}

/* -------------- VIEW CARD -------------- */
.mainContents h4.accsubTtl {
    margin: 0 0 20px 0;
    padding: 15px;
    font-size: 17px;
    line-height: 1em;
    background: url(../../common/img/bg_th.gif) 0 0 repeat;
    font-weight: normal;
    text-align: center;
}

/* -------------- お申し込みにあたって -------------- */

.applyTit {
    font-size: 3.4vw;
    font-weight: bold;
    line-height: 4vw;
}

.applyCont {
    font-size: 3.5vw;
    line-height: 4vw;
}

.applyCont .small {
    font-size: 2vw;
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
}

.applyTable {
    margin: 35px auto 20px;
}

.applyTable .cellL {
    /* width: 175px; */
    width: 220px;
}

.applyTable .cellC {
    width: 346px;
    text-align: left;
    border-right: 1px solid #ccc;
    display: none;
}

.applyTable .cellR {
    /* width: 205px;
    text-align: left; */
    width: 70%;
    text-align: center;
}

.applyTable .infoCol:last-child {
    margin-bottom: 20px;
}

.grayCont {
    padding: 25px 25px 10px 25px;
    background: #f7f7f7;
    position: relative;
}

.grayCont strong {
    font-size: 3.5vw;
    line-height: 4.5vw;
    font-weight: normal;
}

.grayCont .contactLink {
    padding: 15px 0 15px 0;
}

.grayCont .contactLink a {
    width: 320px;
    height: 44px;
    font-size: 3.5vw;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    box-sizing: border-box;
}

.grayCont ul {
    margin-bottom: 0px;
}

.grayCont li {
    font-size: 2vw;
    line-height: 3vw;
}

.btnArea {
    text-align: center;
    font-size: 0;
    padding: 20px 0 40px 0;
}

.btnArea .contactLink {
    width: 320px;
    height: 44px;
    display: inline-block;
    vertical-align: top;
}


.btnArea .contactLink.n2 {
    margin-left: 0px;
    margin-top: 20px;
}

.btnArea .contactLink a {
    width: 320px;
    height: 44px;
}

.listCont {
    margin: 5px 0 45px;
}

.listCont ul li {
    text-indent: -6.5vw;
    padding: 1vw 2vw 1vw 7.5vw;
    font-size: 3.3vw;
    line-height: 4vw;
}

.listCont02 {
    margin: 5px 0 0px;
}

.listCont02 ul li {
    text-indent: -3.5vw;
    padding: 1vw 2vw 1vw 5vw;
    font-size: 3.3vw;
    line-height: 4vw;
}

.listCont03 {
    margin: -15px 0 0px;
}

.listCont03 ul li {
    text-indent: -3.5vw;
    padding: 1vw 2vw 1vw 5vw;
    font-size: 3.3vw;
    line-height: 4vw;
}

.applyImg img {
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}

.applyTable2 {
    margin: 20px auto;
}

.applyTable2 .cellL {
    width: 220px;
}

.applyTable2 .cellR {
    width: 510px;
    text-align: left;
}

.applyTable2 .infoCol {
    margin-bottom: 20px;
}

/*ページ下ボタン*/
.linkBottom {
    margin: 50px 0 20px;
    height: 50px;
    text-align: center;
}

/*
.linkBottom div {
    margin-right: 38px;
    float: left;
}
.linkBottom div:last-child {
    margin-right: 0;
}
*/
.linkBottom .contactBack {
    width: 193px;
    display: inline-block;
    vertical-align: top;
}

.contactBack a {
    width: 193px;
    height: 44px;
    display: table-cell;
    overflow: hidden;
    color: #777;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #777;
    background: #fff;
}

.contactBack a:hover {
    color: #fff;
    background: #777;
}

.linkBottom .contactLink {
    width: 260px;
}

.linkBottom .contactLink a {
    width: 260px;
    height: 44px;
}

/* -------------- ルミネカードに関するお問い合わせ -------------- */

.contact .bnrCont p {
    margin: 40px 0 35px;
}

.contact .contactLink {
    width: 342px;
    margin: 0 auto 50px;
}

.contact .contactLink a {
    width: 342px;
    height: 44px;
}

.contact .contactList {
    margin: 30px 0 40px;
}

.contact .contactList ul li,
.contact .contactList p {
    padding-left: 1em;
    text-indent: -1em;
}

.contact .grayCont h5 {
    width: 400px;
    margin: 0 auto 15px;
    font-size: 20px;
    font-weight: normal;
}

.contact .grayCont ul {
    width: 400px;
    margin: 0 auto;
}

.contact .infoArea {
    margin: 10px 0 20px;
    font-size: 16px;
}

.contact .infoCol .cellL {
    width: 225px;
}

.contact .infoCol .cellR {
    text-align: left;
}

.contact .infoCol img {
    margin: 7px 5px 10px 0;
    display: inline-block;
    vertical-align: middle;
}

.contactListm0 {
    margin: 0;
}

.contact .contactBack {
    width: 195px;
    margin: 0 auto !important;
    float: none;
}

.gold {
    color: #A38838;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1.3;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}