/*
Theme Name: lightning-Child
Template: lightning
*/
@media (min-width: 768px)
.siteContent {
    padding: 1.0em 0 1.0em;
}


h2.toppage_midashi {
    font-size: 240%;
    font-weight: bold;
    color: #af0404;
    background-color: #fff;
    padding: 14px 10px 10px;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin: 0.2em;
}

p.toppage_p {
    text-align: center;
    font-weight: bold;
}

.cen {
    text-align: center;
}

.kugiri {
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    margin-bottom: 25px;
    clear: both;
}

.dan {
    height: 5px;
    margin-top: 20px;
    margin-bottom: 25px;
    clear: both;
}

h4.zaikomidashi {
	font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    background: #fff;
    height: 90px;
    padding: 5px;
    padding: 0.4em 0.5em;
    /*文字の上下 左右の余白*/
    color: #494949;
    /*文字色*/
    background: #f4f4f4;
    /*背景色*/
    border-left: solid 5px #AB0E11;
    /*左線*/
    border-bottom: solid 3px #d7d7d7;
    /*下線*/
    margin-bottom: 5px;
}

h4.price {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
    color: #AB0E11;
    background: #fff;
    padding: 5px;
    margin: 0;
}

.color {

    font-size: 0.8em;
}

.comment {
    font-size: 0.8em;
}

.row-eq-height {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-wrap: wrap;
}

.right {
    float: right;
}

.right:after {
    clear: both;
}
.right_k {
    float: right;
 }

.right:after {
    clear: both;
}

/*お店の情報ページ*/

h5.tenpo_m {
    color: #af0404;
    font-weight: bold;
    border-top: none;
    border-bottom: none;
    background-color: #fff;
}

#map {
    height: 400px;
    width: 100%;
}

#map-canvas {
    width: 600px;
    height: 600px;
}
.left {float: left;margin-right:10px;}

.clear {
    clear: both;
}

/* Contact Form 7カスタマイズ */
/* テーブル セル2つ */
@media screen and (max-width: 480px) { /* ▼480：iPhone6+縦 */
.respStyle th, .respStyle td { display:block; }
.respStyle th {
    border-bottom: none;
    padding: 10px 0px 4px 8px;
}
}

.respStyle th {
    text-align: left;
    font-size: 14px;
    color: #333;
}

.respStyle td {
    font-size: 12px;
}

/* 必須ピンク */
.required-srt {
    font-size: 8pt;
    padding: 5px;
    background: #DE8686;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
}

/* 必須グレー */
.unrequired-srt {
    font-size: 8pt;
    padding: 5px;
    background: #BDBDBD;
    color: #fff;
    border-radius: 3px;
    margin-right: 3px;
}

/* Contact Form 7のラジオボタンを縦並びに　class:list-blockをclass指定する */
.list-block .wpcf7-list-item {
    display: block;
}

.recaptcha { /* recaptchaに余白 */
    margin: -10px 0 20px 0;
}
/*Contact Form 7終わり*/
/*買取ページ*/
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
  	border: solid 3px #af0404;/*線色*/
padding: 0.5em;/*文字周りの余白*/
border-radius: 0.5em;/*角丸*/
    width: 110px;
    float: left;
    margin-top: 20px;
    font-weight: bold;
    color:#af0404;
    background: #fffaf4;/*背景色*/
    text-align: center;
  }
  .timeline-content {
    width: 75%;
    float: left;
    
    padding-left: 30px;
  }
  
  h3.step{
  	font-weight: bold;
	color:#af0404;
  }
  h3:after, .subSection-title:after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    width: 30%;
    border-bottom: 1px solid #af0404;
}
.rights{
	float: right;
	width: 75%;
}
.pred{
	color: #af0404;
}
li.stepli{
	padding-bottom: 80px;
}

}
.box29 {
    margin: 2em 0;
    background: #Fff;
    border: solid 3px #af0404;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #af0404;
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}

