/*::::::::::::::::::::::::::::::::::::::::::*/
/*
    map of categories
*/
/*::::::::::::::::::::::::::::::::::::::::::*/
/*
   Style css
*/
/* common style */
/* - icon style */
/* - button style */
/* - table style */
/* - icon style */
/* - balloon style */
/* layout style */
/* - header style */
/* - footer style */
/* Other parts style */
/* - takumi/note.html */
/* - note-index.html */
/* - consult/category/item.html */
/* - product/charged.html */
/*
*
*
*
*/
/* ===============================================*/
/* common style */
/* ===============================================*/
html {
    height: 100%;
    width: 100%;
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

body > a, body > a img {
    position: absolute;
}

strong {
    font-weight: bold;
}

h3 {
    height: auto;
}

/*
   icon style
------------------------- */
span.icon {
    position: relative;
    line-height: 1rem;
    text-indent: 1.25rem;
}

span.icon.noindent{
    text-indent: 0.25rem !important;
}


span.icon-r {
    position: relative;
    line-height: 1rem;
}

span.good::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: url(../images/subpages/ico-good.png);
    background-repeat: no-repeat;
}

span.favo::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: url(../images/subpages/ico-star.png);
    background-repeat: no-repeat;
}

span.comment::before {
    content: "";
    display: inline-block;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: url(../images/ico-comment.png);
    background-repeat: no-repeat;
}

span.quest::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: url(../images/subpages/ico-quest.png);
    background-repeat: no-repeat;
}

span.check-off::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: url(../images/subpages/ico-check-off.png);
    background-repeat: no-repeat;
}

span.crown {
    font-size: 0.875rem;
    color: #FFAA00;
    line-height: 1.25rem;
    text-indent: 1.87rem;
}

span.crown::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 1rem;
    height: 1rem;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/subpages/ico-crown.png);
    background-repeat: no-repeat;
}

span.note25 {
    font-size: 1rem;
    line-height: 1rem;
    text-indent: 2rem;
    margin-right: 0;
}

span.note25::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 1rem;
    height: 1rem;
    top: -4px;
    width: 25px;
    height: 25px;
    background: url(../images/subpages/icon-note_x25.png);
    background-repeat: no-repeat;
}

span.check-square {
    font-size: 1rem;
    color: #fff;
    line-height: 1rem;
    text-indent: 1.5rem;
}

span.check-square::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 1rem;
    height: 1rem;
    width: 1.188rem;
    height: 1.188rem;
    background: url(../images/subpages/ico_check_squ.png);
    background-repeat: no-repeat;
}

span.link {
    line-height: 1rem;
}

span.link::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -1.3rem;
    width: 1rem;
    height: 1rem;
    width: 1rem;
    height: 1rem;
    background: url(../images/subpages/ico_link.png);
    background-repeat: no-repeat;
}

span.search {
    font-size: 1.3rem;
    color: #036c85;
    line-height: 1.3rem;
    text-indent: 2.5rem;
}

span.search::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 1rem;
    height: 1rem;
    width: 1.87rem;
    height: 1.87rem;
    background: url(../images/subpages/ico_search.png);
    background-repeat: no-repeat;
    top: -4px;
}

/*
   button style
------------------------- */
#front .btn2 {
    font-weight: normal;
    cursor: pointer;
}

/*
   table style
------------------------- */
table.table_gr {
    width: 100%;
    border: 1px solid #81B5C2;
    border-collapse: collapse;
}

table.table_gr th, table.table_gr td {
    font-weight: normal;
}

table.table_gr th {
    color: #fff;
    background-color: #81B5C2;
    width: 210px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    table.table_gr.table_row tr, table.table_gr.table_row th, table.table_gr.table_row td {
        display: block;
        width: auto;
    }
}

table.table_gr.table_row th, table.table_gr.table_row td {
    font-weight: normal;
    padding: 15px 20px;
}

table.table_gr.table_row th {
    border-bottom: 1px solid #fff;
}

table.table_gr.table_row td {
    border-bottom: 1px solid #81B5C2;
}

table.table_gr.table_row tr:last-child th {
    border-bottom: 1px solid #81B5C2;
}

@media screen and (max-width: 767px) {
    table.table_gr.table_row tr:last-child td {
        border-bottom: none;
    }
}

