@charset "utf-8";


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

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


@media screen and (min-width: 768px) and (max-width: 1024px)  {
    #content_second { margin:1%;}
    .main_ttl { font-size: 2.4rem; color: #0061BF; text-align: center;}
    .ttl_text { font-size: 1.1rem; color: #333; text-align: center; margin-bottom: 20px;}
    .fifth_list li .list_ttl { font-size: 1.05rem; }
    .flow_tbl { margin: 0 2%; }
}
@media screen and (min-width: 1025px) {
    #content_second { width:1024px; margin:0 auto; }
    .main_ttl { font-size: 3.0rem; color: #0061BF; text-align: center;}
    .ttl_text { font-size: 1.1rem; color: #333; text-align: center; margin-bottom: 40px;}
}





/*-- breadcrumbs ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    #breadcrumbs { margin:0 1% 10px;}
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
    #breadcrumbs { margin:0 1% 30px;}
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
    #breadcrumbs { margin:0 1% 40px;}
}
@media screen and (min-width: 1025px) {
    #breadcrumbs { width:1024px; margin:0 auto 40px; }
}
@media screen and (max-width: 767px) {
    #breadcrumbs li {
        float:left;
        font-size:11px;
        color:#fff;
        height:18px;
        line-height:18px;
        background:#999999;
        padding:0 10px;
        position:relative;
    }
    #breadcrumbs li:after {
        position:absolute;
        top:0px;
        right:-5px;
        content:"";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 0 9px 5px;
        border-color: transparent transparent transparent #999999;
        z-index:100;
    }
    #breadcrumbs li a {display:block;}

        #breadcrumbs li a         { resize: none; }
        #breadcrumbs li a:link    { color:#fff; text-decoration: none; }
        #breadcrumbs li a:visited { color:#fff; text-decoration: none; }
        #breadcrumbs li a:hover   { color:#fff; text-decoration: none; opacity:0.7; }
        #breadcrumbs li a:active  { color:#fff; text-decoration: none; }

    #breadcrumbs li:nth-child(2) { background:#888; }
        #breadcrumbs li:nth-child(2):after { border-color: transparent transparent transparent #888; }
    #breadcrumbs li:nth-child(3) { background:#777; }
        #breadcrumbs li:nth-child(3):after { border-color: transparent transparent transparent #777; }
    #breadcrumbs li:nth-child(4) { background:#666;}
        #breadcrumbs li:nth-child(4):after { border-color: transparent transparent transparent #666; }
    #breadcrumbs li.current { background:#333; }
        #breadcrumbs li.current:after {
            position:absolute;
            top:0px;
            right:-5px;
            content:"";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 9px 0 9px 5px;
            border-color: transparent transparent transparent #333;
            z-index:100;
        }
}
@media screen and (min-width: 768px) {
    #breadcrumbs li {
        float:left;
        font-size:12px;
        color:#fff;
        height:18px;
        line-height:18px;
        background:#999999;
        padding:0 10px;
        position:relative;
    }
    #breadcrumbs li:after {
        position:absolute;
        top:0px;
        right:-5px;
        content:"";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 0 9px 5px;
        border-color: transparent transparent transparent #999999;
        z-index:100;
    }
    #breadcrumbs li a {display:block;}

        #breadcrumbs li a         { resize: none; }
        #breadcrumbs li a:link    { color:#fff; text-decoration: none; }
        #breadcrumbs li a:visited { color:#fff; text-decoration: none; }
        #breadcrumbs li a:hover   { color:#fff; text-decoration: none; opacity:0.7; }
        #breadcrumbs li a:active  { color:#fff; text-decoration: none; }

    #breadcrumbs li:nth-child(2) { background:#888; }
        #breadcrumbs li:nth-child(2):after { border-color: transparent transparent transparent #888;}
    #breadcrumbs li:nth-child(3) { background:#777; }
        #breadcrumbs li:nth-child(3):after { border-color: transparent transparent transparent #777; }
    #breadcrumbs li:nth-child(4) { background:#666;}
        #breadcrumbs li:nth-child(4):after { border-color: transparent transparent transparent #666; }
    #breadcrumbs li.current { background:#333; }
        #breadcrumbs li.current:after {
            position:absolute;
            top:0px;
            right:-5px;
            content:"";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 9px 0 9px 5px;
            border-color: transparent transparent transparent #333;
            z-index:100;
        }
}


/*-- second_base------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .lead { font-size: 1.0rem; }
    .plan_sub_ttl { background: #fffef0; padding: 10px 20px; font-size: 1.1rem; color: #333; margin-bottom: 20px; font-weight: bold; border-top: 5px solid #0061BF; text-align: center;}

    .plan_tbl { width: 100%; margin: 0 2% 40px; }
    .plan_tbl th { background: #5a93c8; padding: 10px 20px; border: 2px solid #fff; color: #fff; font-size: 1.0rem; font-weight: normal; display: block;}
    .plan_tbl td { background: #f0f6fb; padding: 10px 20px; border: 2px solid #fff; color: #000; font-size: 0.9rem; display: block; }
    .plan_tbl td span { font-size: 1.5rem; font-weight: bold; color: #F91014; margin: 0 10px; }




}
@media screen and (min-width: 768px) {
    .lead { font-size: 1.1rem; margin-bottom: 20px; }
    .plan_sub_ttl { background: #fffef0; padding: 10px 20px; font-size: 1.3rem; color: #333; margin-bottom: 20px; font-weight: bold; border-top: 5px solid #0061BF; }

    .plan_tbl { width: 100%; margin: 0 2% 40px; }
    .plan_tbl th { background: #5a93c8; padding: 10px 20px; border: 2px solid #fff; color: #fff; font-size: 1.1rem; font-weight: normal; width: 30%; }
    .plan_tbl td { background: #f0f6fb; padding: 10px 20px; border: 2px solid #fff; color: #000; font-size: 1.1rem; }
    .plan_tbl td span { font-size: 1.8rem; font-weight: bold; color: #F91014; margin: 0 10px; }



}
@media screen and (min-width: 768px) and (max-width: 960px) {
    .lead { font-size: 1.1rem; }
}





body #column_2{
    margin:0 0 50px 0;
}
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;
}




/* 内容によりwidthの微調整が必要 */
body #column_2 .in{
    width:100%;/* 変更箇所 */
    padding:15px;
    box-sizing:border-box;
}
@media (max-width:1024px){

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

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

}

@media (min-width:1024px){

    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の微調整が必要 */
    body #column_2 .in_right{
        width:65%;/* 変更箇所 */
        float:right;
    }

}



body #column_2 .in .ttl_02_bg{
    background-color:#0061BF;
}
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: #0061BF 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:#0061BF; text-decoration:none; }
body #vm_pagelink ul li a:visited	{ color:#0061BF; text-decoration:none; }
body #vm_pagelink ul li a:hover		{ color:#0061BF; 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 #0061BF;
    display:inline-block;
    border-radius:6px;
    text-decoration:none;
    color:#0061BF;
}

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



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

