@charset "utf-8";
/****************************************************************************************************



****************************************************************************************************/
@media only screen and (max-width:768px){
}
@media only screen and (max-width:736px){
}
/****************************************************************************************************



****************************************************************************************************/
.method{
}


.voicePageTitle{
    margin-bottom: 20px;
    text-align: center;
}


.voicePageTitle__text{
    font-weight: bold;
}

.voicePageTitle__text.-type1{
    margin-bottom: 0;
    font-size: 2.4rem;
}
@media only screen and (max-width:736px){
.voicePageTitle__text.-type1{
    margin-bottom: 5px;
    font-size: 1.2rem;
}
}


.voicePageTitle__text.-type2{
    display: inline-block;
    padding-left: 90px;
    background-position: 0 44%;
    background-repeat: no-repeat;
    min-height: 64px;    
}
    .method.-method1 .voicePageTitle__text.-type2{ font-size: 4.6rem; background-image: url(../images/common/voice/1/title_icon.gif); }
    .method.-method2 .voicePageTitle__text.-type2{ padding-left: 70px; font-size: 3.2rem;  background-image: url(../images/common/voice/2/title_icon.gif); }
    .method.-method3 .voicePageTitle__text.-type2{ font-size: 3.8rem; background-image: url(../images/common/voice/3/title_icon.gif); }

@media only screen and (max-width:736px){
.voicePageTitle__text.-type2{
    padding-left: 30px;
    background-size: 20px;
    min-height: auto;
}
    .method.-method1 .voicePageTitle__text.-type2{ font-size: 1.6rem; }
    .method.-method2 .voicePageTitle__text.-type2{ padding-left: 20px; font-size: 1.6rem; }
    .method.-method3 .voicePageTitle__text.-type2{ font-size: 1.6rem; }
}


/****************************************************************************************************



****************************************************************************************************/
.voiceBox{
    margin-bottom: 30px;
}

.voice__lead{
    font-weight: bold;
}

.voice__lead.-type1{
    margin-bottom: 5px;
}

    .method.-method1 .voice__lead.-type1{ color: #3F7ECB; }
    .method.-method2 .voice__lead.-type1{ color: #D1548A; }
    .method.-method3 .voice__lead.-type1{ color: #EE9900; }

.voice__lead.-type2{
    margin-bottom: 5px;
}

/****************************************************************************************************

リンクボタン

****************************************************************************************************/
.btn{
    text-align: center;
}

.btn a{
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    border-radius: 32px;
    text-decoration: none;
    font-size: 1.3rem;
}

.method.-method1 .btn a{ background-color: #3F7ECB; }
.method.-method2 .btn a{ background-color: #D1548A; }
.method.-method3 .btn a{ background-color: #EE9900; }




