/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2025 | 06:02:28 */
/*==========================================================
	ヘッダーカスタマイズ
==========================================================*/
.c-gnav {
    font-weight: bold;
    font-size: 1.2em;
}


/*==========================================================
	メインビジュアル
==========================================================*/
/* メインビジュアル メインテキスト フォントサイズ */
.p-mainVisual__slideTitle {
    font-size: 30px;
}

@media (min-width: 600px){
	.p-mainVisual__slideTitle {
		font-size: 38px;
	}
}

/* メインビジュアル メインテキスト フォントサイズ スマホ用 */
@media (max-width: 480px){
	.p-mainVisual__slideTitle {
		font-size: 24px;
	}
}
/* メインビジュアル サブテキスト フォントサイズ */
.p-mainVisual__slideText {
    font-size: 26px;
}
/* メインビジュアル サブテキスト フォントサイズ スマホ用 */
@media (max-width: 480px){
	.p-mainVisual__slideText {
		font-size: 19px;
	}
}

/*==========================================================
	トップ-買取方法について
==========================================================*/
.swell-block-box-menu__text{
	line-height:30px;
	
}

/*==========================================================
	お問い合わせ
==========================================================*/
.require{
  font-size: 13px;
}
.mw_wp_form .error{
  margin-top: 10px;
}
.form-01 dl {
  border-top: 1px dotted #ccc;
  color: #4c4c4c;
  margin-bottom: 1em;
}
.form-01 dl:after {
  content: "";
  display: block;
  clear: both;
}
.form-01 dt, .form-01 dd {
/*  font-weight: normal;*/
}
.form-01 dt {
  font-size: 100% !important;
  margin: 0;
  padding: 1em 0 0;
}
.form-01 dt strong {
  color: #F66;
  font-weight: bold;
}
.form-01 dd {
  margin: 0;
  padding: 0.8em 0 0;
}
.form-01 input[type="text"]{
  font-size: 100%;
}
.form-01 dd textarea {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-size: 100%;
  vertical-align: middle;
  padding: 4px;
}

/*-- セレクトボックス --*/
.form-01 .formTable dl select {
	 height: 40px;
		padding: 3px;
}

/*-- チェックボックスボックス --*/
input[type=checkbox] {
	transform: scale(1.5);
	margin: 0 6px 0 0;
}

@media all and (min-width: 981px) {
  .form-01 {
    margin: 1rem auto 2rem;
    width: 100%;
  }
  .form-01 dt {
    display: inline-block;
    vertical-align: top;
    width: 26%;
  }
  .form-01 dd {
    display: inline-block;
    width: 72%;
  }
}

@media (max-width: 980px) {
  .form-01 input[type="text"],
  .form-01 textarea {
    width: 100%;
  }
}
/*-- ボタン --*/
.form-button {
  border-top: 1px dotted #999;
  padding-top: 1.4em;
  text-align: center;
  margin-top: 1.5em;
}
.form-button a, .form-button input {
  background-color: transparent;
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 54px;
  padding: 8px 0;
  text-align: center;
  -webkit-appearance: none;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  width: 220px;
}
@media (max-width: 767px) {
  .form-01 dt {
    font-weight: bold;
  }
  .form-button a,
  .form-button input {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .form-button a,
  .form-button input {
    width: 100%;
  }
}
.form-button a:hover, .form-button input:hover {
  background-color: #e3e3e3;
  border: 1px solid #ccc;
  color: #333;
}
/*-- 確認画面 --*/
.mw_wp_form_preview dl dt .require, 
.mw_wp_form_preview .form-01 .mail_area .require {
  display: none !important;
}
.mw_wp_form_preview dl dd {
  padding-top: 1.1em;
}
.mw_wp_form_preview .form-01 dd .example, 
.mw_wp_form_preview .form-01 dd .comment{
  display: none;
}
.mw_wp_form_preview .list-notice-01 {
  display: none;
}
.form-button input:nth-of-type(2) {
  background-color: #aaa;
  border: 1px solid #ddd;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .form-button input:nth-of-type(2) {
    margin-left: 5%;
  }
}
@media (max-width: 480px) {
  .form-button input:nth-of-type(2) {
    margin-top: 1.2rem;
    margin-left: 0;
  }
}
.form-button input:nth-of-type(2):hover {
  background-color: #656565;
  border: 1px solid #bbb;
}

/*-- ボタン --*/
.form-button input {
    background-color: #A8171B;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-weight:bold;
	font-size:20px;
}
.form-button input:hover {
	 background-color: #971518;
  	 color: #fff;
}

/*-- 送信完了後TOPへ戻る --*/
.mw_wp_form_complete {
  margin-bottom: 2em;
}
.mw_wp_form_complete .form-button {
  margin: 0 auto;
  text-align: center;
}
.mw_wp_form_complete .form-button a {
  display: block;
  line-height: 50px;
  text-decoration: none;
}
.mw_wp_form_complete .form-button a:hover {
  background-color: #fff;
  border: 1px solid #96c721;
  color: #96c721;
}