@charset "utf-8";

.secDetails{
}
.secDetails .title{
    font-size:2.0em;
    line-height:150%;
    border-top:solid 2px #765C54;
    border-bottom:solid 2px #765C54;
    text-align:center;
    color:#765C54;
    padding:5px 0 5px 0;
    margin:0 0 20px 0;
    position:relative;
}

.secDetails .boxInfo{
    background:#765C54;
    color:#ffffff;
    padding:20px;
    line-height:180%;
}

/*--------------------------
声
--------------------------*/
.secDetails .boxVoice{
    border: solid 3px #F1DDC9;
    padding:20px;
    margin:30px 0 30px 0;
}
.secDetails .boxVoice .ico{
    float:left;
    width:15%;
    max-width:95px;
    padding:0 20px 0 0;
}
.secDetails .boxVoice .text{
}
.secDetails .boxVoice .imgVoice{
    padding:0 0px 5px 0;
}
.secDetails .boxVoice .staffName{
    font-size:1.1em;
    color:#00395c;
    padding:5px 0 0px 0;
}
.secDetails .secMovie{
    text-align:center;
}
.secDetails .secMovie .titMovie{
    background:#00395c;
    color:#ffffff;
    font-size:1.6em;
    font-family: Verdana;
    padding:15px 0;
    border-radius: 6px;
    margin:0 0 20px 0;
}
.secDetails .secMovie video{
    max-width: 100%;
}

@media only screen and (max-width:767px){
    .secDetails .boxVoice .text{
        width:100%;
    }
}
@media print, screen and (min-width:768px){
    .secDetails .boxVoice .photo{
        float:left;
        width:30%;
    }
    .secDetails .boxVoice .text{
        float:left;
        width:85%;
    }
    .secDetails .boxVoice .text02{
        float:left;
        width:55%;
    }
    .secDetails .boxVoice .imgVoice{
        padding-right:20px;
    }
}


/*--------------------------
下部リンク
--------------------------*/

.secDetails .secOtherLink{
    padding:40px 0 0 0;
}
.secDetails .secOtherLink .arrow{
    color:#f5504a;
}

.secDetails .secOtherLink a{
    padding:20px;
    background:#00395c;
    border-radius:10px;
    color:#ffffff;
    font-size:1.4em;
    line-height:140%;
}
.secDetails .secOtherLink a:hover{
    text-decoration:none;
    opacity:0.8;
}


@media only screen and (max-width:767px){
    .secDetails .secOtherLink{
        padding-top:10px;
    }
    .secDetails .boxBottomLink{
        text-align:center;
        display: block;
    }
    
    .secDetails .secOtherLink a{
        display: block;
        margin:0 0 20px 0;
        text-align:center;
    }
    .secDetails .title{
        font-size:1.4em;
        line-height:130%;
        text-align: left;
    }
}

@media print, screen and (min-width:768px){
    .secDetails .boxBottomLink{
        display: inline-block;
        float:right;
    }
    
    .secDetails .secOtherLink a{
        display: inline-block;
    }
    .secDetails .secOtherLink .linkBefore{
        float:left;
    }
    .secDetails .secOtherLink .linkList{
        text-align:center;
    }
    .secDetails .secOtherLink .linkAfter{
        float:right;
    }
}

/** リニューアルページ */
/* コンテンツエリア */
.new-voice-info-area {
    padding: 40px 0 80px 0;
}
/* ページタイトル */
.new-commonTitPage {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
}
/** 記事 */
/* 記事タイトル */
.txtTitle {
    font-size: 32px;
    font-weight: bold;
    margin: 40px 0 20px 0;
    line-height: normal;
}
/* 日付 */
.txtDate {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 35px;
}
/* 記事情報 */
.details-info {
    display: flex;
}
.secDetails .boxInfo {
    background: #FECB04;
    color: #000000;
    padding: 40px;
    line-height: 180%;
    font-size: 18px;
    font-weight: 500;
    height: 100%;
}
/** 声 */
.new-voice-voice-area {
    background-color: #F9F7F2;
    padding: 80px 0 80px 0;
}
.new-boxVoice {
    background-color: #FFFFFF;
    padding: 40px;
}
.new-boxVoice:not(:first-child) {
    margin-top: 40px;
}
.new-boxVoice .video-wrap {
    margin-top: 20px;
}
.new-boxVoice .video-wrap video{
    max-width: 100%;
}
.voice-title {
    font-size: 24px;
    font-weight: bold;
}
.voice-wrap {
    display: flex;
    margin-top: 20px;
}
.voice-wrap .photo {
    width: calc(30% - 20px);
    margin-right: 40px;
}
.voice-wrap .text {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    margin-top: -10px;
}
.voice-wrap .text02 {
    width: calc(70% - 20px);
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    margin-top: -10px;
}
.staff-info {
    text-align: start;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
}
.staff-info p:first-child{
    margin-bottom: 10px;
}

