@charset "utf-8";
/*
------------------------------------------------------------------- */
.hdrArea {
    background-image: url("../../service/img/bg_hdrarea.gif");
}
.l_mainArea {
    /*	background:url(../img/question/bg.jpg) #ffffe5;*/
    margin-bottom: 0 !important;
    padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
    .l_mainArea {
        background-size: 75px auto;
    }
}
/*
------------------------------------------------------------------- */
.title {
    position: relative;
    padding: 0;
}
.title > img {
    width: 100%;
}
#backto_credit {
    display: table;
    position: absolute;
    bottom: 0;
    right: 10px;
    height: 55px;
    /*width:390px;*/
    width: 46.5%;
    color: #ffffff;
    font-size: 20px;
    background: #ff9900;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#backto_credit img {
    margin-left: 3px;
}
#backto_credit:hover {
    background: #ff6b08;
}
@media only screen and (max-width: 1100px) {
    #backto_credit {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    #backto_credit {
        right: 30px;
        height: 40px;
        font-size: 16px;
    }
    #backto_credit img {
        width: 5%;
    }
}
@media only screen and (max-width: 600px) {
    #backto_credit {
        height: 35px;
        font-size: 14px;
    }
    #backto_credit img {
        width: 4.5%;
    }
}
.qlist {
    background: url(../img/cluboff/bg_list_tile.png);
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.st--qlist {
    padding: 15px;
    color: #ff0;
    background: url(../img/cluboff/bg_list_tile.png);
    text-align: center;
    line-height: 1;
}
.navbtn {
    position: relative;
    box-sizing: border-box;
    padding: 5px 10px;
    height: 4em;
    color: #2484b6;
    background: #d6f5fa;
    border-radius: 4px;
    -moz-box-shadow:
        0px 3px 0px rgba(188, 224, 233, 1);
    -webkit-box-shadow:
        0px 3px 0px rgba(188, 224, 233, 1);
    box-shadow:
        0px 3px 0px rgba(188, 224, 233, 1);
    text-align: center;
    font-size: 93%;
    text-decoration: none;
}
.navbtn:hover {
    color: #2484b6;
    bottom: -2px;
    -moz-box-shadow:
        0px 1px 0px rgba(188, 224, 233, 1);
    -webkit-box-shadow:
        0px 1px 0px rgba(188, 224, 233, 1);
    box-shadow:
        0px 1px 0px rgba(188, 224, 233, 1);
}
.navbtn .txt {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.navbtn .txt__inner, #backto_credit .txt__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}
.downarrow {
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 13px;
    top: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img/cluboff/list_downarrow.png) no-repeat;
    pointer-events: none;
}
.navbtn:hover .downarrow {
    top: 63px;
}
/*----- 段組み - 画像用（スマホでも段組みになる） -----*/
.gridImg4c {
    width: 101.3%;
    margin: 0 0 20px 4.1%;
}
.gridImg4c__grid {
    width: 20.2%;
    margin: 0 3% 15px 0;
}
.ie8 .gridImg4c__grid {
    width: 19.9%;
}
@media only screen and (max-width:1379px) {
    .gridImg4c {
        width: 101.8%;
        margin: 0 0 20px 4.1%;
    }
    .gridImg4c__grid {
        width: 20.2%;
        margin: 0 3% 15px 0;
    }
    .ie8 .gridImg4c__grid {
        width: 19.9%;
    }
}
@media only screen and (max-width: 767px) {
    .gridImg4c {
        width: 103%;
        margin-left: 0;
        margin-right: -3%;
    }
    .gridImg4c__grid {
        width: 47%;
        margin: 0 3% 10px 0;
    }
    .downarrow {
        display: none;
    }
}
#cluboff .content {
    margin: 0 0 40px;
}
#cluboff .content .st {
    background: #e60012 none repeat scroll 0 0;
    color: #fff;
    font-size: 108%;
    font-weight: bold;
    padding: 10px 15px;
}
#cluboff .content h2 {
    clear: left;
    margin-bottom: 20px;
    font-size: 108%;
    font-weight: bold;
    color: #333;
}
#cluboff .content h2 .h2__note {
    font-size: 95%;
    font-weight: normal;
}
#cluboff .content h2.h2_non_mgn_btm {
    margin-bottom: 0;
}
#cluboff .content h2.h2_mgn_top {
    margin-top: 20px;
}
#cluboff .content .box {
    padding: 20px;
    overflow: hidden;
}
#cluboff .content__txt {
    color: #295272;
    font-size: 108%;
    line-height: 1.8em;
    margin-bottom: 20px;
}
#cluboff .content__note {
    color: #333;
    line-height: 1.8em;
}
#cluboff .content__note2 {
    margin-top: 20px;
    color: #333;
    line-height: 1.8em;
}
#cluboff .content__img_left {
    float: left;
    width: 40%;
    margin-bottom: 40px;
    margin-right: 10px;
}
#cluboff .content__img_left img {
    width: 100%;
    margin-bottom: 10px;
}
#cluboff .content__note_right {
    margin-top: 45px;
}
#cluboff .card_box {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
#cluboff .card_box.second {
    margin-bottom: 40px;
}
#cluboff .card_box_left {
    width: 40%;
}
#cluboff .card_box_left img {
    width: 100%;
}
#cluboff .card_box_right {
    width: 60%;
}
#cluboff .card_box_right img {
    width: 67.1%;
}
#cluboff .sp_displaynone {
    display: block;
}
#cluboff .sp_displayblock {
    display: none;
}
#cluboff #login_area {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-top: 20px;
    padding-top: 20px;
    border: 5px solid #ecebeb;
}
#cluboff #login_area iframe {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
#cluboff #import .wallpaper .underPos {
    clear: both;
}
#cluboff .content .service {
    background: #ffe5cc none repeat scroll 0 0;
    color: #333;
    font-size: 108%;
    font-weight: bold;
    padding: 10px 15px;
}
#cluboff .content .service .cate {
    margin-right: 15px;
    padding: 2px;
    color: #fff;
    border-radius: 4px;
    border-radius: 4px;
}
#cluboff .content .service .cate_or {
    background: #ff9933 none repeat scroll 0 0;
}
#cluboff .content .service .cate_tbl {
    background: #40e0d0 none repeat scroll 0 0;
}
#cluboff .content .service .cate_gr {
    background: #008000 none repeat scroll 0 0;
}
#cluboff .content .service .cate_pk {
    background: #db7093 none repeat scroll 0 0;
}
#cluboff .content .service .cate_bl {
    background: #00bfff none repeat scroll 0 0;
}
#cluboff .content .service .cate_rd {
    background: #ff6347 none repeat scroll 0 0;
}
#cluboff .content .service_wrap {
    margin-top: 20px;
}
#cluboff .content .service_left_area {
    float: left;
    width: 50%;
}
#cluboff .content .service_right_area {
    float: right;
    width: 47.5%;
}
#cluboff .content .service_right_area img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .st--qlist {
        margin: 0 15px;
        padding: 10px;
    }
    .qlist {
        margin: 0 15px 25px 15px;
        padding: 0 15px 10px;
    }
    .grid {
        margin-top: 0;
        margin-bottom: 0;
    }
    .qlist__under01 {
        margin: 0 15px;
    }
    #cluboff .content h2 {
        margin-top: 20px;
    }
    #cluboff .content__img_left {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }
    #cluboff .content__note_right {
        margin-top: 0;
        margin-bottom: 25px;
    }
    #cluboff .content .service_wrap {
        margin-top: 0;
    }
    #cluboff .content .service_left_area {
        float: none;
        width: 100%;
    }
    #cluboff .content .service_right_area {
        float: none;
        width: 100%;
    }
    #cluboff .card_box {
        flex-wrap: wrap;
    }
    #cluboff .card_box_left {
        width: 100%;
    }
    #cluboff .card_box_right {
        width: 100%;
    }
    #cluboff .card_box_right img {
        width: 100%;
    }
    #cluboff .sp_displaynone {
        display: none;
    }
    #cluboff .sp_displayblock {
        display: block;
    }
}
@media only screen and (max-width: 653px) {
    #cluboff #login_area {
        height: 240px;
    }
}
/* =========================================================
     23/11/15
========================================================= */
.qlist {
    background: none;
    padding-bottom: 10px;
}
.gridImg4c {
    width: 101.3%;
    margin: 20px 0 20px 4.1%;
}
.qlist {
    margin-top: 10px;
}
ul.majica-donpen-card_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
ul.majica-donpen-card_list li {
    width: calc((100% - 30px) / 4);
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    ul.majica-donpen-card_list {
        margin-top: 20px;
    }
    ul.majica-donpen-card_list li {
        width: calc((100% - 6px) / 2);
        margin-bottom: 6px;
    }
    #cluboff .card_box_right {
        padding-left: 0;
    }
}
/* =========================================================
     23/12/19 デザイン改修
========================================================= */

