﻿@charset “utf-8”;

div p {vertical-align: top; font-size:16px; padding:0 1.5rem}
div li p {padding: 0}

.check {}
/*======================================================================================
    
    Parts

======================================================================================*/
.txtMin01 {
    font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho",sans-serif;
}

.alC { text-align: center;}
.img img {
    width: 100%;
    height: auto;
}


/* contBox */
.v2015_contBox01 {
    width: 880px;
    margin: 0 auto;
    padding: 60px 40px;
}
.v2015_contBox01.bgWh {
    padding: 40px 40px 0;
}

.v2015_contBox01 .v2015_contBox01L {
    float: left;
    border-right: 1px dotted rgba(0,0,0,.3);
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.v2015_contBox01 .v2015_contBox01R {
    float: right;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.v2015_contBox01 .w440 { width: 440px;}

.v2015_contBox01 h3.pur, .v2015_contBox_qa h3.pur {
    float: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 167%;
    color: #55559b;
    font-weight: bold;
    position: relative;
    line-height: 1.4em;
}



/* titBar
=============================================*/
.titBar01 {
    width: 100%;
    /*background: #faf9f2;*/
    border-top: 2px solid #baa767;
    border-bottom: 2px solid #baa767;
    position: relative;
    text-align: center;
    color: #bba559;
    padding: 1.0rem 0;
    margin-top: 2.0rem;
}
.titBar01:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #baa767;
    position: absolute;
    top: 1px;
    left: 0;
}
.titBar01:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #baa767;
    position: absolute;
    bottom: 1px;
    left: 0;
}
.titBar01 h2 {
    line-height: 1em;
    font-size: 270%;
    margin: 0;
    padding: 0;
    color: #baa767;
/*    font-weight: bold;*/
    position: relative;
    display: inline-block;
}
.titBar01 span {
    font-size: 1.5rem;
    padding: 0 5px;
}
.titBar01 h2:before {
    content: '';
    background: url(../img/v2015_com_icon01l.png) left top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 53px;
    height: 27px;
    position: absolute;
    top: 50%;
    left: -75px;
    margin-top: -14px;
}
.titBar01 h2:after {
    content: '';
    background: url(../img/v2015_com_icon01r.png) left top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

    width: 53px;
    height: 27px;
    position: absolute;
    top: 50%;
    right: -75px;
    margin-top: -14px;
}

/* List
=============================================*/
/* defList */
.v2015_defList01 {
    padding-left: 1em;
}
.v2015_defList01 li {
    text-indent: -1em;
    position: relative;
    margin-top: 10px;
}
.v2015_defList01 li:first-child {
    margin: 0;
}
.v2015_defList01 li .tits {
    font-size: 134%;
    font-weight: bold;
    line-height: 1.6em;
}
.v2015_defList01 li .tits span:first-child {
    font-size: 155%;
    color: #baa767;
}

.v2015_defList02 {
    padding-left: 1em;
}
.v2015_defList02 li {
    text-indent: -1em;
    margin-top: 5px;
}
.v2015_defList02 li:first-child {
    margin: 0;
}


/* thumbList */
.v2015_thumbList01 {
    display: table;
    table-layout: fixed;
    border-collapse:separate;
	border-spacing: 30px 0;
    width: 100%;
    margin: 30px auto 0;
}
.v2015_thumbList01 li {
    display: table-cell;
    vertical-align: top;
/*    border-right: solid 30px transparent;*/
    width: 25%;
    text-align: center;
}
.v2015_thumbList01 li h4 {
    font-size: 122%;
    font-weight: bold;
    margin-top: 20px;
}
.v2015_thumbList01 li h4 span {
    white-space: nowrap;
    display: inline-block;
}
.v2015_thumbList01 li .txt span {
    white-space: nowrap;
    display: inline-block;
}

