@charset "utf-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

/* 
------------------------------
リセットCSS
------------------------------
*/	
html {
	font-size: 62.5%;/* ルートのフォントサイズ10px */
} 
body {
	font-size:12px;
	font-size:1.2em;/* 12px*/
	line-height:1.5;
}	
body {
	width:100%;
	margin:0;
	padding:0;
	letter-spacing:0.05em;
	color:#666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* スマホで勝手に文字が大きくなる対策 */
	-webkit-text-size-adjust: 100%;
}
body img {
  border:0;
}

/* ウィンドウサイズに合わせて画像サイズを自動で伸縮させる */
img,iframe {
	max-width:100%;
	height:auto;
}
/* ウィンドウサイズに合わせて画像サイズを自動で伸縮させる */

* {
  box-sizing: border-box;
  list-style-type: none;
}

ul,ol {
	margin:0;
	padding:0;
}

p {
	margin:0;
	padding:0;
}

/*リンク画像透明*/
a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70 )";
	background:#FFF;
}
/*リンク画像透明*/

/*リンク下線有り*/
a {text-decoration:underline;}
/*リンク下線有り*/

/*リンク色*/
a:link {color:#1558d6;}
/*リンク色*/

/*リンクhover時下線*/
a:hover {text-decoration:none !important;} 
/*リンクhover時下線*/
/* 
------------------------------
リセットCSS
------------------------------
*/


/* 
------------------------------
多用CSS
------------------------------
*/
/* リンクの右側に矢印(>) */
.arrow {
	position: relative;
	text-decoration: none;
}
.arrow::after {
	content: '';
	display: block;
  position: absolute; /* 矢印の位置の指定 */
  transform: rotate(135deg); /* 矢印の角度の指定 */
	width: 6px; /* 矢印の大きさの指定 */
	height: 6px; /* 矢印の大きさの指定 */
	border-top: 2px solid #1558d6; /* 矢印の太さの指定 */
	border-left: 2px solid #1558d6; /* 矢印の太さの指定 */
}
/* リンクの右側に矢印(∧) */
.arrow-under {
	position: relative;
	text-decoration: none;
}
.arrow-under::after {
	content: '';
	display: block;
  position: absolute; /* 矢印の位置の指定 */
  transform: rotate(225deg); /* 矢印の角度の指定 */
	width: 6px; /* 矢印の大きさの指定 */
	height: 6px; /* 矢印の大きさの指定 */
	border-top: 2px solid #1558d6; /* 矢印の太さの指定 */
	border-left: 2px solid #1558d6; /* 矢印の太さの指定 */
}
/* スマホ用ハンバーガーメニュー */
.arrow-hamburger::after {
  border-top: 2px solid #FFF; /* 矢印の太さの指定 */
	border-left: 2px solid #FFF; /* 矢印の太さの指定 */
	right: 5%; /* 矢印の位置の指定 */
	top: 50%; /* 矢印の位置の指定 */
  margin-top: -4px;
}
/* モデル別 */
.arrow-model::after {
	border-top: 1px solid #1558d6; /* 矢印の太さの指定 */
	border-left: 1px solid #1558d6; /* 矢印の太さの指定 */
	right: 3%; /* 矢印の位置の指定 */
	top: 50%; /* 矢印の位置の指定 */
  margin-top: -3px;
}
/* よくある質問 */
.arrow-qa::after {
	border-top: 2px solid #1558d6; /* 矢印の太さの指定 */
	border-left: 2px solid #1558d6; /* 矢印の太さの指定 */
	right: 3%; /* 矢印の位置の指定 */
	top: 50%; /* 矢印の位置の指定 */
  margin-top: -5px;
}
/* PC用サイドモデル別 */
.arrow-side::after {
  border-top: 1px solid #1558d6; /* 矢印の太さの指定 */
	border-left: 1px solid #1558d6; /* 矢印の太さの指定 */
	right: 4%; /* 矢印の位置の指定 */
	top: 50%; /* 矢印の位置の指定 */
  margin-top: -4px;
}
/* フッター */
.arrow-footer::after {
  border-top: 2px solid #FFF; /* 矢印の太さの指定 */
	border-left: 2px solid #FFF; /* 矢印の太さの指定 */
	right: 5%; /* 矢印の位置の指定 */
	top: 50%; /* 矢印の位置の指定 */
  margin-top: -4px;
}
/* リンクの右側に矢印(>) */

/* ---ClearFix--- */ 
.clearfix:after {
  content: ".";
	display: block;
  height: 0px;
  clear: both;
  visibility: hidden; 
} 
.clearfix {
	display: inline-block;
} 
/* Hides from IE Mac \*/ 
* html .clearfix {
  height: 1px; 
} 
.clearfix {
  display: block;
} 
/* ---ClearFix--- */

/*float解除*/
.clear {
	clear:both;
	font-size: 1.0rem;
	line-height: 0;
}   
/*float解除*/

.bold {
  font-weight:bold;
}
.red {
  color:#F00;
}
.blue {
  color:#00F;
}
.green {
  color:#0C0;
}
.yellow {
  color:#FF0;
}

.underline {
  text-decoration: underline;
}

.center {
  margin: 0 auto 0 auto;
  text-align: center;
}

p.indent {
	padding-left:1em;
	text-indent:-1em;
}

.flex {
  display: flex;
}
.flex-wrap-50 {
  display: flex;
  flex-wrap: wrap;
}
.flex-wrap-50 li{
  width: 50%;
  margin: 0;
	padding: 0;
  line-height: 0;
}
.flex-wrap-33 {
  display: flex;
  flex-wrap: wrap;
}
.flex-wrap-33 li{
  width: 33%;
  margin: 0;
	padding: 0;
  line-height: 0;
}


/*width*/
.width-98 {
	width: 98% !important;
	margin: auto;
}
.width-96 {
	width: 96% !important;
	margin: auto;
}
.width-95 {
	width: 95% !important;
	margin: auto;
}
.width-94 {
	width: 94% !important;
	margin: auto;
}
.width-92 {
	width: 92% !important;
	margin: auto;
}
.width-90 {
	width: 90% !important;
	margin: auto;
}
.width-88 {
	width: 88% !important;
	margin: auto;
}
.width-85 {
	width: 85% !important;
	margin: auto;
}
.width-84 {
	width: 84% !important;
	margin: auto;
}
.width-80 {
	width: 80% !important;
	margin: auto;
}
.width-50 {
	width: 50% !important;
	margin: auto;
}
.width-30 {
	width: 30% !important;
	margin: auto;
}
/*width*/

/*下margin*/
.margin-bottom1 {
	margin-bottom:1% !important;
}
.margin-bottom2 {
	margin-bottom:2% !important;
}
.margin-bottom3 {
	margin-bottom:3% !important;
}
.margin-bottom4 {
	margin-bottom:4% !important;
}
.margin-bottom5 {
	margin-bottom:5% !important;
}
/*下margin*/

/*上margin*/
.margin-top-1 {
	margin-top:-1% !important;
}
.margin-top-2 {
	margin-top:-2% !important;
}
.margin-top-3 {
	margin-top:-3% !important;
}
.margin-top-4 {
	margin-top:-4% !important;
}
/*上margin*/
/* 
------------------------------
多用CSS
------------------------------
*/



/* ▼ヘッダー▼ */
header {
  border-top: solid 5px #006835;
  margin:0;
  padding: 5px 0 2px 0;
  background: #fff;
}
header p#header-logo {
	width: 51.5%;
	min-width: 295px;
  margin: 0 0 0 1%;
  float: left;
}
/*スマホ用ハンバーガーメニューボタン*/
header .navOpen {
  width: 36px;
  height: 40px;
  margin: 5px 10px 0 0;
  cursor: pointer;
  background:url(../img/header-menu-rolex.png) no-repeat 0 0;
  background-size: 72px;
  float: right;
}
/*スマホ用ハンバーガーメニュー閉じるボタン*/
header .navClose {
  background-position: -36px 0; /*ボタンの画像切り替え*/
}
header nav.menu-sp {
  clear: both;
  position: relative;
}
/*ページの読み込み時にハンバーガーメニューが一瞬表示されるのを防ぐ*/
header nav.menu-sp ul {
  display: none;
}
/*スマホ用ハンバーガーメニューの中身*/
header nav.menu-sp ul {
  width: 100%;
  position: absolute;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.9) ;
  border-bottom: 3px #CCC solid;
  font-size: 1.4rem;
}
header nav.menu-sp li {
  line-height: 1.5;
  background-color: #006835;
  border-top: 1px #FFF solid;
}
header nav.menu-sp a {
  color: #FFF;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: block;
}
header nav.menu-sp li.by-model {
  color: #FFF;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: block;
}
header nav.menu-sp li.model a {
  color: #FFF;
  padding-left: 10%;
  padding-right: 5%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: block;
}
header nav.menu-sp a:hover{
	background-color: #0F7241;
  text-decoration: underline !important;
}
/*PC用申込ボタン非表示*/
header nav.button {
  display: none;
}
/* ▲ヘッダー▲ */

