@charset "utf-8";

/* CSS Document */
* {
    box-sizing: border-box;
}

.goog-te-menu-value>span {
    font-size: 100% !important;
}

#search_trend_word>p>a {
    margin-left: 1rem;
    cursor: pointer;
}

#goog-gt-tt * {
    font-size: 100% !important;
}

#goog-gt-tt .gray {
    color: #222222 !important;
}

img {
    max-width: 100%;
}

.logoImg {
    margin: 6px 0;
    display: block;
}

.okuma1024 {
    width: 1024px;
    margin: 0 auto;
    clear: both;
}

#header {
    background-color: #C7E3EF;
}

#to_page_top>a {
    background: rgba(0, 0, 0, 0) url("/img/subsite/to_page_top.png") no-repeat scroll 0 0;
}

/* 場面 */
#cardIchiran {
    width: 900px;
    margin: 0 auto;
}

.blog-card {
    width: 210px;
    height: 210px;
    position: relative;
    text-align: center;
    float: left;
    margin-right: 20px
}

.blog-card:nth-child(4) {
    margin-right: 0;
}

.blog-card.bamen01ph {
    background: url(/img/subsite/bamen-ph01.png) no-repeat;
}

.blog-card.bamen02ph {
    background: url(/img/subsite/bamen-ph02.png) no-repeat;
}

.blog-card.bamen03ph {
    background: url(/img/subsite/bamen-ph03.png) no-repeat;
}

.blog-card.bamen04ph {
    background: url(/img/subsite/bamen-ph04.png) no-repeat;
}

.blog-card img {
    position: absolute;
    top: -40px;
    left: -45px;
    z-index: 25;
}

.blog-card .color-overlay {
    width: 210px;
    height: 210px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    border-radius: 100%;
}

.blog-card:hover .card-info {
    opacity: 1;
    top: 55px;
}

div.card-info ul li {
    list-style: none;
    margin: 10px 0;
    font-size: 120%;
    background-image: url(/img/subsite/btn_next.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: left 3px;
}

div.card-info ul li a:hover {
    color: #222222;
}

.blog-card:hover .color-overlay {
    background: rgba(255, 255, 255, 0.8);
}

.card-info {
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    margin: 0 auto;
    padding: 0 0 0 50px;
    color: #DCE3E7;
    z-index: 20;
    opacity: 0;
    transition: bottom 0.3s, opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    text-align: left;
}

/* top */
#syashinMain {
    background-image: url(/img/subsite/ph-top-syashinkan01.jpg);
    background-position: bottom;
    background-size: cover;
    min-height: 400px;
    padding-top: 20px;
    line-height: 1.75;
}

#syashinkanDetail {
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    padding: 10px 20px;
    box-shadow: 0 0 8px #FFFFFF;
}

#syashinMain h2 {
    font-size: 180%;
    margin: 0;
}

#nenbetsuArea {
    background-image: url(/img/subsite/bg_nenbetsu.png);
    padding: 10px 0 20px;
    margin-top: 20px;
}

#nenbetsuArea .okuma1024 h2 {
    text-align: center;
    margin: 0 0 20px;
}

.nenbetsu-slick.slick-initialized.slick-slider {
    margin: 0;
    padding: 0;
}

li.slick-slide {
    background-image: url(/img/subsite/btn_nenbetsu.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    margin: 0 5px;
    background-repeat: no-repeat;
}

li.slick-slide a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    text-decoration: none;
    color: #222;
    font-size: 124%;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    cursor: pointer;
}

.prev-arrow {
    left: -36px;
}

.next-arrow {
    right: -40px;
}

#bamenArea {
    background-color: #F5F2DD;
    overflow: hidden;
    padding: 10px 0 20px;
    margin-top: 20px;
}

#bamenArea .okuma1024 h2 {
    text-align: center;
    margin: 0 0 40px;
}

.card-info ul {
    padding: 0;
    margin: 0;
}

.card-info ul li a {
    color: #222222;
    font-size: 120%;
}


#phHead01 {
    margin-top: 5px;
}

#titleKeyword {
    padding: 0;
    margin: 7px 0 0;
}

div#osusumeKeyword p {
    padding: 0;
    margin: 0 14px 0 0;
    float: left;
}

div#osusumeKeyword ul {
    padding: 4px;
    margin: 0;
}

div#osusumeKeyword ul li {
    display: inline-block;
}

.btnPost {
    float: right;
    margin: -9px 0 5px 0;
}