table.table_gr.table_col th {
    text-align: center;
    border-right: 1px solid #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.table_gr.table_col th:last-child {
    border-right: 1px solid #81B5C2;
}

table.table_gr.table_col td {
    padding: 15px 20px;
    border-right: 1px solid #81B5C2;
    border-bottom: 1px solid #81B5C2;
}

/*
   balloon style
------------------------- */
/*
   slide style
------------------------- */
.slideimg {
    text-align: center;
    padding: 10px !important;
}

.slideimg img {
    width: 95%;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
.detail_slider .slideimg{
    padding: 20px;
    height: 170px;
}
.detail_slider .slideimg img {
    width: 95%;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

a.tag2 {
    padding: 0px 5px 1px;
    margin: 10px 0 10px 5px;
    background-color: #036c85;
    color: #fff !important;
    font-size: 11px;
    max-width: 180px;
    height: 20px;
    border-radius: 15px;
    border: solid 1px #036c85;
    text-decoration: none;
}

/* =============================================== */
/* layout style */
/* =============================================== */
@media screen and (min-width: 1200px) {
    #front #contents {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    #front .sp_center {
        text-align: center !important;
    }
}

@media screen and (max-width: 767px) {
    #front .sp_left {
        text-align: left !important;
    }
}

/*
   header style
------------------------- */
.header_nav {
    margin-top: 38px;
}

.header_top .ht_logout {
    margin-top: 15px;
}

.header_top .logout, .header_top .username {
    vertical-align: top;
    font-size: 0.75rem;
    color: #036c85;
}

.header_top .username {
    display: inline-block;
    max-width: 120px;
    margin-right: 15px;
}

#front #bc-wrap {
    border-bottom: 1px solid #EAEAEA;
}

/*
   footer style
------------------------- */
#front footer {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    #front footer .nav {
        display: flex;
        padding-top: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #222222;
    }
}

@media screen and (max-width: 767px) {
    #front footer .nav-item {
        margin: 0 0 15px;
    }
}

#front #footer_banner {
    margin-top: 20px;
}

#front #footer_banner .fb_item1_wrap .fb_item {
    border: 1px solid #EAEAEA;
    padding: 120px 0;
    text-align: center;
    margin-bottom: 15px;
}

#front #footer_banner .fb_item:nth-child(odd) {
    padding-right: 5px;
}

#front #footer_banner .fb_item:nth-child(even) {
    padding-left: 5px;
}

#front #footer-links {
    background-color: #CFE8E9;
    padding: 68px 0;
}

#front #footer-links .foot-btn {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 23px;
    line-height: 56px;
    width: 100%;
    max-width: 240px;
    height: 60px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
    display: inline-block;
    flex-grow: 1;
}

#front #footer-links .foot-btn::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 30px;
    margin-right: 15px;
    background-position: bottom 5px right 0;
    background-size: contain;
    vertical-align: middle;
}

#front #footer-links .foot-btn.l-btn {
    margin-right: 50px;
    background-color: #036c85;
    border-bottom: solid 5px #00303c;
}

#front #footer-links .foot-btn.l-btn::before {
    background: url("../images/maker/icon-inquiry.png") no-repeat;
}

#front #footer-links .foot-btn.r-btn {
    background-color: #ff784f;
    border-bottom: solid 5px #AC503B;
}

#front #footer-links .foot-btn.r-btn::before {
    background: url("../images/maker/icon-resist.png") no-repeat;
}

#front #page-top {
    width: 50px;
    height: 51px;
    margin-top: 35px;
    margin-bottom: 15px;
    margin-right: 20px;
    background-image: url("../images/icon-gotop.png");
    background-repeat: none;
}

@media screen and (max-width: 767px) {
    #front #page-top {
        display: none;
    }
}

/* =============================================== */
/* Other parts style */
/* =============================================== */
@media screen and (max-width: 767px) {
    #front .page_wrap {
        padding-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    #front .fp-active.sp {
        border-bottom: 1px solid #EAEAEA;
    }
}

#front #search_nav {
    text-align: center;
}

#front #search_nav a {
    color: #036c85;
    width: 115px;
    height: 75px;
    display: inline-block;
    padding: 38px 10px 5px;
    border: 4px solid #036c85;
    border-radius: 15px;
    font-size: 1.06rem;
    text-align: center;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 7px;
    background-size: 32px, 32px;
}