/* imgWrap
=============================================*/
.imgWrap { position: relative;}
.imgWrap .icon {
    content: '';
    background: url(../img/v2015_com_icon02.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: none;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

/*===============================================
画面の横幅が768pxまで（TB）
===============================================*/
@media screen and (max-width: 768px){
    
    /* contBox */
    .v2015_contBox01 {
        width: auto;
        margin: 0 auto;
        padding: 40px 20px;
    }
    .v2015_contBox01.bgWh {
        padding: 40px 40px 0;
    }
    .v2015_contBox01 .v2015_contBox01L {
        padding-right: 20px;
    }
    .v2015_contBox01 .v2015_contBox01R {
        padding-left: 20px;
    }
    .v2015_contBox01 .w440 { width: 50%;}
    
    /* titBar */
    .v2015_titBar01 {
        width: 100%;
        padding: 15px 0;
        margin-top: 40px;
    }
    .v2015_titBar01 h2 {
        font-size: 240%;
    }
    
    /* thumbList */
    .v2015_thumbList01 {
        margin-top: 20px;
    }
    .v2015_thumbList01 li h4 {
        font-size: 122%;
        font-weight: bold;
        margin-top: 20px;
    }
    .v2015_thumbList01 li .txt span {
        white-space: nowrap;
        display: inline-block;
    }
    
}

/*===============================================
画面の横幅が640pxまで（SP）
===============================================*/
@media screen and (max-width:640px){
    
    /* contBox */
    .v2015_contBox01.bgWh {
        padding: 25px 10px 0;
    }
    .v2015_contBox01 .v2015_contBox01L {
        float: none;
        border-right: none;
        padding: 0 0 20px 0;
        margin: 0;
        border-bottom: 1px dotted rgba(0,0,0,.3);
    }
    .v2015_contBox01 .v2015_contBox01R {
        float: none;
        padding: 0;
        margin: 20px 0 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .v2015_contBox01 .w440 { width: auto;}
    
    /* titBar
    =============================================*/
    .v2015_titBar01 {
        width: 100%;
        padding: 15px 0;
        margin-top: 40px;
    }
    .v2015_titBar01 h2 {
        font-size: 200%;
    }
    .v2015_titBar01 h2:before {
        width: 30px;
        height: 16px;
        left: -40px;
        margin-top: -8px;
    }
    .v2015_titBar01 h2:after {
        width: 30px;
        height: 16px;
        right: -40px;
        margin-top: -8px;
    }
    
    /* List
    =============================================*/
    /* thumbList */
    .v2015_thumbList01 {
        display: block;
        border-spacing: 0;
        width: 100%;
    }
    .v2015_thumbList01 li {
        display: inline-block;
        vertical-align: top;
        width: 47%;
        margin-right: 20px;
    }
    .v2015_thumbList01 li:nth-child(2n) { margin-right: 0;}
    .v2015_thumbList01 li:nth-child(n+3) { margin-top: 10px;}
    .v2015_thumbList01 li h4 {
        font-size: 122%;
        font-weight: bold;
        margin-top: 20px;
    }
    .v2015_thumbList01 li h4 span {
        white-space: nowrap;
        display: inline-block;
    }
    .v2015_thumbList01 li .txt span {
        white-space: nowrap;
        display: inline-block;
    }
    
}
@media screen and (max-width: 475px){
    .v2015_thumbList01 li {
        width: 45%;
    }
}




/*======================================================================================
    
    Main

======================================================================================*/
#v2015_main {
    width: 960px;
    height: 410px;
    margin: 0 auto;
    position: relative;
    background: url(../img/v2015_main_bg01.png) no-repeat center top;
    -webkit-box-shadow: 0 2px 0px rgba(0,0,0,.5);
    box-shadow: 0 2px 0px rgba(0,0,0,.5);
}
#v2015_main h1 {
    position: absolute;
    width: 682px;
    height: 110px;
    /*top: 95px;*/
	top: 80px;
    left: 50%;
    margin-left: -341px;
}
#v2015_main h1 img {
    width: 100%;
    height: auto;
}
#v2015_main .readBox01 {
    position: absolute;
    /*width: 800px;*/
	width: 820px;
    /*top: 232px;*/
	top: 215px;
    left: 50%;
    /*margin-left: -400px;*/
	margin-left: -410px;
    text-align: left;
}
#v2015_main .readBox01 p {
    margin: 0;
    line-height: 1.6em;
}