/* ▼パンくず▼ */
#pankuzu {
  background-color: #FDFCF0;
  width:100%;
  margin:0;
	padding:10px 0 10px 0;
	font-size: 1.0rem;
	letter-spacing: 0;
}
#pankuzu ol {
	margin:0 2% 0 2%;
	padding:0;
	list-style:none;
}
#pankuzu li {
	display:inline;
	margin:0;
	padding:0;
}
#pankuzu a:link{color:#595757;}
#pankuzu a:visited{color:#595757;}
#pankuzu a:hover{color:#9C9B9B;}
#pankuzu a:active{color:#595757;}
/* ▲パンくず▲ */

/* ▼検索窓▼ */
.search-form {
  background-color: #F5F5F5;
  margin: 0 auto 0 auto;
  padding: 15px 3% 15px 3%;
}
.search-form form {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0;
  display: table;
  table-layout: fixed;
  font-size: 16px;
}
.search-form input[type=text] {
  display: table-cell;
  width: 100%;
  height: 35px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
	font-size: 12px;
}
.search-form input::placeholder {
  color: #CCC;
}
.search-form .search-button {
  display: table-cell;
  vertical-align: top;
  width: 20%;
}
.search-form .search-button input[type="submit"] {
  width: 100%;
  height: 35px;
  font-weight: bold;
  color: #FFF;
  border: none;
  background: #269FED;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
	font-size: 16px;
}
/* design-1
-------------------*/
.search-form.design-1 form {
  font-size: 16px;
}
.search-form.design-1 input[type=text] {
  border: 1px solid #666;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}
.search-form.design-1 .search-button input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
p.search-form-example {
	margin: 0 0 2.5% 4%;
	padding: 0;
	font-size: 1.1rem;
	line-height: 1.8em;
	color: #999;
}
/* ▲検索窓▲ */

/* ▼メイン＆サイドバーのカラム▼ */
#container {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 2% 0 15% 0;
  padding: 0;
}
/* ▲メイン＆サイドバーのカラム▲ */

