@charset "utf-8";
/* CSS Document */

@media screen and (max-width:736px) {
	html, body {
		min-width: 0;
		width: 100%;
		height: 100%;
		-webkit-text-size-adjust : 100%;
	}

	img {
		max-width: 100% !important;
		height: auto;
	}

	.sp_only {
		display: inherit;
	}
	
	header .hd-top {
		padding: 2em 2em;
		align-items: center;
	}
	
	header .logo {width: 50%;}
	header .hd-info,
	header nav{display: none;}
	
	#pan {
		width: 96%;
		margin: 10px auto 30px;
		font-size: 10px;
		color: #666666;
	}

	#pan a {
		color: #666666;
	}
	
	
	#page-ttl h1,
	#page-ttl .single-ttl {
		width: 80%;
		margin: -5rem auto 0;
		background: #fff;
		position: relative;
		z-index: 10;
		padding: 20px 0;
	}

	.inner {
		box-sizing: border-box;
		max-width: 100%;
		width: 90%;
		margin: 0 auto;
	}
	
	ul.accordion {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        font-size: 4vw;
        box-sizing: border-box
    }

    ul.accordion ul {
        display: none
    }

    ul.accordion li {
		width: 100%;
		display: block;
		text-align: left;
		text-decoration: none;
		color: #fff;
		font-size: 16px;
		box-sizing: border-box;
		font-weight: 400;
		background-color: #C72A54;
		letter-spacing: .1em;
    }

    ul.accordion li p {
        position: relative;
		padding: 20px 40px;
    }

    ul.accordion li p span {
        position: absolute;
        top: 40%;
        right: 4%;
        font-size: 12px;
        padding-right: 10%;
		text-indent: -9999px;
    }

    ul.accordion>li>p>span {
        background-image: url("../images/common/sp_menu.png");
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
    }

    ul.accordion>li>p>span.open {
		background-image: url("../images/common/sp_close.png");
    }

    ul.accordion>li>ul>li>p {
        background: #999
    }

    ul.accordion>li>ul>li>a {
        display: block;
        width: 100%;
        padding: 5% 3%;
        color: #fff !important;
		font-size: 12px !important;
		font-weight: normal !important;
		background-color: #DD3453 !important;
    }

    ul.accordion>li>ul>li {
        text-indent: 10px;
		font-weight: normal;
    }
	
	/*
    ul.accordion>li>ul>li>a:before {
		position: absolute;
		top: 0;
		left: 0;
        content: "┗";
        float: left
    }
	*/
	
	/*-----------------------------

	トップページ

	------------------------------*/	
	
	#main-visual {
		width: 100%;
		padding: 13em 3em;
		background: url(../images/page/top/main-bg.jpg) no-repeat;
		background-size: cover;
		margin: 0 auto 5em;
	}
	
	.flexslider img {
		height: 400px !important;
		object-fit: cover;
		object-position: top center;
		font-family: 'object-fit: cover;';
	}
	#main-visual-fv {margin-bottom: 50px;}
	#main-visual-fv .main-ttl {
		width: 90%;
		max-width: 90%;
	}
	
	#main-visual .main-txt {
		font-size: 2rem;
		font-family: "Hiragino Sans";
		font-weight: 800;
	}
	
	#main-visual .main-ttl {
		width: 100%;
		max-width: 100%;
	}

	
	.top-about {
		background: url("../images/page/top/top.jpg") no-repeat;
		background-position: bottom 10% left;
		background-size: 100%;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.top-about-area {
		width: 100%;
		margin-left: auto;
	}

	.top-about-txt {
		font-size: 1.6rem;
		letter-spacing: .1em;
		margin-left: 0;
		margin-bottom: 1em;
		padding-top: 1em;
		text-align: center;
	} 

	.about-logo {
		width: 60%;
		margin: 0 auto 1em;
	}

	.txt-area {
		background-color: rgba(255,255,255,0.8);
		padding: 2em 2em 8em;
	}

	.txt-area h2 {
		font-family: "Futura";
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		line-height: 2;
		margin-bottom: 1em;
	}
	
	.txt-area h2 br {display: none;}

	.txt-area p {
		font-family: "Futura";
		font-size: 1.4rem;
		letter-spacing: 0.1em;
		line-height: 2;
	}	
	
	p.txt {
		text-align: left;
		font-size: 14px;
		padding: 0 20px;
		line-height: 2;
		margin-bottom: 3em;
	}	
	
	ul.item-list li {
		width: 48%;
		margin: 0 .5% 1em;
	}
	

	ul.item-list li h3 {
		padding: 1em 0 .5em;
		font-size: 1.5rem;
		position: relative;
	}

	ul.item-list li p {display: none;}

	.reason-area {
		width: 100%;
		margin: 0 auto 3em;
		background: url(../images/page/top/bg-img.jpg) no-repeat;
		background-size: cover;
		background-position: top left 35%;
		padding: 15em 3em 5em;
	}	
	
	
	.reason-area h2 {
		font-size: 2.4rem;
		letter-spacing: 0.1em;
		line-height: 2;
		color: #fff;
	}
	
	
	ul.reason-list li .reason-img {
		width: 100%;
		margin-bottom: 1em;
		order: 1;
	}

	ul.reason-list li .reason-info {width: 100%; order: 2;}

	ul.reason-list li h3 {
		font-size: 2rem;
		margin-bottom: .5em;
	}

	ul.reason-list li p.speciality-txt {
		font-size: 1.3rem;
		line-height: 2;
		letter-spacing: 0;
	}
	
	ul.reason-list li + li {margin-top: 3em;}
	ul.reason-list {
		margin-bottom: 5em;
	}
	
	ul.purchase-list li {
		width:calc(100% / 2);
		padding: .5em;
	}
		
	ul.purchase-list li .purchase-img img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	
	ul.purchase-list li h3 {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.6;
	}

	ul.purchase-list li p.purchase-txt {display: none;}	
	
	ul.purchase-list li p.purchase-total {
		text-align: right;
		font-size: 1rem;
	}

	ul.purchase-list li p.purchase-total b {
		font-size: 1.8rem;
		color: #E7190A;
		font-weight: normal;
		padding: 0 .2em;
	}

	ul.contact-list li {width: 100%; text-align: center; color: #fff;}
	ul.contact-list li h3 {
		font-size: 2.6rem;
		line-height: 1.6;
		margin-bottom: 1em;
	}
	
	ul.contact-list li.mail {
		padding: 5em 0;
	}

	ul.contact-list li.purchase {
		padding: 5em 0;
	}

	ul.contact-list li .tel {
		width: 70%;
		margin: 0 auto 3em;
	}
	
	ul.contact-list {
		width: 96%;
		margin: 0 auto 3em;
	}
	
	ul.contact-list li + li {margin-top: 1em;}

	.btn a {
		display: block;
		background-color: #fff;
		color: #666666;
		border-radius: 40px;
		width: 80%;
		margin: 0 auto;
		padding: .8em 0;
		font-size: 1.8rem;
		position: relative;
	}
	
	li.purchase .btn01 a {
		font-size: 2rem;
		display: block;
		padding: 1em 0 1em;
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	
	ol.point-list {
		padding: 5em 0 0;
	}
	
	ol.point-list li {
		width: 100%;
		position: relative;
		margin-bottom: 5em;
	}
	
	ol.point-list li h3 {
		font-size: 1.8rem;
		padding: 1em 0;
	}	
	
	
	ul.voice-list {margin: 4em 0;}
	ul.voice-list li {
		width: 100%;
		border-top: 1px solid #CCCCCC;
		padding: 2em 0;
	}

	ul.voice-list li dl {align-items: flex-start; margin-bottom: 1em;}
	ul.voice-list li dl dt {
		width: 20%;
		font-size: 1.1rem;
		padding: .2em 0;
		background-color: #C80D2F;
		border-radius: 30px;
		color: #fff;
		text-align: center;
		margin-top: .3em;
	}

	ul.voice-list li dl dd {
		width: 70%;
		font-size: 1.4rem;
		line-height: 1.6;
		margin-left: 1em;
	}

	ul.voice-list li p {
		font-size: 1.2rem;
		line-height: 2;
		letter-spacing: .05em;
	}
	
	
	.document-area {margin-bottom: 5em;}
	.document-area p.document-txt {
		font-size: 1.4rem;
		letter-spacing: .1em;
		color: #C80D2F;
		text-align: center;
	}

	.document-area h2 {
		font-size: 2rem;
		padding: .5em 0;
		text-align: center;
	}

	.document-img {width: 100%; margin-bottom: 3em;}
	.document-info {width: 100%;}
	
	.document-info ul {
		width: 50%;
		margin-right: 0em;
	}
	
	.document-info ul li {
		font-size: 1rem;
		letter-spacing: 0;
	}
	
	.document-info p.document-txt01 {
		font-size: 1.3rem;
		padding-top: 1.5em;
		line-height: 2;
	}

	

	.news-area  {
		padding: 5em 0;
		background-color: #F5F5F5;
	}

	.news-area ul {margin: 3em 0;}
	.news-area ul li a {
		display: block;
		padding: 2em;
		background-color: #fff;
	}

	.news-area ul li + li {margin-top: 1em;}
	.news-area ul li a:hover {background-color: #C80D2F; color: #fff;}

	.news-area dl.news-list,
	.news-area dl.news-list dd{align-items: center;}

	.news-area dl.news-list dt {
		width: 100%;
		font-size: 1.4rem;
		margin-bottom: .5em;
	}
	.news-area dl.news-list dd {width: 100%;}
	.news-area dl.news-list dd .cat {
		width: 22%;
		background-color: #C80D2F;
		padding: .2em 0;
		color: #fff;
		border-radius: 30px;
		margin: 0;
		border: 1px solid #fff;
		text-align: center;
		font-size: 1.1rem;
	}

	.news-area dl.news-list dd h3 {width: 78%; font-size: 1.3rem;}
	.btn-more a {width: 80%;}

	.ac-parent div {
		width: 80%;
		left: 3em;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	
	.ac-parent:before {
		content: "";
		position: absolute;
		top: 50%;
		right: -20px;
		transform: translateY(-50%);
		width: 24px;
		height: 2px;
		background: #C80D2F;
	}

	.ac-parent:after {
		content: "";
		position: absolute;
		top: 50%;
		right: -10px;
		transform: translateY(-50%);
		transition: all .3s;
		width: 2px;
		height: 24px;
		background: #C80D2F;
	}
	
	
	.ac-parent span {
	   font-size: 1.5rem;
		letter-spacing: .1em;
		display: inline-block;
		color: #fff;
		width: 34px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		margin-right: 1em;
		background-color: #C80D2F;
	}
	
	.ac-parent {
		position: relative;
		height: 44px;
		line-height: 44px;
		cursor: pointer;
		transition: .3s;
		color: #333;
		letter-spacing: .1em;
		font-size: 1.3rem;
		text-align: left !important;
		z-index: 10;
	}
	
	
	.faq-a-inner .faq-a {
		width: 34px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		font-size: 1.5rem;
		color: #fff;
		background-color: #00D987;
	}
	

	.ac {
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 1em 1em 3em;
		border-bottom: 1px solid #CCCCCC;
	}
	
	.ac-child {
		padding: 1em;
		margin-top: 3em;
	}	
	
	.faq-a-inner {padding: 1em;}
	.faq-a-inner p.answer {
		width: 100%;
		padding: 1em;
		box-sizing: border-box;
		font-size: 1.3rem;
		line-height: 2;
	}
	
	.ac:last-of-type {
		margin-bottom: 2em;
	}


	
	/*-----------------------------

	page-ttl

	------------------------------*/
	
	p.sub-ttl {
		text-align: center;
		font-size: 1.6rem;
		line-height: 2;
		padding: 0.5em 0;
	}

	#page-ttl {
		width: 96%;
		margin: 0 auto 5em;
		text-align: center;
	}

	#page-ttl h1,
	.single-ttl{
		font-size: 4rem; 
		margin-top: -3rem;
		letter-spacing: .1em;
	}

	#page-ttl h1 span,
	.single-ttl span{
		display: block;
		font-size: 2rem;
		font-weight: normal;
	}
	
	.main-img img {
		height: 140px;
		object-fit: cover;
	}
	
	/*-----------------------------

	footer

	------------------------------*/

	footer {
		padding: 5em 0;
		box-shadow: 0px -4px 6px 0px rgba(142, 142, 142, 0.45);
	}

	footer .footer-logo {width: 60%; margin: 0 auto 4em;}
	footer .footer-inner {align-items: center; margin-bottom: 1em;}
	footer ul li {
		width: 100%;
		display: block;
	}
	
	footer ul li a {
		display: block;
		font-size: 1.6rem;
		margin-left: 0;
		padding: 1em;
		border-bottom: 1px solid #ccc;
		letter-spacing: .05em;
	}

	footer .footer-address {
		padding: 1em 0;
		font-size: 1.3rem;
		line-height: 2;
	}

	footer .footer-tel {
		font-size: 1.6rem;
	}

	footer .footer-tel b {
		font-size: 2.2rem;
		font-weight: normal;
		margin-left: .1em;
	}

	.footer-copyright {
		padding: 3em 0 20vw;
		background-color: #000;
		color: #fff;
		text-align: center;
	}
	
	.footer-copyright p {width: 100%;}
	.footer-copyright p + p {margin-top: 1em;}
	
	ul.pc-contact {display: none;}
	ul.sp-contact li {
		width: 24%;
	}
	
	.footer-info {
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		background-color: #F77799;
		padding: 1.5em .5em 1em;
		z-index: 100;
	}

	.footer-info ul li {
		width: 23%;
		margin: 0 .5%;
}



	
	
	/*-----------------------------

	会社概要

	------------------------------*/

	.company-area {border-top: 1px solid #ccc; margin-bottom: 10em;}
	.company-area dl {
		border-bottom: 1px solid #ccc;
		padding: 2em 0;
	}

	.company-area dl.noto {font-weight: 300;}

	.company-area dl dt {
		width: 100%;
		font-size: 1.6rem;
		margin-bottom: .3em;
		font-weight: bold;
		letter-spacing: .1em;
		color: #333;
	}

	.company-area dl dd {
		width: 100%;
		font-size: 1.4rem;
		line-height: 2;
	}


	/*-----------------------------

	利用規約

	------------------------------*/
	.terms-area {margin-bottom: 10em;}
	.terms-area h2 {
		font-size: 2rem;
		padding: 1em;
		background-color: #EEEEEE;
		letter-spacing: .1em;
		margin-bottom: 1em;
	}

	.terms-area p {font-size: 1.4rem;}
	.terms-area p + p {margin-top: 1em;}
	.terms-area h3 {font-size: 1.8rem;}
	.terms + .terms {margin-top: 8em;} 
	
	
	h2.ttl {
		font-size: 20px;
	} 
	
	.pan {
		font-size: 13px;
		line-height: 2;
	}
	
	
	/*-----------------------------

	ブログ

	------------------------------*/
	.blog-area {margin-bottom: 10em;}

	.blog-main {width: 100%; margin-bottom: 3em;}
	.side {width: 100%;}

	.blog-main h1{
		font-size: 20px;
		line-height: 1.6;
	}
	.blog-main h1 {
		font-size: 18px;
		line-height: 1.6;
	}
	.blog-main h2 {
		font-size: 17px;
		line-height: 1.6;
	}
	.blog-main h3 {
		font-size: 16px;
		line-height: 1.6;
	}

	ul.blog-list li {
		width: 100%;
		margin-bottom: 1em;
	}

	
	/*-----------------------------

	お問い合わせ

	------------------------------*/
	.contact-tel {
		width: 80%;
		margin: 0 auto 80px;;
	}


	.contact-area .inner {
		margin-top: 40px;
		background-color: #fff;
		padding: 20px 10px;
	}
	
	input[type=checkbox] {
	    transform: scale(1.2);
	    margin: 0;
	}

	
	.contact-form table th,
	.contact-form table td{
		width: 100%;
		display: block;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: .1em;
		padding: 10px 0;
	}
	
	
	.contact-form p.form-txt {
		text-align: left;
		font-size: 14px;
		padding: 30px 0;
		letter-spacing: .1em;
	}
	
	.cont_inputa {
	    width: 100%;
	}
	
	.c-button2{
	    width: 80%;
	}
	
	input[type="submit"] {
	  appearance: none;
	  -webkit-appearance: none;
	}
	
	a[href^="tel:"] {
		pointer-events: auto;
	}
	
	
	/*-----------------------------

	宅配買取

	------------------------------*/

	ol.flow-list li .flow-img {
		width: 100%;
		height: 100%;
	}
	ol.flow-list li.flow-arrow {
		width: 8px;
		height: 30px;
		margin: 0 auto;
	}

	ol.flow-list li .flow-info {
		padding: 20px;
	}
	
	/*-----------------------------

	LINE

	------------------------------*/

	.shop-img  {width: 100%;}
	.shop-txt {
		width: 100%;
		padding: 30px;
		background-color: #fff;
	}
	
	.line-area .line-btn {
		width: 90%;
		margin: 40px auto 0;
		text-align: center;
	}

	.line-area .line-btn a {
		font-size: 20px;
	}

	
	.line-point {
		background: url("../images/page/line/bg.png") no-repeat right bottom #F7F7F7;
		background-size: 100%;
		padding: 0px;
		margin: 30px 0 65px;
	}

	.line-point ul {background-color: rgba(255,255,255,0.5); padding: 20px;}
	.line-point ul li {
		font-size: 13px;
		letter-spacing: .05em;
		font-weight: bold;
		position: relative;
		text-indent:0;
		padding-left:3em;
	}

	.line-point ul li + li {margin-top: 30px;}

	.line-point ul li:before {
		position: absolute;
		top: 0%;
		left: 0%;
		margin-left: 1em;
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
	}
	
	ul.line-point-list li {
		width: 100%;
	}
	
	ul.line-point-list li ol li {
		width: 50%;
	}
	
	ul.line-point-list li:nth-child(-n+3) {
		margin-bottom: 50px;
	}
	
	ul.line-point-list li h3 {
		font-size: 16px;
	} 

	ul.line-point-list li p {
		font-size: 13px;
	} 
	
	ul.line-point-list li .point-inner h4 {
		font-size: 13px;
	}
	
	/*-----------------------------

	主張買取

	------------------------------*/
	.img-100 {margin-bottom: 70px;}
	.img-100 img {width: 100%;}
	.reason-area01 {
		background-color: #F5F5F5;
		padding: 80px 0;
	}

	ol.reason-list {
		margin-top: 50px;
	}

	ol.reason-list li {
		width: 100%;
		padding: 30px;
		box-shadow: 0px 0px 15px -5px #777777;
		background-color: #fff;
		text-align: center;
	}
	
	ol.reason-list li + li {margin-top: 20px;}
	
	ol.reason-list li .reason-no {
		width: 40%;
		margin: -4.5rem auto 20px;
	}	
	.voice-area {padding-bottom: 30px;}
	.voice-area ul li {
		width: 100%;
		padding: 30px;
		background-color: #F5F5F5;
		position: relative;
	}

	.voice-area ul li .voice {
		position: absolute;
		top: -7%;
		left: 0;
		width: 40%;
	}

	.voice-area ul li p {
		font-size: 14px;
	}
	
	.voice-area ul li:nth-child(-n+3) {
		margin-bottom: 50px;
	}
	

	.shop-img  {width: 100%;}
	.shop-txt {
		width: 100%;
		padding: 10px;
		background-color: #fff;
	}
	.shop-txt h3 {font-size: 20px; margin-bottom: 10px;}
	.shop-txt p {
		font-size: 14px;
		line-height: 2;
	}

	.shop-txt p + p {margin-top: 10px;}

	.shop-ingle h2 {
		background-color: #EEEEEE;
		font-size: 16px;
	}

	.shop-ingle .shop-main {margin-bottom: 20px;}
	.shop-ingle .shop-main img {width: 100%;} 

	.shop-ingle p.txt {
		font-size: 14px;
		letter-spacing: .1em;
		text-align: left;
	}

	.shop-access {margin-bottom: 80px;}
	.access-info {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	} 

	.access-info h3 {
		width: 100%;
		font-size: 26px;
		color: #C80D2F;
		border-bottom: 1px solid #C80D2F;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	
	.access-info dl dt {
		width: 30%;
		font-size: 14px;
		background-color: #f9f9f9;
		padding: 10px;
	}

	.access-info dl dd {
		width: 70%;
		font-size: 14px;
		line-height: 2;
		padding: 10px;
	}
	
	ol.reason-list li p {
		font-size: 14px;
		line-height: 2;
		letter-spacing: .05em;
	}
	
	ol.reason-list li:nth-child(-n+5) {
		margin-bottom: 20px;
	}

	
	/*-----------------------------

	商品詳細

	------------------------------*/

	.purchase-main {width: 100%; margin-bottom: 50px;} 
	.gallery-main img {
		width: 100%;
		height: 340px;
		object-fit: cover;
	}
	
	.gallery_size ul {justify-content: space-between;}
	.gallery_size ul li {
		width: 48%;
		margin: 0 0 10px;
	}
	
	.gallery_size ul li img {
	 width: 100%;
	}
	
	
	.purchase-single-info dl {
		width: 50%;
		align-items: center;
		margin-bottom: 20px;
	}

	.purchase-single-info dl dt {
		font-size: 16px;
		width: 100%;
		padding: 5px 0;
		border: 1px solid #000;
		text-align: center;
		margin-right: 20px;
	}

	.purchase-single-info dl dd {
		font-size: 14px;
		padding: 5px 0;
	}	
	
	
	 p.purchase-total {
		text-align: center;
		font-size: 14px;
	}

	p.purchase-total b {
		font-size: 36px;
		color: #E7190A;
		font-weight: normal;
		padding: 0 .2em;
	}

	ul.pickup-list li a {
		font-size: 13px;
		border: 1px solid #E7190A;
		padding: 5px 15px;
		border-radius: 10px;
		display: block;
		color: #E7190A;
	}
	
	
	ul.list li .list-img {width: 30%;}
	ul.list li .list-info {
		width: 65%;
	}

	/*-----------------------------

	AI

	------------------------------*/

	ol.ai-point li {
		width: 100%;
	}
	
	ol.ai-point li + li {margin-top: 40px;}
	ol.ai-point li div {width: 60%; margin: 0 auto;}
	ol.ai-point li p {
		margin-top: 30px;
		font-size: 15px;
		line-height: 2;
		letter-spacing: .05em;
	}

	
	.purchase-point {
		padding: 50px 0;
		margin-bottom: 50px;
	}
	
	.ai-flow {
		background-color: #F5F5F5;
		padding: 50px 0;
		margin-bottom: 50px;
	}
	
	ol.ai-flow-list {
		width: 100%;
	}
	
	ol.ai-flow-list li .flow-img {
		width: 40%;
		margin: 0 auto;
	}
	
	ol.ai-flow-list li p br {display: none;}
	
	ol.ai-flow-list {
		margin: 0 0;
	}
	
	.flow-arrow-sp {
		width: 8px;
		height: 30px;
		margin: 0 auto;
	}
	
	.purchase-point-top ol.reason-top li {width: 100%;}
	.purchase-point-top ol.reason-top li:nth-child(-n+3) {
	    margin-bottom: 50px !important;
	}
	
	.mwform-radio-field {
		width: 100%;
		display: block;
		margin: 0 0 10px;
	}
	
	.mw_wp_form .horizontal-item+.horizontal-item {
	    margin-left: 0px !important;
	}	
	
	.chk-btn {
		width: 90%;
		margin: 40px auto 0;
		text-align: center;
		position: relative;
	}
	
	.line-area form {
		margin: 10px 0;
		text-align: center;
	}
	
	.line-area form p {font-size: 20px;}
	.kaitori-checkbox .wpcf7-list-item {
	    width: 46%;
	    font-size: 12px;
	    margin-bottom: 20px !important;
	    letter-spacing: -0.01em;
	}
		
	ul.purchase-tax li {
		width: 100%
	}
	
	td.size-takuhai .wpcf7-list-item {
	    width: 100% !important;
	    display: block;
	    font-size: 13px;
	    letter-spacing: -.1em;
    }
    
    .yarpp-thumbnails-horizontal .yarpp-thumbnail{
	    width: 48% !important;
    }
    
    .yarpp-thumbnails-horizontal .yarpp-thumbnail img{
		object-fit: cover;
		font-family: 'object-fit: cover;';
		height: 150px !important;
	}
	
	.yarpp-thumbnails-horizontal .yarpp-thumbnail-title{
		font-size: 15px !important;
	}


}