#front #search_nav a:first-child {
    background-image: url("../images/subpages/ico_search.png");
    margin-right: 10px;
}

#front #search_nav a:last-child {
    background-image: url("../images/subpages/ico_category.png");
}

#front h2.top {
    margin-bottom: 15px;
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: normal;
    display: flex;
    align-items: center;
    text-align: left;
}

@media screen and (max-width: 767px) {
    #front h2.top {
        font-size: 1.43rem;
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    #front h2.top .balloon1 {
        margin-top: 10px;
    }
}

#front h2.top span {
    flex: 1;
}

#front h2.top span.h2_title {
    vertical-align: middle !important;
    flex: none;
}

#front h2.top .head {
    margin-right: 20px;
    height: 70px;
    width: 70px;
}

#front h2.top .head.head_corp {
    height: 80px !important;
    width: 80px !important;
}

@media screen and (max-width: 767px) {
    #front h2.top .head {
        margin-right: 10px;
        height: 50px;
        width: 50px;
    }
}

#front .head-option {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #front .head-option {
        margin-bottom: 0;
    }
}

#front .head-option .user {
    margin-top: 20px;
}

.user img{
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    #front .head-option .user {
        margin-top: 10px;
    }
}

#front .head-option .user img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    float: left;
}

@media screen and (max-width: 767px) {
    #front .head-option .user img {
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }
}

#front .head-option .fav_wrap {
    text-align: right;
}

#front .head-option .fav {
    margin-bottom: 30px;
    text-align: right !important;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    #front .head-option .fav {
        margin-top: 15px;
        text-align: center !important;
    }
}

#front .head-option .fav .btn-group {
    margin-right: 10px;
}

#front .head-option .fav .btn-group:last-child {
    margin-right: 0;
}

#front .head-option .fav .btn {
    font-size: 0.875rem;
    font-weight: normal;
    height: 26px;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: solid 3px #007082;
}

#front .head-option .fav .btn.bg {
    color: #fff;
    background-color: #007f9e;
}

#front .head-option .fav .btn.square {
    border-radius: 4px;
}

#front .head-option .fav .btn.square:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#front .head-option .fav .btn.square:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#front .head-option .fav .btn .icon {
    font-size: 0.875rem;
    font-weight: normal;
}

#front .head-option .fav.disabled .btn {
    background: #ddd;
    border-top: solid 3px #007082;
    border-bottom: solid 1px #007f9e;
}

#front .head-option .fav.disabled .btn .good:before{
    opacity: 0.4 !important;
}

#front .head-option .fav.disabled .bg {
    color: #ddd;
    background-color: #006b85;
}

#front .head-option .date {
    font-size: 0.75rem;
    color: #666;
    border: none;
    padding: 0;
    margin: 0;
}

#front .badge {
    font-weight: normal;
    text-decoration: none;
}

#front .status {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    text-decoration: none;
}

#front .bg-gr {
    color: #fff;
    background-color: #007f9e;
}

#front .bg-or {
    color: #fff;
    background-color: #ff784f;
}

#front .outline-gr {
    color: #036c85;
    border: 1px solid #007f9e;
}

#front .outline-or {
    color: #ff784f;
    border: 1px solid #ff784f;
}

#front .report {
    font-size: 0.75rem;
    text-align: right;
    padding-top: 10px;
}

#front .report a {
    color: #007f9e;
}

#front .report_l {
    font-size: 0.75rem;
    padding-top: 10px;
}

#front .report_l a {
    color: #007f9e;
}

/*
   takumi/note.html
------------------------- */
#front .note {
    /*border-bottom: dashed 1px #aaa;*/
}

@media screen and (max-width: 767px) {
    #front .note {
        border-bottom: none;
    }
}

#front .note .imgholder-c {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}

#front .note .imgholder-c img {
    width: auto;
    height: auto;
}

@media screen and (max-width: 767px) {
    #front .note .imgholder-c img {
        width: 100%;
        height: auto;
    }
}

#front #takumi_index {
    margin-top: 0;
}

#front #takumi_more, #front #takumi_recommend {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    #front #takumi_index, #front #takumi_more, #front #takumi_recommend {
        margin-top: 40px;
    }
}

