/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/*******************************************
 * 共通
 *******************************************/
.qbutton {
	display: inline-block;
}
.qbutton.full-width {
	display: block;
}

p strong {
	color: #e47e73;
}
h1,h2,h3,h4,h5,h6 {
    text-transform: none;
}

.list-title h3,
.list-title h4,
.list-title h5 {
    line-height: 2.5em;
	background-color: #ffd48d;
}

/*******************************************
 * プロセス
 *******************************************/
@media screen and (min-width: 768px) {
	.process-7 .q_circles_holder .q_circle_outer {
		width: calc(100% / 6);
	}
	.process-7 .q_circles_holder .q_circle_inner {
		width: 100px;
		height: 100px;
	}
	.process-7 .q_circles_holder .q_circle_inner .fa {
		font-size: 3.5em;
	}
	.process-7 .q_circles_holder:before {
		top: 50px;
	}
}

/*******************************************
 * 料金表
 *******************************************/
.qode_pricing_list .qode_pricing_item_title {
    font-size: 1.1em;
}
.qode_pricing_list .qode_pricing_item_price_inner span {
    font-size: 1.2em;
}

.common-feature .q_icon_with_title .icon_text_holder .icon_title_holder .icon_title {
    text-align: left;
}

.q_price_table {
    border-top: 0;
}
.q_price_table .price_table_inner {
    background-color: #fff;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.q_price_table.active .active_text {
    position: absolute;
    top: -6px;
    right: -6px;
	left: auto;
    width: 89px;
    height: 91px;
    overflow: hidden;
	background-color: transparent;
}
.q_price_table.active .active_text span {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 1.1em;
    line-height: 16px;
    background: #e47e73;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.q_price_table.active .active_text span:before,
.q_price_table.active .active_text span:after{
    position: absolute;
    content: "";
    border-top: 4px solid #b2751b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}
.q_price_table.active .active_text span:before{
    left: 14px;
}
.q_price_table.active .active_text span:after{
      right: 18px;
}

.q_price_table.active .price_table_inner>ul {
	margin-top: 0;
    padding-top: 0;
}
.q_price_table .prices,
.q_price_table .pricing_table_content {
    color: #333745;
}
.q_price_table .prices .price {
    color: #e47e73;
    font-size: 4em;
    font-weight: bolder;
}
.q_price_table .pricing_table_content ul li {
    border-bottom: 1px dashed;
    padding: 0.5em 0;
}
.q_price_table .qbutton {
    text-align: center;
}

@media screen and (max-width: 768px) {
	.qode_pricing_tables .q_price_table:nth-child(n + 2) {
        margin-top: 40px !important;
	}
}
@media screen and (max-width: 480px) {
    .qode_pricing_list .qode_pricing_item_price {
        width: 150px;
    }
}

/*******************************************
 * フォーム
 *******************************************/
#respond textarea, #respond input[type='text'], #respond input[type='email'],
.contact_form input[type='text'], .contact_form textarea, .contact-form .wpcf7-radio,
.comment_holder #respond textarea, .comment_holder #respond input[type='text'], .comment_holder #respond input[type='email'],
input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-date,
textarea.wpcf7-form-control.wpcf7-textarea, select.wpcf7-form-control.wpcf7-select, input.wpcf7-form-control.wpcf7-quiz, .post-password-form input[type='password'] {
    background-color: #efeff1;
}
.contact-form .vc_row {
    margin-bottom: 2em !important;
}
.contact-form .vc_column_container {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.contact-form .wpcf7-radio{
	display: block;
    margin: 5px 0 0;
    padding: 15px 0;
    border: 0;
    border-radius: 0;
    font-size: 13px;
    line-height: 17px;
    color: #818181;
    font-family: Raleway;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
.contact-form .note,
.contact-form .required {
    font-size: 0.8em;
    display: inline-block;
    padding-left: 0.5em;
}
.contact-form .required {
    color: #e47e73;
}
.contact-form .wpcf7-not-valid-tip {
    color: #e47e73;
}
.contact-form .wpcf7 input[type="file"] {
    display: inline-block;
	margin-left: 2em;
}

@media screen and (max-width: 768px) {
    .contact-form .vc_row {
        margin-bottom: 0 !important;
    }
    .contact-form .vc_column_container {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1em;
    }
}

#calculator-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #e47e73;
    font-weight: bolder;
    z-index: 10;
}
#calculator {
    width: 768px;
    margin: 0 auto;
    padding: 1em 0;
}
#calculator .formula {
    float: left;
    width: 30%;
    text-align: center;
}
#calculator .formula.operator {
    width: 5%;
}
#calculator .formula .label,
#calculator .formula .value {
    color: #fff !important;
}
#calculator .formula .label {
    font-size: 1.3em;
}
#calculator .formula .value {
    font-size: 2em;
    line-height: 2em;
}
#calculator .note {
    text-align: center;
    font-size: 0.8em;
    color: #fff;
}

