@charset "utf-8";
/* CSS Document */

body[data-mode-userview="1"] .q_and_a_edit_btn,
body[data-mode-userview="1"] .q_and_a_new_btn,
body[data-mode-userview="1"] .sydeAdminIcon,
body[data-mode-userview="1"] .freeWordSearchCountDisplay{
    display: none;
}

#content,
#q_and_a_result {
    width: auto;
    text-align: left;
    padding-top: 30px;
    position: relative;
    margin: 0 30px;
}

#content:not(:has(.how_to_block)) #q_and_a_help,
#content:not(:has(.how_to_block)) #q_and_a_help_bottom{
    display: none;
}

#q_and_a_popup .section h2 {
    font-size: 100%;
    background-color: #eee;
    color: #000000;
    padding: 10px;
    clear: both;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #FFCC00;
    background-image: none;
    height: 16px;
    line-height: 16px;
    text-align: left;
}

#q_and_a_popup {
    width: 80%;
    max-width: 960px;
    height: 80%;
    max-height: 900px;
    margin: 0;
    padding: 10px 30px;
    border: 2px solid #aaa;
    background-color: #f9f9f9;
    background-image: url(../img/common/palette_bg_middle_right.png), url(../img/common/palette_bg_middle_left.png), radial-gradient(farthest-corner at right bottom, #f9f9f9, #fcfcfc 70%, #f9f9f9 70%);
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom, left bottom;
    position: fixed;
    left: 10%;
    top: 10%;
    box-sizing: border-box;
    display: none;
    overflow: auto;
    z-index: 10000000000;
}

#submit_contents h4, #submit_contents span, #submit_contents p {
    font-size: 16px;
    color: #000;
}
#submit_contents select, #submit_contents textarea {
   font-size: 14px !important;
   color: #000;
}  

#q_and_a_popup img,
.modalFaq img{
   max-width: 100%;
}

#modal_overlay{
    z-index:100;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.75);
    z-index: 10000000000;
}

.q_and_a_title {
	border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #3366ff;
    padding: 10px;
    background: #EEE;
    margin: 0 0 20px 0;
    color: #4b4b4b;
    font-weight: bold;
}

.help_title {
    padding: 10px;
    margin: 0 0 20px 0;
    font-size: 17px;
    font-weight: bold;
}

.q_and_a_str_wrap {
    color: #4b4b4b;
	padding: 5px 10px;
    width: 72%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.q_and_a_str_1 {
    font-size: 17px;
	font-weight: bold;
}

.q_and_a_str_2 {
	font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 20px;
}

.title_inner {
	font-size: 24px;
    font-weight: bold;
}

#q_and_a_content {
}

#search_content {
    background-image: url(/cms/contract/img/ninomiya.png);
    background-repeat: no-repeat;
    background-position: 25px 15px;
    margin: 80px 0 35px;
    position: relative;
}

.q_and_a_large {
	margin: 5px 0;
    padding: 5px;
    cursor: pointer;
    background: #efefef;
    border-radius: 5px;
    font-size: 13px;
    width: 24%;
}

.q_and_a_large:hover {
	background: #FFFFFF;
    border: 2px solid #696969;
}

.q_and_a_medium {
	margin: 5px 0;
    padding: 5px;
    cursor: pointer;
    background: #efefef;
    border-radius: 5px;
    font-size: 13px;
    width: 24%;
}

.q_and_a_medium:hover {
	background: #FFFFFF;
}

.large_wrap, .large_wrap {
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
}

.search_wrap {
    position: relative;
    margin: 0 5px 30px 85px;
    padding: 10px;
    color: #555;
    font-size: 16px;
    border-top: 1px solid #EEE;
    box-sizing: border-box;
}
/*
.search_wrap:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #eee;	
}
*/

.large_search_wrap {
    position: relative;
    margin: 0 0 25px;
    padding: 7px 10px;
    color: #555;
    font-size: 16px;
    border: 3px solid #EEE;
    box-sizing: border-box;
}

.large_search_wrap:before {
	content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #eee;
}

.medium_search_wrap {
    position: relative;
    margin: 0 0 25px;
    padding: 7px 10px;
    color: #555;
    font-size: 16px;
    border: 3px solid #EEE;
    box-sizing: border-box;
    display: none;
}

.medium_search_wrap:before {
	content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #eee;
}

#search_icon_category {
    margin: 18px 6px 0;
    display: inline-block;
}


.q_and_a_search_title {
    font-size: 100%;
    background-color: #eee;
    color: #000000;
    padding: 10px;
    clear: both;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #FFCC00;
    background-image: none;
    height: 16px;
    line-height: 16px;
    text-align: left;
}

.q_and_a_search_area {
	padding: 10px;
    box-sizing: border-box;
}

.category_wrap {
	overflow: hidden;
	font-size: 15px;
}

