﻿@charset "utf-8";

/* 所属プロ検索：検索
---------------------------------------------------------------------------- */

/*コンテンツ：タイトル＋枠*/
.box-title-wrap{
	background: #FFFFFF;
	border-radius: 5px;
	margin: 0 0 20px 0;
}
.box-title-wrap--title{
	background: #4c4c78;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 20px 5px 20px;
	border-radius: 5px 5px 0 0;
	position: relative;
	transition: all 0.3s;
	cursor: pointer;
}
/*開いているときのスタイル*/
.box-title-wrap--title.is-active::before {
    transform: translateY(-50%) rotate(90deg);
}
/*横線*/
.box-title-wrap--title::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
/*縦線*/
.box-title-wrap--title::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 15px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
}
.box-title-wrap--inner{
	padding: 30px;
}
.line-box-wrap{
	display: flex;
	justify-content: left;
	/*align-items: center;*/
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0 10px 0;
}
.line-box-wrap--title{
	width: 10%;
	margin: 0 3% 0 0;
	font-weight: bold;
    white-space: nowrap !important;
    font-size: 0.9em;
}
.line-box-wrap--content{
	width: 87%;
    font-size: 0.9em;
}
@media screen and (max-width: 1360px) {
    .line-box-wrap{
        flex-direction: column;
    }
    .line-box-wrap--title{
        width: 100%;
        margin: 0 0 5px 0;
    }
    .line-box-wrap--content{
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .radiobtn-wrap label{
        width: 100%;
    }
}

/* 所属プロ検索：検索結果
---------------------------------------------------------------------------- */
.pro-serch-result-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 0 20px -1%;
}
.pro-serch-result-item{
    width: 24%;
    margin: 0 0 20px 1%;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    justify-content: left;
    align-items: stretch;
    flex-wrap: wrap;
}
@media screen and (max-width: 1900px) {
    .pro-serch-result-item{
        width: 32%;
    }
}
@media screen and (max-width: 1500px) {
    .pro-serch-result-item{
        width: 49%;
    }
}
@media screen and (max-width: 900px) {
    .pro-serch-result-wrap{
        flex-direction: column;
        margin: 0 0 20px 0;
    }
    .pro-serch-result-item{
        width: 100%;
        margin: 0 0 20px 0;
    }    
}
.pro-serch-result-item--imgarea{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    max-width: 140px;
    width: 100%;
    margin: 0 20px 0 0;
    padding: 0 10px 0 0;
}
.pro-serch-result-item--imgarea__circleimg{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.pro-serch-result-item--imgarea__circleimg img{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    object-fit: cover;    
}
.pro-serch-result-item--imgarea__link{
    margin: auto 0 0 0;
}
.pro-serch-result-item--imgarea__link a{
	display: block;
    width: fit-content;
	color: #FFFFFF;
	background: #323333;
	font-size: 0.8em;
	text-decoration: none;
    margin: 0 0 0 auto;
    border-radius: 5px;
	padding: 2px 30px 3px 30px;
	transition: all 0.3s;    
}
.pro-serch-result-item--imgarea__link a:hover{
    opacity: 0.8;
}
.pro-serch-result-item--txtarea{
    width: 58%;
}
.pro-serch-result-item--txtarea__name{
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1em;
}
.pro-serch-result-item--txtarea__company{
    font-size: 0.8em;
}
.pro-serch-result-item--txtarea__rate{
    margin: 0 0 8px 0;
    line-height: 1.5;
}
.rate-rank{
    color: #f5c943;
    font-size: 1.2em;
}
.rate-rank-noncolor{
    color: #9f9f9f;
    font-size: 1.2em;
}
.pro-serch-result-item--txtarea__taiou{
    font-size: 0.8em;
}
.pro-serch-result-item--list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    line-height: 1.5;
}
.pro-serch-result-item--list li{
    width: 47%;
    margin: 0 0 0 0;
    font-size: 0.8em;
}
.pro-serch-result-item--txtarea__chip{
    font-size: 0.8em;
    margin: 0 0 10px 0;
    width: 100%;
}
.pro-serch-result-item--title{
    font-weight: bold;
}
.pro-serch-result-item--txtarea__link{}
.pro-serch-result-item--txtarea__link a{
	display: block;
    width: fit-content;
	color: #FFFFFF;
	background: #323333;
	font-size: 0.8em;
	text-decoration: none;
    margin: 0 0 0 auto;
    border-radius: 5px;
	padding: 2px 30px 3px 30px;
	transition: all 0.3s;    
}
.pro-serch-result-item--txtarea__link a:hover{
    opacity: 0.8;
}
.gyosyu-title{
    width: 100% !important;
}
.green-btn a{
    background: #3eb370 !important;
}
.pink-btn a{
    background: #eb6d8e !important;
}
.blue-btn a{
    background: #20aee5 !important;
}
.matching-btn{
    margin-left: auto;
    margin-right: 10px;
}