/* ▼メインコンテンツ▼ */
main {
	clear: both;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
}

/* ▼宅配キットお申込みボタン▼ */
.kitorder {
  width: 100%;
	margin: 3% auto 3% auto;
	padding: 0;
}
.kitorder p.order-text {
  width: 92%;
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.3;
	color: #20437A;
}
.kitorder ul.order-button {
  display: flex;
  width: 98%;
	margin: 0 auto 1% auto;
	padding: 0;
}
.mapanddetail {
  display: flex;
  width: 98%;
	margin: 0 auto 0 auto;
	padding: 0;
}
.mapanddetail p {
  width: 18%;
}
.mapanddetail ul {
  width: 82%;
	margin: 0;
	padding: 0;
	font-size: 1.0rem;
	line-height: 1.2em;
	padding-left:1em;
	text-indent:-1em;
}
.mapanddetail ul li {
	margin: 0 0 1% 0;
	padding: 0;
}
/* ▲宅配キットお申込みボタン▲ */

/* ▼h1▼ */
div#title-box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
	width: 98%;
	margin: 0 auto 3% auto;
	padding: 0;
}
div#title {
	width: 83%;
	margin: 0;
	padding: 3%;
  border-top: 1px solid #999;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  border-left: 1px solid #999;
  border-radius: 8px;
}
div#title h1 {
	width: 100%;
	margin: 0 0 2% 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.5em;
	color: #20437A;
}
div#title p {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	line-height: 1.5em;
  display: table-cell;
  vertical-align: middle;
}
div#title-box p#okuraartisan {
	width: 16%;
  min-width: 54.6px;
	margin: 0;
	padding: 0;
}
/* ▲h1▲ */


