.bottomContact {
    position: relative;
    margin-top: 10px;
    padding: 0 5px;
}

.bottomContact .bgContact {
    width: 100%;
    max-width: 480px;
    display: block;
}

.bottomContact .tel{
    font-family: sans-self, arial;
    font-weight: bold;
    font-size: 8vw;
    line-height: 1em;
    position: absolute;
    left: 13%;
    top: 50%;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
                 -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                 0px 1px 0 #FFF,  0 -1px 0 #FFF,
                 -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.bottomContact a img {
    display: block;
    width: 100%;
}

.bottomContact a:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.obox {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bottom-main-contact {
    position: relative;
    text-align: center;
    padding: 0 5px;
}

.intmct, .bottom-main-contact .inbtmct {
    position: relative;
    display: inline-block;
    max-width: 480px;
}

.intmct img, .bottom-main-contact .inbtmct img {
    display: block;
}

.bottom-main-contact .inbtmct .fro {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 0;
    height: 100%;
}

.bottom-main-contact .inbtmct a {
    position: absolute;
    width: 100%;
    display: block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.bottom-main-contact .inbtmct a.ro {
    top: 21%;
    left: 24%;
    width: 75%;
}

.intmct a:hover, .bottom-main-contact .inbtmct a:hover {
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.imgCenter {
    text-align: center;
}

.imgCenter img {
    vertical-align: bottom;
}

.textNote1 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.sec01 {
    margin-bottom: 20px;
}

.question-answer .box-body .box-content .box-txt {
    padding: 10px 5px;
    text-align: left;
}

.question-answer .box-body .box-content .box-txt .cf .left {
    border-top: 1px dotted #b0b0b0;
    padding: 10px 0 0;
    position: relative;
    float: none;
    margin-right: 0;
    margin-top: 15px;
}

.question-answer .box-body .box-content .box-txt .cf .left:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.question-answer .box-body .box-content .box-txt .cf .left h3 {
    background: url(../images/qa-icon.png) no-repeat 0 0 transparent;
    padding-left: 25px;
    color: #333333;
    line-height: 1.5;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.question-answer .box-body .box-content .box-txt .cf .left p {
    color: #3d3d3d;
    margin-top: 6px;
    line-height: 20px;
    font-size: 12px;
}

.question-answer .box-body .box-content .box-txt .cf .left .detailLink {
    position: relative;
    bottom: 0;
    right: 0px;
    text-align: right;
}

.question-answer .box-body .box-content .box-txt .cf .left .detailLink .blueArrow {
    background: url(../images/common_icon01.png) no-repeat 0 5px transparent;
    color: #3d3d3d;
    padding-left: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.question-answer .box-body .box-content .box-txt .cf .left .detailLink a.blueArrow:hover {
    text-decoration: none;
}

.question-answer .box-body .box-content .box-btn {
    text-align: center;
}

.question-answer .box-body .box-content .box-btn .qa-btn {
    margin-top: 15px;
}

.question-answer .box-body .box-content .box-btn .qa-btn:hover {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha( opacity=80);
    opacity: 0.8;
}

.buttonMore {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.buttonMore a:hover {
    opacity: 0.8;
    filter: alpha(opacity=0.8);
}

.buttonMore a {
    display: inline-block;
    max-width: 480px;
    line-height: 40px;
    text-decoration: none;
    font-weight: 900;
    text-shadow: 0.1px 0.1px 0.1px #333;
    height: 40px;
    color: #333;
    border: 1px solid #bbb;
    border-radius: 4px;
    width: 100%;
    position: relative;
    background: url(../images/bg_button.png) repeat-x;
    background-size: auto 100%;
    text-align: left;
    padding-left: 40px;
}

.buttonMore a::before {
    content: '\f144';
    position: absolute;
    left: 14px;
    height: 16px;
    width: 16px;
    top: 50%;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    margin-top: -8px;
    background-size: 100% 100%;
    color: #c0d153;
}

.sec01 .container {
    padding: 0 5px;
}

.mb10 {
    margin-bottom: 10px;
}

/*-----------------------------------------------------------
デラコン
-------------------------------------------------------------*/
.delacon {
	opacity: 0;
	transition: all 0.2s;
}
.delacon[dela-number] {
	opacity: 1;
}
