@charset "UTF-8";

/* CSS Document */

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

    wrap_body_sd

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

.wrap_body_sd {
    background: url(../images/bg.jpg);
}

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

	page_ttl

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

.page_ttl:after {
	display: block;
	content: '';
	width: 200px;
	height: 20px;
	margin: 0 auto;
	background: url(/common/images/nav_bg_08.svg) no-repeat;
	background-size: 100%;
}
.page_ttl:before {
    display: block;
    content: '';
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background: url(/common/images/yabure_neco_02.jpg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 10%;
    z-index: -1;
}

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

    wrap_faq

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

.wrap_faq {
}
.accordion {
    margin-bottom: 80px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px #aaa;
    padding: 60px;
}
.accordion ul {
    width:100%;
    padding:0;
}
.accordion li {
    position:relative;
    border-bottom:1px solid #ccc;
    list-style:none;
}
.accordion li:first-child {
    border-top:1px solid #ccc;
}
.accordion > ul > li > a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    padding: 10px 0;
}
.accordion > ul > li > a .ttl {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    padding-right: 60px;
}
.accordion > ul > li > a .ttl:before {
    content: 'Q.';
    display: inline-block;
    width: 20px;
    color: #e0162c;
    font-weight: 600;
    font-family: 'Delius Unicase', cursive;
}
.accordion > ul > li > a .ttl:hover {
    color: #e0162c;
}
.accordion > ul > li > .ac_inner {
    display: none;
    text-align:left;
    font-size: 90%;
    padding: 20px 0;
}
.accordion li .accordion_icon {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 25%;
    right: 10px;
    background: url(../images/faq_arrow.svg);
    background-size: 100%;
}
.accordion li .accordion_icon.active {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

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

    crush

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

.crush {
    background: #fef0ef;
    padding: 30px;
    margin: 30px 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.crush .ttl {
    color: #e0162c;
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 10px;
}
.crush .cell {
    margin-bottom: 40px;
}
.crush .cell:last-child {
    margin-bottom: 0px;
}
.crush .cell .cell_ttl {
    border-bottom: 1px solid #e0162c;
    margin-bottom: 20px;
}
.crush .cell .cell_ttl:before {
    content: '●';
    color: #e0162c;
    font-size: 90%;
    margin-right: .2em;
}
.crush .cell .list dl {
    width: 48%;
    display: table;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #e0162c;
    padding: 10px;
}
.crush .cell .list dl:nth-child(odd) {
    float: left;
}
.crush .cell .list dl:nth-child(even) {
    float: right;
}
@media screen and (max-width : 900px) {
    .crush .cell .list dl {
        width: 100%;
        display: table;
        background: #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        margin-bottom: 20px;
        overflow: hidden;
        border: 1px solid #e0162c;
    }
}
.crush .cell .list dl dt {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
}
.crush .cell .list dl dt img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
}
.crush .cell .list dl dd {
    display: table-cell;
    vertical-align: middle;
    font-size: 90%;
    padding: 0 1em;
    line-height: 1.5em;
}



