@charset "UTF-8";

.btn {
    font-feature-settings: "pwid" 1;
}
a:hover {
    transition: 0.5s;
}
.red,
.required {
    color: #dd0000;
}
.help-block {
    color: #dd0000;
    font-weight: bold;
}

.flash_message {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.flash_message .alert {
    margin: 0 auto !important;
    padding: 7px 20px;
    max-width: 100%;
    text-align: center;
}
.flash_message .alert-primary {
    background-color: #cde9ff;
    color: #778394;
}
.flash_message .alert-danger {
    background-color: #f6cac9;
    color: #684444;
}

#loading {
    position: fixed;
    top: 0;
    display: flex;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #aede9d;
}
.spinner {
    width: 80px;
    height: 80px;
    margin: auto;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}
@keyframes sk-scaleout {
    0% {
        transform: scale(0);
    } 100% {
        transform: scale(1.0);
        opacity: 0;
    }
}
.loaded {
    opacity: 0;
    visibility: hidden;
}


/*---- パーツ -----------*/
/* 画像比率 */
.thumb img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    left: 50%;
    position: absolute;
    top: 50%;
    max-width: 100%;
}
.thumb {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 59.2105263%;
    position: relative;
/*    width: 100%;*/
    max-width: 100%;
}
.thumb div {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    left: 50%;
    position: absolute;
    top: 50%;
    background: #ddd;
    padding: 50% 0;
    width: 100%;
    /* height: 100%; */
    white-space: nowrap;
}

.radius_thumb {
}
.radius_thumb img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 50%;
    object-fit: cover;
    object-position: left top;
    border: 1px solid #ddd;
    margin: 20px 0 10px;
}

.thumb_user img {
    max-width: 120px;
    max-height: 120px;
    margin: 20px 0;
    border: 0;
}
.thumb_user_sm img {
    max-width: 80px;
    max-height: 80px;
    margin: 20px 0;
    border: 0;
}

.button_box {
    padding: 20px 0;
    text-align: center;
}

.favo_color {
    background: transparent;
    border: 0;
    color: #ff2727;
}

.btn_orange {
    background: #7cb93a !important;
    border: none !important;
    color:#fff !important;
}

.nowrap {
    white-space: nowrap;
}

.table img {
    max-width: 100%;
    height: auto !important;
}

.ib {
    display: inline-block;
}

