/*
Theme Name: WING-AFFINGER5 Child
Template: affinger5
Description: ver20180831以上対応
Version: 20180831
*/



/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	
	/*-- ここまで --*/
}

/*----------↓ここからカスタマイズ↓--------*/
.article-body h2 {
	clear:both !important;
}



/*----------------------------------
他社比較 20180612
------------------------------------*/
.compare {
  background: url(https://chromehearts-buyer.com/wp-content/uploads/compare-bg.png);  /*背景の画像*/
  /* 背景画像じゃなくてコードの場合
  background-color: #FFC;
  */
}

/*↓スマホ 768px以下の設定*/

.compare img {
	margin:0 !important;
	padding:0 !important;
}

.compare .l { /*買取例の商品名と各社の価格*/
  font-size: 13px;
  font-weight: bold
}

.compare .price { /*価格の色だけ赤*/
  color: #df0706;
  font-weight: bold
}

.compare .image {
  margin: 0 auto;
   float: left;
  text-align: center;
  width: 38%;
 
}
.compare .textarea {
  padding: 10px 10px 0 0;
  float: right;
  font-size: 12px;
  width: 62%;
  box-sizing: border-box;
}

.compare .textarea p {
  margin: 0 0 10px
}

.compare .textarea dl dt {
  margin: 0 10px 0 0;
  padding: 1px 6px;
  float: left;
  background: #291a17;
  color: #fff
}

.compare .textarea dl dd {
  margin: 0 0 10px
}

.compare .kaitori {
  clear: both;
  position: relative;
  margin:0;
}

.compare .kaitori .price {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  margin: -20px 0 0 0 !important; /*価格の高さ調整*/
  padding:0 !important;
  font-size: 26px !important; 
}
/*円マーク*/
.compare .kaitori .price span {
  font-size: 18px
}
.compare .buyer-notice {
  font-size: .7em;
  float: right !important;
  margin-right: 2em;
	clear:both;
}


/*↓幅768px以上の時（タブレット～PC）*/
@media screen and (min-width:768px) { 
  .compare .l {  /*買取例の商品名と各社の価格*/
    font-size: 24px
  }
  .compare .image {
    width: 48%;
  }
  .compare .textarea {
    padding: 10px 10px 0 0;
    font-size: 16px;
    width: 52%;

  }
  .compare .textarea dl {
    margin: 0 0 10px
  }
  .compare .textarea dl dt {
    margin: 8px 20px 8px 0;
    padding: 0 8px;

  }
  .compare .textarea dl dd {
	   margin: 0 0 10px 0;
  }
  .compare .kaitori .price { /*当社買取価格*/
    font-size: 50px;
    margin: -45px 0 0 0 !important; /*価格の高さ調整*/
  }
 /*円マーク*/
.compare .kaitori .price span { 
    font-size: 24px; 
  }
}

/*----------------------------------
選ばれる理由 20180615
------------------------------------*/

h2.why-choose-ttl {
	background-color:#000 !important;
	text-align:center;
}

ul.why-choose-lp {
	background-color:#f0f7f8;
	margin:0;
	padding:15px;
}
ul.why-choose-lp li {
	width:100%;
	border-bottom:1px solid #6cc !important;
	display:inline-block;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	position:relative;
}
ul.why-choose-lp li:after {
	clear:both;
}
.why-choose-lp li:last-child {
	border-bottom:none !important;
	margin:0;
	padding:0;
}

ul.why-choose-lp li:before {
	background-color:#6cc;
	display:block;
	width:30px;
	height:150px;
	color:#fff;
	text-align:center;
	font-size:32px;
	vertical-align:middle;
	float:left;
	padding:42px 0 0 0;
	margin:0 15px 0 0;
	font-family:"游明朝体","Yu Mincho","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
ul.why-choose-lp li:first-child:before {
	content:"1";
}
ul.why-choose-lp li:nth-child(2):before {
	content:"2";
}
ul.why-choose-lp li:nth-child(3):before {
	content:"3";
}
ul.why-choose-lp li:nth-child(4):before {
	content:"4";
}
ul.why-choose-lp li:nth-child(5):before {
	content:"5";
}
ul.why-choose-lp li .text-box {
	float:left;
	width:58%;
	padding:15px 0 0;
}

ul.why-choose-lp li h3 {
	color:#333 !important;
	font-size:26px;
	margin:0 0 15px;
	line-height:1;
	border-bottom: none;
}

ul.why-choose-lp li i  {
	color:#c30 !important;
	font-size:26px;
}

ul.why-choose-lp li .text-box p {
	font-size:14px;
	line-height:1.5;
	color:#444;
}
ul.why-choose-lp li img {
	float:right;
	width:30%;
	/*width:190px;
	height:140px;*/
	
}

@media screen and (max-width:768px) { 

ul.why-choose-lp {
	padding:8px;
	
}

ul.why-choose-lp li {
	padding:0;
}

ul.why-choose-lp li:before {
	width:20px;
	height:90px;
	font-size:22px;
	padding:0 0 0 0;
	margin:0 10px 8px 0;
	display: -webkit-flex;
	 display: flex;
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	align-items: center; /* 縦方向中央揃え */
 	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 	justify-content: center; /* 横方向中央揃え */
}

ul.why-choose-lp li .text-box {
	width:67%;
	padding:0 0 8px 0;
}

ul.why-choose-lp li .text-box p {
	margin:0;
	font-size:10px;
}

ul.why-choose-lp li .text-box p br {
	display:none;
}

ul.why-choose-lp li img {
	width:20%;
}

ul.why-choose-lp li h3 {
	margin:5px 0;
	font-size:18px
}
ul.why-choose-lp li h3 i {
	font-size:18px
}
ul.why-choose-lp li:last-child:after {
	display:none;
}
}

@media screen and (max-width:375px) { 
	ul.why-choose-lp li h3,
	ul.why-choose-lp li h3 i {
		font-size:16px;
	}
}

@media screen and (max-width:320px) { 
	ul.why-choose-lp li h3,
	ul.why-choose-lp li h3 i {
		font-size:14px;
	}
}

/*----------------------------------
買取例3商品 20180622
------------------------------------*/
.price_box {
	display:table;
}

.price_box ul {
	margin:0;
	padding:0;
}

.price_box ul li {
	width: 32.3%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 3px;
	margin: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style:none;
	float:left;
}

.price_box ul li img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.price_box .item_name {
	height:46px;             /*商品名部分の高さ*/
	padding: 5px;
	background-color: #efeae0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.price_box .price {
	background-color: #f76060;
	padding: 10px;
	font-size:18px !important;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.price_box .price span {
	font-size: 15px;
}

.price_box .text_box {
	padding: 8px;
	background-color: #f5f5f5;
	font-size: 12px;
	line-height: 1.5;
	height: 170px;        /*テキスト部の高さ*/
	overflow: hidden;
}
	
@media screen and (max-width:768px) { 
	.price_box ul li {
		width:100%;
		float:none;
		margin:8px 3px;
	}
	
	.price_box .item_name,
	.price_box .text_box {
	height:auto;
	font-size:16px;
	}
}	

/*----------------------------------
買取実績（カスタム投稿） 20180706
------------------------------------*/
.buy-wrap {
	display:table;
}

.buy-wrap img {
	width:300px;
	margin-right:10px;
	display:block;
	float:left; 
}

.buy-wrap table {
	width:330px;
	float:left;
	border: solid 1px gray;
}

.buy-wrap table td .type01,
.buy-wrap table td .type02,
.buy-wrap table td .type03,
.buy-wrap table td .type04,
.buy-wrap table td .type05 {
	background-color:inherit !important;
	color:#333;
}

.buy-wrap table th {
	white-space: nowrap;
	background-color: #f4f6fa;
}

/*
.buy-wrap table th {
	color:#FFF;
	font-weight:400;
	background-color:#666;
}
*/

@media screen and (max-width:1024px) { 

	.buy-wrap img {
	width:50%;
	}
	
	.buy-wrap table {
	width:45%;
	}

}


@media screen and (max-width:414px) {
	
	.buy-wrap img {
	width:100%;
	}
	
	.buy-wrap table {
	width:100%;
	border-bottom: none;
	}

	
	.buy-wrap table th,
	.buy-wrap table td	{
		width:100%;
		float:left;
		margin:0;
		border-collapse: collapse;
		box-sizing: border-box;
		border-left: none;
	}
 

}





/*----------------------------------
買取実績 一覧 20180709
------------------------------------*/
.buy_performance_wrap {
	display:table;
	margin:10px 0 30px 0;
}


.buy_performance_wrap ul {
	width:212px;
	height:300px;
	padding:15px !important;
	margin:5px 0;
	/*background-color:#f2f2f2;*/
	float:left;
	box-sizing: border-box;
}

.buy_performance_img_wrap {
	width:155px;
	height:155px;
	margin:0 auto;
}

.buy_performance_wrap ul img {
	width:100% !important;
}

.buy_performance_wrap ul a :hover {
	opacity:0.6 !important;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.buy_performance_wrap ul li {
	font-size:13px;
	list-style:none;
	color: #333;
	line-height: 1.6;
}

.buy_performance_wrap ul li a {
	text-decoration: none;
}

.buy_performance_wrap ul .buy_price {
	color:#900;
	font-weight:700; 
}

.buy_performance_wrap ul span.type01,
.buy_performance_wrap ul span.type02,
.buy_performance_wrap ul span.type03,
.buy_performance_wrap ul span.type04,
.buy_performance_wrap ul span.type05 {
	/*height:20px;*/
	font-size:13px;
	padding:0px 5px;
}

.buy_performance_wrap ul span.type01 {
	color:#FFF;
	background-color:#C90;
}

.buy_performance_wrap ul span.type02 {
	color:#FFF;
	background-color:#09C;
}

.buy_performance_wrap ul span.type03 {
	color:#FFF;
	background-color:#6C3;
}

.buy_performance_wrap ul span.type04 {
	color:#FFF;
	background-color:#F60;
	margin-bottom: -15px;
}

.buy_performance_wrap ul span.type05 {
	color:#FFF;
	background-color:#F00;
}

.buy_rank span {
	font-size:11px;
}

.buy_performance_wrap ul:nth-child(3n-1) {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}	

@media screen and (max-width:1024px) { 
	.buy_performance_wrap ul {
		width:33.3%;
		height:300px;
		padding:10px;
		}
	
	.buy_performance_img_wrap {
	width:85%;
}	
	
}

@media screen and (max-width:768px) { 
	.buy_performance_img_wrap {
	width:70%;
	}
}



@media screen and (max-width:414px) { 
	.buy_performance_wrap ul {
		height:310px;
	}
	
	.buy_performance_img_wrap {
		width:85%;
		height:100px;
	}

	.buy_performance_wrap ul span.type01,
	.buy_performance_wrap ul span.type02,
	.buy_performance_wrap ul span.type03,
	.buy_performance_wrap ul span.type04,
	.buy_performance_wrap ul span.type05 {
		clear:both;
		display:block;
	}
	
	.buy_rank {
		text-align:center;
	}
	
	.buy_price {
		text-align:center;
	}
	
	.buy_price span {
		display:block;
		
	}
}

@media screen and (max-width:414px) {
	.buy_performance_wrap ul {
		height:310px;
	}

	.buy_performance_img_wrap {
		height:90px;
	}

}

@media screen and (max-width:375px) {
	.buy_performance_wrap ul {
		height:330px;
	}
}



@media screen and (max-width:320px) {
	.buy_performance_wrap ul {
		height:370px;
	}

	.buy_performance_img_wrap {
		width:85%;
		height:90px;
	}

}

/*買取強化ブランド20181113*/
.itemlist {
text-align: center; 
width: 100%;
display: flex;
flex-wrap: wrap;
list-style: none;
}
.itemlist li { max-width: 18%;  border : solid 1px #333 ; background: #333; overflow: hidden; }

.itemlist li a {
color: #fff;
background-color: #333;
display: block;
text-decoration: none;
transition: .5s;
margin: -2em 0;
padding: 2.5em 2px;
}
.itemlist li a:hover {background-color: #dedede; color: #333;}
.itemlist img { margin: 0px ;}

.brand_name { }
.brand_name_1 { font-weight: bold; font-size: 1.3vmin; }
.brand_name_2 { font-size: 1.2vmin; margin-top: 0px ; display:block; }

@media screen and (max-width: 767px) {
.itemlist {
text-align: center; 
width: 100%;
display: flex;
flex-wrap: wrap;
padding-right: 20px;
list-style: none;
}
.itemlist li { max-width: 30%;  border : solid 1px #333 ; background: #333; overflow: hidden; }

.itemlist li a {
color: #fff;
background-color: #333;
text-decoration: none;
padding: 5px;
transition: .5s;
margin: -2em 0;
padding: 2.5em 2px;
}
.itemlist li a:hover {background-color: #dedede; color: #333; }
.itemlist img {  margin: 0px ; }

.brand_name {  }
.brand_name_1 { font-weight: bold; font-size: 1.2vmin;  }
.brand_name_2 { font-size: 1vmin; margin-top: 0px ; display:block; }

.brand_name_2 span{
display:none;
}
}
/*買取強化ブランドend*/

/*買取強化アイテム*/
.item_genre {
text-align: center; 
width: 100%;
display: flex;
flex-wrap: wrap;
list-style: none;
justify-content: flex-start;
}
.item_genre li { max-width: 18%; border : solid 0px #333 ;}
.item_genre img { margin: 0px ; padding-bottom:5px; }
.item_genre div { font-size: 1.3vmin; margin-top: 0px ;  }

@media screen and (max-width: 767px) {
.item_genre {
text-align: center; 
display: flex;
flex-wrap: wrap;
padding-right: 20px;
list-style: none;
justify-content: flex-start;
}
.item_genre li { max-width: 30%;  border : solid 1px #333 ; }
.item_genre img {  margin: 0px ; }
.item_genre div { font-size: 1.5vmin; margin-top: 0px ; }
}
/*買取強化アイテムend*/


/*----------------------------------
コンテンツ記事用マーカー20181006
------------------------------------*/

.f-marker-p { background-image: linear-gradient(transparent 80%, #ffc7f6 80%); }
.f-marker-y { background-image: linear-gradient(transparent 80%, #f8eba9 80%); }
.f-marker-g { background-image: linear-gradient(transparent 80%, #afffb1 80%); }
.f-marker-w { background-image: linear-gradient(transparent 80%, #abeffe 80%); }

/*----------------------------------
コンテンツ記事用リンクボタン20181008
------------------------------------*/

.link-button-gold {
    text-align:center;
    padding: 15px;
    text-decoration: none;
    color: #fff !important;
    background: #a38b13;
    transition: .5s;
    width:70%;
    margin: 0 auto;
  }
.link-button-gold i {
    color: #fff !important;
  }
.link-button-gold a {
	color: #fff !important;
    text-decoration: none;
  }
.link-button-gold:hover {
	opacity: 0.5;
}

/*----------------------------------
パーツ1：オーバル見出し付きボックス20181026
------------------------------------*/

.con_parts01 {
    border: 1px solid #b0b0b0;
    border-radius: 12px;
    padding: 72px 24px 42px;
    position: relative;
    margin: 60px 0 40px;
}
.parts01_content {
    margin: 0;
}
.parts01_title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 34px;
    padding: 12px 22px;
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin: 0 24px 0;
    transition: all ease-in-out .3s;
    display: block;
}
.parts01_title:before {
    font-family: FontAwesome;
    font-size: 22px;
    font-weight: normal;
    margin-right: 12px;
    border-radius: 50%;
    background: #fff;
    padding: 2px 10px;
    transition: all ease-in-out .3s;
}
@media only screen and (max-width: 768px) {
.parts01_title {
    font-size: 16px;
}
.parts01_title:before {
    font-size: 18px;
    margin-right: 5px;
}
}
/*1-0：電球（ピンク）*/
.parts01_0 {
    background: #ff6363;
}
.parts01_0:before {
    content: "\f0eb";
    color: #ff6363;
    font-weight: bold !important;
    padding: 2px 7px !important;
}
/*1-1：アイコンなし（水色）*/
.parts01_1 {
    background: #1dbbda;
}
/*1-2：ビックリ（オレンジ）*/
.parts01_2 {
    background: #fb6c4d;
}
.parts01_2:before {
    content: "\f12a";
    color: #fb6c4d;
}
/*1-3：ビックリ（ブルー）*/
.parts01_3 {
    background: #2581c4;
}
.parts01_3:before {
    content: "\f12a";
    color: #2581c4;
}
/*1-4：ビックリ（水色）*/
.parts01_4 {
    background: #1dbbda;
}
.parts01_4:before {
    content: "\f12a";
    color: #1dbbda;
}
/*1-5：アイコンなし（オレンジ）*/
.parts01_5 {
    background: #fb6c4d;
}
/*1-6：アイコンなし（グリーン）*/
.parts01_6 {
    background: #1abb9a;
}
/*1-7：電球（オレンジ）*/
.parts01_7 {
    background: #fb6c4d;
}
.parts01_7:before {
    content: "\f0eb";
    color: #fb6c4d;
    font-weight: bold !important;
    padding: 2px 7px !important;
}
/*1-8：電球（グリーン）*/
.parts01_8 {
    background: #1abb9a;
}
.parts01_8:before {
    content: "\f0eb";
    color: #1abb9a;
    font-weight: bold !important;
    padding: 2px 7px !important;
}
/*1-9：ビックリ（グリーン）*/
.parts01_9 {
    background: #1abb9a;
}
.parts01_9:before {
    content: "\f12a";
    color: #1abb9a;
}
/*1-10：電球（水色）*/
.parts01_10 {
    background: #1dbbda;
}
.parts01_10:before {
    content: "\f0eb";
    color: #1dbbda;
    font-weight: bold !important;
    padding: 2px 7px !important;
}
/*1-11：アイコンなし（グレー）*/
.parts01_11 {
    background: #999;
}
/*1-12：アイコンなし（ブルー）*/
.parts01_12 {
    background: #2581c4;
}

/*----------------------------------
パーツ2：ボーダーなし見出し付きボックス20181026
------------------------------------*/

.con_parts02 {
    background: #f5f5f5;
    position: relative;
    margin: 48px 0 40px;
    padding: 40px 24px;
}
.parts02_content {
    padding: 0px 20px 10px 20px;
    margin: 0;
}
.con_parts02:before {    
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 22px;
    position: absolute;
    top: -16px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    transition: all ease-in-out .3s;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
}
.parts02_title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    margin-bottom: 16px;
}
/*2-1：電球（オレンジ）*/
.parts02_1:before {
    content: "\f0eb";    
    background: #fb6c4d;
}
/*2-2：ビックリ（ブルー）*/
.parts02_2:before {
    content: "\f12a";    
    background: #2581c4;
}
/*2-3：ビックリ（オレンジ）*/
.parts02_3:before {
    content: "\f12a";    
    background: #fb6c4d;
}
/*2-4：電球（グリーン）*/
.parts02_4:before {
    content: "\f0eb";    
    background: #1abb9a;
}
/*2-5：電球（水色）*/
.parts02_5:before {
    content: "\f0eb";    
    background: #1dbbda;
}
/*2-6：ビックリ（グリーン）*/
.parts02_6:before {
    content: "\f12a";    
    background: #1abb9a;
}
/*2-7：電球（グレー）*/
.parts02_7:before {
    content: "\f0eb";    
    background: #999;
}
/*2-8：ビックリ（水色）*/
.parts02_8:before {
    content: "\f12a";    
    background: #1dbbda;
}

/*----------------------------------
パーツ3：ボタン付きボックス20181026
------------------------------------*/

.con_parts03 {
    border: 1px solid #d4d4d4;
    padding: 32px 24px 30px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}
.parts03_content {
    padding: 0px 20px 20px 20px;
    margin: 0;
}
.parts03_title {
    color: #fff !important;
    font-weight: bold;
    border-radius: 12px;
    padding: 20px 40px;
    margin: 0;
    display: inline-block;
    text-decoration: none !important;
}
.parts03_title:hover {
    opacity: 0.8;
}
.parts03_title:after {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    padding-left: 12px;
}
/*3-1：矢印（グリーン）*/
.parts03_1 {
background: #1abb9a;
}
/*3-2：矢印（ブルー）*/
.parts03_2 {
background: #2581c4;
}
/*3-3：矢印（オレンジ）*/
.parts03_3 {
background: #fb6c4d;
}
/*3-4：矢印（水色）*/
.parts03_4 {
background: #1dbbda;
}

/*----------------------------------
パーツ4：背景色ありボタン20181026
------------------------------------*/

.con_parts04 {
    background: #f5f5f5;
    padding: 24px;
    margin-bottom: 40px;
}
.parts04_content {
    border-radius: 12px;
}
.parts04_title {
    color: #fff !important;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 32px 24px 32px;
    margin: 0;
    display: block;
    transition: all ease-in-out .3s;
    text-decoration: none !important; 
}
.parts04_title:hover {
    opacity: 0.8;
}
.parts04_title:before {
    font-family: FontAwesome;
    display: block;
    font-weight: normal;
    line-height: 24px;
}
/*4-1：矢印（ブルー）*/
.parts04_1 {
background: #2581c4;
}
.parts04_1:before {
content: "\f0a9";
}
/*4-2：矢印（水色）*/
.parts04_2 {
background: #1dbbda;
}
.parts04_2:before {
content: "\f0a9";
}
/*4-3：メール（グリーン）*/
.parts04_3 {
background: #1abb9a;
}
.parts04_3:before {
content: "\f0e0";
}
/*4-4：矢印（オレンジ）*/
.parts04_4 {
background: #fb6c4d;
}
.parts04_4:before {
content: "\f0a9";
}

/*----------------------------------
パーツ5：吹き出し付き見出し20181026
------------------------------------*/

.con_parts05 {
    margin: 140px 0 20px;
    position: relative;
    text-align: center;
    padding-bottom: 0;
}
.parts05_1 {
    background: #1dbbda;
    width: 70px;
    height: 70px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    vertical-align: middle;
    border-radius: 50%;
    position: absolute;
    top: -100px;
    left: calc(50% - 35px);
    font-weight: normal;
    transition: all ease-in-out .3s;
}
.parts05_1:after {
    content: "";
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 30px solid #1dbbda;
}
.parts05_title {
    font-size: 26px;
    font-weight: normal;
    border: none;
}
.parts05_content {
    position: absolute;
    bottom: -54px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #b0b0b0;
}
.parts05_content:after {
    background: #1dbbda;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: calc(50% - 12px);
    width: 24px;
    height: 6px;
    transition: all ease-in-out .3s;
}

/*----------------------------------
パーツ6：左寄せ見出し付きボックス20181026
------------------------------------*/

.con_parts06 {
    background: #f5f5f5;
    position: relative;
    margin: 48px 0 40px;
}
.parts06_title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    position: absolute;
    top: 24px;
    left: -10px;
    width: 100%;
    transition: all ease-in-out .3s;
    padding: 12px 22px;
    margin: 0;
    display: block;
}
.parts06_title:before {
    font-family: FontAwesome;
    font-size: 22px;
    font-weight: bold;
    margin-right: 12px;
    border-radius: 50%;
    background: #fff;
    padding: 2px 10px;
    transition: all ease-in-out .3s;
}
.parts06_content {
    padding: 128px 24px 44px;
}
@media only screen and (max-width: 768px) {
.parts06_title {
    font-size: 16px;
}
.parts06_title:before {
    font-size: 18px;
margin-right: 5px;
}
}
/*6-1：電球（水色）*/
.parts06_1 {
    background: #1dbbda;
}
.parts06_1:before {
    color: #1dbbda;
    content: "\f0eb";
    padding: 2px 7px !important;
}
/*6-2：電球（オレンジ）*/
.parts06_2 {
    background: #fb6c4d;
}
.parts06_2:before {
    color: #fb6c4d;
    content: "\f0eb";
    padding: 2px 7px !important;
}
/*6-3：アイコンなし（水色）*/
.parts06_3 {
    background: #1dbbda;
}
/*6-4：電球（グリーン）*/
.parts06_4 {
    background: #1abb9a;
}
.parts06_4:before {
    color: #1abb9a;
    content: "\f0eb";
    padding: 2px 7px !important;
}
/*6-5：ビックリ（水色）*/
.parts06_5 {
    background: #1dbbda;
}
.parts06_5:before {
    color: #1dbbda;
    content: "\f12a";
}
/*6-6：ビックリ（グリーン）*/
.parts06_6 {
    background: #1abb9a;
}
.parts06_6:before {
    color: #1abb9a;
    content: "\f12a";
}
/*6-7：ビックリ（ブルー）*/
.parts06_7 {
    background: #2581c4;
}
.parts06_7:before {
    color: #2581c4;
    content: "\f12a";
}
/*6-8：ビックリ（オレンジ）*/
.parts06_8 {
    background: #fb6c4d;
}
.parts06_8:before {
    color: #fb6c4d;
    content: "\f12a";
}

/*----------------------------------
パーツ7：背景色ありボタン付きボックス20181026
------------------------------------*/

.con_parts07 {
    background: #f5f5f5;
    padding: 32px 24px 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.parts07_content {
    margin: 0 0 18px;
}
.parts07_title:hover {
    opacity: 0.8;
}
.parts07_title {
    color: #fff !important;
    border-radius: 12px;
    padding: 30px 24px;
    margin: 0;
    display: block;
    transition: all ease-in-out .3s;
    text-decoration: none !important;
}
.parts07_title:after {
    content: "\f0a9";
    font-family: FontAwesome;
    padding-left: 12px;
    font-weight: normal;
}
/*7-1：矢印（グリーン）*/
.parts07_1 {
    background: #1abb9a;
}
/*7-2：矢印（ブルー）*/
.parts07_2 {
    background: #2581c4;
}

/*関連ブランド*/
.brandlist-list {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px !important;
	padding: 0 !important;
}
.brandlist-list li { 
    display:flex;
    max-width: 18%;
	margin: 5px;
}
.brandlist-list img { 
    border-radius: 50%;
    border: 2px solid #888;
	box-sizing: border-box;
}
.brandlist-list a {
    text-decoration: none;
    transition: .3s; 
}
.brandlist-list a:hover {
    opacity:0.6; 
}
.brandlist-list_name { 
    font-weight: bold;
    font-size: 11px;
    display:block;
}
@media screen and (max-width: 768px) {
.brandlist-list_name { 
    font-size: 8px;
	margin-top: 5px;
    line-height: 15px;
}
.brandlist-list li {
	max-width: 17%;
	margin: 4px;
	}
}
/*関連ブランドend*/

/*高価買取ポイント*/
.sell_point {
    padding-top: 10px;
	padding: 0 !important;
    margin-bottom: -20px !important;
    list-style: none !important;
    counter-reset: number;
    margin-left: 0px !important;
}
.sell_point li {
    border-bottom: 1px solid #a38b13; 
    display: inline-block;
    margin: 8px 2px;
}
.sell_point li:last-child {
    border-bottom: none !important;
    padding: 0;
    margin-bottom: 15px !important;
}
.sell_point_img {
    float: left;
    padding-right: 10px;
}
.sell_point_img img {
    margin-bottom: 0px !important;
}
.sell_point_title {
    float: left;
    width: 64%;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}
.sell_point_title::before {
    counter-increment: number;
    content: counter(number);
    display:inline-block !important;
    background: #a38b13;
    color: white;
    font-weight:bold;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align:center;
    margin-right: 3px;
    text-indent: 0;    
}
.sell_point_text {
    width: 64%;
    float: left;
    margin-bottom: 15px;
    font-size: 12px;
line-height: 1.8;
}
@media screen and (max-width: 767px) {
.sell_point {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.sell_point li {
display: flex;
flex-direction: column;
}
.sell_point_title {
order: 1;
width: 100%;
margin-top: 5px;
}
.sell_point_img {
order: 2;
text-align:center;
padding-right: 0px;
}
.sell_point_img img {
margin-bottom: 5px !important;
}
.sell_point_text {
order: 3;
width: 100%;
}
}
/*高価買取ポイントend*/

/*買取金額告知用パーツ*/
.ranking_rank {    
    display: inline-block;
    position: absolute;
    top: -6px;
    right: 20px;
    margin: 0;
    padding: 14px 0px 6px 0px;
    z-index: 2;
    width: 60px;
    text-align: center;
    color: white;
    font-size: 17px;
    background: linear-gradient(#C4BD6A 0%, #C4BD6A 100%);
    border-radius: 2px 0 0 0;
  }
.ranking_rank:before{
   position: absolute;
    content: '';
    top: 0;
    right: -6px;
    border: none;
    border-bottom: solid 6px #8e8252;
    border-right: solid 6px transparent;
}
.ranking_rank:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 30px solid #C4BD6A;
    border-right: 30px solid #C4BD6A;
    border-bottom: 10px solid transparent;
}
.ranking-item_info {
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.ranking_img {
    margin: 20px;
    float: left;
    width: 25%;
}
.ranking_img img {
    margin-bottom: 0 !important;
}
.ranking_detail {
    float: left;
    width: 65%;
}
.ranking_title {
    font-size: 16px;
    margin: 20px 60px 0px 0px;
    font-weight: bold;
}
.ranking_text {
    font-size: 12px;
    padding: 10px 0px 15px 0px;
}
.ranking_price-group {
    float:left;
    width: 65%;
    margin: 0px 20px 20px 0px;
    border-top: 1px solid #C5171E;
    border-bottom: 1px solid #C5171E;
}
.ranking_pg_title {
    background-color: #C5171E;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    margin: 10px;
    float: left;
    letter-spacing:2px;
}
.ranking_pg_price {
    font-size: 20px;
    margin: 15px;
    color: #000;
    font-weight: bold;
}
.ranking_pg_yen {
   font-size: 15px;
   margin-left: 5px;
}

@media only screen and (max-width: 768px) {
.ranking_img {
    margin: 15px 10px 15px 15px;
    float: left;
    width: 20%;
}
.ranking_detail {
    float: left;
    width: 65%;
}
.ranking_title {
    font-size: 14px;
    margin-right: 60px;
    font-weight: bold;
}
.ranking_price-group {
    clear: both;
    width: 95%;
    margin: 0px 20px 20px 8px;
}
.ranking_pg_title {
    font-size: 12px;
    font-weight: bold;
    padding: 8px 15px;
    margin: 10px;
    float: left;
    letter-spacing:2px;
}
.ranking_pg_price {
    margin: 10px;
}
.ranking_pg_yen {
    font-size: 10px;
    margin-left: 5px;
}
.ranking_pi_rank {    
    right: 15px;
}
}
/*買取金額告知用パーツ*/

/*買取の流れパーツ190724*/
.flow-list{
    display: flex;
    padding: 0 !important;
	margin-left: 0 !important;
}
.flow-list>li{
    flex: 1;
    list-style: none;
    border: solid 2px #1b284b;
	position: relative;
	margin: 0 20px 0 0 !important;
}
.flow-list>li:last-of-type{
	margin: 0 !important;
}
.flow-list>li .title{
	position: relative;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 1.5; 
	background-color: #1b284b;
    color: #fff;
    padding: 15px 0;
}
.flow-list>li .text{
    font-size: 12px;
    display: inline-block;
    line-height: 2;
    word-break: break-all;
    padding: 0 5px;
}
.flow-list>li:after{
	content: "";
	height: 0;
	border-top: solid 15px rgba(0, 0, 0, 0);
    border-bottom: solid 15px rgba(0, 0, 0, 0);
    border-left: solid 15px #f10;
    position: absolute;
    top: 100px;
    right: -20px;
    z-index: 5;
}
.flow-list>li:last-of-type:after{
	content: none;
}
@media screen and (max-width: 768px) {
.flow-list{
    display: block;
}
.flow-list>li {
	margin: 0 !important;
}
.flow-list>li img {
	max-width: 250px;
	margin: auto;
	display: block;
}
.flow-list>li:after{
	content: none;
}
}
/*買取の流れパーツend*/

/*カテゴリーパーツ190724*/
.item_maker>.category-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    padding: 0 !important;
}
.item_maker>.category-list li { 
    width: 20%;
    list-style: none;
    padding: 5px;
    box-sizing: border-box;
}
.item_maker>.category-list img { 
    border-radius: 50%;
    filter: brightness(95%);
}
.item_maker>.category-list a {
    text-decoration: none;
    transition: .3s; 
}
.item_maker>.category-list a:hover {
    opacity:0.6; 
}
.item_maker>.category-list .name { 
    display:block;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
.item_maker>.category-list .name { 
    font-size: 8px;
}
.item_maker>.category-list li { 
    width: 33.333%;
}
}
/*カテゴリーパーツend*/

/*Q&Aパーツ190724*/
.q_and_a>.question::before {
    content: "Q";
    background: #ec8413;
    color: #fff;
    min-width: 30px;
    height: 30px;
    text-align: center;
    font-style: italic;
    margin-right: 10px;
    line-height: 1.6;
}
.q_and_a>.question {
    display: flex;
    color: #ec8413;
    font-weight: bold;
    margin-bottom: 10px;
}
.q_and_a>.answer::before {
    content: "A";
    background: #333;
    color: #fff;
    min-width: 30px;
    height: 30px;
    text-align: center;
    font-style: italic;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}
.q_and_a>.answer {
    display: flex;
    font-size: 13px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #dadada;
}
/*--------------------
 スタッフ紹介スライド
 ---------------------*/
.slideshow {
	position: relative;
	overflow: hidden;
}
input[name="slideshow"] {
	display: none;
}

/* :::::: slideContents :::::: */
.slideContents {
	display: flex;
	position: relative;
	width: 500%;
	-webkit-user-select: none;
	user-select: none;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slideContents section {
	width: 20%;
	border: solid 5px #c1b489;
	margin-bottom: 0;
}
.slideContents section img {
	max-width: 100%;
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
}

/* :::::: arrows :::::: */
.arrow,
.arrow label,
.arrow .ico {
	position: absolute;
}
.arrow {
	top: 0;
	margin: 0;
	transition: background .3s;
	background: rgba(193, 180, 137, 0.86);
}
.prev {
	left: 0;
}
.next {
	right: 0;
}
.arrow:hover {
	background: #c1b489;
}
.arrow,
.arrow label {
	cursor: pointer;
	width: 50px;
	height: 100%;
}
.arrow label {
	top: 0;
	left: 0;
	z-index: 1;
}
.arrow .ico {
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
}
.prev .ico {
	left: 50%;
	border-left: 3px solid #fff;
	transform: rotate(-45deg);
	transition: left .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
}
.next .ico {
	right: 50%;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	transition: right .3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .3s;
}
.arrow:hover .ico {
	opacity: .6;
}
.prev:hover .ico {
	left: calc(50% - 6px);
}
.next:hover .ico {
	right: calc(50% - 6px);
}

/* :::::: mechanism :::::: */
#switch1:checked ~ .slideContents {
	transform: translateX(0);
}
#switch2:checked ~ .slideContents {
	transform: translateX(-20%);
}
#switch3:checked ~ .slideContents {
	transform: translateX(-40%);
}
#switch4:checked ~ .slideContents {
	transform: translateX(-60%);
}
#switch5:checked ~ .slideContents {
	transform: translateX(-80%);
}

/* :::::: arrow mechanism :::::: */
.arrow label {
	pointer-events: none;
}
#switch1:checked ~ .prev label[for="switch5"],
#switch2:checked ~ .prev label[for="switch1"],
#switch3:checked ~ .prev label[for="switch2"],
#switch4:checked ~ .prev label[for="switch3"],
#switch5:checked ~ .prev label[for="switch4"],
#switch1:checked ~ .next label[for="switch2"],
#switch2:checked ~ .next label[for="switch3"],
#switch3:checked ~ .next label[for="switch4"],
#switch4:checked ~ .next label[for="switch5"],
#switch5:checked ~ .next label[for="switch1"] {
	pointer-events: auto;
}
.buyer-profile{
	text-align: left;
	padding: 0 50px;
}
.buyer-profile>div{
	float: left;
	margin: 5px 10px 10px 0;
}
.buyer-profile img{
	display: block;
	max-width: 200px !important;
}
.buyer-profile p{
	margin: 0;
	font-size: 12px !important;
	clear: both;
	border-top: dotted 2px #c1b489;
}
.buyer-profile ul{
	list-style: none;
	overflow: hidden;
	font-size: 12px;
	padding: 5px 0 !important;
    margin-bottom: 0 !important;
	word-break: break-all;
	margin-left: 0;
}
.buyer-profile li{
	font-size: 12px !important;
	padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
	.buyer-profile>div{
		float: none;
		margin-right: 0;
	}
	.buyer-profile>div>img{
		margin: auto;
		padding: 0;
	}
}
/*--------------------
 実績パーツnew！20/01/13～
 ---------------------*/
ul.past_results{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 !important;
	justify-content: space-between;
}
.past_results li{
	width: calc(100%/3 - 5px);
	box-sizing: border-box;
	background-color: #f3f2ee;
	text-align: center;
	font-size: 10px;
	margin-bottom: 5px;
	padding: 5px !important;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}
.past_results dl{
	margin: 0;
}
.past_results dd{
	margin: 0;
}
.past_results p{
	word-break: break-all;
	font-size: 10px !important;
	margin: 5px 0;
	line-height: 1.5 !important;
}
.past_results dt:first-of-type{
	background-color: #666;
	color: #fff;
	margin: 0 -5px;
	font-size: 10px;
	border: 0;
}
.past_results dt{
	border-bottom: dotted 1px #333;
	font-size: 14px;
}
.past_results dd{
	font-size: 15px;
	font-weight: bold;
}

/*見出し下*/
.point-header{
display: flex;
align-items: center;
}
.point-header>div{
width: 20%;
}
.point-header p{
font-size: 25px;
font-weight: bold;
color: #444;
font-family:Open Sans,游ゴシック;
line-height: 1.5;
width: 80%; text-align: center;
}
.point-header p .number{
font-size: 140%;
}
.point-header p span{
color: #5da7b7;
font-family:Open Sans,游ゴシック;
}

/*連絡バナー*/
.cta_area{
position: relative;
background: #f1f1f1;
margin: 50px 0 20px;
padding: 5px 180px 10px 0;
}
.cta_area a:hover{
opacity: 0.8;
}
.cta_area .cta_model {	
}
.cta_area .cta_model img {
position: absolute;
right: 0;
bottom: 0;
width: 35%;
}
.cta_area .cta_tel img{
width: 90%;
margin-bottom: 5px;
}
.cta_area .contact_box {
display: flex;
margin-left: 5px;
}
.contact_box .cta_web {
margin-right: 10px;
}

@media only screen and (max-width: 599px){
.cta_area {
padding-right: 100px;
margin: 20px 0 20px;
}
}

/*担当者紹介*/
.incharge{
display: flex;
align-items: center;
border: solid 1px #bbb;
}
.incharge>div{
min-width: 90px;
width: 20%;
text-align: center;
}
.incharge img{
border-radius: 50%;
}
.incharge ul{
	margin: 0 !important;
	padding: 5px 5px 5px 0 !important;
	width: 100%;
}
.incharge ul li{
font-size: 12px !important;
list-style: none;
}
.incharge ul li:first-child{
font-weight: bold;
}

/*--------------------
 TOP今月の強化アイテム
 ---------------------*/
.month_items{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: solid 1px #333;
	margin-bottom: 20px;
}
.month_items div:first-of-type{
	width: calc(50%);
	padding: 10px 0 10px 10px;
}
.month_items dl{
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.month_items dt:nth-of-type(1),.month_items dt:nth-of-type(2){
	width: 40%;
	background-color: #bf0008;
	color: #fff;
	margin: 0 10px 10px 0;
	text-align: center;
	padding: 3px;
	box-sizing: border-box;
}
.month_items dd:nth-of-type(1),.month_items dd:nth-of-type(2){
	margin-left: 0;
	color: #bf0008;
	font-weight: bold;
	font-size: 20px;
}
.month_items dt:nth-of-type(3){
	width: 100%;
}
.month_items dd:nth-of-type(3){
	width: 100%;
	margin-left: 0;
}
.month_items img{
	vertical-align: bottom;
}
.month_items p {
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.month_items div{
		width: calc(50%);
	}
	.month_items p {
		font-size: 14px;
	}
	.month_items dl{
		font-size: 12px;
	}
	.month_items dd:nth-of-type(1),
	.month_items dd:nth-of-type(2) {
		font-size: 14px;
	}
}

/*--------------------
    強化買取アイテム
 ---------------------*/
.ch_item ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    padding: 0 !important;
}
.ch_item ul li { 
    width: calc(100%/3);
    list-style: none;
    padding: 5px;
    box-sizing: border-box;
}
.ch_item ul img { 
    border-radius: 50%;
    filter: brightness(95%);
}
.ch_item ul a {
    text-decoration: none;
    transition: .3s; 
}
.ch_item ul a:hover {
    opacity:0.6; 
}
.ch_item ul .name { 
    display:block;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
.ch_item ul .name { 
    font-size: 8px;
}
.ch_item ul li { 
    width: 33.333%;
}
}

/*--------------------
    pcフッター固定
 ---------------------*/
.footer-line{
position:fixed;
bottom:0;
width:100%;
z-index: 999;
background: rgba(236, 167, 45, 1);
text-align: center;
padding: 0; 
/*animation:floating 0.5s;*/
}
.footer-line a{
display: block;
text-decoration: none;
color: #fff;
transition: all 0.5s ease;
}
.footer-line a:hover{
opacity: 0.8;
}
.footer-line img{
display: block;
opacity: 1 !important;
}
.footer-line ul{
display: flex;
justify-content: center;
list-style: none;
}
.footer-line li:first-child{
position: relative;
}
.footer-line li:first-child>span{
position: absolute;
bottom: 0;
left: -120px;
}
.footer-line li:first-child>span>img{
width: 15vw;
max-width: 153px;
}
.is-fixed {
display: none!important;
}
/*フッター固定スマホ非表示20104*/
@media only screen and (max-width: 599px){
.footer-line{
display: none !important;
}
}

/*--------------------
   　　target
 ---------------------*/
.corporation-target {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 !important;
}
.corporation-target li {
    width: calc(100%/3 - 20px);
    list-style: none;
    margin: 0 20px 0 0 !important;
}
.corporation-target li img {
    border-radius: 50%;
    margin-bottom: 0;
}
.corporation-target li:nth-of-type(3),.corporation-target li:nth-of-type(5){
    margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
.corporation-target li{
    width: calc(100%/3 - 5px);
    margin: 0 5px 0 0 !important;
}
}
/*--------------------
   　　support
 ---------------------*/
.corporation-support{
    padding: 0 !important;
}
.corporation-support li{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 14px;
}
.corporation-support li img{
    max-width: 160px;
    margin-bottom: 0;
    vertical-align: bottom;
}
.corporation-support li p{
    margin-bottom: 0;
    line-height: 1.5;
}
.corporation-support li .support_box{
    width: calc(100% - 190px);
    margin-left: 10px;
    padding: 15px 10px;
    border-radius: 20px;
    background-color: #f1f1f1;
}
/*.corporation-support li:nth-of-type(1) .support_box{
    background-color: rgba(187, 115, 165, 0.5);
}
.corporation-support li:nth-of-type(2) .support_box{
    background-color: rgba(246, 181, 43, 0.5);
}
.corporation-support li:nth-of-type(3) .support_box{
    background-color: rgba(142, 194, 30, 0.5);
}
.corporation-support li:nth-of-type(4) .support_box{
    background-color: rgba(0, 102, 180, 0.5);
}*/
.corporation-support li .title{
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
.corporation-support li{
    display: block;
}
.corporation-support li .support_box{
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
}
.corporation-support li div:first-of-type{
    text-align: center;
    margin-bottom: 10px;
}
}

/*--------------------
   　　results
 ---------------------*/
.corporation-results{
	display: flex;
	font-size: 17px;
	margin-bottom: 10px;
}
.corporation-results .customer{
	width: calc(100%/2);
	color: #003365;
	border: 8px solid #003365;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
}
.corporation-results .customer p:first-of-type{
	font-size: 30px;
}
.corporation-results div p{
	margin: 0;
}
.corporation-results div{
	flex-direction: column;
	display: flex;
	justify-content: center;
}
/*.corporation-results div p:first-of-type{
	margin-bottom: -10px;
}*/
.corporation-results .about p:last-of-type{
	margin-bottom: -10px;
}
.corporation-results .about{
	width: calc(100%/2);
	color: #fff;
	background-color: #003365;
	border: 8px solid #003365;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.corporation-results .about .price{
	font-size: 40px;
	letter-spacing: 0.1em;
	color: orange;
	/*text-shadow:white 2px 0px,  white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px,  white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px,  white -2px 1px, white 2px -1px, white -2px -1px;*/
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.corporation-results .about .yen{
	letter-spacing: 0.1em;
	color: orange;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
/*.corporation-results div img{
	margin: 0 0 -10px 0;
}*/
@media screen and (max-width: 768px) {
.corporation-results{
	display: block;
}
.corporation-results .customer{
	width: 100%;
}
.corporation-results .about{
	width: 100%;
}
.corporation-results div{
	display: block;
	text-align: center;
}
.corporation-results div:nth-of-type(2){
	transform:rotatez(90deg);
}
}