/* アクセシビリティ */
.info.open-1 {
    padding-left: 50px;
    overflow: hidden;
    margin-bottom: 12px;
}

.gaikokugo span {
    font-size: 90%;
}

.open_h3 {
    cursor: pointer;
    margin: 0 0 4px;
    text-align: right;
    padding: 0;
}

.open_h3::before,
.open_h3.active::before {
    font-size: 100%;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    vertical-align: middle;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #333;
    transition: transform 0.3s ease;
}

.open_h3.active::before {
    transform: rotate(-180deg);
    /* active時に180度回転させる */
}

.open_h3::before {
    transform: rotate(0deg);
    margin-right: 6px;
    margin-bottom: 2px;
}

#acc1,
#acc2 {
    padding: 1px 0 0;
    margin: 0;
}

#acc1 li,
#acc2 li {
    float: left;
    list-style: none;
    margin-right: 12px;
}

#acc1 li {
    margin-right: 12px;
    background-color: #FFF;
    border: solid 1px #4E4E4E;
    border-radius: 15px;
    padding: 0 6px;
    font-size: 90%;
}

#acc1>li>a {
    text-decoration: none;
    color: #222;
}

#moji_default,
#moji_large,
#haikei_white {
    border: solid 1px #4E4E4E;
    box-sizing: border-box;
    padding: 0px 5px;
    background-color: #FFFFFF;
    margin-right: 2px;
    text-decoration: none;
    color: #000000;
}

#haikei_black {
    border: solid 1px gray;
    box-sizing: border-box;
    padding: 0px 5px;
    background-color: #000000;
    margin-right: 2px;
    text-decoration: none;
    color: #FFFFFF;
}

#haikei_blue {
    border: solid 1px gray;
    box-sizing: border-box;
    padding: 0px 5px;
    background-color: #0000aa;
    margin-right: 2px;
    text-decoration: none;
    color: #FFFF00;
}

#searchOkuma {
    overflow: hidden;
}

#search_btn {
    border: solid 1px #4E4E4E;
    width: 40px;
    height: 38px;
    position: absolute;
    background-image: url(/img/subsite/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    background-color: #4E4E4E;
    color: #FFFFFF;
}

#tmp_query {
    height: 38px !important;
    width: 300px !important;
    border: solid 1px #4E4E4E;
    float: left;
}

#phHead01 .gl-cell:nth-child(1) {
    padding-right: 38px;
}

.sitePolicy {
    margin: 0 110px 0 0;
    padding: 0;
    float: right;

}

.sitePolicy>li {
    list-style: none;
    background-image: url(/img/subsite/menu-maru.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 18px;
    margin-top: 10px;
}

.copyrightO {
    text-align: center;
}

#footer {
    margin-top: 20px;
}

#footer .gl .gl-cell.gl-lg-7>h2 {
    margin: 10px 0;
}

#footer .gl .gl-cell.gl-lg-7>p {
    margin: 0;
}

/* リスト1 */
.list_ccc_ph ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.list_ccc_ph ul li {
    list-style: none;
    width: auto;
}

.date_ph::before,
.title_Ph::before {
    content: "\a ";
    white-space: pre;
}

.list_pack_ph {
    border: solid 1px #ccc;
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 5px;
}

.thumb_Ph {
    text-align: center;
    display: block;
    padding-bottom: 8px;
}

.thumb_Ph img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.js-load {
    display: none;
}

.js-load.active {
    display: block;
}

.btn-wrap {
    clear: both;
    width: 100%;
    margin-bottom: 50px;
}

.btn-wrap .btn {
    background-color: white;
    border: 1px solid #4E4E4E;
    border-radius: 4px;
    display: inline-block;
    line-height: 16px;
    padding: 14px 0px;
    text-align: center;
    width: 100%;
}

#list-2-syashinkan .list_c .list_ccc ul li {
    float: left;
    width: 251px;
    clear: none;
    margin: 0 6px 8px 0 !important;
    padding: 0;
    border: solid 1px #ccc;
    border-radius: 6px;
}

#list-2-syashinkan .list_c .list_ccc ul li:nth-child(4n) {
    margin-right: 0 !important;
}

#list-2-syashinkan .list_c .list_ccc ul li span.article_title a {
    display: block;
    padding: 15px 10px 15px 52px;
    background-image: url(/img/subsite/icon_film.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 115%;
}

.cboxPh {
    width: 340px;
    height: 240px;
    padding: 20px;
    border: #ccc solid 1px;
    text-align: center;
    margin: 0 1px 2px 0;
    float: left;
}