#v2015_main .readBox02 {
    position: absolute;
	width: 390px;
	top: 280px;
    left: 50%;
	margin-left: -195px;
    text-align: left;
}
#v2015_main .readBox02 p {
    margin: 0;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho",sans-serif;
	font-size: 24px;
    line-height: 1.6em;
	
	display: inline-block;
	border-radius: 10px;
	/*border: 1px solid #fff;*/
	color: #ffff66;
	padding: 3px 20px 5px 20px;
	min-width: 90px;
	box-sizing: border-box;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1.6em;
	background: rgb(83, 0, 0) linear-gradient(40deg, rgb(83, 0, 0) 0%, rgb(229, 26, 35) 50%, rgb(83, 0, 0) 100%) repeat scroll 0% 0%;
}
#v2015_main .readBox02 p a {
	text-decoration:none;
	color: #ffff66;
}
#v2015_main .readBox02 p a:hover {
	color: #fff;
}

#v2015_main .dateIcon01 {
    position: absolute;
    width: 116px;
    height: 116px;
    top: 15px;
    left: 15px;
}
#v2015_main .dateIcon01 img {
    width: 100%;
    height: auto;
}
#v2015_main .mainBtn01 {
    position: absolute;
    top: 15px;
    right: 15px;
}
#v2015_main .mainBtn01 a {
    display: block;
    padding: 4px 30px 4px 20px;
    background: rgba(0,0,0,.2);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 100px;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    position: relative;
    transition: all 0.3s ease 0s;
}
#v2015_main .mainBtn01 a:hover {
    background: rgba(255,255,255,.4);
    border: 1px solid rgba(255,255,255,.6);
    color: #55559b;
}
#v2015_main .mainBtn01 a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    transition: all 0.3s ease 0s;
}
#v2015_main .mainBtn01 a:hover:after {
    border-left: 3px solid #55559b;
    margin-right: -3px;
}
#v2015_main .ankList01 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
#v2015_main .ankList01 li {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px dotted rgba(0,0,0,.3);
}
#v2015_main .ankList01 li:last-child {
    border: none;
}
#v2015_main .ankList01 li a {
    padding: 15px 0 27px;
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 134%;
    transition: all 0.3s ease 0s;
}
#v2015_main .ankList01 li a:hover {
    background: rgba(255,255,255,.5);
    color: #55559b;
}
#v2015_main .ankList01 li a:before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -9px;
    width: 16px;
    height: 10px;
    background: url(../img/v2015_com_arrow01.png) no-repeat left top;
    -webkit-background-size: cover;
    background-size: cover;
    transition: all 0.3s ease 0s;
}
#v2015_main .ankList01 li a:hover:before {
    bottom: 8px;
}



/*===============================================
画面の横幅が768pxまで（TB）
===============================================*/
@media screen and (max-width: 768px){
    
    #v2015_main {
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 60px 30px 0;
        -webkit-background-size: cover;
        background-size: cover;
        border-radius: 5px 5px 0 0;
    }
    #v2015_main h1 {
        position: relative;
        width: auto;
        height: auto;
        margin: 0 20px;
        top: inherit;
        left: inherit;
    }
    #v2015_main .readBox01 {
        position: relative;
        width: auto;
        top: inherit;
        left: inherit;
        margin: 15px 20px 0;
        text-align: left;
    }
	#v2015_main .readBox02 {
        position: relative;
		width: auto;
        top: inherit;
        right: inherit;
		left: inherit;
        margin: 20px 60px 0;
		text-align:center;
    }
	#v2015_main .readBox02 p {
		font-size: 16px;
		padding: 3px 20px 4px 20px;
	}
	
    #v2015_main .dateIcon01 {
        width: 90px;
        height: 90px;
        top: 10px;
        right: 10px;
    }
    #v2015_main .mainBtn01 {
        position: relative;
        top: inherit;
        right: inherit;
        margin: 20px 60px 0;
    }
    #v2015_main .mainBtn01 a {
        text-align: center;
        padding: 5px 0;
    }
    #v2015_main .mainBtn01 a:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 3px solid #fff;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -3px;
    }
    #v2015_main .ankList01 {
        position: relative;
        bottom: inherit;
        left: inherit;
        margin-top: 20px;
    }
    #v2015_main .ankList01 li {
        vertical-align:  top;
        border-bottom: 1px dotted rgba(0,0,0,.3);
    }
    #v2015_main .ankList01 li:first-child {
        border-top: 1px dotted rgba(0,0,0,.3);
    }
    #v2015_main .ankList01 li a {
        padding: 15px 0;
        font-size: 117%;
    }
    #v2015_main .ankList01 li a:before {}
    #v2015_main .ankList01 li a span {
        font-size: 100%;
    }
    
}

