@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*ヘッダー*/
.-txt .c-headLogo__link {
	font-size: 2rem;
	font-family: 'M PLUS 1p', sans-serif;
	color: #19377A;
}
.l-header__wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.l-header__logo .c-catchphrase {
	font-weight: bold;
	line-height: 1.2rem;
}
.l-header__contact {
	display: flex;
	padding: 16px 0;
}
.-txt .c-headLogo__link {
	font-size: 2rem;
}
#fix_header .c-headLogo__link {
	font-size: 1.4rem;
}

@media screen and (max-width: 920px) {
	.l-header__contact {
		display: none;
	}
	.l-header__logo {
		width: 100%;
		order: 0;
	}
	.-txt .c-headLogo__link {
		font-size: 1.6rem;
	}
}
.l-header__contact img {
	height: 75px;
}
.l-header__contact a {
	display: block;
	border-left: 1px solid #333;
	margin-left: 1rem;
	padding-left: 1rem;
}
.l-header__contact__sp {
	display: none;
}

.p-postList__title+.p-postList__meta {
 display:none;
}

@media screen and (max-width: 920px) {
	.l-header__logo {
		text-align: left;
	}
	.l-header__logo h1 {
		text-align: left;
	}
	.l-header__contact__sp {
		width: 50px;
		display: flex;
	}
	.l-header__contact__sp a {
		width: 100%;
		padding: .5rem;
		font-size: 1.3rem;
		color: #fff;
		text-align: center;
	}
	.l-header__contact__sp .line {
		background-color: #00B900;
	}
	.l-header__contact__sp .tel {
		background-color: #172d75;
	}
	.l-header__customBtn {
		display: none;
	}
	.l-header__menuBtn {
		margin: 0 .5rem;
	}
}
.l-header__inner {
	width: 100%;
	max-width: 100%;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 920px) {
	.l-header__inner {
		flex-wrap: nowrap;
	}
}
#gnav {
	width: 100%;
	display: flex;
	margin-left: 0;
	padding: 0;
	justify-content: center;
	background-color: #1A377A;
	color: #fff;
}
@media screen and (max-width: 920px) {
	#gnav {
		display: none;
	}
}
.c-gnav>li:last-child>a {
	background-color: #bf282d;
	color: #fff;
}
.c-gnav>li:first-child>a {
	border-left: 1px #2e4a89 solid; 
}
.c-gnav>.menu-item>a {
	padding: 20px 1.5rem;
	border-right: 1px #2e4a89 solid; 
}
.c-gnav a::after {
	background: #f6e14a;
}
.c-gnav>.menu-item>a .ttl {
		font-size: 1rem;
		font-family: 'M PLUS 1p', sans-serif;
}
#fix_header .c-gnav>li:first-child>a {
	border-left: 1px #f0f0f0 solid; 
}
#fix_header .c-gnav>.menu-item>a {
	border-right: 1px #f0f0f0 solid; 
}

/*売りたい方*/
.seller-reason {
	background-color: #1a377a;	
}
.post_content .reason-title {
	margin: 0 auto !important;
	display: block;
	left: 0;
}
@media screen and (max-width: 920px) {
	.post_content .design-title.reason-title {
		font-size: 1.4rem;
		margin-bottom: 10px;
		padding: 0;
		text-align: left;
	}
	.reason-title-text {
			text-align: left;
		font-size: 1rem;
	}
}