.category_str {
    text-align: left;
    margin: 0 0 5px;
    font-size: 11px;
    background-color: #444;
    background-image: url(/cms/img/common/palette_btn_dot.png), linear-gradient(315deg, #333, #555 50%);
    width: 78px;
    padding: 5px 10px;
    color: #FFF;
    border-radius: 21px;
}

.freeword_wrap {
	margin: 15px 0 25px 60px;
	text-align: center;
	/*
	background-image: url(../img/ninomiya.png);
    background-repeat: no-repeat;
    background-position: 20px 0px;
    background-size: contain;
    */
}

.free_word_str {
    text-align: left;
    margin: 0 0 5px 45px;
    font-size: 11px;
    background-color: #444;
    background-image: url(/cms/img/common/palette_btn_dot.png), linear-gradient(315deg, #333, #555 50%);
    width: 111px;
    padding: 5px 10px;
    color: #FFF;
    border-radius: 21px;
}

#q_and_a_popup .free_search_and_icon{
    position: relative;
}

.freeWordSearchCountDisplay{
    width: 25px;
    height: 25px;
    background-color: #333;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    padding: 8px 2px;
    position: absolute;
    text-align: center;
    right: -12.5px;
    top: calc(50% - 32.5px);
}

.sydeAdminIcon {
    position: absolute;
    cursor: pointer;
    background-color: #FF9800;
    border-radius: 2px;
    width: 17px !important;
    height: 17px !important;
    z-index: 2;
    color: #fff;
    font-family: 'Noto Sans JP' !important;
    font-size: 10px;
    line-height: 1;
    text-shadow: 0.5px 0.5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1.5px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

#search_icon .sydeAdminIcon{
    top: -33px;
}

#q_and_a_popup:has(.how_to_block) .freeWordSearchCountDisplay{
    right: -10px;
}

#free_search {
	width: 70%;
    height: 26px;
    padding: 5px;
    font-size: 15px;
    box-sizing: content-box;
    margin: 0;
}
/*
.balloon3 {
    position: absolute;
    top: -40px;
    display: inline-block;
    margin: 1.5em 0;
    padding: 20px 5px;
    width: 90px;
    height: 90px;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    background: #3366ff;
    border-radius: 50%;
    box-sizing: border-box;
    }

.balloon3:before{
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #3366ff;
    z-index: 0;
}
*/

#section_wrap {
    margin: 0 0 25px;
}

#count_result {
    display: none;
    margin: 15px auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#number_result {
    font-weight: bold;
    font-size: 22px;
    margin: 0 5px;
}


.refine_str {
    width: 17%;
    float: left;
    padding: 15px 0 0 0;
}

.large_category_wrap {
	width: 25%;
	float: left;
    min-width: 100px;
}

.large_category_wrap p, .medium_category_wrap p {
    margin: 0;
}


.medium_category_wrap {
    width: calc(75% - 80px);
	float: left;
}

#medium_category {
    width: 100%;
}


.t_deco_none {
	text-decoration: none;
}

#submit_contents {
    width: 90%;
    height: 90%;
    border: 8px solid #fc3;
    display: none;
    background: #fff;
    position: fixed;
    top: 5%;
    left: 5%;
    padding: 20px;
    z-index: 2147483647;
    box-sizing: border-box;
}

.category {
	margin: 0 0 20px 0;
}
.q_area_wrapped, .a_area_wrapped {
	margin: 0 0 20px 0;
}

#q_textarea, #a_textarea {
	height: 180px;
    padding: 5px;
    margin: 10px 0;
    width: 95%;
}

.popupClose {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#popup_memoList_Mainbox, #edit_page_index, #edit_page_res, #popup_edit_Mainbox {
    overflow: auto;
    height: 100%;
}

#edit_page_index.popup_page_index {
    overflow: auto;
    height: 100%;
    margin: 0;
    width: auto;
    padding: 0;
    color: #000;
}

.over_hidden {
    overflow: hidden !important;
}

#edit_page_res {
	text-align: left;
}

#popup_memoList_Mainbox h4, #edit_page_index h4, #edit_page_res h4, #popup_edit_Mainbox h4 {
    background-color: #39f;
    padding: 10px;
    margin: 30px 0 20px;
    color: #fff;
}

.qa_result_str {
    color: #000;
}

#edit_page_index #btn_wrapper_top, #edit_page_index #btn_wrapper_bottom {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}

.q_and_a_inputbtn {
	float: right;
    padding: 5px 10px;
    margin: 0px 5px;
    cursor: pointer;
    color: #000;
}

.q_and_a {
    margin: 15px auto;
    text-align: left;
}

.error_message {
    font-weight: bold;
    color: #f30;
    font-size: 120%;
}

#edit_page_index #btn_wrapper_top, #edit_page_index #btn_wrapper_bottom {
    overflow: hidden;
}

.type_category_edit, .large_category_edit, .medium_category_edit, .tag_edit, .level_edit {
	display: inline-block;
}

.tag_wrapped {
	font-size: 13px;
	text-align: right;
}

.posRelative {
	position: relative;
}