/*===============================================
画面の横幅が640pxまで（SP）
===============================================*/
@media screen and (max-width:640px){
    #v2015_main {
/*        padding: 70px 30px 20px;*/
        padding: 30px 0 0;
    }
    #v2015_main h1 {
        width: auto;
/*        margin: 0 20px;*/
        margin: 0 20px;
    }
    #v2015_main .readBox01 {
        margin-bottom: 0;
    }
	#v2015_main .readBox02 {
        
    }
	#v2015_main .readBox02 p {
		font-size: 16px;
		padding: 3px 20px 4px 20px;
	}
    #v2015_main .dateIcon01 { display: none;}
    #v2015_main .mainBtn01 {
        margin: 20px 20px 0;
    }
    #v2015_main .mainBtn01 a span {
        white-space: nowrap;
        display: block;
    }
    #v2015_main .ankList01 {
        display: block;
    }
    #v2015_main .ankList01 li {
        display: block;
        border-right: none;
    }
    #v2015_main .ankList01 li a:before {
        bottom: 20px;
        left: 20px;
        margin: 0;
    }
    #v2015_main .ankList01 li a:hover {
        background: none;
    }
    #v2015_main .ankList01 li a:hover:before {
        bottom: 20px;
    }
}

    

/*======================================================================================
    
    Cont01

======================================================================================*/
#v2015_cont01 {
    background:  #000 url(../img/v2015_cont01_bg01.jpg) no-repeat top center;
    -webkit-background-size: contain;
    background-size: contain;
}
#v2015_cont01 h2 {
    color: #baa767;
    font-weight: bold;
    font-size: 300%;
    text-align: center;
    line-height: 1em;
}
#v2015_cont01 h2 span {
    color: #baa767;
    font-weight: 600;
    font-size: 60%;
    display: block;
    font-weight: 200;
}
#v2015_cont01 .cardList01 {
    width: 100%;
    margin-top: 60px;
    display: table;
    table-layout: fixed;
}
#v2015_cont01 .cardList01 li {
    width: 390px;
    display: table-cell;
    text-align: center;
}
#v2015_cont01 .cardList01 li:first-child {
    border-right: 1px dotted #fff;
    padding-right: 30px;
}
#v2015_cont01 .cardList01 li:last-child {
    padding-left: 30px;
}
#v2015_cont01 .cardList01 li h3 {
    color: #fff;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 167%;
    font-weight: bold;
    line-height: 1em;
}
#v2015_cont01 .cardList01 li p.txt01 {
    margin-top: 20px;
    line-height: 1.6em;
    color: #fff;
}
#v2015_cont01 .cardList01 li .img {
    width: 260px;
    margin: 30px auto 0;
}
#v2015_cont01 .cardList01 li .data {
    margin-top: 30px;
}
#v2015_cont01 .cardList01 li .data p.price {
    display: inline-block;
    color: #baa767;
    font-size: 240%;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1em;
    margin: 10px 0 0 0;
}
#v2015_cont01 .cardList01 li .data p.price:first-child {
    margin: 0;
}
#v2015_cont01 .cardList01 li .data p.price span.tits {
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #fff;
    color: #fff;
    padding: 3px 10px;
    font-size: 48%;
    min-width: 90px;
    box-sizing: border-box;
    font-weight: normal;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 1.6em;
}
#v2015_cont01 .cardList01 li .data p.price span.duty {
    font-size: 48%;
}
#v2015_cont01 .cardList01 li .data p.txt02 {
    margin-top: 20px;
    line-height: 1.6em;
    color: #fff;
}

