@charset "UTF-8";

/* ==========================================
固定ページ
============================================= */

.page .page-title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding: 10px 0 0 5px;
	border-bottom: 2px solid #333;
	margin-bottom: 20px;
}
/* ==========================================
固定ページのメインビジュアル
============================================= */
.page-mv{
	width: 100%;
}
/* ==========================================
会社概要
============================================= */

.page .campany-info dl dt {
	font-weight: bold;
}
.page .campany-info dl dd {
	margin-bottom: 15px;
}
.page .campany-info dl dd div {
  margin-top: 10px;
}
.page .campany-info dl dd div iframe {
  width: 100%;
  height: 250px;
  border: 5px solid #FFF !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  margin: 0 0 20px;
}
.page .campany-info dl .unei a {
	margin-bottom: 5px;
	font-size: 12px;
	color: #333;
}
.page .campany-info dl .unei a strong {
	color: #099dcd;
	font-size: 1.2em;
}
@media (min-width: 640px) {
	.page .campany-info dl dt {
		float: left;
	}
	.page .campany-info dl dd {
		padding-left: 200px;
	}
}

.company-info__tana {
    font-size: 14px;
    background-color: #F9F9F9;
    padding: 15px 15px 1px;
}
.company-info__tana img {
    display: block;
}
.company-info__tana p {
    margin: 0 0 15px;
}
.company-info__tana p:nth-last-of-type(1) {
    margin: 0;
}
.company-info__tana p a {
    color: #ff6012;
}
.company-info__tana p a:hover {
    text-decoration: underline;
}

/* ==========================================
Q&A
============================================= */

.page .qa dt, .page .qa dd {
	position: relative;
	padding-left: 25px;
	font-size: 15px;
}
.page .qa dt {
	font-weight: bold;
}
.page .qa dd {
	padding-bottom: 20px;
}
.page .qa dt:before {
	font-weight: bold;
	content: "Q.";
	margin-right: 5px;
	color: #333;
	position: absolute;
	left: 0;
}
.page .qa dd:before {
	font-weight: bold;
	content: "A.";
	margin-right: 5px;
	margin-left: 2px;
	color: #FF6000;
	position: absolute;
	left: 0;
}
.page .qa .qa_otoiawase-link {
	display: inline-block;
	background: rgb(0, 71, 157);
	border-radius: 5px;
	padding: 5px 10px;
	color: #fff;
	margin: 5px 0 0 5px;
	font-size: 14px;
}
.page .qa .contact-item {
	padding: 1rem 0 0.5rem;
}
.page .qa .contact-list {
	margin-bottom: 1rem;
	text-align: left;
	margin-left: 10%;
}
.page .qa .contact-list span {
	padding-left: 2rem;
}
.page .qa .contact-btn-tel, .page .qa .contact-btn-tw, .page .qa .contact-btn-mail {
	margin-bottom: 0;
}
.page .qa .qa_otoiawase {
	background: #eee;
	padding: 10px;
}
.page .qa .qa_otoiawase p {
	font-size: 14px;
}
.page .qa .qa_otoiawase-link {
	background:rgb(0, 71, 157);
	border-radius: 5px;
	padding: 5px 10px;
	color: #fff;
	margin: 5px 0 0;
	display: inline-block;
	font-size: 13px;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), inset 0 -80px 10px rgba(0, 0, 0, 00);
}
.page .qa a:hover {
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0), inset 0 -80px 10px rgba(0, 0, 0, 0.15);
	transition: 0.4s;
}
.page .qa .qa_otoiawase-link i {
	vertical-align: baseline;
	padding-right: 5px;
}
@media (min-width: 640px) {
	.page .qa dt, .page .qa dd {
		padding-left: 25px;
		font-size: 16px;
	}
	.page .qa a {
		padding: 0 20px;
		margin: 10px 0 0 5px;
		font-size: 19px;
		height: 49px;
		line-height: 47px;
	}
	.page .qa .contact-list {
		font-size: 13px;
		margin-left: 0;
		text-align: center;
	}
	.page .qa .contact-list span {
		padding-left: 0;
	}
	.page .qa .qa_otoiawase {
		padding: 30px 0 20px;
		margin: 20px 0;
	}
	.page .qa .qa_otoiawase p {
		font-size: 16px;
		text-align: center;
		font-weight: bold;
	}
	.page .qa .qa_otoiawase-link {
		text-align: center;
		background: rgb(0, 71, 157);
		border-radius: 5px;
		padding: 0px 23px;
		color: #fff;
		margin: 10px 0 10px;
		display: inline-block;
		font-size: 20px;
		/* width: 80%; */
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}
}