.intro_majika_btn a {
    background: #e60012;
    box-shadow: 0 6px 0 #93020e;
}
.intro_majika_btn a:hover {
    box-shadow: 0 1px 0 #93020e;
    top: 5px;
}
.inline_B {
    display: inline-block;
}
#news_cement {
    display: none;
}
/* cluboff_about_aria
--------------------------------------------------------- */
#cluboff_about_aria {
    margin-top: 40px;
}
#cluboff_about_aria h1.about_ttl {
    color: #e60012;
    border: 4px solid #e60012;
    text-align: center;
    border-radius: 20px;
    padding: 2.4vw 2vw 2vw;
    font-size: 4vw;
    font-weight: bold;
    font-family: sans-serif;
    line-height: 1.3;
    letter-spacing: 0.02em;
    box-shadow: 0 8px 0 #e60012;
    margin-bottom: 65px;
    position: relative;
}
#cluboff_about_aria h1.about_ttl .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 52px solid #e60012;
    border-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
    margin: auto;
}
#cluboff_about_aria h1.about_ttl .arrow.arrow_1 {
    border-top: 52px solid #fff;
    z-index: 1;
    bottom: -35px;
}


#cluboff_about_aria .sub_ttl {
    text-align: center;
    background: url(../img/cluboff/ttl_line.png) repeat-x center bottom / auto 18px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