#front #takumi_index .group_wrap, #front #takumi_more .group_wrap, #front #takumi_recommend .group_wrap {
    padding-top: 20px;
    margin-top: 20px;
    border-top: dashed 1px #aaa;
}

#front #takumi_index .name, #front #takumi_more .name, #front #takumi_recommend .name {
    border-right: none;
}

#front #takumi_index .fav_wrap.sp, #front #takumi_more .fav_wrap.sp, #front #takumi_recommend .fav_wrap.sp {
    margin-top: 3px;
    margin-bottom: 5px;
    text-align: right;
    display: none !important;
}

@media screen and (max-width: 767px) {
    #front #takumi_index .fav_wrap.sp, #front #takumi_more .fav_wrap.sp, #front #takumi_recommend .fav_wrap.sp {
        display: block !important;
    }
}

#front #takumi_index .fav_wrap.pc, #front #takumi_more .fav_wrap.pc, #front #takumi_recommend .fav_wrap.pc {
    display: inline !important;
    float: right;
}

@media screen and (max-width: 767px) {
    #front #takumi_index .fav_wrap.pc, #front #takumi_more .fav_wrap.pc, #front #takumi_recommend .fav_wrap.pc {
        display: none !important;
    }
}

#front #takumi_index .status_wrap.sp, #front #takumi_more .status_wrap.sp, #front #takumi_recommend .status_wrap.sp {
    margin-top: 5px;
    display: none !important;
}

@media screen and (max-width: 767px) {
    #front #takumi_index .status_wrap.sp, #front #takumi_more .status_wrap.sp, #front #takumi_recommend .status_wrap.sp {
        display: inline !important;
    }
}

#front #takumi_index .status_wrap.pc, #front #takumi_more .status_wrap.pc, #front #takumi_recommend .status_wrap.pc {
    float: left;
    display: inline !important;
}

@media screen and (max-width: 767px) {
    #front #takumi_index .status_wrap.pc, #front #takumi_more .status_wrap.pc, #front #takumi_recommend .status_wrap.pc {
        display: none !important;
    }
}

/*
   note-index.html
------------------------- */
#front #h_search {
    text-align: left;
    background: none;
}

@media screen and (max-width: 767px) {
    #front #h_search {
        display: none;
    }
}

#front #h_search .search::before {
    background-size: 30px;
}

#front #search_bar {
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    #front #search_bar {
        display: none;
    }
}

#front #search_bar input {
    background-color: #F4F4F4;
}

#front #search_bar .btn4 {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #999999;
    display: inline-block;
    padding: 6px 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    #front .search_detail_wrap {
        display: none;
    }
}

#front .search_detail_wrap h4 {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #036c85;
}

#front .search_detail_wrap h4 a {
    color: #fff;
    width: 100%;
    height: auto;
    display: block;
    font-size: 1.125rem;
    text-decoration: none;
    font-weight: normal;
    padding: 10px;
    position: relative;
}

#front .search_detail_wrap h4 a::after {
    font-family: 'FontAwesome';
    padding-right: .25em;
    content: '\f107';
    color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
}

#front .search_detail_wrap #search_detail {
    padding: 15px 20px;
    background-color: #F4F4F4;
}

#front .search_detail_wrap #sd_form .tag_wrap {
    vertical-align: middle;
}

#front .search_detail_wrap #sd_form .tag_wrap a {
    display: inline-block;
    padding: 2px 5px;
    margin: 0 0 3px 5px;
}

#front .search_detail_wrap #sd_form .btn_wrap {
    text-align: center;
}

#front .search_detail_wrap #sd_form .btn4 {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #999999;
    display: inline-block;
    padding: 2px 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}

#front .btn_post_wrap {
    text-align: center;
}

@media screen and (max-width: 767px) {
    #front .btn_post_wrap {
        display: none;
    }
}

#front .btn_post {
    color: #ff784f;
    font-size: 1rem;
    line-height: 50px;
    width: 250px;
    height: 50px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
    border: solid 1px #ff784f;
    text-decoration: none;
    background-color: transparent;
    margin-top: 20px;
    margin-bottom: 30px;
    float: none;
}

#front .ti_filter {
    border: 1px solid #aaa;
    padding: 15px;
    margin-bottom: 30px;
}

#front .ti_filter h5 {
    font-size: 1rem;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

#front .ti_filter .ti_item:nth-last-of-type(2) {
    margin-bottom: 5px;
}

