/*
Theme Name:		Welcart Simple Plus Child Theme
Template:		welcart_simple-plus
Theme URI:		https://www.welcart.com/archives/16004.html
Author:			Collne.Inc
Author URI:		https://www.collne.com/
Description:	Welcart Simple Plus Child Theme.
Version:		1.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, simple-plus,
*/

.flont-message {
    text-align: center;
    font-size: 1.3em;
    line-height: 2em;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}




@media (min-width: 768px){
	.grid .g-col-md-3,
	.assistance_item>ul .g-col-md-3,
	.front-page .widget_welcart_bestseller>ul .g-col-md-3,
	.general-widget-area .widget_welcart_bestseller>ul .g-col-md-3 {
		grid-column: auto/span 4;
	}
}

/***********************************************************
* フッター
***********************************************************/
.general-widget-area h2{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	margin-bottom:10px;
}
.general-widget-area table{
	margin:0;
	font-size:.95em;
}
.general-widget-area  .wp-block-table td,
.general-widget-area  .wp-block-table th{
	padding: 0.6em;
	border-left: unset;
    border-right: unset;
}
.tenpo-bana{
	display:flex;
	justify-content:space-between;
}
.tenpo-bana a{
	width:48%;
}
.tenpo-bana img{
	width:100%;
	border:1px solid #eee;
}

/***********************************************************
* お問い合わせフォーム
***********************************************************/
.contact p{
	margin:0;
}
.contact th{
	width:25%;
}
.contact .req,
.contact .any{
	font-size:.9em;
	padding:3px 5px;
	border-radius:3px;
	margin-right:5px;
}
.contact .req{
	background-color:#dc3545;
	color:#fff;
}
.contact .any{
	background-color:#ddd;
}
.contact-under{
	text-align:center;
}
.contact-under .wpcf7-submit:disabled{
	padding:15px;
	margin-top:30px;
}