.pro-serch-result-item--btnarea{
    width: 100%;
}
.pro-serch-result-item--btnwrap{
    display: flex;
    justify-content: space-between;
}
.pro-serch-result-item--btnwrap li{
}


/* 所属プロ検索：詳細
---------------------------------------------------------------------------- */
.pro-serch-detail-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.pro-serch-detail-item{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
}
.pro-serch-detail-item--imgarea{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 200px;
    width: 30%;
    margin: 0 3% 0 0;
}
.pro-serch-detail-item--imgarea__circleimg{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.pro-serch-detail-item--imgarea__circleimg img{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    object-fit: cover;    
}
@media screen and (max-width: 900px) {
    .pro-serch-detail-item{
        flex-direction: column;
    }
    .pro-serch-detail-item--imgarea{
        max-width: none;
        width: 100%;
    }
    .pro-serch-detail-item--imgarea__circleimg{
        margin: 0 auto 20px auto;
    }
}
.pro-serch-detail-item--imgarea__link{
    margin: auto 0 0 0;
}
.pro-serch-detail-item--imgarea__link a{
	display: block;
    width: fit-content;
	color: #FFFFFF;
	background: #323333;
	font-size: 0.8em;
	text-decoration: none;
    margin: 0 0 0 auto;
    border-radius: 5px;
	padding: 2px 30px 3px 30px;
	transition: all 0.3s;    
}
.pro-serch-detail-item--imgarea__link a:hover{
    opacity: 0.8;
}

.pro-serch-detail-item--txtarea{
    width: 67%;
}
@media screen and (max-width: 768px) {
    .pro-serch-detail-item--txtarea{
        width: 100%;
    }
}
.pro-serch-detail-item--txtarea__name{
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1em;
}
.pro-serch-detail-item--txtarea__company{
    font-size: 0.8em;
}
.pro-serch-detail-item--txtarea__rate{
    margin: 0 0 3px 0;
    line-height: 1.5;
}
.rate-rank{
    color: #f5c943;
    font-size: 1.2em;
}
.rate-num{
    font-size: 0.9em;
    margin: 0 0 0 5px;
}
.rate-rank-noncolor{
    color: #9f9f9f;
    font-size: 1.2em;
}
.pro-serch-detail-item--list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    line-height: 1.5;
}
.pro-serch-detail-item--list li{
    width: 47%;
    margin: 0 0 10px 0;
    font-size: 0.8em;
}
.pro-serch-detail-item--title{
    font-weight: bold;
}
.pro-serch-detail-item--txtarea__taiou{
    font-size: 0.8em;
    margin: 0 0 10px 0;    
}
.pro-serch-detail-item--txtarea__chip{
    font-size: 0.8em;
    margin: 0 0 20px 0;
}
.pro-serch-detail-item--txtarea__detail{
    font-size: 0.8em;
}
.pro-detail-link{
    display: flex;
    justify-content: flex-start;
    margin: 0 0 10px auto;
}
.pro-detail-link li{
    margin: 0 0 0 10px;
}
.pro-detail-link a{
	display: block;
    width: fit-content;
	color: #FFFFFF;
	background: #323333;
	font-size: 0.8em;
	text-decoration: none;
    margin: 0 0 0 auto;
    border-radius: 5px;
	padding: 2px 30px 3px 30px;
	transition: all 0.3s;    
}
.pro-detail-link a:hover{
    opacity: 0.8;
}


.title-form-wrap{
    display: flex;
    justify-content: left;
}
.title-form-wrap div{
    margin: 0 20px 0 0;
}
.title-form-item__title{
    font-size: 0.8em;
    margin: 0 0 5px 0;
}
.annotation{
    color: #666666;
    font-size: 0.8em;
}
.post-btn-wrap{
    display: flex;
    justify-content: left;
}
.post-btn-wrap .btn-action{
    margin: 3px 0 0 10px;
}



/* タブ詳細
---------------------------------------------------------------------------- */
/*共通*/
.block{
    margin: 0 0 40px 0;
}
.parag{
    margin: 0 0 20px 0;
    line-height: 1.5;
    font-size: 0.9em;    
}