#front .ti_filter p {
    font-size: 0.875rem;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    #front .ti_filter p {
        font-size: 0.75rem;
    }
}

#front .ti_filter p.keyword span {
    margin-right: 10px;
}

#front .ti_filter p.tags i {
    padding-left: 3px;
}

#front .ti_filter .ti_result {
    font-size: 0.75rem;
    text-align: right;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

#front .ti_filter .ti_result_no_condition {
    font-size: 0.75rem;
    text-align: right;
    border-top: none;
}

#front .ti_sort {
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    #front .ti_sort {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    #front .ti_sort a {
        font-size: 1rem;
    }
}

#front .pagenum {
    font-size: 0.875rem;
    text-align: center;
}

/*
   consult/category/item.html
------------------------- */
#front #c_attach {
    margin-top: 25px;
    padding-bottom: 35px;
    border-bottom: dashed 1px #aaa;
}

@media screen and (max-width: 767px) {
    #front #c_attach {
        padding-bottom: 20px;
    }
}

#front #c_attach .cat_item {
    font-size: 0.813rem;
    text-align: left;
}

#front #c_attach .cat_item a {
    color: #aaa;
    display: inline-block;
}

#front #c_attach .cat_item_img {
    width: 250px;
    height: 250px;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    #front #c_attach .cat_item_img {
        width: auto;
        height: auto;
        margin-top: 20px;
        padding: 10px;
        border: 1px solid #EAEAEA;
    }
}

#front #c_attach .cat_item_img img {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 250px;
}

#front #c_contribute {
    border-bottom: dashed 1px #aaa;
    padding-bottom: 30px;
    margin-top: 100px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #front #c_contribute {
        padding-bottom: 15px;
        margin-top: 40px;
        margin-bottom: 15px;
    }
}

#front #c_contribute h3 {
    margin-bottom: 45px;
}

#front #c_contribute p {
    font-size: 1rem;
    line-height: 1.5rem;
    background: #F6F6F6;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    #front #c_contribute .attach_file_wrap small {
        text-align: center;
    }
}

#front #c_contribute .attach_file .selectfile {
    color: #007f9e;
    font-size: 0.875rem;
    line-height: 40px;
    width: 160px;
    height: 40px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    border: solid 1px #007f9e;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    #front #c_contribute .attach_file .selectfile {
        margin-left: auto;
        margin-right: auto;
    }
}

#front #c_contribute .attach_file .filename {
    font-size: 0.813rem;
    line-height: 40px;
    color: #007f9e;
}

#front #c_contribute small {
    font-size: 0.875rem;
    height: auto;
    color: #aaa;
    background: none;
    text-align: left;
    margin: 5px 0 0;
    padding: 0;
}

#front .btn_confirm_wrap {
    text-align: center;
    margin: 0;
}

#front .btn_confirm_wrap .btn_confirm {
    color: #ff784f;
    font-size: 1.25rem;
    line-height: 40px;
    width: 300px;
    height: 50px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
    border: solid 1px #ff784f;
    text-decoration: none;
    background-color: transparent;
    margin-top: 15px;
    float: none;
}

@media screen and (max-width: 767px) {
    #front .btn_confirm_wrap .btn_confirm {
        color: #ff784f;
        font-size: 0.875rem;
        line-height: 35px;
        width: 180px;
        height: 40px;
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 20px;
        border: solid 1px #ff784f;
        text-decoration: none;
        background-color: transparent;
        margin-top: 0;
    }
}

#front #c_answers {
    margin-top: 100px;
}

@media screen and (max-width: 767px) {
    #front #c_answers {
        margin-top: 40px;
    }
}

#front #c_answers #caw_form .radio_header_wrap {
    margin: 8px 0 0 15px;
    font-size: 1.06rem;
}

@media screen and (max-width: 767px) {
    #front #c_answers #caw_form .radio_header_wrap {
        font-size: 1rem;
    }
}

#front #c_answers #caw_form .radio_header_wrap .radio_header:checked + label::before {
    border: 1px solid #036c85;
}

#front #c_answers #caw_form .radio_header_wrap .radio_header:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 6px;
    width: 8px;
    height: 8px;
    background: #007f9e;
    border: 1px solid #007f9e;
    border-radius: 50%;
}

#front #c_answers #caw_form .radio_header_wrap .radio_header + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
}