.column_box h2:after {
    content: none;
    position: absolute;
    left: 0;
    right: 0;
    /*bottom: -32px;
    width: 100%;
    text-align: center;*/
}






.column_box p{
    font-size: 18px;
    line-height: 36px;
    padding :30px;
    box-sizing:border-box;
}


.column_box p a{
    font-size: 18px;
    line-height: 36px;
    color: #0066ff;
}


.column_box p img{
    width:100%;
    text-align: center;
    border: #0061BF 3px solid;
    padding:10px;
}






@media screen and (max-width: 767px) {
    body#faq #clmArea {
    width: 100%;
    height: 100px;
    background-image: url(../../images/faq_kv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;}


body#faq .title {
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    margin-top: 26px;
}



}
@media screen and (min-width: 768px) and (max-width: 960px)  {
    body#faq #clmArea {
    width: 100%;
    height: 200px;
    background-image: url(../../images/faq_kv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;}




body#faq .title {
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    margin-top: 86px;
}

}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
    body#faq #clmArea {
    width: 100%;
    height: 200px;
    background-image: url(../../images/faq_kv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;}

body#faq .title {
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    margin-top: 86px;
}

}
@media screen and (min-width: 1025px) {
    body#faq #clmArea {
    width: 100%;
    height: 200px;
    background-image: url(../../images/faq_kv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;}

body#faq .title {
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    margin-top: 86px;
}

}


.img_right{
    width: 225px;
    float: right;
    margin: 0 0 2% 4%;
}

.img_right img{
width: 100%;
    text-align: center;
    border: #0061BF 3px solid;
    padding: 10px;
}
@media screen and (max-width: 767px) {
.img_right{
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
}

.img_right img{
width: 100%;
    text-align: center;
    border: #0061BF 3px solid;
    padding: 10px;
}



}
