@charset "UTF-8";

/*guide.html専用
-----------------------------------------*/


/*一覧　左ナビはcommon（indexでも使用しているため）
-----------------------------------------*/

section > h2,
#subMenu h2 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 900;
	padding: 5px;
	color: #3CC;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(left, #E6ECED, #FFF);
	background-image: -moz-linear-gradient(left, #E6ECED, #FFF);
	background-image: -ms-linear-gradient(left, #E6ECED, #FFF);
	background-image: linear-gradient(left, #E6ECED, #FFF);
}
section > h2:before {
content: "";
display: block;
float: left;
width: 10px;
height: 10px;
margin: 4px 5px 0 0;
background: url(../img/icon1.png) no-repeat;
background-size: contain;
}
#subMenu h2 {
	color: #F06;
	padding: 10px;
	margin-bottom: 0px;
	border: 1px solid #CCC;
	border-left: none;
	border-right: none;
}
section > h2 + p {
margin: 0 5px 25px 5px;
line-height: 1.6;
}

article {
position: relative;
min-height: 150px;
margin: 0 5px 15px 5px;
}
article h3{
	margin: 0 0 5px 0;
	padding: 3px 0 3px 13px;
	font-size: 16px;
	color: #396;
	border-bottom: 3px solid #09F;
	background-size: 7px 15px;
}
article h3 + ul {/* 保険マーク */
min-height: 1.5em;
float: right;
}
article #item1 + ul li {
background: #FB6FB8;
color: #FFF;
font-size: 14px;
float: right;
clear: both;
padding: 2px 3px 1px;
margin: 0 0 2px 2px;
line-height: 1;
}
article #item1 + ul {/* 評価点 */
min-height: 1.5em;
float: right;
}
#item1:before {
content: "";
display: block;
float: left;
width: 10px;
height: 10px;
margin: 4px 5px 0 0;
background: url(../img/icon1.png) no-repeat;
background-size: contain;
}
#item1{
	display: inline;
	color: #06F;
	margin-bottom: 8px;
	border-left: none;
	border-right: both;
	font-size: 16px;
	font-weight: bold;
}
.itemhyouka{
	background: #FB6FB8;
	color: #FFF;
	font-size: 12px;
	padding: 2px;
	margin-left:15px;
}
#waku001{
	margin-bottom:22px;
}

article h3 + ul:after {
content: "";
display: block;
clear: both;
}
*+html article h3 + ul {
min-height: 1px;
}
article h3 + ul li {
background: #FB6FB8;
color: #FFF;
font-size: 12px;
float: right;
clear: both;
padding: 2px 3px 1px;
margin: 0 0 2px 2px;
line-height: 1;
}
article p {
margin: 0 0 0 0;
color: #000;
font-size: 15px;
line-height: 1.6;
clear: both;
}
article img {
float: left;
border: 1px solid #666;
margin-bottom: 5px;
}
article + p {/* ↑このページのはじめに戻る */
margin: 0 10px 50px 0;
text-align: right;
font-size: 12px;
}

.top021{
display: block;
max-width: 640px;
width: 100%;
margin: 0 auto;
}
.bun001{
	font-weight:bold;
	color:#F06;
}
.bun002{
	margin: 8px 8px 25px 8px;
	color: #000;
	font-size: 18px;
	line-height: 1.6;
}
.topa1{
	display:block;
	text-align:center;
	font-size:16px;
}
.kureka{
	font-size:18px;
	color:#00F;
	font-weight:bold;
}
.a04{
	font-weight:bold;
	background-color:#0FF;
}
.a05{
	color:#F06;
	font-weight:bold;
}

/* 料金表 */
.flexbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
/* 
買取り
================================================ */
.imgkaitori{
	text-align:center;
}
.imgkaitori01{
	border:#060 1px double;
}


/* 
TABLE
================================================ */
table {
    width: 100%;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px double #06C;
    -webkit-overflow-scrolling: touch;
}
th, td {
    padding: 15px;
  text-align: center;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
th{
	font-size:16px;
	font-weight:bold;
	
}
tr:nth-child(even)>td,
tr:nth-child(even)>th {
    background-color:#F8F594;
}
th,
.plan-price {
    color: #fff;
}
.plan-price {
    font-size: 2.5rem;
  border-top: 1px solid rgba(255,255,255,.2);
  padding: 14px 0;
}
.plan-price span {
    font-size: 1rem;
}

/* Background colour */

.plan-premium th,
.plan-premium .plan-price {
    background:#09F;
}
/* 
BUTTON
================================================ */
.btn{
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    background: #6fc173;
    border-radius: 5px;
    box-shadow: 0 3px #449f49 ;
    position: relative;
    display: inline-block;
    top: -2px;
    padding: 15px;
    width: 80%;
    text-align: center;
    margin: 10px 0;
}
.btn:hover {
    box-shadow: 0 1px #449f49;
    top: 1px;
}

/* 
LARGE DISPLAY
================================================ */
@media ( min-width : 700px ){
    .flexbox {
        -webkit-flex-direction: row;
        flex-direction: row;
    }
  .plan-table {
    margin-left: 3%;
  }
  .plan-table:first-of-type {
    margin-left: 0;
  }
}