#v2015_cont01 .bgBox01 {
    border: 5px solid #baa767;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-top: 40px;
}
#v2015_cont01 .bgBox01 h3 {
    display: block;
    float: none;
    border: none;
    margin: 0;
    padding: 0 0 0 60px;
    font-size: 167%;
    color: #55559b;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
}
#v2015_cont01 .bgBox01 h3:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 50px;
    height: 36px;
    background: url(../img/v2019_cont01_pic03.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


/*===============================================
画面の横幅が768pxまで（TB）
===============================================*/
@media screen and (max-width: 768px){
    
    #v2015_cont01 h2 { font-size: 240%;}
    #v2015_cont01 .cardList01 {
        width: auto;
        margin-top: 40px;
    }
    #v2015_cont01 .cardList01 li {
        width: 50%;
    }
    #v2015_cont01 .cardList01 li:first-child {
        padding-right: 20px;
    }
    #v2015_cont01 .cardList01 li:last-child {
        padding-left: 20px;
    }
    #v2015_cont01 .cardList01 li h3 {
        font-size: 147%;
        line-height: 1.4em;
    }
    #v2015_cont01 .cardList01 li p.txt01 {
        margin-top: 10px;
    }
    #v2015_cont01 .cardList01 li .img {
        width: auto;
        margin: 20px 20px 0;
    }
    #v2015_cont01 .cardList01 li .data {
        margin-top: 20px;
    }
    #v2015_cont01 .cardList01 li .data p.price {
        font-size: 200%;
        vertical-align: middle;
        margin: 10px 0 0 0;
    }
    #v2015_cont01 .cardList01 li .data p.price span.tits {}
    #v2015_cont01 .cardList01 li .data p.price span.duty {}
    /*
    #v2015_cont01 .cardList01 li .data p.txt02 {
        margin-top: 0;
    }*/
    
    #v2015_cont01 .bgBox01 {
        margin-top: 30px;
    }
}

/*===============================================
画面の横幅が640pxまで（SP）
===============================================*/
@media screen and (max-width:640px){
    
    #v2015_cont01 h2 {
        font-size: 200%;
        line-height: 1.3em;
    }
    #v2015_cont01 .cardList01 {
        display: block;
    }
    #v2015_cont01 .cardList01 li {
        width: auto;
        display: block;
        margin: 0;
        padding: 0;
    }
    #v2015_cont01 .cardList01 li:first-child {
        padding: 0 0 20px 0;
        border-right: none;
        border-bottom: 1px dotted #fff;
    }
    #v2015_cont01 .cardList01 li:last-child {
        padding: 0;
        margin-top: 20px;
    }
    #v2015_cont01 .cardList01 li h3 {
        font-size: 147%;
    }
    
    #v2015_cont01 .bgBox01 {
        margin-top: 20px;
        padding: 20px
    }
    #v2015_cont01 .bgBox01 h3 {
        margin: 0 0 10px;
        padding: 0;
        display: block;
        text-align: center;
    }
    #v2015_cont01 .bgBox01 h3:before {
        display: none;
    }
    
}



/*======================================================================================
    
    Cont02

======================================================================================*/
#v2015_cont02 .txt{ margin-top: 10px;}
#v2015_cont02 .img{ margin-top: 20px;}


/*======================================================================================
    
    Cont03

======================================================================================*/
#v2015_cont03 .img{ margin-top: 30px;}

/*===============================================
画面の横幅が768pxまで（TB）
===============================================*/
@media screen and (max-width: 768px){
     #v2015_cont03 .img{ margin-top: 20px;}
}

/*===============================================
画面の横幅が640pxまで（SP）
===============================================*/
@media screen and (max-width:640px){
}