.title-heading {
  background: url("../img/h2heading-rolex.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 7.82%;
  position: relative;
}
.title-heading h2 {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 9%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #FF0004;
}

/* ▼説明▼ */
p.explanation {
	width: 90%;
	margin: 0 auto 5% auto;
	padding: 0;
	font-size: 1.2rem;
	line-height: 1.5em;
}
/* ▲説明▲ */

/* ▼枠あり検索窓▼ */
.search-form-box {
  background-color: #F5F5F5;
	width: 94%;
	margin:2% auto 2% auto;
	padding:2%;
	border: 2px solid #B0AFAF;
}
p.search-form-box-text {
	margin: 3% 0 5px 0;
	padding: 0;
	font-size: 1.2rem;
	line-height: 1.5em;
	text-align: center; 
	color: #00F;
}
/* ▲枠あり検索窓▲ */

/* ▼買取実績▼ */	
.results {
  width: 95%;
	margin:1% auto 5% auto;
	padding:0;
}
/* ▲買取実績▲ */
/* ▼PHP買取実績▼ */
.sample {
  width: 96%;
  height: 110px;
  margin:1%;
  padding:1%;
  border:1px solid #999;
  float: none;
  box-sizing: content-box;
}
.sample_img_box {/*左側画像*/
	width: 80px;
	height:112px;
	margin:1% 2% 0 0;
	padding:0;
	float:left;
}
.sample_img_box img {
	width: 80px;
	height:80px;
  object-fit: contain;
}
p.model {/*型番や日付*/
	width:80px;
	margin:1% 0 0 1%;
	padding:0;
	color:#CCC;/*薄いグレー*/
	font-size:0.8rem;
	line-height:1.0em;
}
p.brand_name {/*ブランド名*/
	margin:1% 0 3% 0;
	padding:0;
	color:#000;/*黒*/
	font-size:1.2rem;
	line-height:1.2em;
	font-weight:bold;
}
p.status {/*金額 高*/
	margin:1% 0 1% 0;
	padding:0;
	color:#666;/*薄い黒*/
	font-size:1.1rem;
	line-height:1.2em;
	font-weight:bold;
}
p.status2 {/*金額 低*/
	margin:0;
	padding:0;
	color:#666;/*薄い黒*/
	font-size:1.1rem;
	line-height:1.2em;
	font-weight:bold;
}
.sample span.red {/*赤文字金額表示*/
	color:#F00;/*赤*/
	font-size:1.1rem;
	line-height:1.2em;
	font-weight:bold;
}
/* ▲PHP買取実績▲ */

/* ▼モデル別▼ */
p#by-model-kakaku {
	background-color: #20437A;
	margin: 0 0 3% 0;
	padding: 1% 2% 1% 2%;
	font-size: 1.4rem;
	text-align: center;
	color: #FFFFFF;
}
p#by-model-kakaku2 {
  width: 90%;
	margin: 0 auto 2% auto;
	padding: 0;
	font-size: 1.6rem;
  font-weight: bold;
	text-align: center;
  color: #333;
}
ul.by-model {
  width:97%;
	margin:0 2% 5% 1%;
	padding:0;
	font-size:1.2rem;
	letter-spacing: 0;
}
ul.by-model li a {
	display: block;
  width: 100%;
  height: 48px;
}
ul.by-model li a:hover {
  background: #F5F4F4;
}
ul.by-model li {
	display: block;
	width:49%;
	height:50px;
	margin:0 0 1% 1%;
	padding:0;
	line-height:50px;
	box-sizing: border-box;
	border: 1px solid #999;
	float:left;	
}
ul.by-model li img {
	width:30px;
	margin:10px 2% 10px 2%;
	padding:0;
	float:left;
}
/* ▲モデル別▲ */

p#description {
	width: 90%;
	margin:0 auto 0 auto;
	padding:0;
	font-size:1.3rem;
	font-weight:bold;
	line-height:1.3;
}

/* ▼会社概要▼ */
.company-info {
  width: 94%;
	margin: 0 auto 5% auto;
	padding: 0;
}
.company-info p {
  background-color: #0E38D9;
  width: 96%;
	margin: 0 auto 0 auto;
	padding: 2%;
	font-size: 1.3rem;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
}
table.company-table {
	border-collapse: collapse;
	width: 96%;
	margin: 0 auto 1% auto;
	padding: 0;
	text-align: left;
}
table.company-table th {
	background-color: #F1F1F1;
	width: 24%;
	margin: 0;
	padding: 2%;
	font-size: 1.2rem;
	border: 1px solid #999;
}
table.company-table td {
	margin: 0;
	padding: 2%;
	font-size: 1.2rem;
	border: 1px solid #999;
}
/* ▲会社概要▲ */