/* ==========================================
利用規約
============================================= */

.info-kiyaku-lead {
	margin-bottom: 2em;
	font-size: 0.95em;
}
.info-kiyaku-item {}
.info-kiyaku-list {
	margin-bottom: 1.6em;
}
.info-kiyaku-list-ttl {
	font-size: 1.1em;
	font-weight: bold;
}
.info-kiyaku-list p {
	margin-bottom: 0.8em;
}

/* ==========================================
プライバシーポリシー
============================================= */

.info-privacy-item {}
.info-privacy-txt {
	margin-bottom: 1em;
}
.info-privacy-ttl {
	margin: 1.6em 0 0.3em;
	font-size: 1.1em;
	font-weight: bold;
}
.info-privacy-list {
	margin-bottom: 1em;
}
.info-privacy-list02 {
	margin-left: 3em;
	text-indent: -1.5em;
}

/* ==========================================
特定商取引法
============================================= */

.info-tokuteisho-table {
	text-align: left;
	border-top: 1px solid #ccc;
}
.info-tokuteisho-th {
	vertical-align: middle;
	padding: 1em;
	border-bottom: 1px solid #ccc;
}
.info-tokuteisho-td {
	vertical-align: middle;
	padding: 1.5em 1em;
	border-bottom: 1px solid #ccc;
}



/* ==========================================
キャンペーン
============================================= */