/*======================================================================================
    
    Cont04

======================================================================================*/
#v2015_cont04 .v2015_contBox01L { border-right: none;}
#v2015_cont04 h3:nth-child(2) { margin-top: 40px;}
#v2015_cont04 .txt { margin-top: 10px;}

/*===============================================
画面の横幅が768pxまで（TB）
===============================================*/
@media screen and (max-width: 768px){
}

/*===============================================
画面の横幅が640pxまで（SP）
===============================================*/
@media screen and (max-width:640px){
}



/*======================================================================================
    
    Cont05

======================================================================================*/
#v2015_cont05 .txt { margin-top: 10px;}

#v2015_cont05 .vartList01 {
    position: relative;
    z-index: 1;
    background: transparent;
    margin-top: 30px;
}
#v2015_cont05 .vartList01:before {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 5px;
    height: 100%;
    background: #bfbfbf;
}
#v2015_cont05 .vartList01 li {
    background: #faf9f2;
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
    position: relative;
    min-height: 143px;
}
#v2015_cont05 .vartList01.bgW li {
    background: #f5f5f5;
}
#v2015_cont05 .vartList01 li:first-child {
    margin-top: 0;
}
#v2015_cont05 .vartList01 li .img {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin-right: 10px;
    border: 6px solid #fff;
    box-sizing: border-box;
    box-shadow: 1px 1px 0px rgba(0,0,0,.15);
    background: #fff;
}
#v2015_cont05 .vartList01 li .txt {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 170px;
}
#v2015_cont05 .vartList01 li .txt span {
    font-size: 80%;
    display: block;
    margin-top: 10px;
    line-height: 1.5em;
}
#v2015_cont05 .vartList01 li .v2015_cont05_icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -15px;
    left: -15px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#v2015_cont05 .vartList01 li:nth-child(1) .v2015_cont05_icon {
    background-image: url(../img/v2015_cont05_icon01.png);
}
#v2015_cont05 .vartList01 li:nth-child(2) .v2015_cont05_icon {
    background-image: url(../img/v2015_cont05_icon02.png);
}
#v2015_cont05 .vartList01 li:nth-child(3) .v2015_cont05_icon {
    background-image: url(../img/v2015_cont05_icon03.png);
}
#v2015_cont05 .vartList01 li:nth-child(4) .v2015_cont05_icon {
    background-image: url(../img/v2015_cont05_icon04.png);
}

.ohBnr01 {
    margin: 60px auto 0;
    width: 960px;
}

/*===============================================
画面の横幅が768pxまで（TB）
===============================================*/
@media screen and (max-width: 768px){
    
    #v2015_cont05 .vartList01 {
        margin-top: 20px;
    }
    #v2015_cont05 .vartList01 li {
        padding: 15px;
        border-radius: 5px;
        margin-top: 20px;
    }
    #v2015_cont05 .vartList01 li .img {
        display: inline-block;
        vertical-align: top;
        width: 35%;
        margin-right: 10px;
    }
    #v2015_cont05 .vartList01 li .txt {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        width: 55%;
    }
    #v2015_cont05 .vartList01 li .txt span {
        font-size: 80%;
        display: block;
        margin-top: 10px;
        line-height: 1.5em;
    }
    #v2015_cont05 .vartList01 li .v2015_cont05_icon {
        position: absolute;
        width: 50px;
        height: 50px;
        top: -15px;
        left: -15px;
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    .ohBnr01 {
        width: auto;
    }
}

/*===============================================
画面の横幅が640pxまで（SP）
===============================================*/
@media screen and (max-width:640px){
    
    #v2015_cont05 .vartList01 li {
        padding: 15px;
    }
    #v2015_cont05 .vartList01 li .img {
        display: block;
        width: auto;
        margin: 0;
    }
    #v2015_cont05 .vartList01 li .txt {
        display: block;
        width: auto;
        margin-top: 10px;
    }
}


