@charset "UTF-8";

/* 背景画像 */
/* .wrapper.message {
    background: url(../../img/bg.png) repeat 50% 100px;
    background-size: 2880px auto ;
} */

.top-img-type-a {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.top-img-type-a > img {
    width: 100%;
    height: 600px;
    background: url(../img/candidate-fig1.jpg) no-repeat center top;
    background-size: auto 100%;
}

/* キャッチ */
.catch {
    font-family:'メイリオ', sans-serif;
    width: 960px;
    margin: -410px auto 0;
    color: #ffffff;
    font-size: 2.5em;
    line-height: 1.7;
    padding-left: 600px;
    font-weight: bolder;
}

main {
    padding: 0 20px 20px;
}

.top-img-type-a {
    width: 100%;
    margin-bottom: 100px;
}
.top-img-type-a > img {
    width: 100%;
    height: inherit;
}

/* タイトル */
.title {
    font-size: 2.4em;
    text-align: center;
    margin-bottom: 70px;
}

/* 見出し */
.obi-title {
    width: 100%;
    padding: 28px 20px;
    color: #ffffff;
    font-weight: bold;
    background: #FF8C00;
    margin-bottom: 50px;
}

/* グラフ */
.fig-center {
    text-align: center;
    margin-bottom: 90px;
}

/*  */
.flex-columns.candidate {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

/* 最初のコラム */
.col {
    width: 460px;
}

/* 変な形の見出し */
.s-title {
    width: 180px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 15px;
}

.col p {
    font-size: 1.2em;
    margin-bottom: 35px;
}
/* 赤 */
.s-title.red2 {
    background: url(../img/candidate-midashi-bg.png) no-repeat right top #E4604F;
}
/* 青 */
.s-title.blue {
    background: url(../img/candidate-midashi-bg.png) no-repeat right top #1499D7;
}
/* 黄色 */
.s-title.yellow {
    background: url(../img/candidate-midashi-bg.png) no-repeat right top #FAC031;
}

p .red2 {
    color: #E4604F;
}

p .blue {
    color: #1499D7;
}

p .yellow {
    color: #FAC031;
}

/* リスト */
.candidate-list {
    font-size: 1.2em;
}

.candidate-list li {
    list-style-image: url(../img/candidate-icn-a1.png);
    list-style-position: inside;
    margin-bottom: 30px;
}

.candidate-list li > span {
    vertical-align: 47px;
}

.candidate-list li:nth-child(2) {
    list-style-image: url(../img/candidate-icn-a2.png);
}

.candidate-list li:nth-child(3) {
    list-style-image: url(../img/candidate-icn-a3.png);
}

/* カード */
.card {
    width: 465px;
    background: #333333;
    margin-bottom: 30px;
}

.card p {
    font-size: 1.1em;
    margin-bottom: 0;
    padding: 15px 15px 15px 100px;
    position: relative;
}

/* 桃 */
.card.pink {
    background: #FDEFED;
    border: 7px solid #FDEFED;
}
.card.pink p::before {
    content: url(../img/candidate-icn-red.png);
}
.card.pink p {
    border-image: url("../img/candidate-border-pink.png") 2 round;
    border-style:solid; border-width:2px;
    height: 100%;
}
.card.pink p::before {
    content: url(../img/candidate-icn-red.png);
    position: absolute;
    top: calc(50% - 28px);
    left: 25px;
}

/* 青 */
.card.blue {
    background: #E8F3F9;
    border: 7px solid #E8F3F9;
}
.card.blue p::before {
    content: url(../img/candidate-icn-red.png);
}
.card.blue p {
    border-image: url("../img/candidate-border-blue.png") 2 round;
    border-style:solid; border-width:2px;
}
.card.blue p::before {
    content: url(../img/candidate-icn-blue.png);
    position: absolute;
    top: calc(50% - 28px);
    left: 25px;
}

/* 黃 */
.card.yellow {
    background: #FEF9EE;
    border: 7px solid #FEF9EE;
}
.card.yellow p::before {
    content: url(../img/candidate-icn-red.png);
}
.card.yellow p {
    border-image: url("../img/candidate-border-yellow.png") 3 round;
    border-style:solid; border-width:2px;
}
.card.yellow p::before {
    content: url(../img/candidate-icn-yellow.png);
    position: absolute;
    top: calc(50% - 28px);
    left: 25px;
}


/** --------------------------------
* タブレット
*/

/* タイトル */
.wrapper.tablet .title {

    margin-bottom: 70px;
}

.wrapper.tablet .top-img-type-a {
    zoom: 0.8;
}

.wrapper.tablet .fig-center {
    margin: 50px auto;
}

.wrapper.tablet .flex-columns.candidate {
    zoom: 0.8;
    margin: 40px auto;
}

/** --------------------------------
* sp
*/
@media screen and (max-width: 767px) {

    /* 背景画像 */
    /* .wrapper.message {
        background: url(../../img/bg.png) repeat-y 50% 6em;
        background-size: 300% auto;
    } */
    .top-img-type-a {
        /* width: 100%; */
        height: 200px;
        /* position: relative;
        overflow: hidden; */
        margin-bottom: 10px;
    }
    
    .top-img-type-a > img {
        /* width: 100%; */
        height: 200px;
        /* background: url(../img/candidate-fig1-test.jpg) no-repeat center top; */
        /* background-size: auto 100%; */
    }
    
    /* キャッチ */
    .catch {
        width: 100%;
        margin: -135px auto 0;
        /* color: #ffffff; */
        font-size: 1em;
        line-height: 1.5;
        padding-left: 60%;
    }

    /* .top-img-type-a {
       zoom: 0.35;
    } */
    /* .top-img-type-a {
        width: 100%;
        margin-bottom: 10px;
    }

    .top-img-type-a > img {
        width: 100%;
        height: inherit;
    } */
    
    /* タイトル */
    .title {
        font-size: 1em;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    /* 見出し */
    .obi-title {
        margin-bottom: 30px;
    }

    /* グラフ */
    .fig-center {
        margin-bottom: 30px;
    }
    .fig-center > img {
        width: 90%;
        height: inherit;
        
    }

    /* リスト */
    .candidate-list li {
        margin-bottom: 10px;
    }

}