p.Q{
	position: relative;

background: #f4f4f4;
padding: 2px 5px 2px 20px;
font-size: 20px;
font-weight: bold;
color: #af0404;
border-radius: 0 10px 10px 0;
}
p.Q:before {
font-family: FontAwesome;
content: "Q";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #ff6363;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
p.Qr{
	position: relative;

background: #f4f4f4;
padding: 2px 5px 2px 20px;
font-size: 20px;
font-weight: bold;
color: #af0404;
border-radius: 0 10px 10px 0;
}
p.Qr:before {
font-family: FontAwesome;
content: "Q";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #ff6363;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
p.ans{
	position: relative;

background: #fff;
padding: 2px 5px 2px 20px;
font-size: 20px;
font-weight: bold;
color: #111;
border-radius: 0 10px 10px 0;
}
p.ans:before {
font-family: FontAwesome;
content: "A";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #ff6363;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
p.ansr{
position: relative;
background: #fff;
padding: 2px 5px 2px 20px;
font-size: 20px;
font-weight: bold;
color: #111;
border-radius: 0 10px 10px 0;
}
p.ansr:before {
font-family: FontAwesome;
content: "A";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #ff6363;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
.td_main{
    width:70%;
    border-bottom:0px;
}
.td_left{
    border-bottom:0px;
    width:30%;
}
.center-block1{
    margin:0 auto;
}
/*買取ページ終わり*/

/* Contact Form7スマホ・タブレット用カスタマイズ */
@media(max-width:850px){
/* テーブルの見出しとフォーム */
table.inquiry th,table.inquiry td {
   display:block;
   padding:1em 0!important;
   width:100%;
   border:0;
}

/* 送信ボタン */
input.wpcf7-submit{
   margin-bottom:30px;
   width:100%;
}
}

/* 日付タグ上のテキストをPCとスマホで変更 */
@media(max-width:900px){
.pcdate{
   display: none;
}
}
@media(min-width:1000px){
.spdate{
   display: none;
}
/* 日付タグの幅を調整 */
.wpcf7-date.dateform{
   width: 25%;
}
}

/* Contact Form7全体カスタマイズ */

/* 自動入力されるPタグを無効にする */
.inquiry p {
   display: inline;
}

/*テーブル下に余白.枠線・テキストの行間 */
table.inquiry {
   margin-bottom: 30px;
   border:solid 1px #d7d7d7;
   line-height:1.2;
   vertical-align:middle;
}

/* テーブルの行 */
.inquiry tr {
   border:0!important;
}

/* テーブルの見出し側 */
.inquiry th{
   text-align:left;
   font-size:14px;
   color:#444;
   padding:1em 0.5em;
   width:0;
   background:#efefef;
   border:solid 1px #d7d7d7;
   white-space: nowrap;
   vertical-align: middle;
}

/* 必須と任意タグ */
.haveto,.any{
   font-size:13px;
   padding:5px;
   background:#ff9393;
   color:#fff;
   border-radius:2px;
   margin-right:5px;
   font-weight:normal;
}

/* 任意タグの背景カラー */
.any{
   background:#93c9ff;
}

/* テーブルフォーム側 */
.inquiry td{
   font-size:13px;
   border:solid 1px #d7d7d7;	
}

/* 入力エリア幅最大 */
.wpcf7-form-control {
   width: 100%;
}

/* フォーム入力欄の余白・背景カラー・枠線消す指定 */
.inquiry input,.inquiry select,.inquiry textarea {
   margin: 5px 0;
   background:#eff1f5;
   border: none;
   padding:0.7em;
}
.inquiry textarea {
   padding-bottom:10em;
}

/* チェックボックスとラジオボタンの位置調整 */
.wpcf7-list-item-label,.wpcf7-checkbox,input[type=checkbox],input[type=radio]{
   vertical-align:middle;
}
.wpcf7-list-item-label{
   padding:0 5px 0 2px;
}
/*ラジオボタンを縦並び指定*/
.verticallist{
   display:inline-grid;
}

/* 送信ボタンのデザイン */
.wpcf7-submit{
   display: block;
   margin:10px auto;
   padding:1em 0;
   width:80%;
   background:#09b555;
   color:#fff;
   font-size:18px;
   font-weight:bold;	 
   border-radius:4px;
   border: none;
}

/* 送信ボタンマウスホバー時 */
.wpcf7-submit:hover{
   opacity: 0.9;
   transition: 0.3s;
}

/* フォーム上部に表示されるエラーメッセージを非表示 */
.screen-reader-response {
    display: none;
}

/* フォーム内エラーメッセージを赤色に指定 */
.wpcf7-not-valid-tip {
    color: #e92323;
}