/*======================================================================================
    
    Cont06

======================================================================================*/
#v2015_cont06 {
    margin-bottom: 80px;
}
#v2015_cont06 .contactBox01 {
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    padding: 30px 20px;
    border-radius: 5px;
    min-height: 250px;
}
#v2015_cont06 .contactBox01 h4 {
    font-size: 122%;
    font-weight: bold;
    margin: 20px 0 0 0;
}
#v2015_cont06 .contactBox01 .tel {
    border-bottom: 1px dotted rgba(0,0,0,.3);
    margin-top: 10px;
    padding-bottom: 20px;
}
#v2015_cont06 .contactBox01 .tel p:nth-child(2) {
    text-align: center;
    margin: 3px 0;
}
#v2015_cont06 .contactBox01 .tel p.num {
    color: #baa767;
    font-size: 240%;
    padding-left: 42px;
    text-align: center;
    display: block;
    width: 210px;
    margin: 0 auto;
    position: relative;
    line-height: 1em;
}
#v2015_cont06 .contactBox01 .tel p.num:before {
    content: '';
    width: 38px;
    height: 24px;
    background: url(../img/v2015_cont06_icon01.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    border-radius: 3px;
}
#v2015_cont06 .contactBox01 .txt {
    margin-top: 20px;
    text-align: center;
}
#v2015_cont06 .contactBox01 .txt:last-child {
    margin-top: 10px;
}
#v2015_cont06 .contactBtn01 {
    margin-top: 40px;
}
#v2015_cont06 .contactBtn01 a {
    color: #fff;
    background: #55559b;
    border-bottom: 5px solid #3a3a6a;
    text-align: center;
    display: block;
    padding: 30px 0;
    border-radius: 5px;
    font-size: 167%;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none;
}
#v2015_cont06 .contactBtn01 a:before {
    content: '';
    background: url(../img/v2015_cont06_icon02.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 67px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -23px;
}
#v2015_cont06 .contactBtn01 a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -4px;
}
#v2015_cont06 .contactBtn01 a:hover {
    background: #5355BD;
}

/*===============================================
画面の横幅が768pxまで（TB）
===============================================*/
@media screen and (max-width: 768px){
    
    #v2015_cont06 .contactBox01 {
        padding: 20px;
    }
    #v2015_cont06 .contactBox01 h4 {
        font-size: 122%;
    }
    #v2015_cont06 .contactBox01 .tel {
        margin-top: 10px;
        padding-bottom: 10px;
    }
    #v2015_cont06 .contactBox01 .tel p:nth-child(2) {
    }
    #v2015_cont06 .contactBox01 .tel p.num {
        color: #baa767;
        font-size: 190%;
        display: inline-block;
    }
    #v2015_cont06 .contactBox01 .txt {
        margin-top: 10px;
        text-align: center;
    }
    #v2015_cont06 .contactBox01 .txt:last-child {
        margin-top: 5px;
    }
    #v2015_cont06 .contactBtn01 {
        margin-top: 30px;
    }
    #v2015_cont06 .contactBtn01 a {
        padding: 20px 0;
        font-size: 167%;
        transition: all 0s;
    }
    #v2015_cont06 .contactBtn01 a:before {
        width: 40px;
        height: 28px;
        top: 50%;
        left: 20px;
        margin-top: -14px;
    }
    #v2015_cont06 .contactBtn01 a:after {
        right: 20px;
    }
    
}

/*===============================================
画面の横幅が640pxまで（SP）
===============================================*/
@media screen and (max-width:640px){
    
    #v2015_cont06 .v2015_contBox01L {
        border: none;
        padding: 0
    }
    
    #v2015_cont06 .contactBox01 .tel p.num {
        display: block;
        margin: 0 auto;
    }
    
    #v2015_cont06 .contactBtn01 a {
        text-align: center;
        display: block;
        padding: 10px 30px;
        font-size: 130%;
        position: relative;
        transition: all 0.5s ease-in-out 0s;
    }
    #v2015_cont06 .contactBtn01 a:before {
        display: none;
    }
    #v2015_cont06 .contactBtn01 a:after {
        right: 10px;
    }
    #v2015_cont06 .contactBtn01 a span {
        white-space: nowrap;
        display: inline-block;
    }

}




/*======================================================================================
    
    Q&A

======================================================================================*/

