@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

how_to_buy CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

.how_to_buy .contents .top .circle_A {
    background-image:url(../img/anniversary/circle.jpg);
}
.how_to_buy .contents .top .circle_B.bgColor {
	background: #7094C0;
}
.how_to_buy .contents dl.column dt,
.how_to_buy .contents h1 {
	color: #7094C0;
}
 .how_to_buy .contents .lead img {
	display: block;
	max-width: 400px;
	margin: 50px auto;
}
.how_to_buy .contents dl.column dt {
	background: url(../img/anniversary/icon4.png) center top no-repeat;
	background-size: 20px auto;
}


.index-area {
    width: 440px;
    margin: 0 auto 50px;
}
.index-ttl {
    font-size: 2rem;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: #EEE solid 1px;
}
.index-list {
    
}
.index-list-item {
    display: flex;
    flex-wrap: wrap;
}
.index-list-item-link {
    width: 100%;
    display: flex;
    font-size: 1.7rem;
}
.index-list-item-num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #7094C0;
    text-align: center;
    border-radius: 30px;
    color: #FFF;
    margin-right: 10px;
    line-height: 1;
}
.index-list-item-ttl {
    width: calc(100% - 30px);
    color: #7094C0;
}
.index-sub-list {
    padding: 10px 0 20px 40px;
}
.index-sub-list-item {
    
}
.index-sub-list-item-link {
    display: flex;
}
.index-sub-list-item-num {
    display: block;
    margin: 0 10px 0 0;
}
.index-sub-list-item-text {
    
}

@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 460px) {
    .index-area {
        width: 100%;
    }
    .index-ttl {

    }
    .index-list {

    }
    .index-list-item {

    }
    .index-list-item-link {

    }
    .index-list-item-ttl {
        font-size: 5vw;
        line-height: 1.5;
        padding: 5px 0 0;
    }
    .index-list-item-num {
        font-size: 5vw;
        width: 9vw;
        height: 9vw;
        background: #7094C0;
        border-radius: 60px;
    }
    .index-sub-list {
        padding: 10px 0 20px;
    }
    .index-sub-list-item {
        border-bottom: #DDD solid 1px;
    }
    .index-sub-list-item-link {
        padding: 10px 0;
    }
    .index-sub-list-item-num {
        font-size: 5vw;
        width: 9vw;
        line-height: 1.5;
    }
    .index-sub-list-item-text {
        font-size: 5vw;
        width: calc(100% - 9vw);
        line-height: 1.5;
    }
}