#front #c_answers #caw_form + .caw_item h4 {
    padding-top: 35px;
}

#front #c_answers .caw_item {
    padding: 0;
}

#front #c_answers .caw_item h4 {
    font-size: 1rem;
    text-align: left;
    background: none;
    border-bottom: 1px solid #036c85;
    height: auto;
    padding: 90px 0 10px;
}

#front #c_answers .caw_item .ho_num {
    font-size: 1.125rem;
    color: #007f9e;
}

#front #c_answers .caw_item .head-option.sp {
    border-bottom: 1px solid #036c85;
    padding: 20px 0 13px;
}

#front #c_answers .caw_item .head-option.sp .fav {
    margin-top: 0;
    margin-bottom: 0;
}

#front #c_answers .caw_item .head-option .user {
    margin-top: 15px;
    display: flex;
}

@media screen and (min-width: 1200px) {
    #front #c_answers .caw_item .head-option .user {
        align-items: center;
    }
}

#front #c_answers .caw_item .head-option .user .user_name {
    line-height: 1;
}

#front #c_answers .caw_item .head-option .fav .btn-group:first-child {
    margin-right: 0;
}

#front #c_answers .caw_item .head-option .bestanswer {
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    #front #c_answers .caw_item .head-option .bestanswer {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    #front #c_answers .caw_item .head-option .bestanswer span {
        font-size: 1.125rem;
    }
}

#front #c_answers .caw_item .head-option .bestselect {
    color: #ff784f;
    font-size: 0.875rem;
    line-height: 33px;
    width: 210px;
    height: 33px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 16.5px;
    border: solid 1px #ff784f;
    text-decoration: none;
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    #front #c_answers .caw_item .caw_text {
        margin-top: 18px;
    }
}

#front #c_answers .caw_item .caw_item_img {
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
    #front #c_answers .caw_item .caw_item_img {
        width: 250px;
        height: 250px;
    }
}

#front #c_answers .caw_item .caw_item_img img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 1200px) {
    #front #c_answers .caw_item .caw_item_img img {
        max-width: 250px;
        max-height: 250px;
    }
}

#front #c_answers .caw_item .btn_bestasw_wrap {
    text-align: center;
    margin: 0 0 15px;
}

#front #c_answers .caw_item .btn_bestasw {
    color: #ff784f;
    font-size: 1.125rem;
    line-height: 35px;
    width: 300px;
    height: 35px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 17.5px;
    border: solid 1px #ff784f;
    text-decoration: none;
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    #front #c_answers .caw_item .report_l {
        margin-bottom: 30px;
    }
}

#front #c_similar {
    margin-top: 120px;
    padding-bottom: 100px;
    border-bottom: dashed 1px #aaa;
}

@media screen and (max-width: 767px) {
    #front #c_similar {
        margin-top: 40px;
        padding-bottom: 0;
        border: none;
    }
    #front #c_similar .title{

    }
}

#front #c_similar h3 {
    margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
    #front #c_similar h3 + .group_wrap {
        padding-top: 15px;
        border-top: dashed 1px #aaa;
    }
}

@media screen and (max-width: 767px) {
    #front #c_similar .group {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

#front #c_similar .user {
    margin-right: 10px;
}

#front #c_similar .user img {
    max-width: 70px;
    max-height: 70px;
}

#front #c_similar .fav_wrap {
    margin-top: 3px;
    margin-bottom: 5px;
}

#front #c_similar .status_wrap {
    margin-top: 5px;
    float: left;
}

#front #c_similar .title {
    font-weight: normal;
}

#front #c_similar .qa-status {
    margin-right: 10px;
    border-right: solid 1px #999;
}

#front #c_similar .date {
    border-right: none;
}

/*
   product/charged.html
------------------------- */
#front .inquiry_group {
    padding-left: 25px;
    padding-right: 25px;
}

@media screen and (max-width: 1024px) {
    #front .inquiry_group {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    #front .inquiry_group > div {
        margin: 0 auto 15px;
    }
}

#front .inquiry_group .btn_inquiry {
    color: #ff784f;
    font-size: 1.25rem;
    line-height: 50px;
    width: 270px;
    height: 50px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
    border: solid 1px #ff784f;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    float: none !important;
}