.cboxPh a img {
    margin-bottom: 0;
}

/* 見出し */
#main_header h1 {
    border-bottom: solid 3px #50826f;
    background-image: url(/img/subsite/bg_camera2.png);
    background-color: #F0EAD3;
    padding-left: 18px;
    border-radius: 6px;
    padding-right: 85px;
}


/* =======================================================================
 * Mega Menu (Grid Layout)
 * ======================================================================= */

.menu-container {
    background-color: #FFF;
    border-radius: 6px;
    border: solid 1px #4E4E4E;
    box-sizing: border-box;
}

.menu-mobile {
    display: none;
    padding: 1px 0 0;
    text-align: center;
}

.menu-dropdown-icon::before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 16px 24px;
    background: #29ABE2;
    color: #FFF;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    float: left;
    padding: 0;
    margin: 0;
    width: 33.33%;
}

.menu>ul>li:nth-child(1) {
    border-radius: 6px 0 0 6px;
}

.menu>ul>li:nth-child(3) {
    border-radius: 0 6px 6px 0;
}

.menu>ul>li a {
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 124%;
}

li.menu-dropdown-icon:nth-child(1)>a:nth-child(1),
li.menu-dropdown-icon:nth-child(2)>a:nth-child(1),
li.menu-dropdown-icon:nth-child(3)>a:nth-child(1) {
    padding: 11px 5px;
    background-image: url(/img/subsite/menu-arrow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #222;
}

.menu>ul>li:hover {
    background-color: #D9E7A7;
}


/* ドロップダウンメニューのコンテナ（親要素） */
.menu>ul>li>ul {
    /* レイアウトの変更点 */
    display: grid;
    /* displayをgridに変更 */
    grid-template-columns: repeat(4, 1fr);
    /* 4つの均等なカラムを作成 */
    gap: 15px;
    /* アイテム間の隙間を指定 */

    /* 既存のスタイル */
    width: 100%;
    background-color: #FFF;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    border-radius: 6px;
    border: solid 1px #4E4E4E;

    /* アニメーション用のスタイル */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

/* JavaScriptで表示を制御するためのクラス */
.menu>ul>li.menu-item-open>ul {
    opacity: 1;
    visibility: visible;
    padding: 15px;
    /* gapに合わせて調整 */
}

/* ドロップダウンメニューのアイテム（子要素） */
.menu>ul>li>ul>li {
    /* floatとwidthは不要なため削除またはリセット */
    width: auto;
    float: none;

    /* 既存のスタイル */
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    background: none;
}

/* メニュー項目のスタイル */
.menu>ul>li>ul>li a {
    padding: 3px 0 2px 25px;
    display: block;
    border-bottom: 1px dotted #ccc;
    text-align: left;
    background-image: url(/img/subsite/menu-maru.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    color: #222;
    font-size: 108%;
}


.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu>ul>li>ul.normal-sub {
    width: 340px;
    left: auto;
    padding: 0px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

li.menu-dropdown-icon>ul:nth-child(2)>li>a:hover,
li.menu-dropdown-icon>ul:nth-child(2)>li>ul>li>a:hover {
    background-color: #D9E7A7;
    border-radius: 6px;
}

.kaigyou2::before {
    content: "\a ";
    white-space: pre;
}


/************************************
* Mobile style's (max-width: 768px) *
************************************/
@media only screen and (max-width: 768px) {
    .menu>ul>li>ul {
        /* モバイルではgridレイアウトを解除し、ブロック表示に戻す */
        display: none;
        /* JSでblockに切り替えるため初期値はnone */
        grid-template-columns: none;
        gap: 0;
        position: relative;
        border: none;
        border-radius: 0;
        transition: none;
    }

    .menu>ul>li.menu-item-open>ul {
        display: block;
        padding: 0px;
    }

    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 0;
        border-top: solid 1px #CCC;
    }

    /* megamenu.js Mobile style's */
    .gaikokugoSp {
        text-align: center;
    }

    .gaikokugoSp a {
        background-color: #FFF;
        border: solid 1px #4E4E4E;
        border-radius: 15px;
        padding: 2px 10px;
        margin: 4px 0 0;
        display: inline-block;
        color: #222 !important;
        text-decoration: none !important;
    }

    .menu-container {
        width: 100%;
        border-radius: 0;
        border: none;
        background-color: transparent;
    }

    .menu-mobile {
        display: block;
    }

    .menu-dropdown-icon:before {
        display: none;
        /* 元のアイコンは非表示にする */
    }

    .menu>ul {
        display: none;
    }

    .menu>ul>li {
        width: 100%;
        display: block;
        border-top: solid 1px #4E4E4E;
        float: none;
        /* モバイルではfloatを解除 */
    }

    .menu>ul>li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }

    .menu>ul>li>ul.normal-sub {
        width: 100%;
        border-radius: 0;
        border: none;
    }


    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }

    .menu>ul>li>ul>li>ul {
        position: relative;
    }

    .menu>ul>li>ul>li>ul>li {
        float: none;
        border-top: solid 1px #CCC;
    }

    .menu .show-on-mobile {
        display: block;
    }

    li.menu-dropdown-icon:nth-child(1)>a:nth-child(1),
    li.menu-dropdown-icon:nth-child(2)>a:nth-child(1),
    li.menu-dropdown-icon:nth-child(3)>a:nth-child(1) {
        padding: 11px 5px 10px 33px;
        background-image: url(/img/subsite/menu-arrow.png);
        background-repeat: no-repeat;
        background-position: 10px 54%;
        text-align: left;
    }

    /* ▼▼▼ アイコンの配色とテキスト色のスタイル ▼▼▼ */
    li.menu-dropdown-icon>a {
        background-color: #FFF;
        /* color: #fff; */
    }

    li.menu-dropdown-icon:nth-child(3)>a:nth-child(1) {
        border-bottom: solid 1px #4E4E4E;
    }

    .menu>ul>li:nth-child(1),
    .menu>ul>li:nth-child(3) {
        border-radius: 0;
    }

    li.menu-dropdown-icon>ul:nth-child(2)>li>a:hover,
    li.menu-dropdown-icon>ul:nth-child(2)>li>ul>li>a:hover {
        background-color: #D9E7A7;
        border-radius: 0;
    }

    .menu>ul>li:nth-child(3) {
        border-bottom: solid 1px #4E4E4E;
        margin-bottom: 10px;
    }

    .menu>ul>li>ul>li a {
        border-bottom: none;
    }

    /* Mobile icon and layout fixes */
    li.menu-dropdown-icon>a {
        position: relative;
    }

    li.menu-dropdown-icon>a::before,
    li.menu-dropdown-icon>a::after {
        content: '';
        position: absolute;
        top: 50%;
        background-color: #333;
        transition: transform 0.3s ease;
    }

    li.menu-dropdown-icon>a::after {
        width: 16px;
        height: 2px;
        right: 24px;
        transform: translateY(-50%);
    }

    li.menu-dropdown-icon>a::before {
        width: 2px;
        height: 16px;
        right: 31px;
        /* (24px + 16px/2) - (2px/2) */
        transform: translateY(-50%);
    }

    li.menu-item-open>a::before {
        transform: translateY(-50%) rotate(90deg);
    }

    .menu>ul>li:first-child>ul.normal-sub>li {
        width: 100%;
        float: none;
        padding: 0;
    }

    /* General Mobile style's */
    body {
        top: 0 !important;
    }

    .goog-te-banner-frame {
        display: none !important;
    }

    #print_mode_link {
        display: none;
    }

    #content_header {
        font-size: 90%;
    }

    .okuma1024 {
        width: 100%;
        margin: 0 auto;
        clear: both;
        padding: 0 5px;
    }

    .logoImg {
        margin: 0;
        padding-top: 3px;
        text-align: center;
    }

    div#footer div.okuma1024 div.gl div.gl-cell.gl-lg-6:nth-child(1) {
        padding: 0 12px;
    }

    .open_h3 {
        text-align: center;
    }

    .wrap {
        display: none;
    }

    #phHead01>div {
        clear: both;
    }

    #phHead01 .gl-cell:nth-child(1) {
        padding-right: 0;
        width: 221px;
        margin: 0 auto;
    }

    #phHead01 .gl-cell:nth-child(2) {
        width: 310px;
        margin: 0 auto;
    }

    #tmp_query {
        width: 270px !important;
    }

    .slick-list {
        margin: 0 30px;
        padding: 0 !important;
    }

    .prev-arrow {
        left: 0;
    }

    .next-arrow {
        right: 0;
    }

    li.slick-slide {
        background-image: url(/img/subsite/btn_nenbetsu.png);
        background-position: center;
        background-size: cover;
        text-align: center;
        margin: 0 5px;
        border-radius: 8px;
        border-left: solid 1px #222;
        border-right: solid 1px #222;
        box-sizing: unset;
    }

    #cardIchiran {
        width: 100%;
        margin: 0;
    }

    .blog-card {
        width: 210px;
        height: 210px;
        position: relative;
        text-align: center;
        float: none;
        margin: 0 auto 20px;
    }

    .blog-card:nth-child(4) {
        margin: 0 auto;
    }

    #footer .gl .gl-cell.gl-lg-7>h2 {
        margin: 0 12px;
        text-align: center;
        padding: 5px;
    }

    #footer .gl .gl-cell.gl-lg-7>p {
        margin: 0 12px;
    }

    #footer .gl .gl-cell.gl-lg-7>p:nth-child(3) {
        padding-bottom: 5px;
        border-bottom: dotted 1px #4E4E4E;
    }

    .sitePolicy {
        margin: 10px 12px;
        padding: 0;
        overflow: hidden;
    }

    .copyrightO {
        text-align: center;
        clear: both;
        font-size: 80%;
    }

    .kaigyou::before {
        content: "\a ";
        white-space: pre;
    }

    #bamenArea .okuma1024 h2 {
        margin: 0 0 20px;
    }

    #syashinMain {
        padding: 0 11px 50px;
        overflow: hidden;
    }

    .kaigyou2::before {
        content: "";
        white-space: normal;
    }

    .logoImg {
        display: none;
    }

    #main_header h1 {
        background-image: url(/img/subsite/bg_camera3.png);
        padding-left: 8px;
        padding-right: 53px;
        font-size: 136%;
    }

    #list-2-syashinkan .list_c .list_ccc ul li {
        width: 49%;
        margin: 0 0.5% 0.5% 0.5% !important;
    }

    #list-2-syashinkan .list_c .list_ccc ul li span.article_title a {
        padding: 10px 10px 10px 38px;
        background-image: url(/img/subsite/icon_film2.png);
        background-position: 5px center;
        font-size: 108%;
        line-height: 1.4;
        height: 100%;
    }

    .list_ccc_ph ul {
        grid-template-columns: 1fr;
    }

    .list_ccc_ph ul li {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .list_pack_ph {
        margin-bottom: 2px;
    }

    .cboxPh {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px;
        text-align: center;
        margin: 0 0 3px;
    }

    .cboxPh a img {
        max-width: 100% !important;
        height: auto;
    }

    #osusumeKeyword {
        overflow: hidden;
        padding: 5px;
    }

    .slide-arrow {
        margin-top: -14px;
    }

    li.slick-slide {
        border: none;
    }

    li.slick-slide a {
        padding: 21px 0;
    }

    #syashinkanDetail {
        margin-top: 10px;
    }
}