/* ▼キット申込フォーム▼ */
#input-form {
	width: 95%;
	margin:0 auto 8% auto;
	padding: 0;
	font-size: 1.3rem;
}
#input-form .form {
	margin: 0;
	padding: 1em;
	background: #fef4b1;
}
#input-form span.need {
	color: #FF0000;
}
#input-form .label_block {
	display: block;
  line-height: 1.8;
}
#input-form input[type=text] {
	font-size: 15px;
}
#input-form input[type=text].box01 {
	width: 30%;
}
#input-form input[type=text].box02 {
	width: 25%;
}
#input-form input[type=text].box03 {
	width: 80%;
}
#input-form input[type=submit] {
	font-size: 15px;
  /*スマホでボタンが見えないので削除
	background: #FFF;
  */
}
#input-form p#identification1 {
	margin:0 1% 1% 0;
	padding:0;
	font-size:1.1rem;
	line-height:1.5;
	letter-spacing:0.05em;
	/*Androidブラウザフォントバグ対策*/
	max-height: 999999px;	
}
.identification-back {
		 font-size: 1.1rem;
	 }
#input-form p#identification2 {
	margin:1.5% 1% 0 0;
	padding:0;
	font-size:1.1rem;
	line-height:1.5;
	letter-spacing:0.05em;
	/*Androidブラウザフォントバグ対策*/
	max-height: 999999px;	
}
/* ドメイン受信設定のお願い */
#input-form p#domain {
	margin:1% 0 0 0;
	padding:0;
	padding-left:1em;
	text-indent:-1em;
	font-size:1.2rem;
	line-height:1.5;
	letter-spacing:0.05em;
}
#input-form span#domain_character {
	font-weight:bold;
	color:#06F;
}
#input-form span#domain_address {
	margin:0;
	padding:0;
	font-size:1.4rem;
	font-weight:bold;
	line-height:1.5;
	letter-spacing:0.05em;
	color:#06F;
}
/* ドメイン受信設定のお願い */
#input-form p#minor {
	margin:0 1% 0 0;
	padding:0 0 2% 0;
	font-size:1.1rem;
	line-height:1.5;
	letter-spacing:0.05em;
	/*Androidブラウザフォントバグ対策*/
	max-height: 999999px;	
}
#input-form #btn {
	margin: 1em;
	text-align: center;
}
#input-form p#protection {
	margin:2% 0 5% 0;
	padding:0;
}
/* ▲キット申込フォーム▲ */

/* ▼よくある質問▼ */
ul#qa-anchor {
  width:85%;
	margin:5% auto 10% auto;
	padding:0;
}
ul#qa-anchor li {
	width:100%;
	margin:0 0 3% 0;
	padding:0;
  line-height: 1.3;
	border: 1px solid #999;
  border-radius: 20px;
  text-align: center;
}
ul#qa-anchor li a {
	display: block;
  width: 100%;
  height: 100%;
  padding: 10px 25px 10px 10px;
  border-radius: 20px;
}
ul#qa-anchor li a:hover {
  background: #F3F3F3;
}
p.qa-about {
  width:97%;
	margin:0 auto 0% auto;
	padding:0;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #20437A;
}
.accordion {
  width: 98%;
  margin:0 auto 7% auto;
	padding:0;
}
/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}
/* 見出しボタン部分 */
.accordion-open {
  display: block;
  margin: 5px 0 5px 0;
  padding: 15px 35px 15px 15px;
  background: #F3F3F3;
  cursor: pointer;
  position: relative;
}
/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 15px;
  height: 3px;
  background: #666;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}
/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}
/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* Q&A追加 */
.accordion .Q,
.accordion .A {
  position: relative;
}
.accordion .Q::before,
.accordion .A::before {
  display: block;
  position: absolute;
  top: -.3em;
  left: -1.3em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #F00;
}
.accordion .A::before {
  color: #00F;
}
.accordion .Q::before {
  content: 'Q.';
}
.accordion .A::before {
  content: 'A.';
}
.accordion .accordion-open {
  padding-left: 2.5em;
}
.accordion .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  margin: 0 0 10px 0;
  padding: 10px 20px 10px 2.5em;
}
/* Q&A追加ここまで */
/* ▲よくある質問▲ */




