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


* {
    margin: 0px;
    padding: 0px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    -webkit-text-size-adjust: 100%;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}


.cf:after {
    content: "";
    clear: both;
    display: block;
}


img {
    width: 100%;
    height: auto;
}


li {
    list-style-type: none;
}

/*特集共通CSS*/
/*メインコンテンツ*/

.tokusyu {
    width: 100%;
}

/*打消し*/

#JournalList .journal-cont ul,
#Journal .journal-cont ul {
    /* margin: 0px 40px; */
    margin: 0;
}

#souryou {
    padding: 0 10px;
}

h3.title {
    border-top: solid 4px #ffb6c1;
    border-bottom: solid 4px #ffb6c1;
    padding: 10px 0;
    margin: 35px 0;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}

#souryou p {
    font-size: 13px;
    /* letter-spacing: 2px; */
    line-height: 2.6;
}

#souryou p .hutoji {
    font-weight: bold;
}

#souryou p .red {
    color: red;
}

.ginga {
    text-align: end;
    margin: -5px 0 32px 0;
}

/**スマホ*******************/
@media screen and (max-width: 600px) {

    .contents {
        margin: 0 -0 0 18px;
    }



}



/**ＰＣ*******************/

@media screen and (min-width: 700px) {

    #maintitle {
        width: 90%;
        margin: 0 auto;
    }



    .tokusyu {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .contents {
        width: 100%;
        margin: 0 auto;
    }



}