@media screen and (max-width: 991px) {
    #front .inquiry_group .btn_inquiry {
        width: 330px;
    }
}
@media screen and (max-width: 1024px) {
    #front .inquiry_group .btn_inquiry {
        color: #ff784f;
        font-size: 1rem;
        line-height: 50px;
        height: 50px;
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 25px;
        border: solid 1px #ff784f;
        text-decoration: none;
        background-color: transparent;
    }
}

#front .inquiry_group .btn_dl {
    color: #036c85;
    font-size: 1.25rem;
    line-height: 50px;
    width: 310px;
    height: 50px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
    border: solid 1px #036c85;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    float: none !important;
}

@media screen and (max-width: 1024px) {
    #front .inquiry_group .btn_dl {
        color: #036c85;
        font-size: 1rem;
        line-height: 50px;
        width: 330px;
        height: 50px;
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 25px;
        border: solid 1px #036c85;
        text-decoration: none;
        background-color: transparent;
    }
}

#front .inquiry_group .balloon2-left {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    padding: 7px 10px;
    margin-top: 1px;
    margin-right: 0;
    min-width: 120px;
    max-width: 100%;
    min-height: 50px;
    background-color: #81B5C2;
    vertical-align: middle;
    color: #fff;
    font-size: 0.75rem;
    margin-left: 25px;
}

@media screen and (max-width: 1024px) {
    #front .inquiry_group .balloon2-left {
        margin-top: 35px;
    }
}

#front .inquiry_group .balloon2-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -23px;
    margin-top: -9px;
    border: 8px solid transparent;
    border-right: 15px solid #81B5C2;
}

@media screen and (max-width: 1024px) {
    #front .inquiry_group .balloon2-left:before {
        top: -10px;
        left: 50%;
        margin-left: -9px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media screen and (max-width: 1024px) {
    #front .inquiry_group .balloon2-left {
        position: relative;
        display: inline-block;
        border-radius: 3px;
        padding: 7px 10px;
        margin-top: 1px;
        margin-right: 0;
        min-width: 230px;
        max-width: 100%;
        min-height: 75px;
        background-color: #81B5C2;
        vertical-align: middle;
        font-size: 1.125rem;
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    #front .inquiry_group .balloon2-left {
        margin-top: 35px;
    }
}

@media screen and (max-width: 1024px) {
    #front .inquiry_group .balloon2-left:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -23px;
        margin-top: -9px;
        border: 8px solid transparent;
        border-right: 15px solid #81B5C2;
    }
}

@media screen and (max-width: 1024px) {
    #front .inquiry_group .balloon2-left:before {
        top: -10px;
        left: 50%;
        margin-left: -9px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

#front .btn_review_wrap {
    text-align: center;
    margin: 0;
}

#front .btn_review_wrap .btn_review {
    color: #ff784f;
    font-size: 1.25rem;
    line-height: 50px;
    width: 300px;
    height: 50px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
    border: solid 1px #ff784f;
    text-decoration: none;
    background-color: transparent;
    margin-top: 15px;
    float: none;
}

@media screen and (max-width: 767px) {
    #front .btn_review_wrap .btn_review {
        color: #ff784f;
        font-size: 0.875rem;
        line-height: 35px;
        width: 180px;
        height: 35px;
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 17.5px;
        border: solid 1px #ff784f;
        text-decoration: none;
        background-color: transparent;
        margin-top: 0;
    }
}

#front #product_disc .bx-viewport {
    border-bottom: none;
    margin-bottom: 10px;
}

#front #product_disc .inquiry_group .btn2 {
    margin: 0;
}

#front #product_disc .pd_image {
    width: 100%;
    max-width: 400px;
    margin-right: 25px;
}

@media screen and (max-width: 767px) {
    #front #product_disc .pd_image {
        margin-right: 0;
    }
}

#front #product_disc .desc_txt {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    #front #product_disc .desc_txt {
        margin-top: 15px;
    }
}

#front #product_disc .desc_txt_free {
    font-size: 1rem;
    line-height: 1.5rem;
}

@media screen and (max-width: 767px) {
    #front #product_disc .desc_txt_free {
        margin-top: 35px;
    }
}

#front #product_info, #front #product_company, #front #product_recruit {
    margin-top: 50px;
    margin-bottom: 15px;
}