/* ▲メインコンテンツ▲ */

/* ▼サイドバー▼ */
aside {
  display: none;
}
/* ▲サイドバー▲ */

/* ▼フッター上のページの上へ▼ */
#footer-pagetop {
  clear: both;
  width: 97%;
  margin: 0 auto 5px auto;
  padding: 0;
  text-align: right;
}
/* ▲フッター上のページの上へ▲ */

/* ▼フッター▼ */
footer {
  background: #006835;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

/* ▼フッター上部▼ */
#footer-top {
  width: 31.6%;
  min-width: 220px;
  max-width: 316px;
  height: auto;
  margin:0 auto 10px auto;
  padding: 10px 0 0 0;
}
/* ▲フッター上部▲ */
/* ▼フッター下部▼ */
#footer-bottom {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0;
}
#footer-bottom ul {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #CCC;
}
#footer-bottom ul li {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  line-height: 40px;
  border-top: 1px solid #CCC;
}
#footer-bottom ul li a {
  display: block;
  width: 100%;
  height: 39px;
  margin: 0;
  padding: 0 0 0 5%;
}
#footer-bottom ul li a:hover {
  background: #0F7241;
}
/* ▲フッター下部▲ */
#copyright {
  width: 100%;
  margin: 0;
  padding: 0 0 40px 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
#copyright p {
  width: 100%;
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 11px;
}
footer a:link {
  color: #fff;
} /*白*/
footer a:visited {
  color: #fff;
} /*白*/
footer a:hover {
  color: #ccc;
} /*うすグレー*/
footer a:active {
  color: #ccc;
} /*うすグレー*/
/* ▲フッター▲ */










/* 
------------------------------
------------------------------
▼320px～365px用の記述▼
------------------------------
------------------------------
*/
 @media screen and (min-width: 320px) and (max-width: 365px){
  
  header p#header-logo {
    min-width: 240px;
  }
  
  
}
/* 
------------------------------
------------------------------
▲320px～365px用の記述▲
------------------------------
------------------------------
*/










