@charset "utf-8";

/* テーマカラー: #111111 */

@media screen and (min-width: 576px){
 section.faq-page h2.clm_h2::before, section.faq-page h2.clm_h2::after {
        position: absolute;
        content: '';
        top: 15%;
        font-size: 0.7em;
    }
}

@media screen and (max-width: 575px){
 section.faq-page h2.clm_h2::before, section.faq-page h2.clm_h2::after {
        position: absolute;
        content: '';
        top: 15%;
        font-size: 1em;
    }
    .wmain h1{
    line-height: 2.1em;
    }



}



#column {
    background: #eee;
}

.columnIntroHead{
    margin-bottom: 20px;
    margin-top: 30px;
    text-align:left;

}

.columnIntroHead h2{
    padding:10px;
    text-align:left;

}
/* common */
/*body .vm_clear_fix{ height:100%; }*/
body .vm_clear_fix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
body #vm_column_index{
    width:100%;
    margin:0 auto;
}

/* space */
.vm_no_margin{ margin:0px !important; }
.vm_no_padding{ padding:0px !important; }
.vm_no_background{ background:none !important; }
.vm_margin_l_10{ margin-left:10px !important; }
.vm_margin_l_15{ margin-left:15px !important; }
.vm_margin_l_25{ margin-left:25px !important; }
.vm_margin_t_10{ margin-top:10px !important; }
.vm_margin_t_15{ margin-top:15px !important; }
.vm_margin_t_20{ margin-top:20px !important; }
.vm_margin_t_25{ margin-top:25px !important; }
.vm_margin_t_30{ margin-top:30px !important; }
.vm_margin_b_20{ margin-bottom:20px !important; }
.vm_margin_b_30{ margin-bottom:30px !important; }
.vm_margin_b_50{ margin-bottom:50px !important; }
.vm_padding_t_10{ padding-top:10px !important; }
.vm_padding_t_20{ padding-top:20px !important; }
.vm_padding_r_10{ padding-right:10px !important; }
.vm_padding_l_10{ padding-left:10px !important; }





/************************************** 【column index】 */
body #column_2 .vm_index{
    width:100%;
    background-color:#fff7dd;
    border:solid 1px #ffe89d;
}
/* 内容によりwidthの微調整が必要 */
body #column_2 .vm_index .in{
    width:93%;/* 変更箇所 */
    padding:20px;
}
body #column_2 .vm_index .in_left{
    width:118px;
    height:118px;
    float:left;
    position:relative;
    margin:-1px;
    border:solid 1px #dedddd;
}
body #column_2 .vm_index .in_left img{
    clip:rect(1px,117px,117px,1px);
    position:absolute;
    top:0;
    left:0;
}
/* 内容によりwidthの微調整が必要 */
body #column_2 .vm_index .in_right{
    width:78%;/* 変更箇所 */
    float:right;
}
body #column_2 .vm_index .in .ttl_02{
    margin:0 0 15px 0;
    padding:10px 0 10px 22px;
    text-indent:-22px;
    line-height:130%;
    font-size:14px;
    color:#fff;
    text-align:left;
}
body #column_2 .vm_index .in .ttl_02 span{
    background:url("../img/arrow_01.png") left top no-repeat;
    padding:0 0 2px 22px;
    margin:0 0 0 20px;
}
/************************************** 【column index】 */








/************************************** 【theme index】 */
body #vm_column_index .ttl_01{
    color:#fff;
    font-size:16px;
    font-weight:bolder;
    padding:10px;
    margin:0 0 30px 0;
    text-align:left;
    background:#333;
}
body #vm_column_index .txt_01{
    font-size:14px;
    line-height:170%;
    padding:0 15px 0 15px;
    margin:0 0 30px 0;
    line-height:1.7;
}
body #vm_column_index .ttl_sub{
    font-size:12px;
    line-height:150%;
    display:block;
    color:#003;
    margin:0 0 10px 0;
    padding:0 0 5px 0;
    border-bottom:solid 1px #003;
}
body #column_2{
    margin:0 0 50px 0;
}




/* 内容によりwidthの微調整が必要 */
body #column_2 .in{
    width:100%;/* 変更箇所 */
    padding:15px;
    box-sizing:border-box;
}
@media (max-width:1024px){
    body #column_2 .left {
        width: auto;
        float: clear;
        border: solid 1px #ccc;
        min-height: 200px;
        margin-bottom: 10px;
    }
    body #column_2 .right {
        width: auto;
        float: clear;
        border: solid 1px #ccc;
        min-height: 200px;
        margin-bottom: 10px;
    }
    body #column_2 .in_left{
        width:118px;
        height:118px;
        float:left;
        position:relative;
        margin:-1px;
        border:solid 1px #dedddd;
        margin-right: 8px;

    }
    body #column_2 .in_left img{
        /*clip:rect(1px,117px,117px,1px);
        position:absolute;
        top:0;
        left:0;*/
        float: left;
        margin-right: 8px;
        padding: 6px 0 20px;
    }

    /* 内容によりwidthの微調整が必要 */
    body #column_2 .in_right{
        /*width:100%;/* 変更箇所 */
        /*float:right;*/
        width: auto;
    }
    body #column_2 .center{
        margin:0px auto 0 auto;
    }

    .column_box h2 {
        color: #333;
        font-size: 1rem;
        font-weight: 200;
        border-bottom: #111111 3px double;
        background : none;
        padding-left: 0px;
        margin-bottom: 30px;
    }
}