/** 下部リンク */
.new-voice-voice-area .secOtherLink {
    margin-top: 80px;
}
.new-voice-voice-area .secOtherLink .link-list-wrap {
    text-align: center;
}
.new-voice-voice-area .secOtherLink a {
    padding: 15px;
    background-color: #FFCB00;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: calc(100% - 20px);
    max-width: 300px;
    text-align: center;
    position: relative;
}
.new-voice-voice-area .secOtherLink a:hover {
    filter: brightness(1.1);
}
.new-voice-voice-area .secOtherLink .linkBefore>.arrow,.linkList>.arrow {
    width: 8px;
    height: 10px;
    background: url(../images/new/arw_b_left.png) left no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translate(-0, -50%);
}
.new-voice-voice-area .secOtherLink .linkAfter {
    float: right;
}
.new-voice-voice-area .secOtherLink .linkAfter>.arrow {
    width: 8px;
    height: 10px;
    background: url(../images/new/arw_b_right.png) right no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

@media only screen and (max-width:767px){
    /** リニューアルページ */
    .xs-nopadding {
        padding: 0;
    }
    /* コンテンツエリア */
    .new-voice-info-area {
        padding: 20px 0 40px 0;
    }
    /* ページタイトル */
    .new-commonTitPage {
        font-size: 20px;
    }
    /** 記事 */
    /* 記事タイトル */
    .txtTitle {
        font-size: 20px;
        margin: 20px 0 20px 0;
    }
    /* 日付 */
    .txtDate {
        margin-bottom: 20px;
    }
    /* 記事情報 */
    .details-info {
        display: block;
        margin: 0;
    }
    .txtDetails {
        margin-top: 20px;
    }
    .secDetails .boxInfo {
        padding: 20px;
        font-size: 14px;
    }
    /** 声 */
    .new-voice-voice-area {
        padding: 40px 0 40px 0;
    }
    .new-boxVoice {
        padding: 20px;
    }
    .new-boxVoice:not(:first-child) {
        margin-top: 20px;
    }
    .new-boxVoice .video-wrap {
        margin-top: 20px;
    }
    .voice-title {
        font-size: 20px;
        text-align: center;
    }
    .voice-wrap {
        display: block;
        margin-top: 20px;
    }
    .voice-wrap .photo {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .voice-wrap .photo .imgVoice{
        display: inline;
    }
    .voice-wrap .text {
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        line-height: 2;
        margin: 20px 0 0 0;
    }
    .voice-wrap .text02 {
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        line-height: 2;
        margin: 20px 0 0 0;
    }
    /** 下部リンク */
    .new-voice-voice-area .secOtherLink {
        margin-top: 40px;
    }
    .new-voice-voice-area .secOtherLink .link-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .new-voice-voice-area .secOtherLink .link-before-wrap {
        order: 1;
    }
    .new-voice-voice-area .secOtherLink .link-list-wrap {
        order: 3;
        margin-top: 20px;
    }
    .new-voice-voice-area .secOtherLink .link-after-wrap {
        order: 2;
    }
    .new-voice-voice-area .secOtherLink a {
        font-size: 14px;
        width: calc(100% - 5px);
        max-width: none;
    }
    .new-voice-voice-area .secOtherLink .link-list-wrap a{
        width: 100%;
    }
    .new-voice-voice-area .secOtherLink .linkBefore>.arrow,.linkList>.arrow {
        background: url(../images/new/arw_b_left@2x.png) left no-repeat;
        background-size: contain;
    }
    .new-voice-voice-area .secOtherLink .linkAfter>.arrow {
        background: url(../images/new/arw_b_right@2x.png) right no-repeat;
        background-size: contain;
    }
}