.ankList02 {
    margin-top: 30px;
}
.ankList02 li {
    display: inline-block;
    margin: 10px 20px 0 0;
    position: relative;
}
.ankList02 li a {
    display: block;
    font-size: 134%;
    padding-left: 22px;
}
.ankList02 li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    width: 16px;
    height: 10px;
    background: url(../img/v2015_com_arrow01.png) no-repeat left top;
    -webkit-background-size: cover;
    background-size: cover;
}


.v2015_contBox_qa {
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    padding: 30px 20px;
    border-radius: 5px;
    margin-top: 40px;
}
.v2015_contBox_qa .qaList01 {}
.v2015_contBox_qa .qaList01 li {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px dotted rgba(0,0,0,.3);
}
.v2015_contBox_qa .qaList01 li h4 {
    font-size: 134%;
    line-height: 1.8em;
    font-weight: bold;
    padding-left: 40px;
    position: relative;
}
.v2015_contBox_qa .qaList01 li h4:before {
    content: 'Q';
    position: absolute;
    top: -2px;
    left: 0;
    background: #baa767;
    color: #fff;
    font-weight: normal;
    border-radius: 100px;
    display: block;
    width: 16px;
    height: 16px;
    padding: 7px;
    text-align: center;
    line-height: 1em;
    font-size: 14px;
}
.v2015_contBox_qa .qaList01 li .txt {
    position: relative;
    padding-left: 40px;
    margin-top: 10px;
    line-height: 1.8em;
}
.v2015_contBox_qa .qaList01 li .txt:before {
    content: 'A';
    position: absolute;
    top: -2px;
    left: 0;
    background: #fff;
    color: #baa767;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 100px;
    display: block;
    width: 16px;
    height: 16px;
    padding: 7px;
    text-align: center;
    line-height: 1em;
    font-size: 14px;
}
.v2015_contBox_qa .qaList01 li .txt span.contact {
    background: #fff;
    padding: 10px 15px;
    margin-top: 10px;
    display: block;
    border-radius: 5px;
}

.qaBtn01 {
    margin: 40px 0 80px;
}
.qaBtn01 a {
    color: #fff;
    background: #55559b;
    border-bottom: 5px solid #3a3a6a;
    text-align: center;
    display: block;
    padding: 30px 0;
    border-radius: 5px;
    font-size: 167%;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none;
}
.qaBtn01 a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #fff;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -4px;
}
.qaBtn01 a:hover {
    background: #3939b1;
}


/*===============================================
画面の横幅が768pxまで（TB）
===============================================*/
@media screen and (max-width: 768px){
    
    
    .ankList02 { margin-top: 10px;}
    .v2015_contBox_qa {
        margin-top: 20px;
    }
    .qaBtn01 {
        margin-top: 30px;
    }
    .qaBtn01 a {
        padding: 20px 0;
        font-size: 167%;
        transition: all 0s;
    }
    .qaBtn01 a:after {
        right: 20px;
    }
    
}

/*===============================================
画面の横幅が640pxまで（SP）
===============================================*/
@media screen and (max-width:640px){
    
    .qaBtn01 a {
        text-align: center;
        display: block;
        padding: 10px 30px;
        font-size: 130%;
        position: relative;
        transition: all 0.5s ease-in-out 0s;
    }
    .qaBtn01 a:after {
        right: 10px;
    }
    .qaBtn01 a span {
        white-space: nowrap;
        display: inline-block;
    }

}



/*======================================================================================
    
    20150930 add

======================================================================================*/

.v2015_bnr_birth {
    margin-top: 60px;
}
.v2015_bnr_birth img {
    width: 100%;
    height: auto;
}

/*===============================================
画面の横幅が768pxまで（TB）
===============================================*/
@media screen and (max-width: 768px){
}

/*===============================================
画面の横幅が640pxまで（SP）
===============================================*/
@media screen and (max-width:640px){
    .v2015_bnr_birth {
        margin-top: 40px;
    }
}

/* 20151002 add ONHM Kanno START */
.v2015_bnr_birth a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
/* 20151002 add ONHM Kanno END */