/* プロフェッショナルアドバイス専用CSS */

/* 一覧ページ用サマリーセクション - 画面幅いっぱいに背景画像 */
#summary_index {
    background: url(../img/common/summary.png) repeat-x center center #F3F6FA;
    color: #023F64;
    height: 325px;
    text-align: center;
}

#summary_index div {
    background: url(../img/common/fpkun1.png) no-repeat #fff;
    background-position: bottom 56px right 56px;
    width: 1024px;
    margin: 0 auto;
    height: 325px;
    opacity: 0.9;
}

#summary_index h1 {
    text-align: center;
    font-size: 46px;
    line-height: 46px;
    padding: 70px 0 12px;
    font-family: 'Noto Sans JP Bold';
    font-feature-settings: "palt";
}

#summary_index p.detail {
    text-align: center;
    padding: 30px 0 0 0;
    font-size: 17px;
    line-height: 30px;
}

#summary_index p.detail strong {
    font-family: 'Noto Sans JP Bold';
    font-size: 31px;
    margin-top: 18px;
    display: inline-block;
}

#summary_index img#fpkun {
    display: none;
}

/* メイン要素 */
main {
    color: #000;
}

/* 注意書きテキスト */
p#hope {
    font-size: 16px;
    width: 690px;
    line-height: 30px;
    margin: 20px auto;
}

/* コンテンツカード一覧 */
#list {
    width: 816px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

#list li {
    margin: 0 8px 25px;
    width: 256px;
    flex-shrink: 0;
}

/* カードエリア */
.area {
    border-radius: 0 0 10px 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    background: #fff;
}

.tumbnail {
    background: #fff;
}

.tumbnail img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.title {
    background: #fff;
    line-height: 22px;
    padding: 8px 9px 0;
    font-family: 'Noto Sans JP Medium';
    color: #013756;
    font-size: 14px;
    min-height: 44px;
}

.foot {
    background: #fff;
    padding: 0 10px 8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-radius: 0 0 10px 10px;
}

.foot a.movie {
    font-family: 'Noto Sans JP Bold';
    background: #013756;
    border-radius: 13px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    width: 186px;
    text-decoration: none;
    text-align: center;
    padding: 3px 0;
}

.foot a.hint {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../img/common/hint.png) no-repeat #fff;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #0072ff;
    outline: none;
}

/* 詳細ページ共通スタイル */
#summary {
    background: url(../img/common/summary.png) repeat-x center center #F3F6FA;
    color: #023F64;
    height: 325px;
    text-align: center;
}

#summary div {
    background: url(../img/common/fpkun1.png) no-repeat #fff;
    background-position: bottom 56px right 56px;
    width: 1024px;
    margin: 0 auto;
    height: 325px;
    opacity: 0.9;
}

#summary h1 {
    text-align: center;
    font-size: 46px;
    line-height: 46px;
    padding: 70px 0 12px;
    font-family: 'Noto Sans JP Bold';
    font-feature-settings: "palt";
}

#summary p {
    text-align: left;
    padding: 30px 0 0 145px;
    font-size: 17px;
    line-height: 30px;
}

#summary p span {
    font-family: 'Noto Sans JP Bold';
    font-size: 31px;
    margin-top: 18px;
    display: inline-block;
}

main {
    color: #000;
    width: 1024px;
    margin: 0 auto;
}

/* 共通セクションスタイル */
section {
    background: #fff;
    margin-top: 45px;
    padding: 0 85px 30px;
}

section h3 {
    color: #023F64;
    padding: 50px 0;
    text-align: center;
    font-size: 38px;
    line-height: 38px;
    font-family: 'Noto Sans JP Bold';
    margin-top: 0;
}