#main_contents .q_and_a_icon_add_page_edit {
    background: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.more_btn_wrap {
	font-size: 15px;
	text-align: center;
	margin: 15px;
}

.hide_text {
	display: none;
}

.edit_icon {
	cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.check_icon {
	background: #FFFFFF;
    border: 2px solid #696969;
}

.faq_base {
    clear: both;
    margin: 0 0 30px;
    border: none;
    box-sizing: border-box;
    word-break: break-word;
}

.faq_base .q_explain {
    width: 100%;
    box-sizing: border-box;
    clear: both;
    padding: 10px 10px 10px 55px;
    font-weight: bold;
    line-height: 160%;
    position: relative;
    margin: 0;
    background: url(../contract/img/qa_q.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    border-bottom: 2px dotted #587ec1;
    font-family: none;
    border-radius: 0;
    box-shadow: none;
}

.faq_base .q_explain a{
    color: #FFF;
    font-size: 120%;
    text-decoration: none;
}

.faq_base .q_explain a:hover{
    text-decoration: underline;
}

.faq_base p {
    font-size: 100%;
    background-image: url(../contract/img/qa_a.png);
    background-repeat: no-repeat;
    background-position: 14px 14px;
    clear: both;
    padding: 10px 10px 10px 55px;
    border-radius: 0 0 5px 5px;
    background-color: #F3F3F3;
    box-shadow: inset 1px 1px rgba(0,0,0,.075), inset -1px -1px rgba(255,255,255,.3);
}

#q_and_a_content .faq_base p {
    padding: 15px 20px 15px 55px;
}


.sales_h2, h2.contract_h2 {
    background: url(/cms/contract/img/common/h2_bg.jpg) no-repeat;
    background-size: contain;
    color: #4B4B4B;
    padding: 9px 0 7px 24px;
    text-shadow: 1px 1px #FFF;
    font-weight: normal;
}

.sales_h2 span, h2.contract_h2 span {
    font-size: 85%;
}

#q_and_a_help {
    text-align: center;
    margin: 0 0 20px;
    padding: 10px;
}

#q_and_a_help_bottom, #q_and_a_help_bottom_2 {
    margin: 80px 0 30px;
    padding: 10px;
}
#q_and_a_help_bottom{
    margin: 0 0 30px;
}

#q_and_a_help a, #q_and_a_help_bottom a, #q_and_a_help_bottom_2 a {
    background-color: #587ec1;
    text-decoration: none;
    color: #FFF;
    border-radius: 15px;
    display: inline-block;
    width: 120px;
    font-size: 13px;
    padding: 0 5px;
    margin: 0 15px;
    position: relative;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

.go_help_top:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #587ec1;
}

.go_help_top_over:after {
    content: "";
    position: absolute;
    bottom: 18px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #888;
}


.go_q_and_a_bottom:after {
	content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #587ec1;
}

.go_q_and_a_bottom_after:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #888;
}

.q_and_a_delete_btn_wrap {
    margin: 0;
    float: right;
    font-size: 12px;
}

#popup_edit_submit_top,
#popup_edit_submit_bottom{
    background: #36f url(../img/common/btn_grass.png) no-repeat center top -5px;
    border-radius: 3px;
    color: #FFF;
    padding: 10px 20px;
}

#popup_edit_submit_top:hover,
#popup_edit_submit_bottom:hover{
    background: #2c5ae1 url(../img/common/btn_grass.png) no-repeat center top -5px;
}

.search_word_wrap {
    font-size: 12px;
    text-align: left;
    margin: 5px 0 0 80px;
}

.search_result {
	margin: 0 10px;
}

.pagetop {
    text-align: right;
    margin: 0 0 20px;
}

.modalFaq .pagetop{
    display: none;
}

.q_and_a_icon {
    position: absolute;
    top: 30px;
    right: 35px;
}

.q_and_a_icon_top_0 {
    position: absolute;
    top: 0;
    right: 0;
}

.q_and_a_icon_top_10 {
    position: absolute;
    top: 10px;
    right: 35px;
}

.q_and_a_icon_top_20 {
    position: absolute;
    top: 20px;
    right: 35px;
}

.q_and_a_icon_top_30 {
    position: absolute;
    top: 30px;
    right: 35px;
}

.q_and_a_icon_top_40 {
    position: absolute;
    top: 40px;
    right: 35px;
}

.q_and_a_icon.z-index2{
    z-index:2;
}

.q_and_a_icon_car_search {
    position: absolute;
    top: 15px;
    right: calc(100%/2 - 150px);
}

.q_and_a_icon_add_page_edit {
    position: absolute;
    bottom: 10px;
    left: calc(50% + 90px);
}

.q_and_a_icon_page_title{
    position: relative;
    top: -25px;
}

.q_and_a_info {
    position: absolute;
    top: 31px;
    right: 15px;
    text-decoration: none;
}

#fixed_menu_diagnose_panel .q_and_a_info_seo {
    text-decoration: none;
}

.no_style {
    text-decoration: none;
}