/* 
------------------------------
------------------------------
▼768px以上用（タブレット／PC用）の記述▼
------------------------------
------------------------------
*/
@media screen and (min-width : 768px ){
        
  body {
    width:1000px;
    margin:0 auto 0 auto;
    padding:0;
    letter-spacing:0.1em;
  }
  body {
    font-size:16px;
    font-size:1.6em;/* 16px*/
    line-height:1.5;
}	
  
  /*リンク下線無し*/
  a {
    text-decoration:none;
  }
  /*リンク下線無し*/
  
  /*リンクhover時下線*/
  a:hover {
    text-decoration:underline !important;
  }
  /*リンクhover時下線*/
  
  
  
  /* ▼ヘッダー▼ */
  header {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header p#header-logo {
    margin: 0 0 0 1%;
    float: none;
  }
  /*PC用ヘッダーボタン*/
  header nav.button {
    display: block;
    margin: 0;
  }
  header nav.button ul {
    display: flex;
    margin: 0;
    padding: 0;
  }
  header nav.button li {
    margin: 0;
    padding: 0;
  }
  /*スマホ用ハンバーガーメニューボタン非表示*/
  header .navOpen {
    display: none;
    float: none;
  }
  /* ▲ヘッダー▲ */
  
  /* ▼パンくず▼ */
  #pankuzu {
    width: 1000px;
    font-size: 1.1rem;
  }
  /* ▲パンくず▲ */
  
  /* ▼検索窓▼ */
  .search-form form {
    font-size: 16px;
  }
  .search-form form {
    width: 80%;
  }
  .search-form input[type=text] {
    font-size: 15px;
  }
  .search-form .search-button input[type="submit"] {
    width: 60%;
    font-size: 16px;
  }
  p.search-form-example {
    margin: 0 0 15px 16%;
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.8em;
  }
  /* ▲検索窓▲ */
  
  /* ▼メインコンテンツ▼ */
  main {
    clear: both;
    width: 780px;
    margin: 0 18px 0 0;
    padding: 0;
  }
  
  /* ▼宅配キットお申込みボタン▼ */
  .kitorder {
    width: 85%;
    
  }
  .kitorder p.order-text {
    width: 80%;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .kitorder ul.order-button {
    width: 95%;
  }
  .mapanddetail {
    width: 100%;
  }
  .mapanddetail ul {
    font-size: 1.4rem;
  }
  /* ▲宅配キットお申込みボタン▲ */
  
  /* ▼h1▼ */
  div#title-box {
    width: 92%;
  }
  div#title {
    width: 84%;
    margin: 0;
    padding: 3%;
  }
  div#title h1 {
    font-size: 1.6rem;
  }
  div#title p {
    font-size: 1.4rem;
  }
  div#title-box p#okuraartisan {
    width: 16%;
  }
  /* ▲h1▲ */
  
  .title-heading h2 {
    padding: 1% 0 0 9%;
    font-size: 2.2rem;
  }
  
  /* ▼説明▼ */
  p.explanation {
    width: 90%;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
  /* ▲説明▲ */
  
  /* ▼枠あり検索窓▼ */
  .search-form-box .search-form {
    padding: 10px 0 3% 8%;
  }
  .search-form-box .search-form form {
    width: 90%;
  }
  p.search-form-box-text {
    margin: 2% 0 2% 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5em;
  }
  /* ▲枠あり検索窓▲ */
  
  /* ▼買取実績▼ */
  .results {
    width: 100%;
    margin:1% auto 5% auto;
    padding:0;
  }
  /* ▲買取実績▲ */
  /* ▼PHP買取実績▼ */
  .sample {
		width: 47%;
		height: 110px;
		margin:3px 0 3px 5px;
		padding:1%;
    letter-spacing:0.00em;
		border:1px solid #999;
		float: left;
  }
  p.brand_name {/*ブランド名*/
    font-size:1.3rem;
  }
  p.status2 {/*金額 低*/
    font-size:1.2rem;
  }
  p.status {/*金額 高*/
    font-size:1.2rem;
  }
  .sample span.red {/*赤文字金額表示*/
    color:#F00;/*赤*/
    font-size:1.2rem;
  }
  /* ▲PHP買取実績▲ */
  
  /* ▼モデル別▼ */
  p#by-model-kakaku {
    padding: 0.5% 2% 0.5% 2%;
    font-size: 1.6rem;
    font-weight: bold;
  }
  p#by-model-kakaku2 {
    width: 96%;
    margin: 0 auto 2% auto;
    padding: 0;
    font-size: 2.0rem;
  }
  ul.by-model {
    width:90%;
    margin: 0 auto 5% auto;
    font-size:1.4rem;
    letter-spacing: 0.05em;
  }
  ul.by-model li {
    width:32%;
  }
  ul.by-model li img {
    width:30px;
  }
  ul.by-model .arrow-right::after {
    transform: rotate(135deg); /* 矢印の角度の指定 */
    position: absolute; /* 矢印の位置の指定 */
    right: 4%; /* 矢印の位置の指定 */
    top: 50%; /* 矢印の位置の指定 */
    margin-top: -4px;
  }
  /* ▲モデル別▲ */
  
  p#description {
    font-size:1.6rem;
    text-align: center;
  }
  
  /* ▼会社概要▼ */
  .company-info {
    width: 85%;
  }
  .company-info p {
    font-size: 1.7rem;
  }
  table.company-table th {
    width: 27%;
    font-size: 1.6rem;
  }
  table.company-table td {
    font-size: 1.6rem;
  }
  /* ▲会社概要▲ */
  
  /* ▼キット申込フォーム▼ */
  #input-form {
    width: 85%;
    font-size: 1.6rem;
  }
  #input-form .form {
    margin: 0;
    padding: 3% 4% 2% 4%;
  }
  #input-form input[type=text] {
    font-size: 16px;
  }
  #input-form input[type=text].box01 {
    width: 20%;
  }
  #input-form input[type=text].box02 {
    width: 15%;
  }
  #input-form input[type=text].box03 {
    width: 50%;
  }
  #input-form input[type=submit] {
    font-size: 16px;/*スマホでボタンが見えないので削除 background: #FFF;*/
  }
  #input-form p#identification1 {
    margin:0 0 1% 0;
    padding:0;
    font-size:1.4rem;
    line-height:1.5;
    letter-spacing:0.05em;
  }
  .identification-back {
    font-size: 1.3rem;
  }
  #input-form p#identification2 {
    margin:1.5% 0 0 0;
    padding:0;
    font-size:1.4rem;
    line-height:1.5;
    letter-spacing:0.05em;
  }
  /* ドメイン受信設定のお願い */
  #input-form p#domain {
    margin:1% 0 0 0;
    padding:0;
    padding-left:1em;
    text-indent:-1em;
    font-size:1.4rem;
    line-height:1.5;
    letter-spacing:0;
  }
  #input-form span#domain_address {
    margin:0;
    padding:0;
    font-size:1.8rem;
    font-weight:bold;
    line-height:1.5;
    letter-spacing:0.05em;
    color:#06F;
  }
  /* ドメイン受信設定のお願い */
  #input-form p#minor {
    margin:0 2% 0 0;
    padding:0 0 2% 0;
    font-size:1.3rem;
    line-height:1.5;
    letter-spacing:0.05em;
  }
  #input-form #btn {
    margin: 1em;
    text-align: center;
  }
  #input-form p#protection {
    margin:2% 0 5% 0;
    padding:0;
  }
  /* ▲キット申込フォーム▲ */
  
  /* ▼よくある質問▼ */
  p.qa-about {
    font-size: 1.8rem;
  }
  /* 見出しボタン部分 */
  .accordion-open {
  padding: 15px 65px 15px 15px;
  }
  /* ＋アイコン */
  .accordion-open::before,
  .accordion-open::after {
    width: 20px;
    right: 2%;
  }
  .accordion .accordion-hidden:checked+.accordion-open+.accordion-inner {
    padding: 10px 40px 10px 2.5em;
  }
  .accordion .Q::before,
  .accordion .A::before {
    top: -.2em;
    font-size: 2.0rem;
  }
  /* ▲よくある質問▲ */
  
  
  
  
  
  /* ▲メインコンテンツ▲ */
  
  /* ▼サイドバー▼ */
  aside {
    display: block;
    width: 202px;
    margin: 0;
    padding: 0;
  }
  ul#side-by-brand {
    width: 200px;
    margin: -7px 0 10px 0;
    padding: 0;
    font-size: 1.2rem;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-left: 1px solid #888888;
  }
  ul#side-by-brand li {
    width: 200px;
    height: 57px;
    margin: 0;
    padding: 0;
    line-height: 57px;
    border-top: 1px solid #CCC;
  }
  ul#side-by-brand li img {
    height: 37px;
    margin: 10px 5px 10px 10px;
    padding: 0;
    float: left;
  }
  ul#side-by-brand li a {
    display: block;
    width: 198px;
    height: 56px;
  }
  ul#side-by-brand li a:hover {
    background: #F5F4F4;
  }
  /* ▲サイドバー▲ */
  
  /* ▼フッター上のページの上へ▼ */
  #footer-pagetop {
    width: 970px;
    margin: 0 auto 5px auto;
  }
  /* ▲フッター上のページの上へ▲ */
  
  /* ▼フッター▼ */
  footer {
    width: 1000px;
    margin: 0 auto 0 auto;
    padding: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  /* リンクの右側に矢印(>)非表示 */
  .arrow-footer::after {
    display: none;
  }
  /* リンクの右側に矢印(>)非表示 */
  /* ▼フッター上部▼ */
  #footer-top {
    width: 240px;
    height: auto;
    margin:-15px 20px 0 0;
    padding: 0;
    text-align: left;
  }
  /* ▲フッター上部▲ */
  /* ▼フッター下部▼ */
  #footer-bottom {
    display: flex;
    width: 740px;
    margin: 0 0 30px 0;
    padding: 0;
  }
  #footer-bottom ul {
    width: auto;
    margin: 0 50px 0 0;
    padding: 0;
    letter-spacing: 0.05em;
    border-bottom: none;
  }
  #footer-bottom ul li {
    width: auto;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.5;
    border-top:  none;
  }
  #footer-bottom ul li a {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #footer-bottom ul li a:hover {
    background: none;
  }
  /* ▲フッター下部▲ */
  #copyright {
    width: 1000px;
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 12px;
  }
  #copyright p {
    width: 100%;
    margin: 0 0 3px 0;
    padding: 0;
    font-size: 11px;
  }
  /* ▲フッター▲ */ 
  
  
  
  
  
  
  
  
  
  
}
/* 
------------------------------
------------------------------
▲768px以上用（タブレット／PC用）の記述▲
------------------------------
------------------------------
*/