.campaign01, .campaign02, .campaign03 {
	margin-bottom: 2rem;
}
.campaign-ttl {
	background: #FF902B;
	color: #fff;
	position: relative;
	transition: all 0.3s;
	-webkit-box-shadow: inset 0 -40px 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 -40px 0 rgba(0, 0, 0, 0);
}
.campaign-ttl:hover {
	-webkit-box-shadow: inset 0 -40px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -40px 0 rgba(0, 0, 0, 0.15);
}
.campaign-ttl:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.campaign-ttl:hover:after {
	background: rgba(0, 0, 0, 0.1);
}
.campaign-ttl span {
	letter-spacing: 0;
	display: block;
	padding: 0 3%;
	font-size: 1.3rem;
	height: 2.4rem;
	line-height: 2.4rem;
	position: relative;
}
.campaign-ttl span:after {
	content: "\f078";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	right: 3%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.campaign-ttl.on span:after {
	-moz-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.campaign-img {}
.campaign-txt {
	margin: 1rem;
}
.campaign-txt strong {
	font-weight: bold;
}
.campaign-txt01 {
	margin: 1rem 1rem 2rem;
	padding: 1rem;
	border: 1px solid #ed0000;
	line-height: 1.4;
}
.campaign-txt01 span {
	color: #ed0000;
	font-weight: bold;
}
.campaign-txt02 {
	font-weight: bold;
	margin: 3rem 1rem 1rem;
	line-height: 1.4;
}
.campaign-txt03 {
	color: #666;
	width: calc(100% - 1rem);
	max-width: calc(640px - 1rem);
	display: block;
	margin: 3rem auto -0.5rem;
	text-align: center;
	border-bottom: 2px solid #999;
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 0.4em;
	position: relative;
}
.campaign01-table-area {
	max-width: 640px;
	border: 0.5rem solid #fff;
	margin: auto;
}

/* テーブル */

.campaign01-table-area .tablepress td.column-1:after {
	content: "点";
	font-size: 0.9em;
}
.campaign01-table-area .tablepress td.column-2 {
	font-weight: bold;
	color: #ed0000;
	font-size: 1.1em;
}
.campaign01-table-area .tablepress td.column-2:after {
	content: "円";
	font-size: 0.8em;
	font-weight: normal;
	color: initial;
}
.campaign01-table-area .tablepress th {
	padding: 4px 8px 3px;
	font-size: 0.8em;
}
@media (min-width: 500px) {
	.campaign-ttl span, .campaign-ttl i {
		font-size: 15px;
		height: 28px;
		line-height: 28px;
		text-align: center;
	}
	.kaitori-kaizou-img, .kaitori-ng-img {
		text-align: center;
	}
}
@media (max-width: 340px) {
	/* イレギュラー対応 */
	.kaitori-kaizou-list01, .kaitori-kaizou-list02 {
		font-size: 14px;
	}
}
/* 表のスクロール */

.dataTables_scroll {
	height: 340px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

@media (min-height: 568px) {
	.dataTables_scroll {
		height: 400px;
	}
}

@media (min-height: 738px) {
	.dataTables_scroll {
		height: 500px;
	}
}

/* 買取価格一覧 */

.kaitori-kakaku h2 {
/* 	background: #ffa500; */
	font-weight: bold;
	padding: 10px;
	color: #333;
	margin-bottom: 10px;
}
.kaitori-kakaku h3 {
/* 	background: #ffa500; */
	font-weight: bold;
	font-size: 1.4rem;
	color: #333;
	margin-bottom: 5px;
	border-bottom: 1px solid #333;
}
.kaitori-kakaku .entry-content p{
	margin-bottom: 1em;
	font-size: 1.3rem;
	line-height: 1.5;
}
.kaitori-kakaku .tablepress {
	font-size: 11px;
	border: 1px solid #ccc;
}
.kaitori-kakaku .tablepress th {
	padding: 5px;
	text-align: center;
}
.kaitori-kakaku .tablepress td {
	padding: 5px;
	vertical-align: middle;
}
.kaitori-kakaku .tablepress .column-1 {
	width: 25%;
	font-weight: bold;
}
.kaitori-kakaku .tablepress .column-2 {
	width: 25%;
	text-align: center;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}
.kaitori-kakaku .tablepress td.column-3{
	font-weight: bold;
	text-align: center;
	border-right: 1px dotted #ccc;
}
.kaitori-kakaku .tablepress td.column-4{
	font-weight: bold;
	text-align: center;
	border-right: 1px dotted #ccc;
}
.kaitori-kakaku .tablepress td.column-5{
	color: #ff6000;
	font-weight: bold;
	text-align: center;
}
.kaitori-kakaku .tablepress th.column-4{
	text-align: center;
	border-right: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
}
.kaitori-kakaku .tablepress .column-3,
.kaitori-kakaku .tablepress .column-4{
	display: none;
}
.kaitori-kakaku .tablepress td.column-3:before,
.kaitori-kakaku .tablepress td.column-4:before,
.kaitori-kakaku .tablepress td.column-5:before{
	content: "¥"
}
.kaitori-kakaku .contact-item p {
	color: #099dcd;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 20px;
	text-align: center;
}
.kaitori-kakaku p{
	font-size:1.5rem;
	line-height: 1.8;
	margin-bottom: 1rem;
}
.kaitori-kakaku p a{
    color: rgb(0, 71, 157);
}

@media (min-width: 640px) {
	.kaitori-kakaku .tablepress {
		font-size: 13px;
	}
	.kaitori-kakaku .tablepress th {
		padding: 10px;
		text-align: center;
	}
	.kaitori-kakaku .tablepress td {
		padding: 10px;
		vertical-align: middle;
	}
	.kaitori-kakaku .contact-item p {
		color: #099dcd;
		font-weight: bold;
		font-size: 24px;
		padding-bottom: 20px;
		text-align: center;
	}
	.kaitori-kakaku .tablepress .column-1 {
		width: 20%;
	}
	.kaitori-kakaku .tablepress .column-2 {
		width: 25%;
	}
	.kaitori-kakaku .tablepress .column-3,
	.kaitori-kakaku .tablepress .column-4{
		display: table-cell;
	}
	.kaitori-kakaku h3 {
	/* 	background: #ffa500; */
		font-weight: bold;
		font-size: 1.4rem;
		color: #333;
		border-bottom: 1px solid #333;
	}
	.kaitori-kakaku p{
		font-size:1rem;
	}
	.kaitori-kakaku .entry-content p{
		margin-bottom: 1em;
		font-size: 1rem;
		line-height: 1.5;
	}
}
.kaitori-kakaku .kyouka-item {
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.kaitori-kakaku .kyouka-item li {
	flex: 50%;
	font-size: 14px;
	padding: 0.5rem;
}
.kaitori-kakaku .kyouka-item li .kyouka-img {
	position: relative;
	border: #000 solid 1px;
}
.kaitori-kakaku .kyouka-item li .kyouka-img:before {
	content: "買取強化中";
	font-size: 18px;
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: rgba(255, 0, 0, 0.8);
}
.kaitori-kakaku .kyouka-item li .kyouka-midashi {
	background: #FFD31D;
	text-align: center;
	color: #333;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
}
.kaitori-kakaku .kyouka-item li .kyouka-name {
	height: 3em;
	font-size: 12px;
	font-weight: bold;
	overflow: scroll;
}
.kaitori-kakaku .kyouka-item li .kyouka-maker {
	height: 3em;
	font-size: 12px;
}
.kaitori-kakaku .kyouka-item li .kyouka-price {
	font-weight: bold;
	text-align: center;
	color: #ff6000;
	font-size: 2rem;
    line-height: 1.2;
}
@media (min-width: 640px) {
	.kaitori-kakaku .kyouka-item li {
		flex: 25%;
		font-size: 14px;
		padding: 0.5rem;
	}
}
.post-thumb{
	width: 100%;
	margin: 2rem auto;
	max-width: 600px;
	text-align: center;
}
@media (min-width: 640px) {
	.page .page-title {
		font-size: 28px;
		margin-top: 10px;
	}
}
/* 連絡先リンク */

.page-contact {
	background: #efefef;
	overflow: hidden;
	margin: 40px 0 20px;
}
.page-contact-ttl {
	margin: 20px 20px 0;
	text-align: center;
}
.page-contact .contact-item {
	padding: 1rem 0 0.5rem;
	text-align: center;
	overflow: hidden;
}
.page-contact .contact-list {
	margin-bottom: 1rem;
	text-align: left;
	margin-left: 10%;
	display: inline-block;
}
.page-contact .contact-list span {
	padding-left: 2rem;
}
.page-contact .contact-btn-tel, .page-contact .contact-btn-tw, .page-contact .contact-btn-mail {
	margin-bottom: 0;
	margin-bottom: 5px;
	height: 60px;
	line-height: 60px;
}
/* 検索窓 */

.dataTables_filter {
	padding: 0 0 12px 0;
}

.dataTables_filter label {
	display: table-cell;
	vertical-align: middle;
	line-height: 36px;
}

.dataTables_filter input {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 8px 5px;
	margin-left: 0.8rem !important;
}

@media (min-width: 640px) {
	.dataTables_filter {
		padding: 0 0 10px 0;
	}
	.dataTables_filter label {
		line-height: 28px;
	}
	.dataTables_filter input {
		font-size: 16px;
		border: 1px solid #ccc;
		border-radius: 4px;
		padding: 4px 8px;
	}
}

/* ==========================================
お申込みフォームへ
============================================= */

.page-btn-form {
	border-radius: 4px;
	background-color: rgb(9, 157, 205);
	width: 80%;
	max-width: 400px;
	height: 50px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	margin: 60px auto 0;
	vertical-align: bottom;
	position: relative;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), inset 0 -80px 10px rgba(0, 0, 0, 0);
	transition: all .4s;
	display: block;
}
.page-btn-form:before {
	content: "＼ 送料無料･キャンセル無料 ／";
	color: rgb(9, 157, 205);
	text-align: center;
	width: 100%;
	font-size: 1.5rem;
	font-weight: bold;
	position: absolute;
	top: -40px;
	left: 0;
}
.page-btn-form:hover {
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0), inset 0 -80px 10px rgba(0, 0, 0, 0.15);
}
.article-footer {
	padding-bottom: 30px;
}
@media (min-width: 640px) {
	.page .page-title {
		font-size: 28px;
		margin-top: 10px;
	}
	/* 連絡先リンク */
	.page-contact .contact-list {
		font-size: 13px;
		margin-left: 0;
		text-align: center;
	}
	.page-contact .contact-list span {
		padding-left: 0;
	}
	.page-contact .contact-btn-tel, .page-contact .contact-btn-tw, .page-contact .contact-btn-mail {
		margin-bottom: 0;
		font-size: 20px;
		padding: 0 1rem 0 1.2rem;
		margin: 0 0 5px;
		height: 60px;
		line-height: 60px;
	}
	/* お申込みフォーム */
	.page-btn-form {
		width: 80%;
		max-width: 400px;
		height: 62px;
		font-size: 21px;
		line-height: 62px;
		margin-top: 80px;
	}
	.page-btn-form:before {
		font-size: 1.4rem;
		top: -50px;
		left: 0;
	}
}


/*=============================================
404ページ
============================================= */

.p404-img {
	text-align: center;
	padding-top: 2rem;
}
.p404-link-btn-area {
	padding: 2rem 0 4rem;
}

/*=============================================
子ページ一覧のページ
============================================= */
.p-list .child_page-container{
	border: #333 solid 2px;
	border-radius: 2px;
	padding: 0;
}
.p-list .child_page-container:hover{
	border: rgb(0, 71, 157) solid 2px;
	transition:0.2s;
}
.p-list .child_page-container:hover .post_content{
	background: rgb(0, 71, 157);
	transition:0.2s;
}
.p-list .child_page-container .post_excerpt{
	display: none;
}
.p-list .child_page-container .post_content{
	padding: 1rem;
	text-align: center;
	background: #000;
}
.p-list .child_page-container .post_content a{
	color: #fff;
}
	.shop-annnai-img{
		width: 50%;
		float: left;
	}
	.shop-annnai-bg01{
		background: #EFEFEF;
		padding: 1.5rem 3% 2rem;
	}
	.shop-annnai-txt01{
		font-size: 2rem;
		line-height: 1.3;
		color: #000000;
		font-weight: 800;
	}
	.shop-annnai-txt02{
		display: inline-block;
		font-size: 1rem;
		letter-spacing: 0.5em;
		margin-top: 0 0.2em 1.5rem;
		color: #000000;
	}
	.shop-annnai-link{
		text-align: right;
	}
	.shop-annnai-bg01-pt02 a{
		font-size: 1.3rem;
		color: #000000;
		line-height: 1;
	}
	.c-ttl-pt01{
		margin-bottom: 0px;
	}
@media (min-width: 640px) {
	.p-list .child_page{
		width: 33.3%!important;
	}
	}
/*=============================================
出張買取ページ
============================================= */
.shucho-tentou-ttl{
    background: #ffd31d;
    font-size: 1.5rem;
    font-weight: bold;
    color: #3c3d3d;
    line-height: 1;
    padding: 12px 5px;
    text-align: left;
    margin-bottom: 1rem;
}
	.shucho-dl-link{
	background:rgb(0, 71, 157);
	border-radius: 5px;
	padding: 5px 10px;
	color: #fff;
	margin: 5px 0 0;
	display: inline-block;
	font-size: 13px;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), inset 0 -80px 10px rgba(0, 0, 0, 00);
	}
	.shucho-tentou-text{
	margin-bottom: 1em;
	font-size: 1.4rem;
}
.shucho-tentou-text2{
	margin-top: 1em;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
}
@media (min-width: 640px) {
	.shucho-dl-link{
		    text-align: center;
	    background: rgb(0, 71, 157);
	    border-radius: 5px;
	    padding: 0px 23px;
	    color: #fff;
	    margin: 10px 0 10px;
	    display: inline-block;
	    font-size: 20px;
	    /* width: 80%; */
	    height: 35px;
	    line-height: 35px;
	    font-size: 16px;
	}
	.shucho-tentou-text{
	margin-bottom: 1em;
	font-size: 1rem;
	}
	.shucho-tentou-text2{
	margin-top: 1em;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	}
}
/*=============================================
サイトマップ
============================================= */

.sitemap_disp_level_0 > .page_item{
	margin: 5px 0;
	font-size: 1.4rem;
	border-bottom: 1px dashed #ccc;
	padding: 5px 0;
}
.sitemap_disp_level_0 > .page_item > .children{
	font-size: 1.3rem;
}
.sitemap_disp_level_0 > .page_item > .children > .page_item {
	margin: 1rem 0;
}
.sitemap_disp_level_0 > .page_item > .children > .page_item > a{
	border-left:4px solid #ccc;
	padding-left: 1rem;

}
.sitemap_disp_level_0 > .page_item > .children > .page_item > .children{
	font-size: 1.2rem;
	border:1px solid #ccc;
	margin: 0.5rem 0;
	padding: 0.5rem 1rem;;
}
.sitemap_disp_level_0 > .page_item > .children > .page_item > .children > .page_item {
	display: inline-block;
	margin: 0.5rem 0;
	width: 49%;
	text-align: center;
}
.sitemap_disp_level_0 > .page_item > .children > .page_item > .children > .page_item:nth-child(odd){
	border-right:1px solid #ccc;
}
.sitemap_disp_level_0 > .page_item > .children > .page_item > .children > .page_item > a{
	display: inline-block;
	padding: 0 0.5rem;
}
.sitemap_disp_level_0 > .page_item:before{
	font-family: FontAwesome;
	content : "\f152";
	padding-right: 5px;
}
@media (min-width: 640px){
	.sitemap-box{
    padding: 10px 3% 2rem;
    margin-bottom: 5rem;
	}
	.sitemap_disp_level_0 > .page_item{
	font-size: 1.2rem;
	}
	.sitemap_disp_level_0 > .page_item > .children{
	font-size: 1.1rem;
	}
	.sitemap_disp_level_0 > .page_item > .children > .page_item > .children{
	font-size: 1.0rem;
	padding: 0.4rem;
	}
	.sitemap_disp_level_0 > .page_item > .children > .page_item > .children > .page_item {
		width: 32%;
		border-right:1px solid #ccc;
	}
	.sitemap_disp_level_0 > .page_item > .children > .page_item > .children > .page_item:nth-child(3n){
	border-right:none;
	}
}


/* ----------------------
地域別ページ
-------------------------*/

.chiiki-kubun{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 900;
	padding-left: 20px;
}
.chiiki-box{
	max-width: 100%;
	overflow: auto;
	margin: 8px;
}
.chiiki-button{
	height: 50px;
	text-align: center;
	background: #ffd31d;
	border:#333 solid 2px;
	border-radius: 15px;
	padding: 0;
	width: 30.3%!important;
	float: left;
	overflow: hidden;
	margin: 2px;
}
.chiiki-link{
	font-weight: bolder;
	margin-top: 12px;
	font-size: 17px;
	line-height: 1.2em;
}
.ekimei{
	border-bottom: none!important;
}
.chiiki-button span{
	height: 48px;
	display: table-cell;
	width: 97px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2em;
}

@media (min-width: 640px) {
	.chiiki-list{
		padding-top: 24px;
	}
	.chiiki-button{
		height: 70px;
		width: 31.3%!important;
		margin: 4px;
	}
	.chiiki-button:hover{
		border: rgb(249,160,6) solid 2px;
		background:rgb(249,160,6);
		transition: 0.2s;
	}
	.chiiki-link{
		font-size: 28px;
	}
	.chiiki-button span{
	height: 68px;
	width: 224px;
	font-size: 20px;
}
}
