/*
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,
*/


/* 不要物削除 */
.caption{
	display: none;
}

/* メイン画像関連------------- */
/* スライダー 使用時　上の余白調整*/
body.home.no-header-image .site-content {
    margin-top: 0;
}
/* スライダー 背景色使用時　上の余白調整*/
body.home.no-header-image .site-content {
    margin-top: -15px;
}
/* スライダー */
#block-7{
	max-width: 100%;
	margin:0;
	padding:0;
	margin-top: -15px;
}
#block-8{
	display: none;
}
@media screen and (max-width: 480px){
	#block-7{
		display: none;
	}
	#block-8{
		display: block;
		max-width: 100%;
		margin:0;
		padding:0;
	}
	.main-logo .navbar-brand{
		font-size: 1rem;
	}
}

/* セクションタイトル ------------- */
.content-title{
	background: #003B64;
	color: #fcfcfc;
	padding: 0.5rem;
}
.content-title::after {
  	border-bottom: 2px solid var(--general-text-color, #fff);
	margin: .3em auto;
}

/* 特定商取引法  テーブルにlaw付与*/
.law td{
	border:initial;
	border-bottom:#333 dotted 1px;
}

@media screen and (max-width: 991px){
	/* 商品名余白 */
	.law td{
		display:block;
		width:100%;
	}
	.law td:first-child{
		font-weight:bold;
		border-bottom:initial!important;
	}
}