#calculator .tax_includ{
	font-size: 0.5em;
}

@media screen and (max-width: 768px) {
    #calculator {
        width: 95%;
    }
    #calculator .formula .label {
        font-size: 0.8em;
    }
    #calculator .formula .value {
        font-size: 1.4em;
        line-height: 1.4em;
    }
    #calculator .note {
        font-size: 0.6em;
    }
}


/*******************************************
 * FAQ
 *******************************************/
.faq_list .icon_holder{
    margin: 11px 15px 0 11px;
    text-align: center;
    width: 35px;
}
#faq_list .icon_text_holder{
	padding: 0 0 0 60px;
}

#faq_list a, 
#before_use_faq_contents a, 
#identification_faq_contents a, 
#after_application_faq_contents a, 
#payment_faq_contents a, 
#shipping_items_contents a, 
#in_use_faq_contents a, 
#return_faq_contents a, 
#about_pc_use_faq_contents a{
    text-decoration:underline;
    
}

#faq_list .wpb_wrapper{
    display: flex;
    flex-wrap: wrap;
}

#faq_list .q_icon_with_title{
    width: 25em;
}


/*******************************************
 * 会社概要
 *******************************************/
table {
  border: solid 1px #ccc;
}
table.rs-col-2 th,
table.rs-col-2 td {
  text-align: left;
  border: solid 1px #ccc;
  padding: 0.5em 1em;
}
table.rs-col-2 th {
  background-color: #fafafa;
}
table.rs-col-2 td {
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  table.rs-col-2 th,
  table.rs-col-2 td {
    display: block;
  }
  table.rs-col-2 td {
    border: none;
    padding-bottom: 1.5em;
  }
}

/*******************************************
 * フッター
 *******************************************/
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #fff;
}

footer .footer-logo {
    display: block;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 1em;
}

footer #footer-tel i {
	font-size: 0.9em;
    margin: 0 0.2em;
}

footer #footer-guide-wrapper,
footer #footer-sitemap-wrapper {
	margin: 2em auto;
    padding: 2em;
    border-radius: 6px;
}
footer #footer-guide-wrapper .section_inner {
	width: auto;
}
footer #footer-guide-wrapper .section_inner_margin {
	margin: auto;
}
footer #footer-guide-wrapper .guide-row .section_inner_margin:first-child {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer #footer-guide-wrapper .guide-column .vc_column-inner {
	width: 98%;
	background-color: #fff;
	margin: 0 auto;
    padding:1.5em;
}
footer #footer-guide-wrapper .vc_column_container h1,
footer #footer-guide-wrapper .vc_column_container h2,
footer #footer-guide-wrapper .vc_column_container h3,
footer #footer-guide-wrapper .vc_column_container h4,
footer #footer-guide-wrapper .vc_column_container h5,
footer #footer-guide-wrapper .vc_column_container h6,
footer #footer-guide-wrapper .vc_column_container p,
footer #footer-guide-wrapper .vc_column_container li {
	color: #333745 !important;
}
footer #footer-guide-wrapper .vc_column_container ul,
footer #footer-guide-wrapper .vc_column_container ol {
	margin-left: 1em;
}

footer #footer-guide-wrapper .q_icon_list{
	margin-bottom: 0;
}
footer #footer-guide-wrapper p {
	margin-bottom: 1em;
}

footer #footer-sitemap-wrapper .menu {
	display: flex;
	flex-wrap: wrap;
}
footer #footer-sitemap-wrapper .menu > .menu-item:first-child {
	display: none;  /* ホームは非表示 */
}
footer #footer-sitemap-wrapper .menu > .menu-item {
	width: 25%;
}
footer #footer-sitemap-wrapper .menu > .menu-item > a {
	font-weight: bold;
	text-decoration: underline;
}
footer #footer-sitemap-wrapper .menu > .menu-item > .sub-menu {
/* 	margin-left: 1.5em; */
}

footer #footer-copyright .vc_column_container:first-child {
	margin: 0.5em auto;
}

@media screen and (max-width: 768px) {
	footer .vc_column_container {
		margin: auto;
	}
	footer #footer-guide-wrapper .vc_empty_space {
		height: auto;
	}
	footer #footer-sitemap-wrapper .menu > .menu-item {
		width: 100%;
		margin-bottom: 1em;
	}
	footer #footer-sitemap-wrapper .menu > .menu-item:last-child {
		margin-bottom: auto;
	}
}