.q_and_a_info img, .q_and_a_info_seo img {
    width: 16px;
}

.q_and_a_btn{
    line-height: 1;
    display: inline-block;
}

.q_and_a_btn img {
    vertical-align: middle !important;
    padding: 0;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.8);
    transform: translate(0px, -1px);
}

.q_and_a_btn.q_and_a_info_auto_calender_setting {
    position: absolute;
    top: calc(50% - 8px);
    right: -20px;
}

.slider_icons_inner .q_and_a_btn{
    position: relative;
    top: -20px;
    padding: 0 2px;
}

.slider_icons_inner .q_and_a_btn img{
    width: 16px !important;
    height: 16px !important;
}

.plusBlockBtn .q_and_a_btn img,
.plusBlockBtn2 .q_and_a_btn img,
.plusBlockBtn3 .q_and_a_btn img,
.plusBlockBtnBlank .q_and_a_btn img,
.plusBlockBtnPrice .q_and_a_btn img,
.plusBlockBtn_side .q_and_a_btn img,
.recommend_config .q_and_a_btn img,
.sidebarImageEditPallete .q_and_a_btn img{
    transform: translate(0px, 1px);
}

.sidebarImageEditPallete .q_and_a_btn img{
    width: 16px;
    padding: 3px 1px !important;
    transform: translate(0px, 0px);
}

.czPalette .q_and_a_btn img{
    vertical-align: bottom !important;
}

.all_block_change_btn_q_and_a_btn img{
    vertical-align: bottom;
}

.other_page_display_q_and_a img{
    vertical-align: middle;
}

.side_q_and_a_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    color: #888;
    display: none;
    z-index: 30;
}

.side_q_and_a_btn img {
    padding: 0;
}

#tanto_mail {
    display: none;
}

#rejection {
    display: none;
}

#rejection_mail_block {
    height: 50px;
}

#plusBlock_map_big ul {
    width: 60px;
}

.q_and_a_palette {
    display: inline-block !important;
}

.seach_color_1 {
    background: #FFCC00;
}
.seach_color_2 {
    background: #B3FF00;
}
.seach_color_3 {
    background: #33FF00;
}
.seach_color_4 {
    background: #00FFCC;
}
.seach_color_5 {
    background: #00B3FF;
}
.seach_color_6 {
    background: #ff8b8f;
}

.level_description {
    margin: 0 10px;
    color: #000;
}

.how_to_block .np {
    margin-bottom: 60px;
    width: 100%;
    color: #333;
    text-align: center;
}

.how_to_block .np img {
   margin-bottom: 15px; 
}

.npc {
    text-align: center;
}

#search_icon img {
    vertical-align: middle;
}

#q_and_a_popup select, #q_and_a_popup textarea {
    font-size: 14px;
    padding: 5px;
    border: 1px solid #CCCCCC !important;
    border-radius: 3px;
}

.q_and_a_new_btn {
    color: #4b4b50;
    font-size: 13px;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    margin: 0 0 0 5px;
    vertical-align: top;
}

.faq_base .q_str {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    cursor: default;
}

.faq_base .q_str a{
    color: #fff;
}

.faq_base .q_str a:visited{
    color: #fff;
}

.faq_base .level_str {
    font-size: 11px;
    color: #4B4B4B;
    font-weight: bold;
    margin: 0 0 0 20px;
}

.faq_base .large_cate_str {
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    color: #285eff;
}

.faq_base .medium_cate_str {
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    color: #285eff;
}

.faq_base .from_cate {
    font-size: 11px;
    color: #4B4B4B;
    font-weight: bold;
    padding: 0 5px;
}

.qa_result_str {
    margin:5px;
    padding:5px;
    border:#aaa solid 1px;
    width:80%;
}

.faq_base div {
    padding: 4px 20px 6px 0px;
    font-size: 92%;
    text-align: right;
    font-weight: bold;
    background-color: #f0f0f0;
    box-shadow: inset 1px 1px rgba(0,0,0,.075), inset -1px -1px rgba(255,255,255,.3);
}

#searchPanel {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
}

#searchPanel div {
    position: absolute;
    top: calc( 40% - 36px );
    text-align: center;
    width: 100%;
    height: 24px;
}

#searchPanel #rteditor_loader {
    position: absolute;
    top: calc(50% - 33px);
    left: calc(50% - 33px);
}

.diagnosePalette .q_and_a_btn {
    top: 0px;
}

.diagnosePalette .q_and_a_icon {
    right: 40px;
}

.diagnosePalette .q_and_a_info {
    right: 20px;
    margin-top: 1px;
}

.q_and_a_edit_icon {
    margin: 0 5px;
    -webkit-transform:translateY(-3px);
    transform:translateY(-3px);
}


#q_and_a_popup .replacement-candidate{
    width: calc( 95% + 12px );
    border: 1px dotted #BBB;
    box-sizing: border-box;
    margin: 5px 0 0;
    padding: 15px;
    position: relative;
}

#q_and_a_popup .replacement-candidate p{
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