/* 検索結果 */
table.gsc-search-box table,
table.gsc-search-box {
    border: none !important;
}

.gsc-control-wrapper-cse td {
    border: medium none !important;
    padding: 0 !important;
}

.gsc-above-wrapper-area-container {
    border: medium none !important;
    margin: 0;
}

.gsc-resultsHeader {
    border: medium none !important;
}

.gsc-search-button .gsc-search-button {
    height: auto !important;
    width: auto !important;
}

#main #main_a #cse_search_result table {
    border: none;
    margin: 0px;
}

#main #main_a #cse_search_result td {
    border: none;
}

.gsc-cursor-page {
    font-size: 140%;
    border: solid 1px gray;
    padding: 10px;
}

.gsc-table-result {
    border-width: 0 !important;
    margin: 10px !important;
}

.gs-title {
    font-weight: bold !important;
    font-size: 120% !important;
    margin-bottom: 10px !important;
    height: auto !important;
    overflow: hidden !important;
}

/* 8月29日追加 */
#pickup_Area {
    background-color: #EBF0E4;
    padding: 10px 0 10px;
    margin-top: 20px;
}

#pickup_Area .okuma1024 {
    text-align: center;
    margin: 0 auto;
}

#pickup_Area .okuma1024 h2 {
    margin: 0 0 10px;
}

#pickup_block {
    padding: 0px;
    margin: 0px;
}

.pickup_item {
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 6px;
    width: 230px;
    padding: 15px 10px 10px;
    margin: 0px 5px 14px;

}

.pickup_item img {
    width: 220px;
    border-radius: 1px;
}

.pickup_title {
    text-align: left;
    position: relative;
}

.pickup_title p {
    margin: 0px;
    padding: 10px 0 10px;
}

.pickup_title h3 {
    padding: 5px;
    margin: 5px;
}

.pickup_title h3 a {
    display: block;
    width: 222px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 185px;
}

.tit_list {
    height: 3.2em;
}