#cluboff_about_aria .sub_ttl p {
    text-align: center;
    color: #e60012;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: normal;
}
#cluboff_about_aria .sub_ttl p.small_ttl {
    font-size: 1.64vw;
    margin-bottom: 3px;
    line-height: 1.3;
    display: inline-block;
}
#cluboff_about_aria .sub_ttl p.big_ttl {
    font-size: 3.36vw;
    line-height: 1.3;
    letter-spacing: 0.02em;
    display: inline-block;
}
#cluboff_about_aria .sub_ttl p span {
    font-weight: bold;
}


#cluboff_about_aria .text_box {
    font-size: 16px;
    line-height: 1.7;
}
#cluboff_about_aria .text_box p {
    font-weight: bold;
}

#cluboff_about_aria ul.shop_list {
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#cluboff_about_aria ul.shop_list li.txt {
    font-size: 14px;
    width: 100%;
    font-weight: bold;
    background: #f1f1f1;
    padding: 10px;
}
#cluboff_about_aria ul.shop_list li {
    width: calc( (100% - 100px ) / 6 );
    margin-bottom: 30px;
}
#cluboff_about_aria ul.shop_list li .img_box {
    height: 0;
    padding-top: 62%;
    position: relative;
}
#cluboff_about_aria ul.shop_list li .img_box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.qlist {
    margin-bottom: 10px;
    margin-left: 0!important;
    margin-right: 0!important;
    padding-left: 0!important;
    padding-right: 0s!important;
}
/* service_aria
--------------------------------------------------------- */
#service_aria {
    margin-bottom: 60px;
}
.service_list {
    
}
.service_list li .c_box{
    display: flex;
    background: #ffffe3;
    border: 2px solid #e60012;
    margin-bottom: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service_list li .c_box .left_box {
    width: 65%;
    box-sizing: border-box;
}
.service_list li .c_box .right_box {
    width: 35%;
    padding: 20px 20px 20px 30px;
    box-sizing: border-box;
}
.service_list li .c_box h2 {
    background: linear-gradient(to right,  rgba(230,0,18,1) 0%,rgba(230,0,18,1) 74%,rgba(230,0,18,0) 100%); 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    padding: 10px 30px;
    font-family: sans-serif;

}
.service_list li .c_box h2 > span {
    display: inline-block;
}
.service_list li .c_box .h2_icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.service_list li .c_box .h2_icon img {
    width: auto;
    height: auto;
    max-height: 60%;
    max-width: 60%;
}
.service_list li .c_box .main_ttl {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
    /* width: 150px; */
    font-family: sans-serif;
}

.service_list li .c_box .en_ttl {
    font-size: 16px;
    margin-left: 30px;
    vertical-align: middle;
	font-weight: normal;
}
.service_list li .c_box .text {
    padding: 30px 30px;
    font-weight: bold;
    font-size: 16px;
}
ul.majica-donpen-card_list.majica-donpen-card_list2 {
}
ul.majica-donpen-card_list.majica-donpen-card_list2 li {
    width: calc((100% - 40px) / 5);
}

.card_contents {
    
}
#cluboff .card_box {
    border: 1px solid #000;
}
#cluboff .card_contents h2 {
    background: #000;
    color: #fff;
    padding: 20px;
    line-height: 1;
    margin-top: 50px;
    margin-bottom: 0;
}
#cluboff .card_box_left {
    width: 430px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cluboff .card_box_right {
    width: calc( 100% - 430px );
    box-sizing: border-box;
    border-left: 1px solid #000;
    padding: 0;
}
#cluboff .card_box_right dl.card_login {
}
#cluboff .card_box_right dl.card_login dt {
    font-weight: bold;
    font-size: 16px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 15px;
    line-height: 1;
    background: #f1f1f1;
    /*background: #000;
    color: #fff;*/
}
#cluboff .card_box_right dl.card_login dt:first-of-type {
    border-top: none;
}
#cluboff .card_box_right dl.card_login dd {
    padding: 20px;
    line-height: 1.5;
}
#cluboff .card_box_right dl.card_login dd .red_text {
    font-size: 150%;
    color: red;
    font-weight: bold;
}
#cluboff .card_box_right .asterisk {
    display: block;
    margin-top: 10px;
}
ul.majica-donpen-card_list {
    margin-bottom: 0;
    margin-top: 20px;
}
/* ========================================
     1600px
======================================== */
@media only screen and (min-width: 1600px) {
    #cluboff_about_aria .sub_ttl p.small_ttl {
        font-size: 1.70vw;
    }
    #cluboff_about_aria .sub_ttl p.big_ttl {
        font-size: 3.5vw;
    }
}
/* ========================================
     1600px
======================================== */
@media only screen and (max-width: 1600px) {
    .service_list li .c_box .left_box {
        width: 55%;
    }
    .service_list li .c_box .right_box {
        width: 45%;
    }
}
/* ========================================
     1400px
======================================== */
@media only screen and (max-width: 1400px) {
    #cluboff .card_box_left {
        width: 350px;
    }
    #cluboff .card_box_right {
        width: calc( 100% - 350px );
    }
}
/* ========================================
     1200px
======================================== */
@media only screen and (max-width: 1200px) {
    #cluboff_about_aria .sub_ttl p.big_ttl {
        font-size: 3.2vw;
    }
    #cluboff_about_aria .sub_ttl p.small_ttl {
        font-size: 1.55vw;
    }
    #cluboff_about_aria h1.about_ttl {
        margin-bottom: 55px;
        font-size: 3.5vw;
        border: 3px solid #e60012;
        box-shadow: 0 5px 0 #e60012;
    }
    #cluboff_about_aria h1.about_ttl .arrow {
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 35px solid #e60012;
        bottom: -42px;
    }
    #cluboff_about_aria h1.about_ttl .arrow.arrow_1 {
        border-top: 35px solid #fff;
        z-index: 1;
        bottom: -25px;
    }
    #cluboff_about_aria .sub_ttl {
        text-align: center;
        background: url(../img/cluboff/ttl_line.png) repeat-x center bottom / auto 12px;
    }
    .service_list li .c_box .left_box {
        width: 100%;
    }
    .service_list li .c_box .right_box {
        width: 100%;
        text-align: center;
        padding: 0px 30px 30px 30px;
    }
    #cluboff .card_box {
        flex-wrap: wrap;
    }
    #cluboff .card_box_right,
    #cluboff .card_box_left {
        width: 100%;
    }
    #cluboff .card_box_right {
        border-left: none;
        border-top: 1px solid #000;
    }
    #cluboff .card_box_left {
        text-align: center;
    }
    #cluboff .card_box_left img {
        max-width: 370px;
    }
    ul.majica-donpen-card_list li {
        width: calc((100% - 10px) / 2);
    }
    ul.majica-donpen-card_list.majica-donpen-card_list2 li {
        width: calc((100% - 10px) / 3);
    }
}
/* ========================================
     1200px
======================================== */
@media only screen and (max-width: 979px) {
    #cluboff_about_aria .sub_ttl p.small_ttl {
        font-size: 1.9vw;
    }
    #cluboff_about_aria .sub_ttl p.big_ttl {
        font-size: 3.9vw;
    }
    
    #cluboff_about_aria h1.about_ttl {
        margin-bottom: 50px;
        font-size: 3.5vw;
        border: 2px solid #e60012;
        box-shadow: 0 4px 0 #e60012;
    }
    #cluboff_about_aria h1.about_ttl .arrow.arrow_1 {
        bottom: -25px;
    }
    #cluboff_about_aria h1.about_ttl .arrow {
        bottom: -35px;
    }
    .service_list li .c_box h2 {
        padding: 10px 20px;
    }
    .service_list li .c_box .text {
        padding: 20px 20px;
        font-size: 15px;
    }
    .service_list li .c_box .right_box {
        padding: 0px 20px 20px 20px;
    }
    .service_list li .c_box .h2_icon {
        width: 40px;
        height: 40px;
    }
    .service_list li .c_box .en_ttl {
        font-size: 14px;
        margin-left: 20px;
		
    }
    .service_list li .c_box .main_ttl {
        
    }
    .qlist {
        background: none;
        padding-bottom: 0;
        margin-bottom: 20px;
        margin-top: 40px;
    }
}



