@charset "utf-8";
/* CSS Document */

/*------------------------

パンくず

------------------------*/

.breadcrumbs{
    margin-bottom: 10px;
    font-size: 12px;
}

.breadcrumbs ul {
    display: initial;
}

.breadcrumbs ul li{
    display: inline-block;
}

@media only screen and (max-width: 1279px){
    .breadcrumbs-wrap .col-5{
        width: 100%;
    }
}
.breadcrumbs span,
.breadcrumbs a{
    white-space: normal;
    word-wrap: break-word;
	padding: 0;
}

.breadcrumbs a{
    color: #202226;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.breadcrumbs li:after {
    padding: 0 5px;
}

@media (min-width: 1025px){
    .breadcrumbs a:hover{
        text-decoration: underline;
    }
}
.breadcrumbs span{
    color: #9aa0ac;
}

@media (max-width: 767px){
    .breadcrumbs ul{
        display: inherit;
        clear: both;
        width: 100%;
        margin-bottom: 0;

        align-items: stretch;
    }
    .breadcrumbs li{
        float: left;
    }
    .breadcrumbs li a{
        float: left;
        margin: 0;
        padding: 0;
    }
    .breadcrumbs li:after{
        display: inherit;
        float: left;
        margin: 0 5px;
    }
}
/*------------------------

ページタイトル

------------------------*/
h1.title{
    margin-bottom: 0;
    padding-bottom: 21px;
    color: #202226;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.61;
}

@media only screen and (max-width: 767px){
    h1.title{
        clear: both;
        padding-bottom: 10px;
    }
}
h2.sub-title,
.sub-title{
    margin-bottom: 10px;
    padding: 7px 20px;
    color: #fff;
    background-color: #282a2f;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.61;
}
.headline{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
/*------------------------

前の画面に戻るボタン

------------------------*/

.back-button{
    text-align: center;
}
.back-button a::before{
    position: absolute;
    top: 50%;
    left: 0.5em;
    margin-top: -9px;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 1.8rem;
    font-weight: bold;
}
.back-button a::after{
    display: none;
}
/*------------------------

検索ボタン

------------------------*/

.creator .title,
.common .title{
    padding: 7px;
    text-align: center;
    color: #fff;
    background-image: url(../img/title.png);
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 13px;
    font-weight: 500;
}
.creator a{
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #202226;
    border-right: 1px solid #cdb200;
    background-color: #f4d400;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

@media (max-width: 767px){
    .creator a{
        border-right: 0;
        border-bottom: 1px solid #cdb200;
    }
}

@media (min-width: 1025px){
    .creator a:hover{
        background-color: #fbe134;
    }
}
.common a{
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    border-right: 1px solid #244bc6;
    background-color: #4269e3;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

@media (max-width: 767px){
    .common a{
        border-right: 0;
        border-bottom: 1px solid #244bc6;
    }
}

@media (min-width: 1025px){
    .common a:hover{
        background-color: #6789f3;
    }
}
.search-box{
    margin-bottom: 10px;
}
/*------------------------

タグエリア

------------------------*/

.tag-area ul{
    margin: 0;
}
.tag-area ul li{
    float: left;
    margin-right: 10px;
    list-style-type: none;
}
.tag-area ul li a{
    display: block;
    margin-bottom: 10px;
    padding: 11px;
    color: #202226;
    border-width: 1px;
    border-style: solid;
    border-color: #202226;
    text-decoration: none;
}
.tag-area ul li a span{
    font-size: 11px;
}
.data-page .tag-area ul li a,
.request_form-page .tag-area ul li a,
.company_search-page .tag-area ul li a,
.directly_form-page .tag-area ul li a{
    padding: 7px;
}

@media (max-width: 767px){
    .tag-area ul li a{
        padding: 12px;
        font-size: 12px;
    }
}

@media (min-width: 1025px){
    .tag-area ul li a:hover{
        color: #fff;
        border-color: #fff;
        background-color: #202226;
    }
}
/*------------------------

大阪ロケ地マップ

------------------------*/
.word-search .input,
.word-search .select{
    margin-bottom: 10px;
}
.word-search input[type="submit"]{
    width: 80%;
}

@media (max-width: 767px){
    .word-search input[type="submit"]{
        width: 100%;
    }
}