#q_and_a_popup .replacement-candidate span{
    color: #888;
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
}

#q_and_a_popup .replacement-candidate b{
    font-weight: bold;
}

#q_and_a_popup .replacement-candidate__list{
    display: none;
    margin-top: 5px;
}

#q_and_a_popup .replacement-candidate .candidate__list-opener{
    background: #AAA url(../img/common/middle_menu_open_arrow_EDIT.png) no-repeat right 10px center;
    border-radius: 10px;
    color: #FFF;
    cursor: pointer;
    right: 0px;
    position: absolute;
    padding: 1px 30px 1px 15px;
    text-align: center;
    top: 16px;
}

#q_and_a_popup .replacement-candidate .candidate__list-opener:hover{
    background: #BBB url("../img/common/middle_menu_open_arrow_EDIT.png") no-repeat right 10px center;
}

.buttonHtmlInsertBlock{
    text-align: center;
}

.buttonHtmlInsertBlock .button{
    width: 260px;
    color: #FFF;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
    font-weight: bold;
    font-size: 16px;
    padding: 15px 30px;
    border: 1px solid #FFF;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    background-color: #ffaa00;
    background-image: url(/cms/img/common/palette_btn_dot.png), url(/cms/img/common/palette_btn_luster_light.png), linear-gradient(315deg, #ffcc00, #ffaa00 50%);
    background-repeat: repeat, no-repeat, repeat;
    background-position: left top, top center, left top;
    box-shadow: inset 0 0 100px rgba(0,0,0,0), inset 1px 1px 4px rgba(163,160,38,0), 1px 1px rgba(0,0,0,0.2), -1px -1px rgba(0,0,0,0.05);
    transition: 0.3s;
    margin: 0 auto;
}

.buttonHtmlInsertBlock .button:hover{
    box-shadow: inset 0 0 100px rgba(0,0,0,.1), inset 1px 1px 4px rgba(163,160,38,0.5), 1px 1px rgba(0,0,0,0.05), -1px -1px rgba(0,0,0,0.2);
}

.spamMailSettingQandA,
.recommend_config .all_block_change_btn_q_and_a_btn{
    padding-left: 5px;
}


/*/** * 在庫車自由入力ブロックヘルプ用CSS */
.usedcarFreeblock {
    padding: 0 0 30px;
}

.usedcarFreeblock h3 {
    border: none;
    color: #333;
    text-align: center;
    font-size: 20px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    letter-spacing: .05em;
    line-height: 1.75;
    font-weight: 700;
    padding: 0;
    margin-bottom: 1.5em;
}

.usedcarFreeblock h3 .largeText--x {
    font-size: 125%;
}

.usedcarFreeblock h3 .largeText--xx {
    color: #36f;
    font-size: 150%;
}

.usedcarFreeblock h4 {
    color: #333;
    font-size: 18px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    letter-spacing: 0;
    margin-bottom: 1em;
}

.usedcarFreeblock h4 .label {
    font-size: 13px;
    color: #777;
    border-radius: 20px;
    background: #E5E5E5;
    padding: 2px 15px;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 3px;
}

.usedcarFreeblock .subtitleWrapper {
    margin-bottom: 2.5em;
}

.usedcarFreeblock .subtitleWrapper .subtitle {
    text-align: center;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    color: #555;
    background: #F5F5F5;
    padding: 15px;
}

.usedcarFreeblock .contentWrapper {
    margin-bottom: 60px;
}

.usedcarFreeblock .contentWrapper .content {
    margin-bottom: 45px;
}

.usedcarFreeblock .contentWrapper .content:after {
    content: "";
    clear: both;
    display: block;
}

.usedcarFreeblock .contentWrapper .content .image img{
    border-radius: 3px;
}

.usedcarFreeblock .contentWrapper .content:nth-of-type(odd) .image {
    width: 40%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.usedcarFreeblock .contentWrapper .content:nth-of-type(even) .image {
    width: 40%;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}


.usedcarFreeblock .contentWrapper .content h4,.usedcarFreeblock .contentWrapper .content p {
    float: revert;
}

.usedcarFreeblock .contentWrapper .content p {
    color: #555;
    letter-spacing: .05em;
    line-height: 1.75;
    font-size: 14px;
}

#q_and_a_popup_close_btn{
    display: none;
}

.understandingOuter {
    margin-bottom: 60px;
    text-align: center;
    display: none;
}

.understandingOuter[data-show="1"] {
    display: block;
    position: relative;
}

.understandingOuter[data-message-mode="question"] .message[data-message="question"] {
    display: inline-block;
}

.understandingOuter[data-message-mode="question"] .message[data-message="understood"],
.understandingOuter[data-message-mode="question"] .message[data-message="support"] {
    display: none;
}

.understandingOuter[data-message-mode="understood"] .message[data-message="understood"] {
    display: inline-block;
}

.understandingOuter[data-message-mode="understood"] .message[data-message="question"],
.understandingOuter[data-message-mode="understood"] .message[data-message="support"] {
    display: none;
}

.understandingOuter[data-message-mode="support"] .message[data-message="support"] {
    display: inline-block;
}

.understandingOuter[data-message-mode="support"] .message[data-message="question"],
.understandingOuter[data-message-mode="support"] .message[data-message="understood"] {
    display: none;
}

.understandingOuter .understandingImageOuter {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 175px;
}

.understandingOuter .understandingImageOuter .understandingImage {

}

.understandingOuter .understandingMessageOuter {
    display: inline-block;
    padding: 20px;
    background: #eee;
    border-radius: 5px;
    text-align: left;
    width: 490px;
    position: relative;
}

.understandingOuter .understandingMessageOuter:before {
    content: "";
    background-image: url(/cms/contract/img/ninomiya.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 93px;
    top: 30px;
    left: -70px;
    position: absolute;
}

.understandingOuter .understandingMessageOuter .message {
    display: none;
}

.understandingOuter .understandingMessageOuter .message[data-message="question"] {
}

.understandingOuter .understandingMessageOuter .message .title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #fcc900;
    margin-bottom: 10px;
}

.understandingOuter .understandingMessageOuter .message .body {
    padding: 5px;
    line-height: 1.6em;
    font-size: 15px;
}

.understandingOuter .understandingMessageOuter .message .info {
    padding: 0 5px;
    line-height: 1.6em;
    font-size: 15px;
}

.understandingOuter .understandingMessageOuter .message .info .freeDial,
.understandingOuter .understandingMessageOuter .message .info .supportTime {
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}

.understandingOuter .understandingMessageOuter .messageInner {
}

.understandingOuter .understandingMessageOuter .message[data-show="1"] {
    display: inline-block;
}

.understandingOuter .understandingMessageOuter .confirmOuter {
    text-align: center;
    margin: 10px 0;
    display: none;
}

.understandingOuter .understandingMessageOuter .confirmOuter[data-show="1"] {
    display: block;
}


.understandingOuter .understandingMessageOuter .confirmOuter .confirm[data-confirm="yes"],
.understandingOuter .understandingMessageOuter .confirmOuter .confirm[data-confirm="no"] {
    display: inline-block;
    background: #fff;
    padding: 5px 35px;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    opacity: 1;
    transition: opcity .2s;
}

.understandingOuter .understandingMessageOuter .confirmOuter .confirm[data-confirm="yes"] {
    margin-right: 5px;
    background: #285eff;
    color: #fff;
}

.understandingOuter .understandingMessageOuter .confirmOuter .confirm[data-confirm="no"] {
    background: #fd4c4c;
    color: #fff;
}

.understandingOuter .understandingMessageOuter .confirmOuter .confirm[data-confirm="yes"]:hover,
.understandingOuter .understandingMessageOuter .confirmOuter .confirm[data-confirm="no"]:hover {
    opacity: 0.9;
}


.q_explain .sydeAdminIcon{
    margin-left: 5px;
}

body:has(.sliderDiv) #q_and_a_popup .how_to_block.aboutTopMovie,
body:has(.sliderDiv) #q_and_a_popup:has(.aboutTopMovie) #q_and_a_help{
    display: none;
}