@media (min-width:1024px){
    body #column_2 .center{
        margin:30px auto 0 auto;
    }
    body #column_2 .left{
        width:48%;
        float:left;
        border:solid 1px #ccc;
        min-height:200px;
    }
    body #column_2 .right{
        width:48%;
        float:right;
        border:solid 1px #ccc;
        min-height:200px;
    }


    body #column_2 .in_left{
        width:118px;
        height:118px;
        float:left;
        position:relative;
        margin:-1px;
        border:solid 1px #dedddd;
    }
    body #column_2 .in_left img{
        clip:rect(1px,117px,117px,1px);
        position:absolute;
        top:0;
        left:0;
        width: 120px;
    }

    /* 内容によりwidthの微調整が必要 */
    body #column_2 .in_right{
        width:65%;/* 変更箇所 */
        float:right;
    }

    .column_box h2 {
        color: #333;
        font-size: 2rem;
        font-weight: 200;
        border-bottom: #111111 3px double;
        background : none;
        padding-left: 0px;
        margin-bottom: 30px;
    }




}



body #column_2 .in .ttl_02_bg{
    background-color:#111111;
}
body #column_2 .in .ttl_02{
    margin:0 0 15px 0;
    padding:10px 0 10px 22px;
    text-indent:-22px;
    line-height:130%;
    font-size:14px;
    color:#fff;
    text-align:center;
}

body #column_2 .in .ttl_02 a:link		{ color:#fff; text-decoration:none; }
body #column_2 .in .ttl_02 a:visited	{ color:#fff; text-decoration:none; }
body #column_2 .in .ttl_02 a:hover		{ color:#000000; text-decoration:underline; }
body #column_2 .in .ttl_02 a:active		{ text-decoration:none; }

body #column_2 .in .ttl_02 span{
    background:url("../img/arrow_01.png") left top no-repeat;
    padding:0 0 2px 22px;
}
body #column_2 .in_right p{
    margin:3px 0 0 0;
    padding:0;
    line-height:150%;
    font-size:12px;
}
body #column_2 .in_right .more a{
    font-weight:bold;
}
body #column_2 .in_right p a:link		{ color:#ed3f17; text-decoration:none; }
body #column_2 .in_right p a:visited		{ color:#ed3f17; text-decoration:none; }
body #column_2 .in_right p a:hover		{ color:#000000; text-decoration:underline; }
body #column_2 .in_right p a:active		{ text-decoration:none; }
/************************************** 【theme index】 */





/************************************** 【theme01 ～ xx】 */
body #vm_pagelink{
    border: #111111 3px double;
    padding:30px;
    margin-top:30px;
    box-sizing:border-box;
}
body #vm_pagelink ul{
    margin:0;
    padding:0;
    list-style-type:none;
    line-height:150%;
    font-size:14px;
}
body #vm_pagelink ul li{
    margin:0 0 0 0;
    padding:8px 0 8px 22px;
    text-indent:-22px;
    border-bottom:1px #ccc solid;
}
body #vm_pagelink ul li a:link		{ color:#111111; text-decoration:none; }
body #vm_pagelink ul li a:visited	{ color:#111111; text-decoration:none; }
body #vm_pagelink ul li a:hover		{ color:#111111; text-decoration:underline; }
body #vm_pagelink ul li a:active	{ text-decoration:none; }


body #vm_pagelink ul li span{
    background:url("../img/arrow_01.png") left top no-repeat;
    padding:0 0 2px 22px;
}

.vm_pagelink_back {
}

.vm_pagelink_back a {
    padding:5px 10px;
    border:1px solid #111111;
    display:inline-block;
    border-radius:6px;
    text-decoration:none;
    color:#111111;
}

.vm_pagelink_back a:hover {
    color:#fff;
    background:#111111;
}


.column_box h2:after {
    content: none;
    position: absolute;
    left: 0;
    right: 0;
    /*bottom: -32px;
    width: 100%;
    text-align: center;*/
}
.column_box p{
    padding :0 10px;
    box-sizing:border-box;
    margin-bottom:20px;
}


.column_box p img{
    width:60%;
    text-align: center;
    border: #111111 3px solid;
    padding:10px;
    box-sizing:border-box;
    margin: 0 auto;
}

.pan{
    padding:10px 0px 20px;
    color:#999999;
}

.pan a{
    color:#999999;
}





@media screen and (max-width: 590px) {

.column_box p img{
    width:100%;
    text-align: center;
    border: #111111 3px solid;
    padding:10px;
    box-sizing:border-box;
    margin: 0 auto;
}
    }
