@charset "UTF-8";
.c-view_wrap .tab {
    border-bottom: 4px solid #ff3d4c;
    display: flex;
}
.c-view_in {
    margin-bottom: 30px;
}
.c-view_wrap .tab li a {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 40px;
    width: 170px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background-color: #000000;
}
.c-view_wrap .tab li.active a {
    background-color: #ff3d4c;
}
.search-now {
    background-color: #ffffff;
    font-weight: bold;
    padding: 25px 30px 25px;
}
.search-now-lt {
    display: table;
    width: 100%;
}
.search-now-ltdt {
    display: table-cell;
    width: 140px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}
.search-now-ltdd {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    letter-spacing: -0.4em;
    padding: 5px 0 0 0;
}
.search-now-ltddul li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 40px 0 0;
    padding: 3px 0;
}
.search-now-ltddul li span {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.search-now-ltddul li span:first-child {
    white-space: nowrap;
    padding: 0 5px 0 0;
    color: #ff3d4c;
}
.search-box {
    background-color: #ffffff;
    font-weight: bold;
}
.search-row {
    display: flex;
    padding: 25px 30px 29px;
    border-top: 1px solid #f4f4f4;
}
.search-row:last-child {
    margin-bottom: 0;
}
.search-row .search-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 30px;
}
.search-row .search-item:last-child {
    margin-right: 0;
}
.search-row .search-item > label {
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    margin-right: 17px;
}
.search-row .search-item [class^="icon-"] {
    color: #ff3d4c;
    font-size: 18px;
    margin-right: 12px;
}
.search-row .search-item .c-btn.c-btn-secondary {
    margin-bottom: 0;
}
.search-row .search-item .c-btn.c-btn-secondary span {
    color: #ff3d4c;
}
.search-row .search-item .form-control {
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #b3b3b3;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    width: 160px;
}
.search-row .search-item .form-control_short {
    text-align: center;
    width: 100px;
}
.search-row .search-item .symbol {
    margin: 0 8px;
}
.custom-checkbox span {
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.search-list_check {
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 600px;
}
.search-list_check li {
    font-size: 12px;
    margin-bottom: 7px;
    -webkit-flex: 0 33.33%;
    flex: 0 33.33%;
    max-width: 33.33%;
    text-align: left;
    font-feature-settings: "palt";
}
.search-box_btn {
    background-color: #f4f4f4;
    padding: 19px 0 22px;
    text-align: center;
}
.search-box_btn .btn-search {
    background: #34caba;
    background: -moz-linear-gradient(top, #34caba 0%, #0fb09f 100%);
    background: -webkit-linear-gradient(top, #34caba 0%, #0fb09f 100%);
    background: linear-gradient(to bottom, #34caba 0%, #0fb09f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34caba', endColorstr='#0fb09f', GradientType=0);
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    outline: none;
    width: 230px;
}
.search-box_btn .btn-search i {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle;
}
.event-art_head {
    padding: 16px 20px 10px;
    justify-content: space-between;
    margin-bottom: 42px;
}
.event-art_head h1 {
    color: #fff;
    font-weight: bold;
}
.event-art_head h1.is-agt {
    line-height: 32px;
}
.event-art_head span {
    font-size: 20px;
}
.section-search-box {
    margin-bottom: 35px;
}
.section-search-box .txt-full {
    font-weight: bold;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    padding: 0 0 5px 0;
}
.section-search-box .txt-full .text {
    display: flex;
}
.section-search-box .txt-full .text span {
    margin-right: 12px;
}
.section-box {
    background: #ffffff;
    padding: 23px 0px 16px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
    padding: 40px 30px 13px;
}
.section-box .search-tit {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-box: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}
.section-box .search-tit .tit {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.section-box .search-tit .icon {
    margin: 0 0 3px 10px;
}
.section-box .search-tit .icon span {
    display: inline-block;
    background-color: #ff3d4c;
    border-radius: 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    min-width: 60px;
    /*
    margin-right: 15px;
    */
    line-height: 1;
    padding: 4px 10px;
    text-align: center;
}
.section-box .search-tit .icon span.blue {
    background-color: #029fe9;
}
.section-box .search-txt {
    /*	display: flex;*/
    text-align: left;
    letter-spacing: -0.4em;
    ;
}
.section-box .search-txt .txt {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    letter-spacing: normal;
    vertical-align: top;
}
.section-box .search-txt .list-cate {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}
.section-box .search-txt .list-cate span {
    display: inline-block;
    background-color: #ffffff;
    border: 2px solid #ff3d4c;
    color: #ff3d4c;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-right: 10px;
    min-width: 80px;
    padding: 4px 10px;
    text-align: center;
}
.border-bottom {
    border-bottom: 2px solid #ff3d4c;
    margin: 13px -30px 26px;
}
.title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 35px;
}
.list-contain {
    margin-bottom: 18px;
}
.list-contain dt {
    float: left;
    width: 12%;
    color: #ff3d4c;
    margin-right: 16px;
    text-align: left;
}
.list-contain dt p {
    font-size: 11px;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 2.5em;
    display: inline-block;
}
.list-contain dt p:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -10px 0 0 0;
    z-index: 9;
}
.list-contain dt p.icn01:before {
    background: url(../svg/joho_icn01.svg) no-repeat center;
    background-size: 100% auto;
}
.list-contain dt p.icn02:before {
    background: url(../svg/joho_icn02.svg) no-repeat center;
    background-size: 100% auto;
}
.list-contain dt p.icn03:before {
    background: url(../svg/joho_icn03.svg) no-repeat center;
    background-size: 100% auto;
}
.list-contain dt p.icn04:before {
    background: url(../svg/joho_icn04.svg) no-repeat center;
    background-size: 100% auto;
}
.list-contain dt p.icn05:before {
    background: url(../svg/joho_icn05.svg) no-repeat center;
    background-size: 100% auto;
}
.list-contain dt p.icn06:before {
    background: url(../svg/joho_icn06.svg) no-repeat center;
    background-size: 100% auto;
}
.list-contain dt p.icn07:before {
    background: url(../svg/joho_icn07.svg) no-repeat center;
    background-size: 100% auto;
}
.list-contain dt p.icn08:before {
    background: url(../svg/joho_icn08.svg) no-repeat center;
    background-size: 100% auto;
}
.list-contain dd {
    width: 88%;
    text-align: left;
    font-size: 12px;
    padding-left: 20px;
    font-weight: 700;
}
.btn-full {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
}
.btn-full .c-box-btn {
    padding-left: 20px;
}
.btn-full .c-box-btn i {
    color: #ff3d4c;
}
.bnr-inner .bnr-list .date {
    font-size: 12px;
    font-weight: bold;
}
.bnr-inner .bnr-list .txt-bottom {
    border-top: 1px solid #d2d2d3;
    font-size: 11px;
    font-weight: bold;
    padding: 15px 0px;
    text-align: center;
}
.pagination {
    padding-top: 25px;
    margin-bottom: 55px;
}
/*DETAIL*/
.section-detail-full .text-right {
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 9px;
}
.section-detail-box {
    padding: 26px 28px 20px 30px;
}
.section-detail-box .wrap-detail {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.section-detail-box .wrap-detail .icon-wrap {
    display: flex;
    align-items: center;
}
.section-detail-box .wrap-detail {
    letter-spacing: -0.4em;
}
.section-detail-box .wrap-detail .txt {
    letter-spacing: normal;
}
.section-detail-box .wrap-detail .circle span {
    display: inline-block;
    background-color: #ff3d4c;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    min-width: 60px;
    margin-right: 5px;
    margin-bottom: 10px;
    line-height: 1;
    padding: 5px 10px;
    text-align: center;
    letter-spacing: normal;
}
.section-detail-box .wrap-detail .recta {
    margin-left: 7px;
    letter-spacing: -0.4em;
    text-align: left;
}
.section-detail-box .wrap-detail .recta span {
    display: inline-block;
    background-color: #00b7ee;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    min-width: 60px;
    margin-right: 5px;
    margin-bottom: 10px;
    line-height: 1;
    padding: 6px 10px;
    text-align: center;
    letter-spacing: normal;
}
.section-detail-box .wrap-detail .txt {
    font-size: 14px;
    font-weight: 700;
}
.section-detail-box .detail-title {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 6px;
    word-wrap: break-word;
    word-break: break-word;
}
.section-detail-box .detail-txt {
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 30px;
}
.detail-txt-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detail-txt-full .txt {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    word-wrap: break-word;
    word-break: break-word;
}
.detail-txt-full .btn-detail-full {
    display: flex;
}
.btn-detail-full .s-detail-btn {
    margin-right: 20px;
}
.btn-detail-full .s-detail-btn .c-btn.customer-second {
    min-width: 160px;
}
.btn-detail-full .s-detail-btn .c-btn.customer-second i {
    color: #ff3d4c;
}
.btn-detail-full .s-detail-btn .c-btn.customer-second.is-on i {
    color: #fff;
}
.btn-detail-full .c-box-btn .c-btn.customer-terti {
    min-width: 200px;
}
.section-search-detail {
    padding: 45px 20px 30px;
}
.section-search-detail .detail-txt {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    word-wrap: break-word;
    word-break: break-word;
}
.section-search-detail .border-top {
    border-bottom: 2px solid #ff3d4c;
    padding-top: 30px;
    margin: 0 -20px 25px;
}
.section-search-detail .wrap-txt {
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 700;
}
.section-search-detail .wrap-txt p {
    margin-bottom: 30px;
    word-wrap: break-word;
    word-break: break-word;
}
.section-search-detail .wrap-txt p:last-child {
    margin-bottom: 0px;
}
.event-art_head.event-art2 {
    margin-top: 20px;
    padding: 8px 20px;
    margin-bottom: 20px;
}
.section-comment {
    padding: 30px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.section-comment .comment-txt {
    width: 620px;
    /*
    padding-right: 20px;
    */
}
.section-comment .comment-txt .title {
    margin-top: 12px;
    font-size: 18px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 20px;
    color: #4f4f4f;
    word-wrap: break-word;
    word-break: break-word;
}
.section-comment .comment-txt .txt {
    font-size: 12px;
    text-align: left;
    font-weight: 700;
    color: #4f4f4f;
}
.section-comment .comment-img {
    width: 166px;
}
.section-comment .comment-img figure {
    border: 1px solid #d2d2d3;
}
.detail-date {
    color: #4f4f4f;
    font-size: 12px;
    font-weight: bold;
    padding: 20px 0px;
    text-align: left;
}
.detail-btn-box {
    padding-top: 30px;
    margin: 0 auto;
    width: 300px;
    padding-bottom: 10px;
}
.detail-btn-box .c-btn.c-btn-tertiary.customer-terti2 {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    max-width: 300px;
    width: 100%;
}
.detail-btn-box .c-btn.c-btn-tertiary.customer-terti3 {
    max-width: 300px;
    width: 100%;
}
.section-tell {
    margin-top: 30px;
    padding-bottom: 25px;
}
.section-tell .bor-bott {
    border-bottom: 1px solid #d2d2d3;
}
.section-tell .txt-tell {
    font-size: 14px;
    font-weight: bold;
    color: #ff3d4c;
    padding-top: 23px;
}
.section-tell .txt-tell .tell {
    font-size: 20px;
    color: #ff3d4c;
    vertical-align: middle;
}
.section-tell .txt {
    font-size: 12px;
    font-weight: bold;
}
.side-wrap-icon .txt {
    font-size: 14px;
    font-weight: 700;
}
.side-wrap-icon .s-detail-btn {
    margin-bottom: 20px;
}
.tbl-requiment {
    width: 100%;
    border: 2px solid #ffffff;
}
.tbl-requiment tbody th {
    background-color: #f4f4f4;
    /*color: #4f4f4f;*/
    color: #000000;
    font-size: 12px;
    padding: 15px 10px 15px 50px;
    position: relative;
    vertical-align: top;
    width: 16.5%;
    font-weight: bold;
    position: relative;
}
.tbl-requiment tbody th:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 14px;
}
.tbl-requiment tbody th.icn01:before {
    background: url(../svg/joho_icn01.svg) no-repeat center;
    background-size: 100% auto;
}
.tbl-requiment tbody th.icn02:before {
    background: url(../svg/joho_icn02.svg) no-repeat center;
    background-size: 100% auto;
}
.tbl-requiment tbody th.icn03:before {
    background: url(../svg/joho_icn03.svg) no-repeat center;
    background-size: 100% auto;
}
.tbl-requiment tbody th.icn04:before {
    background: url(../svg/joho_icn04.svg) no-repeat center;
    background-size: 100% auto;
}
.tbl-requiment tbody th.icn05:before {
    background: url(../svg/joho_icn05.svg) no-repeat center;
    background-size: 100% auto;
}
.tbl-requiment tbody th.icn06:before {
    background: url(../svg/joho_icn06.svg) no-repeat center;
    background-size: 100% auto;
}
.tbl-requiment tbody th.icn07:before {
    background: url(../svg/joho_icn07.svg) no-repeat center;
    background-size: 100% auto;
}
.tbl-requiment tbody th.icn08:before {
    background: url(../svg/joho_icn08.svg) no-repeat center;
    background-size: 100% auto;
}
.tbl-requiment tbody th:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #d2d2d3;
    width: 132px;
    bottom: 0px;
    left: 10px;
}
.tbl-requiment tbody tr:last-child th:after {
    content: '';
    border-bottom: 0px;
}
.tbl-requiment tbody th i {
    color: #ff3d4c;
    padding-right: 12px;
    font-size: 20px;
    float: left;
    margin-top: -3px;
}
.tbl-requiment tbody td {
    font-size: 12px;
    background-color: #fff;
    padding: 15px 30px 15px;
    text-align: left;
    font-weight: 700;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
}
.tbl-requiment.clr-grey tbody td {
    color: #4f4f4f;
}
.tbl-requiment tbody td:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #d2d2d3;
    width: 100%;
    bottom: 0px;
    right: 10px;
}
.tbl-requiment tbody tr:last-child td:after {
    content: '';
    border-bottom: 0px;
}
.tbl-requiment tbody td p {
    margin-bottom: 25px;
}
.tbl-requiment tbody td p:last-child {
    margin-bottom: 0px;
}
#search .c-cont > aside > .bnr-inner .bnr-tit {
    font-weight: bold;
}
#search .c-cont > aside > .bnr-inner .bnr-list li a .tit {
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-word;
}
#search .side-wrap-icon .s-detail-btn .c-btn i {
    color: #ff3d4c;
}
#search .side-wrap-icon .s-detail-btn .c-btn.is-on i {
    color: #fff;
}
#search .side-wrap-icon .c-btn {
    min-width: 100%;
}
#search .c-bread_wrap ul {
    padding: 10px 0;
}
#search .c-bread_wrap ul li a {
    color: #ff3d4c;
    font-weight: 500;
}
#search .section-comment .comment-txt .txt {
    line-height: 1.83;
    word-wrap: break-word;
    word-break: break-word;
}
#search .section-comment .comment-txt .title {
    margin-bottom: 25px;
}
#search .brxs {
    display: none;
}
/*POPUP*/
.popup {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}
.popup_overlay {
    background: rgba(67, 67, 67, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.popup_content {
    background-color: #ffffff;
    font-size: 14px;
    max-width: 730px;
    margin: auto;
    /*
    overflow: auto;
    */
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*
        max-height: 48.5vh;
        */
    min-height: 470px;
}
.popup.popup-map .popup_content,
.popup.popup-ind .popup_content,
.popup.popup-clipboard .popup_content,
.popup.popup-cap .popup_content {
    min-height: initial;
}
.popup_content .popup-full {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #ff3d4c;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9;
}
.popup_content .popup-full .head-line i {
    color: #ff3d4c;
    padding-right: 8px;
}
.popup_content .popup-full .head-line {
    font-weight: bold;
}
.popup_box {
    overflow: auto;
    height: 48.5vh;
    padding: 63px 0 0 0;
    min-height: 470px;
}
.popup.popup-map .popup_box,
.popup.popup-ind .popup_box,
.popup.popup-clipboard .popup_box,
.popup.popup-cap .popup_box {
    height: auto;
    min-height: initial;
}
.popup_box .c-tab-pc,
.popup_box .c-tab {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #d2d2d3;
}
.popup_box .c-tab-sp {
    display: none;
}
.popup-clipboard .popup_box .c-tab {
    border-bottom: 0px;
}
.popup_box .c-tab .c-tab-side {
    -webkit-flex: 0 21.64%;
    flex: 0 21.64%;
    width: 20%;
}
.popup_box .c-tab .c-tab-side li {
    border: 1px solid #d2d2d3;
    margin-bottom: -1px;
}
.c-tab .c-tab-side li.active a {
    color: #ff2626;
    font-weight: bold;
}
.c-tab .c-tab-side li a {
    display: block;
    padding: 10px 20px 5px;
    text-align: left;
}
.c-tab .c-tab-contents {
    padding: 20px;
    width: 100%;
}
.c-tab .c-tab-side + .c-tab-contents {
    width: 80%;
}
.c-tab .c-tab-contents .c-tab-tit {
    font-weight: bold;
    margin-bottom: 17px;
    text-align: left;
}
.c-tab .c-tab-contents .list-job {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -weblit-flex-wrap: wrap;
    text-align: left;
}
.c-tab .c-tab-contents .list-job li {
    /*
    -webkit-flex: 0 20%;
    flex: 0 20%;
    max-width: 20%;
    margin-bottom: 14px;
    width: 20%;
    */
    margin: 14px 0 0 0;
}
.c-tab .c-tab-contents .list-job.is-ver2 li {
    width: 50%;
}
.c-tab .c-tab-contents .list-job.is-ver3 li {
    width: 33%;
}
.c-tab .c-tab-contents .list-job li:nth-child(1),
.c-tab .c-tab-contents .list-job li:nth-child(2),
.c-tab .c-tab-contents .list-job li:nth-child(3),
.c-tab .c-tab-contents .list-job li:nth-child(4),
.c-tab .c-tab-contents .list-job li:nth-child(5),
.c-tab .c-tab-contents .list-job li:nth-child(6),
.c-tab .c-tab-contents .list-job li:nth-child(7) {
    margin: 0 0 0 0;
}
.c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(3),
.c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(4),
.c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(5) {
    margin: 14px 0 0 0;
}
.c-tab .c-tab-contents .list-job.is-ver3 li {
    margin: 14px 0 0 0;
}
.c-tab .c-tab-contents .list-job.is-ver3 li:nth-child(1),
.c-tab .c-tab-contents .list-job.is-ver3 li:nth-child(2),
.c-tab .c-tab-contents .list-job.is-ver3 li:nth-child(3) {
    margin: 0;
}
.custom-checkbox {
    display: -webkit-box;
    display: flex;
}
/*
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.custom-checkbox span {
    background-color: #ffffff;
    border: 1px solid #b3b3b3;
    height: 17px;
    width: 17px;
    margin-right: 10px;
    position: relative;
}
.custom-checkbox input:checked ~ span:after {
    content: "";
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    height: 3px;
    width: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 3px;
}
*/
.btn-popup {
    padding: 30px 0px 10px;
}
.btn-popup.is-flt .c-btn {
    margin: 0 10px 20px 10px;
}
.popup-clipboard .btn-popup {
    padding: 0px 0px 10px;
}
.btn-popup .c-btn.c-btn-secondary.c-popup {
    width: 250px;
}
.btn-popup.is-flt .c-btn-secondary.c-popup {
    width: 220px;
}
.num_wrap {
    display: block !important;
}
.num-txt {
    font-weight: bold;
    font-size: 14px;
}
.num-txt span {
    font-size: 22px;
}
.pagination ul li a {
    color: #ff3d4c;
}
.pagination ul li a.current {
    background-color: #ff3d4c;
}
@media screen and (max-width: 896px) {
    .c-page-top .c-page-top-inner {
        margin-bottom: 0;
    }
    .event-art_head {
        margin-bottom: 15px;
    }
    .event-art_head.is-src {
        margin-bottom: 0;
    }
    .event-art_head p {
        font-size: 12px;
    }
    .event-art_head p span {
        font-size: 16px;
    }
    .event-art_head .btn-cus {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        border-radius: 8px;
        max-width: 180px;
        width: 100%;
        background-color: #f7f7f7;
        padding: 10px 10px 8px;
    }
    .section-search-box .txt-full {
        padding: 10px 15px;
    }
    .search-now {
        padding: 15px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .search-now-lt {
        display: block;
    }
    .search-now-ltdt {
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .search-now-ltdd {
        display: block;
        padding: 0;
    }
    .is-lng .search-now-ltddul {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .is-lng .search-now-ltddul li {
        margin: 0 10px 0 0;
        display: inline;
    }
    .search-now-ltddul li {
        display: inline-block;
        padding: 0;
        margin: 0 10px 0 0;
    }
    .is-lng .search-now-ltddul li span {
        display: inline;
    }
    .search-now-more {
        margin: 10px 0 0 0;
        display: none;
    }
    .search-now-more span {
        background: url('../images/common/icn_minus.png') no-repeat 0 50% / 10px auto;
        padding: 0 0 0 15px;
        font-size: 14px;
    }
    .is-lng .search-now-more span {
        background: url('../images/common/icn_plus.png') no-repeat 0 50% / 10px auto;
    }
    .section-box .search-txt {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: end;
    }
    .section-box .search-txt .txt {
        margin-bottom: 6px;
        margin-right: 0;
        font-size: 15px;
        text-align: left;
    }
    .section-box .search-txt .list-cate {
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    .section-box .search-txt .list-cate span {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    /*
    .section-box .search-txt .list-cate span:nth-child(4n) {
        margin-right: 0;
    }
    */
    .list-contain {
        margin-bottom: 10px;
    }
    .list-contain dt {
        width: 24%;
        margin-right: 10px;
    }
    .list-contain dt p {
        padding: 0 0 0 2em;
    }
    .list-contain dt p:before {
        width: 14px;
        height: 14px;
        margin: -7px 0 0 0;
    }
    body.joho.detail .list-contain dt p:before {
        top: 0;
    }
    .list-contain dd {
        width: 76%;
        padding-left: 16vw;
        font-size: 13px;
    }
    .c-btn.c-btn-primary,
    .c-btn.c-btn-secondary,
    .c-btn.c-btn-tertiary {
        padding: 12px 15px;
    }
    .c-btn.c-btn-secondary.is-on {
        padding-left: 0;
        padding-right: 0;
        -webkit-transition: auto;
        transition: auto;
    }
    .section-box .search-tit .tit {
        font-size: 14px;
        text-align: left;
    }
    .title {
        font-size: 14px;
    }
    /*detail*/
    #search .section-detail-box {
        padding: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .section-detail-full .detail-wrap-full {
        display: flex;
        justify-content: flex-start;
        padding: 10px 15px 0 15px;
        background-color: #ffffff;
    }
    .section-detail-full .txt,
    .section-detail-full .text-right {
        margin-top: 0px;
        margin-bottom: 0;
        text-align: left;
    }
    .section-detail-full .detail-wrap-full .circle {
        display: flex !important;
        flex-direction: column;
        margin-right: 10px;
    }
    .section-detail-full .detail-wrap-full .circle span {
        display: inline-block;
        background-color: #ff3d4c;
        border-radius: 10px;
        color: #ffffff;
        font-size: 11px;
        font-weight: bold;
        min-width: 60px;
        margin-bottom: 10px;
        line-height: 1;
        padding: 5px 10px;
        text-align: center;
    }
    .section-detail-full .detail-wrap-full .circle .blue {
        background-color: #00a0e9;
    }
    /*
    .detail-wrap-full .float-right {
        margin-left: 10px;
    }
    */
    .detail-wrap-full .float-right .txt {
        font-size: 12px;
        font-weight: bold;
        text-align: left;
    }
    .section-detail-box .wrap-detail {
        padding-bottom: 0;
    }
    .section-detail-box .wrap-detail .recta {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
    }
    .section-detail-box .wrap-detail .recta span {
        margin-bottom: 4px;
        margin-right: 6px;
        font-size: 10px;
    }
    .section-detail-box .detail-title {
        font-size: 15px;
    }
    .section-detail-box .detail-txt {
        font-size: 12px;
        margin-bottom: 25px;
    }
    .detail-txt-full {
        display: block;
    }
    .detail-txt-full .txt {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .detail-date {
        padding: 20px 30px;
    }
    .btn-detail-full .s-detail-btn .c-btn.customer-second {
        min-width: 250px;
    }
    .btn-detail-full .c-box-btn .c-btn.customer-terti {
        min-width: 250px;
    }
    .section-search-detail .detail-txt {
        font-size: 14px;
    }
    .section-search-detail .wrap-txt {
        font-size: 12px;
    }
    .event-art_head.event-art2 {
        justify-content: center;
    }
    .c-cont > aside {
        display: none;
    }
    .buttom-wrap {
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding: 30px 15px 0px;
    }
    .buttom-wrap .box-btn {
        margin-right: 10px;
    }
    .buttom-wrap .c-box-btn {
        width: 200px;
    }
    .buttom-wrap .c-btn.cus-buttom {
        align-items: center;
        display: flex;
        height: 60px;
        justify-content: center;
        width: 100%;
        max-width: 200px
    }
    .section-search-detail {
        padding: 20px;
        margin: 0 15px;
    }
    .section-search-detail .border-top {
        padding-top: 20px;
        margin-bottom: 30px;
    }
    .tbl-requiment tbody td:after {
        right: 0;
    }
    #search .section-search-box .txt-full {
        display: none;
    }
    #search .section-search-box .txt-full.txt-sp {
        display: flex;
    }
    /*Popup*/
    .popup_content {
        max-height: 75vh;
        overflow: auto;
        min-height: initial;
    }
    .popup_content .popup-full {
        border-bottom: 2px solid #ff3d4c;
        position: initial;
    }
    .popup_box {
        overflow: initial;
        height: auto;
        padding: 0 0 0 0;
    }
    .c-tab .c-tab-contents {
        width: 100%;
        padding: 0;
    }
    .c-tab .c-tab-contents .list-job {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .c-tab .c-tab-contents .list-job li {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 0;
        margin: 0;
        border-bottom: 2px solid #d2d2d3;
    }
    .c-tab .c-tab-contents .list-job.is-ver2 li {
        width: 100%;
    }
    .c-tab .c-tab-contents .list-job.is-ver3 li {
        width: 100%;
    }
    .c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(3),
    .c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(4),
    .c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(5) {
        margin: 0 0 0 0;
    }
    .c-tab .c-tab-contents .list-job li .custom-checkbox {
        align-items: center;
        font-weight: 700;
    }
    .popup_content .btn-popup {
        padding: 35px 15px 30px;
    }
    .popup_box .c-tab-pc {
        display: none;
    }
    .popup_box .c-tab-sp {
        display: -webkit-box;
        display: flex;
    }
    .c-tab-sp .c-tab-contents .list-job {
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .c-tab-sp .c-tab-contents .list-job li {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .c-tab-sp .c-tab-contents .list-job li:nth-child(2n) {
        border-left: 2px solid #d2d2d3;
    }
    .c-tab .c-tab-contents .c-tab-tit {
        margin-bottom: 0;
        padding: 15px;
        background-color: #000;
        color: #fff;
        position: relative;
        z-index: 1;
    }
    #search .c-bread_wrap ul {
        padding: 10px 15px;
    }
    #search .c-bread_wrap ul li,
    #search .c-bread_wrap ul li a {
        font-weight: 700;
    }
}
@media screen and (max-width: 768px) {
    .tbl-requiment tbody th i {
        padding-right: 7px;
    }
    .tbl-requiment tbody th {
        background-color: #ffffff;
        padding: 15px 15px 0 40px;
    }
    .tbl-requiment tbody th:after {
        content: '';
        position: absolute;
        border-bottom: none;
        width: 0px;
        bottom: 0px;
        left: 0px;
    }
    .tbl-requiment tbody th:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 15px;
        top: 15px;
    }
    .tbl-requiment th,
    .tbl-requiment td {
        float: left;
        padding-left: 10px;
        width: 100% !important;
    }
    .tbl-requiment tbody td {
        padding: 5px 5px 12px 40px;
    }
    .event-art_head.event-art2 {
        margin-bottom: 0px;
    }
    .tbl-requiment.customer-requiment tbody td {
        padding: 5px 15px 12px;
    }
    #search .pl_7 {
        padding-left: 7px;
        display: block;
    }
    #search .pl_td {
        padding-left: 37px;
    }
}
@media screen and (max-width: 640px) {
    .detail-txt-full .btn-detail-full {
        flex-flow: column-reverse;
    }
    .btn-detail-full .s-detail-btn {
        margin-right: 0px;
    }
    .btn-detail-full .c-box-btn .c-btn.customer-terti {
        min-width: 100%;
        margin-bottom: 15px;
    }
    .btn-detail-full .s-detail-btn .c-btn.customer-second {
        min-width: 100%;
        margin-bottom: 0;
    }
    .section-comment {
        display: block;
    }
    .section-comment .comment-txt {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .section-comment .comment-img {
        /*
        width: 100%;
            */
        margin: 0 auto;
    }
}
/*add style 20191102*/
#search .c-view_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0px 6px 6px rgba(141, 140, 135, 0.1);
    -webkit-box-shadow: 0px 6px 6px rgba(141, 140, 135, 0.1);
}
#search .search-box_btn {
    border: 2px solid #fff;
    padding: 19px 0 20px;
}
#search .event-art_head {
    line-height: normal;
    padding: 9px 20px;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#search .event-art_head span {
    position: relative;
    top: 4px;
}
#search .event-art_head .result {
    font-size: 12px;
    line-height: 1.6;
}
#search .section-box .list-contain.c_fix {
    display: flex;
    align-items: center;
}
#search .section-box .list-contain dd {
    padding-left: 10px;
}
#search .c-box_wrap.c_shadow .c-box-btn a {
    font-size: 14px;
}
#search .c-box_wrap.c_shadow .c-box-btn .c-btn.c-btn-secondary {
    padding: 11px 30px;
}
#search .c-box_wrap.c_shadow .c-box-btn .c-btn.c-btn-tertiary {
    padding: 11px 16px;
}
#search select {
    -webkit-appearance: none;
    /* Webkit */
    -moz-appearance: none;
    /* FF */
    -ms-appearance: none;
    /* Edge */
    appearance: none;
    /* Future */
    /* Optional styles */
    padding: 0.3em 1.5em 0.3em 0.6em;
    border: 1px solid currentColor;
    background: white;
    border-radius: 3px;
    font-size: inherit;
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 1em;
    background-image: url('../images/common/arow-down.png');
}
/* IE11 */
#search select::-ms-expand {
    display: none;
}
/****スマホのブレイクポイント****/
@media screen and (max-width: 896px) {
    /*
    #search .c-bread_wrap {
        display: none;
    }
    */
    #search .c-view_wrap .tab li a {
        width: 50vw;
        height: 70px;
        font-size: 21px;
    }
    #search .event-art_head .btn-cus {
        padding: 7px 22px 5px;
        border: 2px solid #d6d6d6;
        border-radius: 6px;
    }
    #search .event-art_head span {
        position: static;
    }
    #search .event-art_head {
        padding: 5px 15px 5px 15px;
        margin: 0;
    }
    #search .event-art_head .result {
        line-height: 1.6;
    }
    #search .section-search-box .section-box .search-tit .icon .blue.c-pc {
        display: none;
    }
    #search .section-search-box .section-box .search-txt .list-cate span {
        /*
        flex: 0 0 calc(25% - 10px);
        max-width: calc(25% - 10px);
        */
    }
    #search .section-search-box .section-box .search-txt .list-cate {
        flex-wrap: wrap;
        width: 100%;
    }
    /*
    #search .section-search-box .section-box .search-txt .list-cate span:last-child {
        display: none;
    }
    */
    #search .pagination {
        position: relative;
    }
    #search .pagination ul li .prev,
    #search .pagination ul li .next {
        /*width: auto;*/
        position: absolute;
    }
    #search .pagination ul li .prev {
        left: 0;
    }
    #search .pagination ul li .next {
        right: 0;
    }
    #search .section-search-box .section-box {
        padding: 15px 15px 5px;
    }
    #search .section-search-box .section-box .btn-full {
        margin-top: 0;
        position: relative;
        justify-content: center;
    }
    #search .section-search-box .section-box .btn-full:before {
        content: '';
        width: calc(100vw - 20px);
        display: block;
        background-color: #f4f4f4;
        height: 76px;
        position: absolute;
    }
    #search .section-search-box .section-box .btn-full .c-box-btn a {
        width: 150px;
        margin-top: 21px;
        font-size: 12px;
        padding: 12px 0;
    }
    #search .section-search-box .section-box .btn-full .c-box-btn {
        padding: 0;
        margin: 0 7.5px;
    }
    #search .section-search-box .section-box .search-tit .tit {
        line-height: 2;
    }
    #search .event-art_head_sp,
    .event-art-wrap-sp {
        margin-left: 15px;
        margin-right: 15px;
    }
    .section-box .search-tit {
        margin-bottom: 0;
    }
    .section-comment.event-art-wrap-sp {
        padding: 15px;
    }
    .section-comment .comment-txt .title {
        margin-top: 0;
        margin-bottom: 25px;
        font-size: 15px;
    }
    #search .section-comment .comment-txt .txt {
        font-size: 12px;
    }
    #search .section-comment .comment-img img {
        width: 100%;
    }
    #search .detail-date {
        padding: 15px;
    }
    #search .detail-btn-box {
        padding: 20px 15px 1px;
        width: auto;
    }
    #search .detail-btn-box .c-btn.c-btn-tertiary.customer-terti2 {
        height: 45px;
    }
    #search .section-tell {
        margin-top: 15px;
        padding-bottom: 20px;
    }
    #search .section-tell .txt {
        padding: 0 15px;
        text-align: left;
    }
    #search .buttom-wrap .c-btn.cus-buttom {
        height: 45px;
        font-size: 11px;
    }
    #search .buttom-wrap .box-btn .c-btn.cus-buttom {
        font-size: 12px;
    }
    #search .tbl-requiment tbody td p.mb0 {
        margin-bottom: 0;
    }
    #search .border-bottom {
        margin: 5px -15px 15px;
    }
    #search .section-box .list-contain dd {
        padding-left: 0;
    }
    /*
    #search .section-search-box {
        margin-bottom: 20px;
    }
    */
    .num_wrap {
        margin: 0 20px;
    }
    .num-txt {
        font-weight: bold;
        font-size: 12px;
    }
    .num-txt span {
        font-size: 16px;
    }
}
@media screen and (max-width: 375px) {
    #search .section-search-box .section-box .search-txt .list-cate span {
        min-width: auto;
    }
    .section-comment.event-art-wrap-sp {
        padding: 15px 12px;
    }
}
@media screen and (max-width: 350px) {
    #search .event-art_head .result {
        font-size: 10px;
    }
    #search .section-search-box .section-box .btn-full .c-box-btn a {
        width: 140px;
    }
    #search .section-search-box .section-box .btn-full .c-box-btn {
        margin: 0 5px;
    }
    #search .section-box .search-tit .tit {
        font-size: 13px;
    }
    #search .section-search-box .section-box .search-txt .list-cate span {
        font-size: 10px;
    }
    #search .list-contain dt {
        width: 20%;
    }
    #search .list-contain dd {
        font-size: 12px;
    }
}
@media screen and (max-width: 320px) {
    /*
    #search .section-search-box .section-box .search-txt .list-cate {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    */
    #search .section-search-box .section-box .search-txt .list-cate span {
        font-size: 8px;
        padding-right: 8px;
        padding-left: 8px;
    }
    .detail-wrap-full .float-right .txt,
    .section-detail-full .text-right {
        font-size: 10px;
    }
    #search .event-art_head {
        -webkit-align-items: center;
        -ms-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }
    #search .event-art_head .result {
        font-size: 12px;
        line-height: normal;
        text-align: left;
    }
    #search .brxs {
        display: block;
    }
}