/* ========================================
     767px
======================================== */
@media only screen and (max-width: 767px) {
    #cluboff_about_aria,
    #service_aria  {
        padding: 0 20px;
    }
    #cluboff .content {
        margin: 0 0 20px;
    }
    #cluboff .content .box {
        padding: 20px 20px;
    }
    .mjkContact {
        margin: 23px 20px 0;
    }
    #cluboff_about_aria ul.shop_list li {
        width: calc( (100% - 30px ) / 4 );
        margin-bottom: 20px;
    }
    #cluboff_about_aria h1.about_ttl {
        margin-bottom: 40px;
        font-size: 5.5vw;
        border: 3px solid #e60012;
        box-shadow: 0 4px 0 #e60012;
        padding: 6vw 2vw 5.3vw;
    }
    #cluboff_about_aria .sub_ttl p.big_ttl {
        font-size: 8.5vw;
        line-height: 1.2;
        letter-spacing: normal;
    }
    #cluboff_about_aria .sub_ttl p.small_ttl {
        font-size: 3.4vw;
        margin-bottom: 10px;
    }
    #cluboff_about_aria h1.about_ttl .arrow {
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-top: 26px solid #e60012;
        bottom: -30px;
    }
    #cluboff_about_aria h1.about_ttl .arrow.arrow_1 {
        border-top: 26px solid #fff;
        bottom: -20px;
    }
    #cluboff_about_aria .sub_ttl {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    #cluboff_about_aria .text_box {
        font-size: 14px;
    }
    #cluboff_about_aria ul.shop_list {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .service_list li .c_box .text {
        font-size: 14px;
    }
    .service_list li .c_box .main_ttl {
        font-size: 22px;
    }
    #service_aria {
        margin-bottom: 50px;
    }
    
}