@media screen and (min-width:1081px){
    #q_and_a_popup{
        width: 80%;
        min-width: 640px;
        max-width: 1280px;
        height: 80%;
    }

    #q_and_a_popup:has(.how_to_block) #q_and_a_help,
    #q_and_a_popup:has(.how_to_block) #q_and_a_help_bottom,
    #q_and_a_popup:has(.how_to_block) #q_and_a_help_bottom_2{
        display: none;
    }

   #q_and_a_popup:has(.how_to_block) .section{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

    #q_and_a_popup:has(.how_to_block) .how_to_block{
        min-width: 320px;
        width: 49%;
    }

    #q_and_a_content{
        width: 100%;
    }

    #q_and_a_popup:has(.how_to_block) #q_and_a_content{
        min-width: 320px;
        width: 49%;
        margin-left: auto;
    }

    body:has(.sliderDiv) #q_and_a_popup:has(.aboutTopMovie) #q_and_a_content{
        width: 100%;
    }

    #q_and_a_popup:has(.how_to_block) #free_search{
        width: calc(100% - 60px);
    }

    #q_and_a_popup:has(.how_to_block) .large_category_wrap{
        width: auto;
        float: none;
        margin-bottom: 10px;
    }

    #q_and_a_popup:has(.how_to_block) .medium_category_wrap{
        margin: 0;
        width: calc(100% - 60px);
    }

    #q_and_a_popup:has(.how_to_block) #medium_category{
        width: 100%;
        min-width: 264px;
    }

    #q_and_a_popup:has(.how_to_block) .freeword_wrap{
         margin: 15px 0 25px 90px;
         text-align: left;
    }

    #q_and_a_popup:has(.how_to_block) .free_word_str{
        margin: 0 0 5px 0;
    }

    #q_and_a_popup:has(.how_to_block) .free_search_and_icon{
        width: 100%;
    }

    #q_and_a_popup:has(.how_to_block) .search_wrap{
        margin: 0 5px 30px 90px;
        padding: 10px 0;
    }

    #q_and_a_popup:has(.how_to_block) .q_and_a_search_area{
        padding: 10px 0;
    }

    #q_and_a_popup:has(.how_to_block) #search_icon img{
        vertical-align: middle;
    }

    #q_and_a_popup:not(:has(.how_to_block)) #search_content{
        width: 620px;
        margin: 80px auto 35px;
    }

    .modalFaq:has(.how_to_block) #q_and_a_help,
    .modalFaq:has(.how_to_block) #q_and_a_help_bottom,
    .modalFaq:has(.how_to_block) #q_and_a_help_bottom_2{
        display: none;
    }

    .modalFaq:has(.how_to_block) #content .section{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .modalFaq:has(.how_to_block) .how_to_block{
        min-width: 320px;
        width: 49%;
    }

    .modalFaq:has(.how_to_block) #q_and_a_content{
        min-width: 320px;
        width: 49%;
        margin-left: auto;
    }

    .modalFaq:has(.how_to_block) #free_search{
        width: calc(100% - 60px);
    }

    .modalFaq:has(.how_to_block) .large_category_wrap{
        width: auto;
        float: none;
        margin-bottom: 10px;
    }

    .modalFaq:has(.how_to_block) .medium_category_wrap{
        margin: 0;
        width: calc(100% - 60px);
    }

    .modalFaq:has(.how_to_block) #medium_category{
        width: 100%;
        min-width: 264px;
    }

    .modalFaq:has(.how_to_block) .freeword_wrap{
        margin: 15px 0 25px 90px;
        text-align: left;
    }

    .modalFaq:has(.how_to_block) .free_word_str{
        margin: 0 0 5px 0;
    }

    .modalFaq:has(.how_to_block) .free_search_and_icon{
        width: 100%;
    }

    .modalFaq:has(.how_to_block) .search_wrap{
        margin: 0 5px 30px 90px;
        padding: 10px 0;
    }

    .modalFaq:has(.how_to_block) .q_and_a_search_area{
        padding: 10px 0;
    }

    .modalFaq:has(.how_to_block) #search_icon img{
        vertical-align: middle;
    }

    .modalFaq:not(:has(.how_to_block)) #search_content{
        width: 620px;
        margin: 80px auto 35px;
    }

}