.seller-reason .wp-block-media-text {
	background-color: #fff;
	padding: 2rem;
	border-radius: 10px;
}
.post_content .seller-reason h2.design-title {
	color: #fff;	
}
.post_content .seller-reason h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #1a377a;
	font-size: 1.6rem;
}
@media screen and (max-width: 920px) {
	.post_content .seller-reason h3 {
		font-size: 1.2rem;
	}
}
.post_content .seller-reason img {
	border: 1px solid #ccc;
}
.post_content .seller-reason h3:before {
	display: none;	
}
.onayami .wp-block-column {
	padding: 30px;
	background-color: #fff;
	font-size: 1.2rem;
	border-radius: 10px;
	box-shadow: 3px 3px 10px #eee;
}
.seller-area ul {
	padding: 10px 10px 10px 30px;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	border-radius: 6px;
	background-color: #f8f9fb;
}
.seller-area ul li {
	width: calc(100% / 3);
}
.seller-reason .wp-block-media-text {
	margin: 0 0 50px 0;
}
.seller-item {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.seller-item div {
	background: none !important;
}
.seller-step {
	color: #333;
}
@media screen and (max-width: 920px) {
	.seller-reason .wp-block-media-text {
		    padding: 1rem;
	}
	.seller-reason .wp-block-media-text__content {
		padding: 10px 0 !important;
	}
}

/*共通*/
body {
	background-color: #fff !important;
}
.disp-sp {
	display: none;
}
@media screen and (max-width: 920px) {
	.disp-pc {
		display: none;
	}
	.disp-sp {
		display: block;
	}
}
.l-content {
	margin: 0 auto;
}
.grecaptcha-badge { 
	visibility: hidden;
}
.p-postList__thumb.c-postThumb figure {
	border: 1px #19377A solid;	
}
.-type-card .p-postList__item {
	padding: 0 1em;
}
.p-postList .p-postList__title {
	font-size: .9rem;
}

/*書式*/
h1.c-pageTitle,
.post_content .design-title,
.post_content .design-title-wh {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 15px 0;
	padding: 0;
	background: none;
	color: #333;
	text-align: center;
	font-size: 2rem;
}
.post_content .design-title.design-title-wh {
	color: #fff !important;
}
.post_content .design-title::before,
.post_content .design-title::after {
	content: '';
	width: 50px;
	height: 2px;
	background-color: #866E38;
	position: static;
	border: none;
}
.post_content .design-title-wh::before,
.post_content .design-title-wh::after {
	content: '';
	width: 50px;
	height: 2px;
	background-color: #fff;
	position: static;
	border: none;
}
.post_content .design-title::before,
.post_content .design-title-wh::before {
	margin-right: 20px;
}
.post_content .design-title::after,
.post_content .design-title-wh::after {
	margin-left: 20px;
}
.post_content .design-title2 {
	margin: 0 0 10px 0;
	background: none;
	color: #fff !important;
	text-align: center;
	text-shadow: 2px 2px 6px #333;
	font-size: 2.5rem;
}
@media screen and (max-width: 920px) {
	.post_content .design-title,
	.post_content .design-title2 {
		font-size: 1.5rem;
	}
}
.post_content .design-title2:before {
	display: none;
}
.post_content .design-title3 {
	margin: 0 0 5px 0;
	background: none;
	color: #1a377a !important;
	text-align: center;
	font-size: 2rem;
}
@media screen and (max-width: 920px) {
	.post_content .design-title3 {
		font-size: 1.5rem;
	}
}
.post_content .design-title3:before {
	display: none;
}
mark {
    background: -webkit-linear-gradient(left, rgb(246 229 30) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(246,146,30) 50%, transparent 50%);
    background: linear-gradient(left, rgb(246,146,30) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .5em; 
    background-position: 100% .8em;
    transition: 2s;
}
mark.is-active {
    background-position: 0% .8em;
}

/*TOP*/

/*メインジュアル*/
.mainvisual {
	height: 50vh;
}
.mainvisual h1 {
	text-align: center;
}
.mainvisual h1 img {
	width: 100%;
	max-width: 700px;
}

.top #content {
	padding-top: 0;
}
.top-service-menu .wp-block-column {
	position: relative;
}
.top-service-menu .wp-block-column::before {
  content: "";
  position: absolute;
  top: 0;
	right: 0;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #1A377A;
  z-index: 100;
}
.top-service-menu h3 {
	margin-bottom: 0;
	font-size: 2rem;
	text-align: center;
	position: relative;
}
.top-service-menu h3:before {
	width: 5rem;
	height: 5px;
	margin: 0 auto;
	background-color: #1A377A;
	border-radius: 10px;
  display: block;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-service-menu h3 span {
	font-size: 3rem;
	color: #1A377A;
}
@media screen and (max-width: 920px) {
	.top-service-menu h3 span {
		font-size: 2.2rem;
	}
}

.top-service-menu img {
		max-width: 200px;
}
.top-service-msg {
	width: 100%;
	max-width: 900px;
	margin: 0 !important;
	padding: 20px;
	border: 2px solid #979797;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #FBF9F6;
}
@media screen and (max-width: 920px) {
	.top-service-msg {
		font-size: 1rem;
	}
}

.top-service-msg span {
	width: 100%;
}
@media screen and (max-width: 920px) {
	.top-service-menu figure {
    margin: 0 auto;
    width: 80%;
    max-width: 140px;
	}
	.top-service-menu figure img {
		width: 100%;
		
	}
}

/*ボタン*/
.btn-design a {
	border-radius: 5px !important;	
}

/*当社が選ばれる理由*/
.post_content .reason-title {
	width: 100%;
	max-width: 600px;
	margin: 0;
	background: none;
}
.post_content .reason-title:before {
	display: none;
}
.post_content .reason-bg {
	background: #F3EFE5 url(https://kyoto-fudousannavi.com/wp-content/uploads/2023/12/reason-bg-1.png) no-repeat center bottom;
	background-size: 1500px;
}
.wp-block-cover .top-reason h3 {
	margin: 0 0 .5rem 0;
	padding: 0;
	color: #19377A;
}
.top-reason h3:before {
	display: none;
}
@media screen and (max-width: 920px) {
	.top-reason.reverse {
		flex-direction: column-reverse;
	}
}

/*お客様の声*/
.voice-block {
	border: 1px solid #D6D6D6;	
}
.wp-block-cover .voice-block h3 {
	margin: 0;
	padding: 10px 0;
	color: #8A6239;
}
.wp-block-cover .voice-block h3:before {
	display: none;
}
.wp-block-cover .voice-block p.has-text-align-right {
	color: #888;
}

/*お役立ちコラム*/
.oyakudachi-column figure {
	border: 1px solid #ccc;
}

/*CTA*/
.wp-block-cover .cta-block {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.wp-block-cover .cta-block h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #333;
	font-size: 1.8rem;
	text-align: center;
}
.cta-block h3:before {
	display: none;
}
.cta-block .swell-block-button__link {
	width: 100%;
	font-size: 1.8rem;
}
.cta-block .cta-tel {
	margin: 0 0 5px 0;
	color: #333;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}
.cta-block .cta-tel a:hover {
	color: #19377A;
	text-decoration: underline;
}
.cta-block .swl-inline-icon:after {
	color: #19377A;
	font-size: 2rem;
}
.cta-block .swell-block-button {
	margin: 0 0 20px 0;
}
.cta-block .cta-info span span {
	margin: 0 .5rem 0 0;
	padding: .3rem .5rem;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
}
.cta-info .wp-block-column {
	display: flex;
}
.cta-info .wp-block-column:first-child {
	justify-content: flex-end;
}
.cta-info .wp-block-column:last-child {
	justify-content: flex-start;
}
@media screen and (max-width: 920px) {
	.wp-block-cover .cta-block h3 {
		font-size: 1.4rem;
	}
	.wp-block-cover .cta-block a {
		font-size: 1.4rem;
	}
	.cta-info .wp-block-column:first-child {
		justify-content: flex-start;
	}
	.wp-block-cover .cta-block .cta-tel span a {
		font-size: 2.5rem;
	}
	.cta-info {
		font-size: 1.2rem;
		line-height: 1rem;
	}
	.cta-block .swell-block-button {
		margin: 0 0 10px 0;
	}
	.cta-block .cta-tel {
		margin: 0 0 10px 0;
	}
}

/*会社概要*/
.staff-list {
	max-width: 700px !important;
	margin: 0 auto;
}
.staff-list p {
	font-size: 1.4rem;
}

@media screen and (max-width: 920px) {
	.staff-list figure {
		width: 50%;
		margin: 0 auto;
	}
	.staff-list p {
		margin: 10px 0 0 0;
		font-size: 1.2rem;
	}
	.company-table th {
		padding: 5px 10px;
	}
	.company-table th,
	.company-table td {
		width: 100%;
		display: block;
	}
}

/*アクセスマップ*/
.access-map {
	padding: 0;
}
.access-map .wp-block-cover__inner-container {
	width: 100%;
	max-width: 100%;
}


/*サブページ*/
h2.h2img {
	padding: 0;
	background: none;
}
h2.h2img:before {
	display: none;
}
.post_content {
	margin: 0;
	padding: 0;
}

/*無料査定依頼*/
.contact-bg {
	background-color: #F7F7F7 !important;
}

/*入力内容確認*/
.contact-confirm-table th {
	width: 9rem;	
}
.contact-confirm {
	margin: 20px 0 0 0
}
.contact-confirm p {
	display: flex;
	justify-content: center;
}
.wpcf7 .appraisal-btn input.enter-btn {
	margin: 0 0 0 20px;
	border-radius: 0;
}
@media screen and (max-width: 782px) {
	.contact-confirm p {
		justify-content: normal;
	}
}
.contact-confirm input.wpcf7-previous {
	min-width: 70px;
	padding: 0 1rem;
	background-color: #aaa;
}
.appraisal-btn input {
    display: block;
    font-weight: 700;
    color: #fff;
}

/*フォーム関係*/
.wpcf7 input.enter-btn {
    margin: 40px auto 0 auto;
    padding: 0.8rem 5rem;
    display: block;
    width: 100%;
    max-width: 24rem;
    background: #A47D52;
    font-size: 1.3rem;
    border-radius: 4px;
    color: #fff;
}
@media screen and (max-width: 920px) {
	.wpcf7-form {
		padding: 0 20px;
	}
}
.form-inline label {
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
}
.form-inline label span:first-child {
	width: 3rem;
}
.form-inline label span:last-child {
	flex: 1;
}
.input-full {
	width: 100%;
	margin: 0;
	padding: 0.8em 1em;
	border-radius: 5px;
}
.input-full.yubin-number {
	width: 10rem;
}
.input-full.date-select {
	width: 13rem;
}
@media screen and (max-width: 920px) {
	.input-full.yubin-number,
	.input-full.date-select {
		width: 100%;
	}
}
.wpcf7 p.mb-5 {
	margin-bottom: 50px;	
}
.wpcf7 p.mb-2 {
	margin-top: 30px;	
}
.wpcf7 .formblock {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;	
}
.wpcf7 input[type=radio] {
  inline-size: 1.4rem;
  block-size: 1.4rem;
	margin: 0;
	vertical-align: middle;
}
.wpcf7 .wpcf7-checkbox {
  margin: 10px 0;
  display: block;
}
.wpcf7 .wpcf7-list-item {
	margin: 0 2rem 0 0;
}
.wpcf7 .wpcf7-list-item label {
	display: flex;
	align-items: center;
}
.wpcf7 input,
.wpcf7 textarea {
	background-color:#fff;
}
.hissu,
.optional {
  margin: 0 0 0 0.5rem;
  padding: 0.2rem 0.4rem;
  color: #fff;
  font-size: 0.6rem;
  border-radius: 4px;
  vertical-align: middle;
}
.hissu {
  background-color: #e95295;
}
.optional {
  background-color: #529ce9;
}

/**監修者欄**/
.c-widget .textwidget>:not(:last-child) {
    margin-bottom: 1em;
}
.supervision {
    border: 1px #eee solid;
    background-color: #fff;
}
.supervision tr td img {
    max-width: 150px;
}
.supervision tr td:first-child {
    width: 200px;
}
.supervision tr td {
    padding: 20px;
}
.supervision td p.name {
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #2d875f;
}
.supervision td p.name a {
    font-size: 1.1rem;
}
.supervision td p {
    font-size: .8rem !important;
    line-height: 1.4rem;
}
.supervision td p:last-child {
    margin: 0;
}
.supervision td p {
    font-size: .8rem !important;
    line-height: 1.4rem;
}

@media screen and (max-width: 900px){
	.supervision tr td:first-child {
			border-bottom: none;
	}
	.supervision tr td, .supervision tr td:first-child {
    width: 100%;
    display: block;
}
.supervision tr td img {
    max-width: 120px;
    display: block;
    margin: 0 auto;
}
		.supervision tr td:first-child {
			padding: 0px; 
	}
}