.col_list {
    margin-right: -5px;
    margin-left: -5px;
}
.col_list > .col,
.col_list > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
@media only screen and (max-width: 680px) {
    .col_list {
        margin-right: -5px;
        margin-left: -5px;
    }
    .col_list > .col,
    .col_list > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media only screen and (max-width: 680px) {
    .navbar-brand img {
        height: 30px !important;
    }
}


/*---- タイトル -----------*/
.h1 {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    padding: 0 0 25px;
}
.h1:before {
    position: absolute;
    content: "";
    top: 1px;
    height: 25px;
    margin: 10px auto;
    border-bottom:2px solid #aaa;
}
.h2 {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 10px;
}

.page_title {
    font-size: 23px;
    font-weight: bold;
    padding: 0px;
    margin-bottom: 20px;
}
.page_title_sub {
    font-size: 21px;
    font-weight: bold;
    padding: 0px;
    margin: 0 0 15px;
}
.page_title_small {
    display: block;
    max-width: 720px; 
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #b9b9b9;
    color: #b9b9b9;
} 
.sp-iblock {
    display: inline;
}

@media only screen and (max-width: 680px) {
    .sp-iblock {
        display: inline-block;
    }

    .page_title {
        font-size: 20px !important;
        /*margin-bottom: 0px;*/
    }
    .page_title_sub {
        font-size: 15px !important;
        margin: 0 0 9px;
    }
    .page_title_small {
        display: block;
        max-width: 720px; 
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 5px;
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px solid #b9b9b9;
        color: #b9b9b9;
    } 
}

/*---- モーダル -----------*/
.modal_textarea {
    color: #666666;
    background: #fff;
    border: 1px solid #ddd !important;

    padding: 0 12px !important;
    width: 100%;
    display: block !important;
    border-radius: 2px;
    outline: none !important;
    cursor: text !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    margin: 0 !important;
    position: static;
    outline: none !important;
}
.modal_info_txt {
    padding-bottom: 35px;
    padding-top: 20px;
}
.pure-modal h2 {
    font-size: 20px;
    margin: 0 0 30px;
}
.pure-modal label {
    display: inline-block;
}
@media only screen and (max-width: 680px) {
    .pure-modal h2 {
        font-size: 14px !important;
        margin: 0 0 20px;
    }
    .modal_info_txt {
        padding-top: 25px;
        font-size: 12px;
    }
    .form_parts {
        padding: 0 0 15px;
        font-size: 12px;
    }
}

.form_parts {
    padding: 0 0 15px;
}

html {
    /*min-height: 100%;*/
    height: 100%;
    font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
body {
    background: #fff;
    height: 100%;
}
#app {
    height: 100%;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}
main {
    flex: 1;
}



/*---- メイン -----------*/
.wrapper {
    width: 100%;
    max-width: 1230px;
    margin: auto;
    padding: 0 15px;
}
.top_w {
    padding: 10px 60px;
    z-index: 999;
}
.wrapper_content {
    max-width: 1100px;
    margin: auto;
    padding: 0 15px;
}

@media only screen and (max-width: 680px) {
    .top_w {
        margin: 0 auto !important;
    }
}
/*main.app {
    padding-top: 120px;
}*/
main.top {
    padding-top: 0!important;
}

.top_main {
    border-radius: 15px;
/*    margin-bottom: 30px;*/
}
.main {
    border-radius: 15px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 680px) {
    .wrapper {
        padding: 0;
    }
    .top_w {
        padding: 0 10px !important;
    }

/*    main.app {
        padding-top: 110px !important;
    }
    */

    .top_main {
        padding: 20px 0px;
        border-radius: 15px;
    }
    .main {
        padding: 0 0px 20px;
        border-radius: 15px;
    }
}


/*
.element {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}*/



.header_slider {
    position: relative;
    width: 100%;
    height: 580px;
    max-width: 100%;
    overflow: hidden;
}
.header_slider .slider img,
.header_slider .slider .image {
    width: 100%;
    height: 580px;
    background-size: cover !important;
}

.slick-slider {
    width: 100%;
    height: 580px;
    overflow: hidden;
}
.slick-track {
    display: flex;
}
.slick-slide {
    height: auto !important;
}
.slick-next {
    right: 30px;
    z-index: 9;
}
.slick-prev {
    left: 30px;
    z-index: 9;
}
.slick-prev:before,
.slick-next:before {
    font-size: 30px;
}
.slick-dots {
    position: absolute;
    bottom: 20px;
    z-index: 41;
}
.slick-dots li.slick-active button:before {
    color: #fff;
}
.slick-dots li button:before {
    color: #fff;
}
.slick-dotted.slick-slider {
    margin: 0;
}

.top_header {
    position: absolute;
    top: 0;
    display: flex;
    height: 580px;
    background-position: center;
    background-color: rgba(0,0,0,0.6);
    background-size: cover;
    color: #fff;
    z-index: 1;
}
.top_header .wrapper {

}
.top_header_copy {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
}
.top_header_copy h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
}
.top_header_copy_sub {
    padding-top: 20px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.6;
    color: #d0d0d0; /*#9af17c;*/
}
.top_header_title {
    display: inline-block;
    font-size: 50px;
    color: #7bd97f;
}
.top_header_right {
    padding: 40px 60px;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.3);
}
.top_header_right_info {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0;
}
.top_header_right_info_sub {
    margin-bottom: 30px;
    text-align: center;
    color: #FFEB3B;
    font-size: 16px;
    font-weight: bold;
}
.top_header_register {
    padding: 20px 0;
    margin-bottom: 20px;
    background: #ef1717; /*ff9800;*/
    border: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_header_client {
    padding: 20px 0;
    background: #03A9F4;
    border: none;
    color: #fff;
}
.top_header_register:hover ,
.top_header_client:hover {
    color: #fff;
    opacity: 0.8;
}
.header_search_icon_f {
    display: flex;
    align-items: center;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .top_header_right {
        padding: 0;
        margin-top: 0;
        background: rgba(0, 0, 0, 0.3);
    }
    .top_header_right_buttons {
        display: flex;
    }
    .top_header_register {
        padding: 15px 0 !important;
        margin-bottom: 0 !important;
    }
    .top_header_client {
        padding: 15px 0 !important;
    }
}
@media only screen and (max-width: 680px) {
    .header_search_top {
        display: block !important;
    }
    .top_header_right_buttons {
        display: block !important;
    }
    .top_header_register {
        padding: 10px 0 !important;
    }
    .top_header_client {
        padding: 10px 0 !important;
    }
    .header_search_icon_f {
        margin-top: 10px !important;
    }

    
    .top_header_right {
        padding: 0;
        margin-top: 0;
        background: 0 !important;
    }
    .top_header_right_info {
        font-size: 21px !important;
    }
    .top_header_right_info_sub {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .top_header_right_buttons {
        display: flex !important;
    }

}

.top_header_cate {
    padding: 10px;
}
.top_header_cate p {
    margin-bottom: 0 !important;
}
.top_header_cate a {
    padding: 10px 0;
    font-size: 17px;
    font-weight: bold;
    color: #055700;
}
.top_header_cate i {
    padding-bottom: 15px;
    font-size: 45px;
    color: #3c9310;
}

.top_header_cate .cat_icon {
    position: relative;
    width: 50%;
    margin: 0 auto 10px;
    padding: 30%;
    border-radius: 50%;
    background: #a6cae7;
}
.top_header_cate .cat_icon i {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -.5em 0 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.top_category_lists {
    background-color: #f7f7f7;
    border-radius: 10px;
    border: 1px solid #ddd;
    color: #666;
}
.top_category_lists a {
    color: #5c9725;
    text-decoration: underline;
}
.top_category_lists ul {
    list-style: none;
    margin: 0;
    padding: 5px 10px;
}
.top_category_lists ul li {
    display: inline-block;
    padding-right: 15px;
}

@media only screen and (max-width: 680px) {
    .top_header_copy  {
        padding-top: 60px !important;
        padding-bottom: 20px !important;
    }
    .top_header_copy h1 {
        font-size: 28px;
    }
    .top_header_copy_sub {
        margin-top: 10px;
        padding-top: 0 !important;
        font-size: 16px;
    }
    .top_header_title {
        font-size: 40px;
        padding-top: 5px;
    }
    .top_header_button {
        width: 70%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
    }
    .slick-dots {
        display: none !important;
    }

    .top_header_cate .cat_icon {
        padding: 25%;
    }
}

/*---- パンクズ -----------*/
.breadcrumb {
    padding-top: 0;
    margin-bottom: 25px;
    background-color: #fff;
    font-size: 12px;
}
@media only screen and (max-width: 680px) {
    .breadcrumb {
        padding: 0.75rem 0 !important;
    }
}
.breadcrumb .container ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
/*    background-color: #e9ecef;*/
    border-radius: 0.20rem;
}
.breadcrumb li {
    position: relative;
    margin: 0 22px 0 0;
}
.breadcrumb li::after {
    content: '>';
    position: absolute;
    margin: 0 22px 0 0;
    padding-left: 7px;
}
.breadcrumb li:last-child::after {
    content: '' !important;
}


/*---- ヘッダーメニュー -----------*/

.app_header {
    /*position: fixed;
    height: 110px;*/
    z-index: 999;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
}


.navbar-brand {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 0;
    font-size: 24px;
}
.header_nav {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0 !important;
}
.header_nav .navbar-brand {
    font-size: 18px;
}
.menu {
    display: flex;
    text-align: right;
    justify-content: end;
    background: transparent;
}

.right_menu {
    display: flex;
    list-style: none;
    padding-left: 0;
    padding-right: 15px;
    margin-bottom: 0;
    margin: 0 15px;
    text-align: right;
    margin-left: 0;
}
.right_menu li{
    margin-right: 10px;
}
.right_menu li a {
    display: inline-block;
    padding: 10px 20px 10px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}
.right_menu li a:hover {
    background: #c4c4c4;
    color: #fff;
    transition: all 0.3s;
}

@media only screen and (max-width: 680px) {
    .app_header {
/*        height: 86px;*/
    }

    .header_nav {
        padding-top: 10px;
    }

    .menu {
        display: block;
        padding: 0;
    }

    .left_menu {
        margin: 0 30px 0 0 !important;
    }
    .right_menu {
        margin: 0 !important;
        padding: 0 15px !important;
    }
    .right_menu li.left {
        flex: auto;
        width: 50%;
        margin-right: 5px !important;
    }
    .right_menu li.right {
        flex: auto;
        width: 50%;
        margin-right: 0px !important;
        margin-left: 5px !important;
    }
    .right_menu li a {
        padding: 10px 0px 5px !important;
        border-bottom: 3px solid #ededed;
        width: 100%;
        text-align: center;
        font-size: 13px;
    }

    .right_menu li.active a {
        border-bottom: 3px solid #2fa360;
    }

    .breadcrumb {
        margin-bottom: 0;
    }    
    /*
    .right_menu .sp_home,
    .right_menu .sp_home a {
        padding-top: 10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        color: #2fa360;
        font-size: 18px !important;
        border: none !important;
    }*/
}


/*---- サイドバー -----------*/
.side_title {
    background:#f0f0f0;
    padding: 10px;
    font-weight:bold;
    font-size: 15px;
    margin-bottom: 15px;
}
.side_sub_title {
    padding: 10px 0;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #222;
    margin: 0 0 10px;
}
.side_search {
    
}

.sidebar_menu {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}
.sidebar_menu h3 {
    /*padding: 0 0 0 15px;*/
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.sidebar_menu h3 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    text-decoration: none;
    color: #000;
    position:  relative;
}
.sidebar_menu h3 a::before {
    display:  inline-block;
    text-decoration:  none;
    border-radius: 5px;
    position:  relative;
    height: 24px;
    width: 24px;
}
.sidebar_menu h3 a::after {
    content:  '';
    width: 12px;
    height: 12px;
    display:  block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    position:  absolute;
    top: 17px;
    bottom:  0;
    left:  0;
    right:  5px;
    margin-left:  auto;
    color: #aaaaaa;
}
.side_search input[type="text"],
.side_search button {
    width: 100%;
    margin-top: 15px;
}

.side_form_keyword {
    display: flex;
    flex-grow: 1;
    list-style: none;
    margin-bottom: 0;
    text-align: left;
}
.side_form_keyword form {
    display: flex;
    flex-grow: 1;
}
.side_form_keyword button {
    width: 20%;
}


/*---- ヘッダー -----------*/
.header_search {
    display: flex;
    flex-grow: 1;
    max-width: 500px;
    list-style: none;
    padding-left: 25px;
    padding-right: 0;
    margin: 3px 0 -6px;
    text-align: left;
}
.header_search form {
    display: flex;
    flex-grow: 1;
}
.header_search input[type="text"],
.header_search select {
    display: inline-block;
    margin-top: 15px;
    background: #f0f0f0;
    border-color: #f0f0f0;
}
.header_search select {
    width: 120px;
}
.header_search button {
    width: 15%;
    display: inline-block;
    margin-top: 15px;
}

@media only screen and (max-width: 680px) {
    #header_search {
        display: none;
    }
    .sp_menu_header_search {
        display: block;
    }
}

/*------- トップフォーム --------*/


.header_search_top {
    display: flex;
    align-items: center;
    flex-grow: 1;
    width: 700px;
    max-width: 100%;
    list-style: none;
    padding-right: 0;
    margin: 15px 0 20px;
    text-align: left;
}
.header_search_top form {
    display: flex;
    flex-grow: 1;
}
.header_search_top input[type="text"],
.header_search_top select {
    display: inline-block;
    margin-top: 15px;
    background: #fff;
    border-color: #fff;
    font-size: 17px;
    border-radius: 3em;
}
.header_search_top select {
    width: 170px;
    margin-right: 10px;
}
.header_search_top input[type="text"] {
    padding-left: 20px;
}
.header_search_top button {
/*    width: 15%;*/
    display: inline-block;
    margin-top: 15px;
    color: #fff;
}
.header_search_top i {
    font-size: 30px;
}

@media only screen and (max-width: 991px) {
    .header_search_top {
        width: 100%;
        max-width: 100%;
        margin: 20px 0 20px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 680px) {
    .header_search_top input[type="text"],
    .header_search_top select {
        margin-top: 0 !important;
        font-size: 14px;
    }
    
    .header_search_top button {
        margin-top: 0 !important;
        padding-top: 0;
        padding-bottom: 0;
    }
}


/*---- コンテンツ -----------*/
.content_box {
    border: 1px solid #ddd;
    background: #fff;
    word-break: break-all;
}
.content_box_item {
    padding: 15px;
}
.content_list {
    display: flex;
    padding: 15px;
    border: 1px solid #ddd;
}

.content_thumb {
    position: relative;
/*    width: 100px;*/
    height: auto;
    margin: 0;
}
.content_thumb img {
    width: 100%;
}
.favorite_button {
    position: absolute;
    top: 0px;
    right: 5px;
}
.favorite_button button {
    font-size: 25px;
    outline: none;
}
.favorite_button button:hover {
    opacity: 0.5;    
}

.user_box_body {
    height: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.content_body {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 12px;
    width: auto;
    height:100%;
    word-break: break-all;
}
/*.content_body a {
}
.content_body .list_name {
    font-size: 16px;
}
.content_body .list_name a {
    color: #000;
    font-weight: bold;
}*/

.content_body .list_body {
    font-size: 13px;
    color: #aaa;
    padding: 10px 0;
    word-break: break-all;
}
.content_body .list_button {
    margin: 15px 0 0;
}
.content_body .list_button a {
    display: block;
    width: 100px;
    margin: 5px 0;
}
.content_body .user_button {
    margin-top: auto;
}

.item_box {
}
.user_box {
}

.user_box .list_name,
.user_box .list_name h2, 
.user_box .list_name h3,
.user_box .list_name h4 {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin: 0;
}
.user_box .list_name a {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
.user_box .list_info {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.user_box.list4 .list_info,
.user_box.list6 .list_info {
    display: block;
}
.user_box .list_info .list_info_rate {
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.user_box .nickname {
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.user_box .nickname a {
    display: inline-block;
    width: 100%;
    font-size: 17px;
}
.user_box .list_body {
    font-size: 13px;
    color: #aaa;
    padding: 10px 0;
    word-break: break-all;
}

.item_box .list_name,
.item_box .list_name h2, 
.item_box .list_name h3,
.item_box .list_name h4 {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin: 0;
}
.item_box .list_name a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
.item_box .list_body {
    font-size: 13px;
    color: #aaa;
    padding: 10px 0;
    word-break: break-all;
}


.user_box .category,
.item_box .category {
    margin: 10px 0 5px;
}
.user_box .category a,
.item_box .category a {
    display: inline-block;
    width: auto;
    font-size: 12px !important;
    padding: 3px 5px;
    margin: 0 3px 4px 0;
    background: #f0f0f0;
    color: #7e7e7e !important;
    text-decoration: none;
    border-radius: 5px;
}
.user_box .tags,
.item_box .tags {
    line-height: 1.3;
    border-top: 1px solid #d9d9d9;
    padding-top: 12px;
}
.user_box .tags a,
.item_box .tags a {
    display: inline-block;
    font-size: 12px;
    padding: 0px 3px;
    margin: 0 2px 0 0;
    color: #5587dd;
    text-decoration: none;
}
.item_box .tags a {
    display: inline-block;
    font-size: 12px;
    padding: 3px 5px;
    margin: 0 4px 0 0;
    font-size: 12px;
    margin: 0 3px 0 0;
    color: #999;
    border: 1px solid #999;
    border-radius: 5px;
    text-decoration: none;
}

.item_view_main .tags {
    line-height: 1.3;
/*    border-top: 1px solid #d9d9d9;*/
    padding-top: 15px;
}
.item_view_main .tags a {
    display: inline-block;
    font-size: 13px;
    padding: 3px 15px 2px 15px;
    margin-right: 2px;
    margin-bottom: 6px;
    border: 1px solid #3490dc;
    color: #3490dc;
}



/*--- 募集詳細、企業詳細 ---*/
.item_detail_header {
    border-bottom: 1px solid #ddd;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.user_view, 
.item_view {
    background: #fff;
    padding: 40px 0;
    border-radius: 15px;
}
.user_view .table,
.item_view .table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;    
}
.user_view .table th,
.item_view .table th {
    width: 150px;
    font-weight: bold;
}
.user_view .table td, 
.user_view .table th, 
.item_view .table td,
.item_view .table th {
    border-top: none;
}

.item_view_main {
    border-bottom: 1px solid #ddd;
}
.item_view_header {
    margin-bottom: 1.5rem;
}
.item_view_header i {
    margin: 0 5px 0 0;
    color: #333;
}
.item_header_title {
    display: flex;
    align-items: center;
}
.item_header_title .page_title {
    font-size: 28px;
}
.item_header_date {
    display: flex;
    margin-left: auto;
    color: #ababab;
    font-size: 13px;
}
.item_header_info {
    margin: 8px 0 10px;
    line-height: 2;
    color: #333;
}
.item_header_cname {
    font-size: 14px;
}

.item_content {
    font-size: 15px;
}
.item_header_line {
    
}


.item_content .item_view_table {
    border: 1px solid #f2f2f2;
}
.item_content .table_line {
    display: flex;
    border-bottom: 1px solid #f2f2f2;
}
.item_content .table_htxt {
    width: 200px;
    min-width: 200px;
    background: #f2f2f2;
    font-weight: bold;
}
.item_content .table_htxt,
.item_content .table_dtxt {
    padding: 20px;
    word-break: break-all;
}

.item_view_review {
    border: 1px solid #ddd;
}

@media only screen and (max-width: 680px) {
    .item_view {
        padding: 0;
    }
    .item_content {
        font-size: 13px;
    }
    .item_content .table_line {
        display: block;
    }
    .item_content .table_htxt {
        width: 100%;
    }
    .item_content .table_htxt,
    .item_content .table_dtxt {
        padding: 10px;
    }
    .item_content .table_dtxt {
        padding: 10px 10px 30px;
    }
    .item_view_review {
        padding: 5px !important;
    }
    .item_view_review h5 {
        font-size: 15px;
    }
}

.header_feature_tags a {
    padding: 8px;
    margin: 0 10px;
/*    font-size: */
}
.feature_tags {
    margin-top: 20px;
}
.feature_list {
}
i.i_page_title {
    color: #28950a;
    margin-right: 8px;
}
.feature_list a {
    display: inline-block;
    width: 100%;
    padding: 4px 10px;
    margin: 0 10px 15px;
    color: #000;
    border: 1px solid #7dad70;
    color: #3e8e2a;
    text-align: center;
    font-weight: bold;
}
@media only screen and (max-width: 991px) {
    .item_header_title {
        display: block !important;
    }

}
@media only screen and (max-width: 680px) {
    .item_header_title {
        display: block !important;
    }
}

.h1_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.h1_box .favo_color i {
    color: #ff2727 !important;
}
.item_header_user_body {
    display: flex;
    align-items: center;
    margin-top: 23px;
}
.item_header_user_body .item_user_name {
    font-weight: bold;
}
    
.appli_btn {
    width: 350px;
    max-width: 100%;
    padding: 15px;
}


/*------- タグ ----------*/
.item_tags {
    
}
.item_tags a {
    display: inline-block;
    padding: 1px 10px;
    margin-right: 2px;
    margin-bottom: 4px;
    font-size: 12px;
    color: #000;
    border: 1px solid #aaa;
    background: #fff;
    text-decoration: none;
}
.item_tags a:hover {
    background: #f2f2f2;
}


.item_types {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1em;
    margin: 8px 0 6px;
}
.item_types .line {
    margin-bottom: 2px;
    margin-right: 4px;
}
.item_types .line i {
    margin: 0 2px 0 0 !important;
}
.item_types .line .type {
    font-weight: bold;
}
.item_type_span {
    display: inline-block;
    padding: 2px 7px;
    background: #3490dc;
    color: #fff;
    border: 1px solid #3490dc;
}
.item_type_str {
    padding: 2px 6px;
    font-weight: bold;
    border: 1px solid transparent;
}
.item_list_detail {
    color: #999;
    font-size: 13px;
}

.item_view_main .item_types {
    font-size: 14px;
}
.item_view_main .item_type_span,
.item_view_main .item_type_str {
    display: inline-block;
    padding: 4px 6px 3px;
}

.catch_text {
    font-size: 15px;
    color: #3b8da7;
}

.item_box .list_info_right {
    display: flex;
}
.item_box .list_info_right .info_table {
    table-layout: fixed;
    width: 100%;
}
.item_box .list_info_right .info_table th,
.item_box .list_info_right .info_table td {
    padding: 8px 10px;
    border: 1px solid #d9d9d9;
    text-align: center;
}
.item_box .list_info_right .info_table th {
    font-size: 15px;
    font-weight: bold;
    background: #efefef;
}
.item_box .list_info_right .info_table p {
    margin: 0;
}
.item_box .list_info_right .info_table p span {
    font-size: 24px;
}
.item_box .list_info_right .info_table p.exp_s {
    font-size: 13px;
    color: #666;
}
.item_box .list_info_right .info_table .count_num {
    font-size: 20px;
    display: inline-block;
}
.item_box .list_info_left {
    position: relative;
}
.item_box .list_info_left .list_favo_form {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 20px;
}

.item_box .list_info_right .info_table_sm {
    table-layout: fixed;
    width: 100%;
    font-size: 13px;
}
.item_box .list_info_right .info_table_sm th,
.item_box .list_info_right .info_table_sm td {
    padding: 3px 5px;
    border: 1px solid #d9d9d9;
    text-align: center;
}
.item_box .list_info_right .info_table_sm th {
    font-size: 12px;
    background: #efefef;
}
.item_box .list_info_right .info_table_sm p {
    margin: 0;
}
.item_box .list_info_right .info_table_sm p span {
    font-size: 20px;
}
.item_box .list_info_right .info_table_sm p.exp_s {
    font-size: 13px;
    color: #666;
}
.item_box .list_info_right .info_table_sm .count_num {
    font-size: 16px;
    display: inline-block;
}
.history.item_box .list_name a {
    font-size: 14px !important;
    line-height: 1.5;
}


@media only screen and (max-width: 991px) {
    .list_info_right {
        display: block;
        border-left: none;
    }
    .list_info_right .info_table {
        margin-top: 10px;
    }
        
}

@media only screen and (max-width: 680px) {
    
    .item_view_main {
        padding-bottom: 0;
    }
    .catch_text {
        font-size: 14px;
    }
    .item_view_header {
        margin-bottom: 0rem !important;
    }
    .item_detail_content {
        padding: 20px 0;
    }
    .item_types .line {
        display: block;
        padding: 3px 0;
    }
    .item_types .line .line_title {
        display: inline-block;
        width: 5em;
        padding: 4px 6px 3px;
        background: #3490dc;
        color: #fff;
        border: 1px solid #3490dc;
    }
    .item_types .line .type {
        font-weight: normal;
    }
    .item_types .line .line_title i {
        color: #fff;
    }
}






/*---- おすすめ -----------*/
.recommend_box {
    padding: 10px 15px 5px;
    border: 2px solid #38c172;
    border-radius: 10px;
}
.recommend {
    
}
.recommend .content_box {
    border: none;
}
.recommend .content_thumb {
    padding: 0px 30px 15px 30px;
}
.recommend .content_body {
    padding: 4px 7px;
    text-align: center;
    font-size: 10px;
}
.recommend .user_box .category a {
    font-size: 11px !important;
    margin: 0 2px 2px 0;
}
.recommend .user_box .nickname a {
    font-size: 14px !important;
}
.recommend .page_title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 7px 0 0;
    color: #38c172;
}


/*---- ログイン -----------*/
.login_box {
    background: #fff;
    border-radius: 15px;
    padding: 45px 14px !important;
}
.login_main {
    padding: 50px 30px 30px;
    margin: 45px 15px 45px;
}
.login_form {
    margin: auto;
}
.login_form label {
    font-weight: bold;
}
.login_label {
    font-weight: bold;
    font-size: 14px;
    padding-right: 30px;
    white-space: nowrap;
}
.login_input {
    font-size: 12px;
    padding-right: 0;
    padding-left: 0;
}
.login_bottom {
    border-top: 1px solid #cdcdcd;
}
.form_status {
    text-align: left;
    color: #dd0000;
    margin: 0 auto 30px;
    list-style: none;
    padding: 10px 20px;
    background: #f6e5e5;
    border-radius: 15px;
}

@media only screen and (max-width: 680px) {

    .login_main {
        padding: 30px 15px 15px;
        margin:  0 0 15px;
    }
    .login_label {
        font-size: 12px;
        padding-right: 0;
        padding-left: 0;
    }

    .content_box_item {
        padding: 10px;
    }
    .content_body {
        padding: 10px !important;
    }
    .user_box .list_name a {
        display: inline-block;
        width: 100%;
        font-size: 13px;
        font-weight: bold;
        color: #000;
    }
    .nickname a {
        font-size: 12px !important;
        padding: 3px 0px;
    }
    
    .user_box .category a {
        font-size: 11px !important;
        padding: 3px 0px;
        background: #fff;
        color: #7e7e7e !important;
    }
    .user_box .tags a {
        display: inline-block;
        font-size: 10px !important;
        margin-right: 1px;
        padding: 1px 3px !important;
        /*background: #fff;*/
        color: #999 !important;
    }
    
    .item_box .list_name a {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }
    .item_box .category a {
        font-size: 12px !important;
        padding: 3px 0px;
        background: #fff;
        color: #7e7e7e !important;
    }
    .item_box .tags a {
        display: inline-block;
        font-size: 12px !important;
        margin-right: 1px;
        padding: 1px 3px !important;
        /*background: #fff;*/
        color: #999 !important;
    }        
}


/*---- フッター -----------*/
#footer {
    background: #f4f4f4;
    padding: 15px 0;
}


/*---- SP -----------*/
/*---- SP -----------*/
.menu-btn,
#menu-btn-check {
    display: none;
}
.header_sp_menu {
    height: calc(100vh - 55px - 40px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    padding: 0;
    margin: 10px 0;
    background: #fff;
}
.header_sp_menu::-webkit-scrollbar{
    display:none;
}
.header_sp_menu li {
    
}
.header_sp_menu li.t {
    font-weight: bold;
    padding: 20px 15px 10px;
}
.header_sp_menu li a {
    display: inline-block;
    width: 100%;
    padding: 11px 15px;
    border-bottom: 1px solid #dfdfdf;
    color: #333;
}
.header_sp_menu .list-group {
    
}
.header_sp_menu .list-group .list-group-item {
    padding: 0;
    border: none;
}
.header_sp_menu  .user_icon {
    width: 80px;
    height: 80px;
}

.user_icon_wrap {
    display: flex;
    flex-wrap: wrap;
}
.user_icon {
    position: relative;
    width: 100px;
    height: 100px;
}
.user_icon:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.user_icon img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    border-radius: 50%;
}
.item_view_icon {
    width: 60px;
    height: 60px;
}


@media only screen and (max-width: 991px) {
    .header_search {
        padding-left: 10px;
    }
    .header_register_btn {
        font-size: 13px;
    }
}
@media only screen and (max-width: 680px) {

    .menu-btn {
        display: flex !important;
        position: fixed;
        top: 5px;
        right: 15px;
        height: 45px;
        width: 45px;
        justify-content: center;
        align-items: center;
        z-index: 999;
        background-color: #fcfcfc;
        border: 1px solid #999;
        border-radius: 5px;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #999;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }

    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
        transition: all 0.5s;
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
        transition: all 0.5s;
    }

    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
        transition: all 0.5s;
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
        transition: all 0.5s;
    } 

    .menu-content {
        width: 100%;
        height: calc(100% - 56px - 50px) !important;
        position: fixed;
        top: 56px;
        left: 100%;
        z-index: 80;
        background-color: #fff;
        transition: all 0.5s;
        overflow-y: scroll;
    }
    #menu-btn-check:checked ~ .menu-content {
        left: 0;
    }
    #menu-btn-check:checked ~ .menu-content {
        left: 0;
    }
}


.blog_main {
    margin-top: 30px;
    margin-bottom: 50px;
}
.blog_main img {
    max-width: 100%;
    height: auto !important;
}
.blog_main .page_title {
    margin-bottom: 40px !important;
}
.blogs_list {
    
}
.blogs_list .blog_post {
/*    margin-bottom: 30px;*/
    margin: auto;
    line-height: 2;
    letter-spacing: 0.5px;
}
.blogs_list .blog_post.blist {
    width: 90% !important;
}
.blogs_list .blog_post p {
    margin-bottom: 1.8rem;
}
.blogs_list .blog_post a {
    display: inline-block;
    width: 100%;
    color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}
.blogs_list .blog_post img {
    display: block;
    margin: 50px auto;
}
.blogs_list .blog_post .blog_header {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.blog_header .blog_date {
    margin-right: 25px;
    color: #7d7d7d;
}
.blog_header .blog_title {
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0;
}
.blog_header .blog_body {
    padding: 20px 0;
    margin-top: 10px;
    line-height: 2;
}
.blog_pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
    text-align: center;
}

.blog_header_view {
    margin-top: 30px;
    text-align: center;
}
.blog_header_view .blog_title {
    font-size: 28px !important;
    font-weight: bold !important;
    margin: 0 0 10px;
}
.blog_header_view .blog_date {
    margin-right: 25px;
    margin: 0 0 40px;
    color: #7d7d7d;
}
.blog_header_view .blog_body {
    padding: 20px 0;
    margin-top: 10px;
}


@media only screen and (max-width: 680px) {
    .blog_main {
        margin-top: 0!important;
    }
    .blog_main .page_title {
        margin-bottom: 20px !important;
    }
    .blogs_list .blog_post .blog_header {
        padding: 0;
    }
    .blogs_list .blog_post .blog_header_view {
        margin-top: 0px;
    }
    .blogs_list .blog_post {
        width: 100% !important;
    }    
    .blog_header .blog_title {
        font-size: 16px !important;
        margin: 0;
    }
    .blog_header_view .blog_title {
        font-size: 20px !important;
        margin: 0;
    }
    .blog_header_view .blog_date {
        margin: 0 0 30px;
    }
}

.border_red {
    border: 1px solid #dd0000;
}