@media screen and (max-height:500px){
    #q_and_a_popup{
        width: 80%;
        max-width: 960px;
    }

    #q_and_a_popup:has(.how_to_block) #q_and_a_help,
    #q_and_a_popup:has(.how_to_block) #q_and_a_help_bottom,
    #q_and_a_popup:has(.how_to_block) #q_and_a_help_bottom_2{
        display: block;
    }

   #q_and_a_popup:has(.how_to_block) .section{
        display: block;
    }

    #q_and_a_popup:has(.how_to_block) .how_to_block{
        min-width: auto;
        width: auto;
    }

    #q_and_a_content{
        width: 100%;
    }

    #q_and_a_popup:has(.how_to_block) #q_and_a_content{
        min-width: auto;
        width: auto;
        margin: 0;
    }

    #q_and_a_popup:has(.how_to_block) #free_search{
        width: 410px;
    }

    #q_and_a_popup:has(.how_to_block) .large_category_wrap{
        width: 25%;
        float: left;
        margin: 0;
    }

    #q_and_a_popup:has(.how_to_block) .medium_category_wrap{
        margin: 0 0 0 40px;
        width: 264px;
    }
}

@media screen and (max-width:540px) {
    #q_and_a_popup{
        width: 80%;
        min-width: 320px;
        box-sizing: border-box;
        background-image: url(../img/common/palette_bg_small.png), radial-gradient(farthest-corner at right bottom, #f9f9f9, #fcfcfc 70%, #f9f9f9 70%);
        background-repeat: no-repeat;
        background-position: right bottom;
        margin: 0 auto;
        padding: 10px 15px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        /*スクロールバー非表示（IE・Edge）*/
        -ms-overflow-style: none;
        /*スクロールバー非表示（Firefox）*/
        scrollbar-width: none;
    }

    html:has(.modalFaq){
        /*スクロールバー非表示（IE・Edge）*/
        -ms-overflow-style: none;
        /*スクロールバー非表示（Firefox）*/
        scrollbar-width: none;
    }

    html:has(.modalFaq)::-webkit-scrollbar{
      display:none;
    }

    .modalFaq #content{
        box-sizing: border-box;
        background-image: url(../img/common/palette_bg_small.png), radial-gradient(farthest-corner at right bottom, #f9f9f9, #fcfcfc 70%, #f9f9f9 70%);
        background-repeat: no-repeat;
        background-position: right bottom;
        padding: 0 10px;
        margin: 0;
        /*スクロールバー非表示（IE・Edge）*/
        -ms-overflow-style: none;
        /*スクロールバー非表示（Firefox）*/
        scrollbar-width: none;
    }

    /*スクロールバー非表示（Chrome・Safari）*/
    #q_and_a_popup::-webkit-scrollbar{
      display:none;
    }

    #q_and_a_popup #content,
    .modalFaq #content{
        width: 100%;
    }

    #q_and_a_popup .section h2,
    .modalFaq .section h2{
        height: auto;
    }

    .popupEdit,
    .q_and_a_new_btn{
        display: none;
    }

    #search_content{
        background: none;
    }

    .freeword_wrap{
        margin: 15px 0 25px;
    }

    .free_word_str{
        margin: 0 auto 10px;
    }

    #free_search{
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

    .search_wrap{
        margin: 0 0 30px;
        padding: 10px 0 0 0;
    }

    .category_str{
        margin: 0 auto 5px;
    }

    .q_and_a_search_area{
        padding: 0;
    }

    .large_category_wrap{
        width: 100%;
        float: none;
    }

    .medium_category_wrap{
        float: none;
        margin: 0;
        width: 100%;
    }

    #large_category,
    #medium_category{
        width: 100%;
    }

    #q_and_a_popup #search_icon,
    #q_and_a_popup #search_icon_category,
    .modalFaq #search_icon,
    .modalFaq #search_icon_category{
        width: 100%;
        height: 40px;
        background-color: #3c6bbe;
        background-image: url(/cms/img/common/palette_btn_dot.png), url(/cms/img/common/palette_btn_luster_light.png), linear-gradient(315deg, #3c6bbe, #537ec9 50%);
        background-repeat: repeat, no-repeat, repeat;
        background-position: left top, top center, left top;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        display: block;
        margin: 15px auto 0;
        text-align: center;
    }

    #q_and_a_popup #search_icon:after,
    #q_and_a_popup #search_icon_category:after,
    .modalFaq #search_icon:after,
    .modalFaq #search_icon_category:after{
        width: 80px;
        height: 20px;
        color: #fff;
        content: "\691C\7D22\3059\308B";/*検索するをUNICODE化*/
        display: block;
        font-size: 16px;
        font-weight: bold;
        right: calc( 50% - 40px);
        position: absolute;
        top: calc( 50% - 10px );
    }

    #q_and_a_popup #search_icon img,
    #q_and_a_popup #search_icon_category img,
    .modalFaq #search_icon img,
    .modalFaq #search_icon_category img{
        display: none;
    }

    #q_and_a_popup #q_and_a_help,
    .modalFaq #q_and_a_help{
        padding: 10px 0;
    }

    #q_and_a_help_bottom,
    #q_and_a_help_bottom_2{
        padding: 10px 0;
    }

    #q_and_a_help a,
    #q_and_a_help_bottom a,
    #q_and_a_help_bottom_2 a{
        margin: 0;
    }

    #q_and_a_popup_close_btn{
        cursor: pointer;
        display: block;
        position: fixed;
        right: calc( 50% - 180px );
        top: calc( 50% - ( 35% + 30px ) );
        z-index: 10000000000;
    }

    .buttonHtmlInsertBlock .button{
        width: 100%;
        box-sizing: border-box;
    }

    .freeword_button_wrap{
        display: flex;
        flex-wrap: wrap;
    }

    .freeword-attention{
        display: none;
    }

    .freeword_wrap .helpPalette__subTitle{
        margin: 20px 0 5px 0;
    }

    .q_and_a_icon_page_title{
        position: static;
    }

    .understandingOuter .understandingMessageOuter {
        width: 180px;
    }

    .understandingOuter .understandingMessageOuter:before {
        left: -60px;
    }

    .understandingOuter .understandingMessageOuter .confirmOuter .confirm[data-confirm="yes"],
    .understandingOuter .understandingMessageOuter .confirmOuter .confirm[data-confirm="no"] {
        font-size: 12px;
        padding: 5px 15px;
    }

    .understandingOuter .understandingMessageOuter .message .info .freeDial,
    .understandingOuter .understandingMessageOuter .message .info .supportTime {
        font-size: 18px;
    }

    .czPalette .q_and_a_btn{
        position: absolute;
        left: 90px;
        top: 20px;
    }

    .buttonHtmlInsertBlock .button:hover{
        box-shadow: inset 0 0 100px rgba(0,0,0,0), inset 1px 1px 4px rgba(163,160,38,0), 1px 1px rgba(0,0,0,0.2), -1px -1px rgba(0,0,0,0.05);
    }

    .buttonHtmlInsertBlock .button:active{
        box-shadow: inset 0 0 100px rgba(0,0,0,.1), inset 1px 1px 4px rgba(163,160,38,0.5), 1px 1px rgba(0,0,0,0.05), -1px -1px rgba(0,0,0,0.2);
    }

}

/**
 * モーダルから読み込んだ時にデザインのh3が当たる問題への対策
 */
.like--h3{
    font-size: 90%;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
}