#front #product_info h4, #front #product_company h4, #front #product_recruit h4 {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #front #product_info h4, #front #product_company h4, #front #product_recruit h4 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    #front #product_company, #front #product_recruit {
        margin-top: 20px;
    }
}

#front #product_review, #front #product_form, #front #product_relation {
    margin-top: 100px;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    #front #product_review, #front #product_form, #front #product_relation {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

#front #product_review h4, #front #product_form h4, #front #product_relation h4 {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #front #product_review h4, #front #product_form h4, #front #product_relation h4 {
        margin-bottom: 10px;
    }
}

#front #product_company .inquiry_group, #front #product_recruit .inquiry_group {
    margin-top: 30px;
}

#front #product_recruit table {
    min-width: 800px;
}

#front #product_recruit table tr td:first-child {
    white-space: nowrap;
}

#front #product_review .review_head {
    font-size: 0.75rem;
    margin-top: 5px;
    height: 26px;
}

#front #product_review .review_head .ico_star {
    color: #f68f4b;
    font-size: 1rem;
    line-height: 1;
    padding-right: 12px;
    margin: 0 10px 6px 0;
    border-right: solid 1px #999;
    position: relative;
    text-indent: 100px;
}

#front #product_review .review_head .ico_star::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 90px;
    height: 15px;
}

#front #product_review .review_head .name {
    margin-top: 0;
    border: none;
}

#front #product_review .title {
    font-weight: normal;
}

#front #product_review .user img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    #front #product_review .user img {
        width: 65px;
        height: 65px;
    }
}

#front #product_review .fav {
    margin-bottom: 30px;
}

#front #product_review .fav .btn {
    font-size: 0.875rem;
    font-weight: normal;
    height: 26px;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: solid 3px #007082;
}

#front #product_review .fav .btn.bg {
    color: #fff;
    background-color: #007f9e;
}

#front #product_review .fav.sp {
    margin-bottom: 0;
    text-align: right;
}

#front #product_form form {
    border-top: dashed 1px #aaa;
    padding: 0 15px;
}

#front #product_form .form-group {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom: dashed 1px #aaa;
}

#front #product_form .form-group label, #front #product_form .form-group legend {
    color: #036c85;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    #front #product_form .form-group label, #front #product_form .form-group legend {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    #front #product_form .form-group label + div, #front #product_form .form-group legend + div {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

#front #product_form .form-group .radio_header + label {
    padding-left: 23px;
    padding-right: 23px;
}

#front #product_form .form-group .radio_header_wrap label {
    color: #212529;
}

#front #product_form .form-group textarea {
    font-size: 0.875rem;
    background-color: #F6F6F6;
}

#front #product_form .form-group div:last-child {
    font-size: 0.875rem;
}

#front #product_form .form-group .selectfile {
    color: #007f9e;
    font-size: 0.875rem;
    line-height: 40px;
    width: 200px;
    height: 40px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    border: solid 1px #007f9e;
    text-decoration: none;
    background-color: transparent;
    background-color: #fff;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (max-width: 767px) {
    #front #product_form .form-group .selectfile {
        color: #007f9e;
        font-size: 0.875rem;
        line-height: 35px;
        width: 180px;
        height: 35px;
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 17.5px;
        border: solid 1px #007f9e;
        text-decoration: none;
        background-color: transparent;
        margin-left: auto;
        margin-right: auto;
    }
}

#front #product_form .form-group .caption {
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    #front #product_form .form-group .caption {
        margin-top: 10px;
        margin-bottom: 0;
    }
}

#front #product_form .confirm {
    margin-top: 30px;
    color: #ff784f;
    font-size: 1.25rem;
    line-height: 55px;
    width: 300px;
    height: 55px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 27.5px;
    border: solid 1px #ff784f;
    text-decoration: none;
    background-color: transparent;
    line-height: 1;
    background-color: #fff;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (max-width: 767px) {
    #front #product_form .confirm {
        margin-top: 15px;
        margin-bottom: 20px;
        color: #ff784f;
        font-size: 0.875rem;
        line-height: 35px;
        width: 180px;
        height: 35px;
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 17.5px;
        border: solid 1px #ff784f;
        text-decoration: none;
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
    }
}

#front #product_form .submit {
    text-align: center;
}

#front #product_relation h3 {
    margin-bottom: 45px;
}

#front #product_relation .bx-viewport {
    border-bottom: none;
}