/* ========================================
     481px
======================================== */
@media only screen and (max-width: 481px) {
    #cluboff_about_aria {
        margin-top: 30px;
    }
    #cluboff_about_aria ul.shop_list li {
        width: calc( (100% - 40px ) / 3 );
        margin-bottom: 20px;
    }
    .service_list li .c_box h2 {
        padding: 15px 20px;
    }
    .service_list li .c_box .en_ttl {
        font-size: 14px;
        margin-left: 0;
        display: block;
        margin-top: 5px;
    }
    .service_list li .c_box .h2_icon {
        width: 50px;
        height: 50px;
    }
    #cluboff_about_aria h1.about_ttl .arrow {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 17px solid #e60012;
        bottom: -24px;
    }
    #cluboff_about_aria h1.about_ttl .arrow.arrow_1 {
        border-top: 17px solid #fff;
        bottom: -14px;
    }
    #cluboff_about_aria h1.about_ttl {
        margin-bottom: 30px;
    }
    #cluboff_about_aria .sub_ttl p.small_ttl {
        margin-bottom: 7px;
    }
    .qlist {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    #cluboff .card_box_left {
        padding: 15px;
    }
    #cluboff .card_box_right dl.card_login dt {
        font-size: 14px;
        padding: 15px 15px;
    }
    #cluboff .card_box_right dl.card_login dd {
        padding: 15px;
    }
    #cluboff .card_contents h2 {
        margin-top: 30px;
    }
}





