/*------------------------------------------------------------
	商品個別
------------------------------------------------------------*/

.FS2_itemlayout_td_Left {
	display: block;
	width: 100%;
}

.FS2_itemlayout_td_Left img {
	max-width: 100%;
	height: auto;
}

.FS2_itemlayout_td_Left h3 + img {
	display: none;/*定期購入のラベルを非表示に*/
}

.FS2_itemlayout_td_Right {
	display: block;
	width: 100%;
}

@media only screen and (min-width: 813px) {
	
	.FS2_itemlayout_td_Left {
		display: table-cell;
		width: 48%;
	}
	
	.FS2_itemlayout_td_Right {
		display: table-cell;
		width: 52%;
		padding: 0 0 50px 4%;
	}
	
}

/*品番*/
p.itemNumber {
	color: #9B9B9B;
}

/*当店通常価格*/
.FS2_itemPrice_area .FS2_itemPrice_text {
	margin-bottom: 10px;
	color: #9B9B9B;
}

/*販売価格の種類*/
.FS2_itemPrice_area .FS2_special_price,
.FS2_itemPrice_area .FS2_itemPrice_addition {
	font-weight: 500;
	color: #A08D69;
}

.FS2_itemPrice_area .itemPrice {
	font-size: 2.2rem;
	font-weight: 600;
	margin: 0 5px 0 10px;
	line-height: 2;
}

/*カートボタン*エリア*/
.FS2_figure {
	padding: 20px 0;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}




.FS2_figure_table_td_cart_btn {
	text-align: right;
}



.FS2_figure .FS2_figure_table td:nth-child(1) {
	text-align: center;
}

.FS2_figure .FS2_figure_table td:nth-child(2) input {
	text-align: center;
	padding: 10px;
}

/*数量上下ボタン*/
.FS2_figure .FS2_figure_table td:nth-child(3),
.FS2_FixedPeriod_table td:nth-child(4) {
	display: none;
}

/*カートに入れるボタン*/
input#toCart {
	max-width: 60vw;
	height: auto;
}

/*SNSボタン*/
.FS2_TweetButton_area {
	margin-bottom: 20px;
}

.FS2_TweetButton_area iframe {
	margin-right: 10px;
}

.FS2_InquiryButton_area,
.FS2_WishListButton_area,
.FS2_ReviewEditButton_area {
	width: 170px;
	height: auto;
}

/*商品説明*/
p.FS2_ItemComment {
	margin-top: 30px;
}

/*定期購入*/
.FS2_GoodsFixedPeriodTable {
	margin-bottom: 20px;
}

.FS2_GoodsFixedPeriodTable th,
.FS2_GoodsFixedPeriodTable td {
	padding: 10px;
	vertical-align: middle;
}

.FS2_GoodsFixedPeriodTable td {
	color: #A08D69;
}

.FS2_GoodsFixedPeriodTable td .itemPrice {
	font-size: 2.2rem;
	font-weight: 600;
}



@media only screen and (min-width: 813px) {
	
	p.itemNumber {
		margin-bottom: 5px;
	}
		
	.FS2_figure {
		margin: 5px 0 30px;
		padding: 30px 0;
	}
	
	.FS2_figure .FS2_figure_table td:nth-child(1) {
		width: 60px;
	}
	
	.FS2_figure_table_td_cart_btn {
		text-align: center;
		width: 380px;
	}
	
	/*定期購入 期間セレクト*/
	.FS2_FixedPeriod_table .FS2_FixedPeriod_td {
		text-align: center;
	}
	
	/*定期購入 カートに入れるボタン*/
	.FS2_FixedPeriod_table .FS2_figure_table_td_cart_btn {
		width: 240px;
	}
	
	/*定期購入 数量*/
	.FS2_FixedPeriod_table .FS2_figure_table_td_figure,
	.FS2_FixedPeriod_table .FS2_figure_table_td_input_cnt {
		width: 40px;
	}
	
	.FS2_itemPrice_area .itemPrice {
		font-size: 2.8rem;
		line-height: 2.4;
	}

	/*カートに入れるボタン*/
	input#toCart {
		max-width: 320px;
	}
	
	/*SNSボタン*/
	.FS2_TweetButton_area {
		margin-bottom: 20px;
	}
	
	.FS2_InquiryButton_area,
	.FS2_WishListButton_area,
	.FS2_ReviewEditButton_area {
		width: 192px;
	}
	
	.FS2_InquiryButton_area img:hover,
	.FS2_WishListButton_area img:hover,
	.FS2_ReviewEditButton_area img:hover {
		opacity: 0.85;
	}
	
	/*SNSボタン*/
	.FS2_TweetButton_area {
		margin-bottom: 30px;
	}
	
}


/*------------------------------------------------------------
	上の説明を下に強制移動
------------------------------------------------------------*/

div#FS2_itemlayout_E {
	display: flex;
	flex-wrap: wrap;
}

.gl_Item .user_inner_content {
	border-bottom: 1px solid #ddd;
/* 	margin-bottom: 30px; */
}

.gl_Item table {
	width: 100%;
	order:1;
}

.FS2_upper_comment {
	order:2;
}

.FS2_lower_comment {
	order:3;
}

@media only screen and (max-width: 812px) {
	
	.gl_Item {
		display: flex;
		flex-wrap: wrap;
	}
	
	.FS2_additional_image_btn_thumbnail_container {
		order:1;
	}
	
	.FS2_additional_image_itemdetail_container_right {
		order:3;
	}
	
	.FS2_additional_image_container_sub {
		order: 2;
	}
		
}

@media only screen and (min-width: 813px) {
	
/*
	.gl_Item {
		padding-bottom: 10px;
		margin-bottom: 50px;
	}	
*/
	
	.gl_Item .user_inner_content {
		display: flex;
		flex-wrap: wrap;
	}
	
	.gl_Item table {
		display: table;
	}
		
}

/*------------------------------------------------------------
	画像サムネイルオプション
------------------------------------------------------------*/

/*バリエーションの下のカートボタンの余白を消す*/
.FS2_additional_image_tableVariation + .FS2_figure {
	display: none;
}

.FS2_additional_image_tableVariation_table {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.FS2_additional_image_tableVariation_table tr th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}

.FS2_additional_image_tableVariation_table tr td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}


@media only screen and (min-width: 813px) {
	
.FS2_additional_image_tableVariation_table {
	width: auto!important;
	min-width: 380px;
}
	
}



/*------------------------------------------------------------
	商品説明
------------------------------------------------------------*/

#detailArea {
	padding-top: 30px;
}

#detailArea h3 {
	width: 100%;
	font: 700 1.8rem/1 'copperplate';
    color: #000;
    border-bottom: 1px solid #000;
    padding: 0 0 7px;
    margin-bottom: 18px;
    position: relative;
}

#detailArea h3:first-letter {
	color: #A08D69;
}

#detailArea h3 span {
	font-size: 1.1rem;
	position: absolute;
	top: 6px;
	right: 0;
}

#detailArea h3:after {
    content: '';
    background: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -4px;
}

#detailArea h4 {
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 5px;
	color: #C35865;
}

#detailArea p {
	margin-bottom: 3px;
}

#detailArea .detailTable,
#detailArea .detailTable02 {
	width: 100%;
	font-size: 1.1rem;
	line-height: 1.8;
	border-top: 1px solid #CCC;
}

#detailArea .detailTable tr,
#detailArea .detailTable02 tr {
	border-bottom: 1px solid #CCC;
}

#detailArea .detailTable th,
#detailArea .detailTable02 th {
	background: #2d2d2d;
	width: 20%;
	font-weight: 500;
    text-align: center;
    vertical-align: middle;
	color: #fff;
}

#detailArea .detailTable02 th {
	background: #f6f6f6;
	width: 35%;	
	color: #000;
	padding: 10px 15px;
}

#detailArea .detailTable td {
	width: 80%;
	padding: 10px 15px;
}

#detailArea .detailTable02 td {
	width: 65%;
	padding: 10px 15px;
	vertical-align: middle;
}


.detailTable03 {
	width: 100%;
	font-size: 1.1rem;
	line-height: 1.8;
	margin-top: 15px;
}

.detailTable03 tr {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.detailTable03 tr th {
	background: #f1f1f1;
	font-weight: 500;
	vertical-align: middle;
	text-align: center;
	color: #000;
	border-top: 1px solid #ccc;
}

.detailTable03 tr th,
.detailTable03 tr td {
	width: 40%;
	padding: 5px;
	border-left: 1px solid #ccc;
}

.detailTable03 tr th:first-child,
.detailTable03 tr td:first-child {
	background: #f1f1f1;
	width: 20%;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	color: #000;
}

.detailTable03 tr th:first-child {
	background: none;
	border: none;
}

@media only screen and (min-width: 813px) {
	
	.detailTable03 th {
		font-size: 1.3rem;
	}
	
	.detailTable03 td {
		font-size: 1.2rem;
	}
	
	.detailTable03 tr th,
	.detailTable03 tr td {
		width: calc(50% - 45px);
		padding: 10px 15px;
	}
	
	.detailTable03 tr th:first-child,
	.detailTable03 tr td:first-child {
		width: 90px;
	}
	
}



.holder10-20 {
	margin-bottom: 10px;
}

.holder15-30 {
	margin-bottom: 15px;
}

.holder20-30 {
	margin-bottom: 20px;
}

.holder30-40 {
	margin-bottom: 30px;
}


/*スタッフボイス*/


#detailArea div.staff-voice:not(:last-child) {
	margin-bottom: 20px;
}

#detailArea div.staff-voice figure {
	width: 90px;
	float: left;	
}

#detailArea div.staff-voice figure img {
	border-radius: 100px;
	margin-bottom: 5px;
	border: 4px solid #EEA9AB;
}

#detailArea div.staff-voice figure figcaption {
	font-size: 0.9rem;
	color: #000;
	text-align: center;
	line-height: 1.6;
}

#detailArea div.staff-voice figure figcaption span {
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
}

#detailArea div.staff-voice div.staff-voice-inner {
	background: #f1f1f1;
	width: calc(100% - 90px - 15px);
	margin: 0 0 0 15px;
	padding: 10px 15px;
	float: left;
	border-radius: 3px;
	position: relative;
}

#detailArea div.staff-voice div.staff-voice-inner:after {
	content: '';
	border-right: 10px solid #f1f1f1;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	position: absolute;
	top: 40px;
	left: -10px;
}


#detailArea div.staff-voice div.staff-voice-inner dl dt {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.8;
	color: #3B2D13;
	margin-bottom: 5px;
}

#detailArea div.staff-voice div.staff-voice-inner dl dd {
	font-size: 1.2rem;
	line-height: 1.9;
	text-align: justify;
}

@media only screen and (min-width: 813px) {
	
	#detailArea div.staff-voice:not(:last-child) {
		margin-bottom: 30px;
	}
	
	#detailArea div.staff-voice figure {
		width: 20%;
	}
	
	#detailArea div.staff-voice div.staff-voice-inner {
		width: calc(80% - 20px);
		margin: 0 0 0 20px;
		padding: 15px 20px;
	}
	
	#detailArea div.staff-voice div.staff-voice-inner dl dt {
		font-size: 1.4rem;
	}
	
	#detailArea div.staff-voice div.staff-voice-inner dl dd {
		font-size: 1.3rem;
	}
	
	
}


#detailArea p span.small-ttl {
	display: block;
	font-weight: bold;
	color: #000;
	margin-top: 8px;
}

#detailArea dl.dl01 dt,
#detailArea dl.review dt {
	font-size: 1.3rem;
	font-weight: 500;
	color: #000;
	margin-bottom: 3px;
}

#detailArea dl.review dt {
	color: #3B2D13;
	margin-bottom: 10px;
}

#detailArea dl.review dt span {
	font-size: 1.1rem;
}


#detailArea dl.dl01 dt.grn {
	color: #3aa355;
}

#detailArea dl.dl01 dt.blue {
	color: #58BBC3;
}

#detailArea dl.review dd {
	font-size: 1.2rem;
	background: #f6f6f6;
	border-radius: 5px;
	color: #000;
	padding: 15px;
	position: relative;
}

#detailArea dl.review dd:after {
	content: '';
	border-bottom: 8px solid #f6f6f6;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: -8px;
	left: 20px;
}

#detailArea dl.dl02 dt {
	font-size: 1.3rem;
	font-weight: 500;
	color: #6495ed;
}

#detailArea dl.dl02 dd {
	font-size: 1.2rem;
	color: #4d4d4d;
}

	
#detailArea ul li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.8;
}

#detailArea ul li:not(:last-child) {
	margin-bottom: 3px;
}

#detailArea div.borderBox {
	border: 1px solid #ddd;
	padding: 15px;
}

#detailArea div.borderBox dl dt {
	display: inline-block;
	font-weight: 500;
	line-height: 1.8;
	color: #000;
	margin-bottom: 5px;
	position: relative;
	z-index: 3;
}

#detailArea div.borderBox dl dt:after {
	content: '';
	background: #FFFAB3;
	width: 100%;
	height: 6px;
	position: absolute;
	bottom: 3px;
	left: 0;
	z-index: -1;
}

#detailArea div.borderBox dl dd {
	font-size: 1.1rem;
	line-height: 1.8;
}

#detailArea div.shape-size img {
	float: left;
	margin-right: 20px;
}

#detailArea div.shape-size p {
	float: left;
}

#detailArea div.imgBoxCenter p {
	line-height: 1.8;
	margin: 5px 0 8px;
}

#detailArea table.colors {
	margin-bottom: 20px;
	
}

#detailArea table.colors caption {
	font-weight: 500;
	color: #000;
	text-align: left;
}

#detailArea table.colors th {
	width: 80px;
	border: 1px solid #ddd;
	vertical-align: middle;
	text-align: center;
	border-right: none;
	padding: 5px 10px;
}

#detailArea table.colors td {
	font-size: 1.1rem;
	border: 1px solid #ddd;
	vertical-align: middle;
	border-left: none;
	padding: 5px 10px;
}


@media only screen and (max-width: 812px) {
	
	#detailArea div.imgBoxCenter {
		text-align: center;
	}
	
	#detailArea img.imgSpCenter {
		margin: 0 auto;
	}
	
}

@media only screen and (min-width: 813px) {
	
	#detailArea {
		padding-top: 0;
	}
	
	#detailArea > section {
		margin-bottom: 10px;
	}
	
	#detailArea section .oneThird {
		width: 31%;
		margin-right: 3.5%;
	}
	
	#detailArea section .oneThird:nth-child(3n) {
		margin-right: 0;
	}
	
	#detailArea h3 {
		font-size: 2rem;
		letter-spacing: 0.5px;
	    padding: 0 0 10px;
	    margin-bottom: 30px;
    }
	
	#detailArea h3 span {
		font-size: 1.3rem;
	}
	
	#detailArea h4 {
		font-size: 1.6rem;
		margin-bottom: 8px;
	}
	
	#detailArea p {
		font-size: 1.3rem;
		margin-bottom: 10px;
		line-height: 2;
	}
	
	#detailArea ul li {
		font-size: 1.3rem;
	}
		
	#detailArea .detailTable,
	#detailArea .detailTable02 {
		font-size: 1.2rem;
	}
	
	#detailArea .detailTable td,
	#detailArea .detailTable02 td {
		padding: 12px 20px;
		word-break: break-all;
	}
	
	#detailArea dl.dl01 dt {
		font-size: 1.5rem;
	}
	
	#detailArea dl.dl01 dd {
		font-size: 1.3rem;
	}
	
	#detailArea dl.review dd {
		padding: 20px;
	}
	
	#detailArea ul li:not(:last-child) {
		margin-bottom: 10px;
	}
	
	#detailArea div.borderBox {
		padding: 20px;
	}
	
	#detailArea div.borderBox dl dd {
		font-size: 1.2rem;
	}
	
	#detailArea div.shape-size p {
	    margin-top: 8px;
	}
	
	#detailArea div.imgBoxCenter p {
		font-size: 0.9rem;
	}
		
		
	.holder10-20 {
		margin-bottom: 20px;
	}
	
	.holder15-35 {
		margin-bottom: 35px;
	}
	
	.holder30-40 {
		margin: -4px 0 40px;
	}
	
	.holder15-30,
	.holder20-30 {
		margin-bottom: 30px;
	}
	
}



/*------------------------------------------------------------
	合計３万円以上で送料無料！おすすめはこちら！
------------------------------------------------------------*/

h2.CrossHead {
	display: none;
}

#FS2_Recommend_List {
	display: flex;
	flex-flow: wrap;
	position: relative;
	border-bottom: 1px solid #ddd;
	margin: -30px 0 20px;
	padding-bottom: 20px;
}

#FS2_Recommend_List h5 {
	width: 100%;
}

#FS2_Recommend_List div.gl_Item {
	width: 48%;
	margin: 0 4% 20px 0;
	border-bottom: none;
}

#FS2_Recommend_List div.gl_Item:nth-of-type(2n) {
	margin-right: 0;
}

#FS2_Recommend_List div.gl_Item h3 {
	font-size: 1.2rem;
    line-height: 1.7;
    text-decoration: none;
    margin-bottom: 3px;
	border: none;
	text-align: left;
	padding: 0;
	margin: 0 0 3px;
}

#FS2_Recommend_List div.gl_Item h3:after {
	content: none;
}

#FS2_Recommend_List div.gl_Item h3 a,
#FS2_Recommend_List div.gl_Item h3:first-letter {
	font-family: 'Noto Sans Japanese';
    color: #2D2D2D;
    text-decoration: none;
}

#FS2_Recommend_List div.gl_Item h3 a:hover {
    text-decoration: underline;
}

#FS2_Recommend_List div.FS2_itemPrice_area {
	color: #A08D69;
	text-align: left;
}

#FS2_Recommend_List div.FS2_itemPrice_area span.itemPrice {
	font-size: 1.1rem;
	font-weight: 500;
}

#FS2_Recommend_List div.FS2_itemPrice_area span.FS2_special_price,
#FS2_Recommend_List div.FS2_itemPrice_area span.FS2_itemPrice_addition {
		font-size: 1rem;
}

@media only screen and (min-width: 813px) {
	
	#FS2_Recommend_List div.gl_Item,
	#FS2_Recommend_List div.gl_Item:nth-of-type(2n) {
		width: 19.2%;
		margin: 0 1% 20px 0;
		border-bottom: none;
	}
	
	#FS2_Recommend_List div.gl_Item:nth-of-type(5n) {
		margin-right: 0;
	}
	
	#FS2_Recommend_List h5 {
		margin-bottom: 40px;
	}
	
	#FS2_Recommend_List div.gl_Item img:hover {
		opacity: 0.85;
	}
	
	#FS2_Recommend_List div.gl_Item h3 {
		font-size: 1.3rem;
		line-height: 1.8;
		margin: 0;
	}
	
	#FS2_Recommend_List div.FS2_itemPrice_area span.itemPrice {
		font-size: 1.3rem;
	}
	
}

/*------------------------------------------------------------
	レコメンドの調整
------------------------------------------------------------*/

#_rcmdjp_display_1 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}

.FS2_Recommend2_container_history {
	margin-bottom: 0!important;
}

.FS2_Recommend2_recommend h3 {
	display: none;
}

.FS2_Recommend2_recommend ul {
	display: flex;
	flex-flow: wrap;
	margin: 0;
}

.FS2_Recommend2_recommend ul li {
    width: 50%!important;
    height: auto!important;
    margin: 0!important;
    position: relative;
    border: 3px solid transparent!important;
}

.FS2_Recommend2_recommend ul li:nth-child(2n) {
	margin-right: 0!important;
}

.FS2_Recommend2_recommend ul li img {
    width: 100%;
    height: auto;
}

.FS2_Recommend2_recommend img {
	margin-bottom: 3px!important;
}

.FS2_Recommend2_recommend ul li a {
    display: inline-block;
	font-weight: normal!important;
	line-height: 1.6;
	color: #2D2D2D;
	text-decoration: none;
	margin-bottom: 3px;
}

/*レコメンド販売価格*/
.FS2_Recommend2_recommend ul li span.itemPrice {
	font-size: 1.1rem;
	font-weight: 500;
	color: #A08D69;
}

/*レコメンド(税込表記)*/
.FS2_Recommend2_recommend ul li span.FS2_itemPrice_addition {
	font-size: 0.9rem;
	color: #A08D69;
}


@media only screen and (min-width: 813px) {
	
	.FS2_Recommend2_recommend ul {
		width: 1130px;
	}
	
	.FS2_Recommend2_recommend ul li,
	.FS2_Recommend2_recommend ul li:nth-child(2n) {
	    width: 18.4%!important;
		margin: 0 2% 10px 0!important;
	}
	
	
	.FS2_Recommend2_recommend ul li:nth-child(5n) {
		margin-right: 0!important;
	}
	
	.FS2_Recommend2_recommend ul li:nth-child(n+5) {
		margin-bottom: 0!important;
	}
	
	.FS2_Recommend2_recommend ul li:hover{
		border: 3px solid #EDDFC7!important;
	}
	
	.FS2_Recommend2_recommend ul li img:hover {
		opacity: 0.85;
	}
	
	.FS2_Recommend2_recommend ul li a {
		font-size: 13px;
		margin-bottom: 5px;
	}
	
	.FS2_Recommend2_recommend ul li a:hover {
		text-decoration: underline;
	}
	
	/*レコメンド販売価格*/
	.FS2_Recommend2_recommend ul li span.itemPrice {
		font-size: 1.3rem;
		margin-left: 0;
	}
	
	/*レコメンド(税込表記)*/
	.FS2_Recommend2_recommend ul li span.FS2_itemPrice_addition {
		font-size: 1rem;
	}
	
}


/*------------------------------------------------------------
	定期購入の販売価格上部コメント
------------------------------------------------------------*/

.teiki-explain {
	margin-top: 20px;
}

.teiki-explain h4 {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.6;
	color: #d83765;
	margin-bottom: 10px;
}

.teiki-explain .oneHalf {
	border: 1px solid #ccc;
    padding: 8px 10px;
	margin-bottom: 10px;
}

.teiki-explain .oneHalf dl dt {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 3px;
	color: #3B2D13;
	position: relative;
	z-index: 1;
}

.teiki-explain .oneHalf dl dt:after {
	content: '';
	background: #eeeea3;
	width: 100%;
	height: 6px;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: -1;
}

.teiki-explain .oneHalf dl dd {
	font-size: 1.2rem;
	line-height: 1.8;
	color: #666;
	text-align: left;
}

.teiki-explain p.small-ttl {
	font-weight: 500;
	color: #000;
	margin: 10px 0 8px;
}

.teiki-explain ul {
	padding: 9px 0 8px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

.teiki-explain ul li {
	font-size: 1.2rem;
	line-height: 1.7;
	text-indent: -1em;
	padding-left: 1em;
}

.teiki-explain .teiki-link {
	border: 1px solid #d83765;
	padding: 8px 10px 8px 10px;
	margin-bottom: 20px;
}

.teiki-explain .teiki-link figure {
	display: none;
}

.teiki-explain .teiki-link p {
	font-weight: 500;
	color: #d83765;
}

.teiki-explain .teiki-link p a {
	font-weight: 500;
	color: #000;
}

.teiki-explain .teiki-link p a span {
	font-size: 1rem;
}

@media only screen and (min-width: 813px) {
	
	.teiki-explain h4 {
		background: url('../img/subscription/icon_heart.svg') left 1px no-repeat;
		background-size: 20px 28px;
		font-size: 1.5rem;
		line-height: 1.8;
		padding: 0 0 10px 26px;
		margin: 0;
	}
	
	.teiki-explain .oneHalf {
		width: 49%;
		padding: 8px 15px;
		margin: 0 2% 13px 0;
	}
	
	.teiki-explain .oneHalf:nth-child(2n) {
		margin-right: 0
	}
	
	.teiki-explain .oneHalf dl dt {
		font-size: 1.3rem;
	}
	
	.teiki-explain ul {
		padding: 10px 10px 8px;
		margin-bottom: 20px;
	}
	
	.teiki-explain .teiki-link {
		padding: 8px 10px 8px 15px;
		margin-bottom: 30px;
	}
	
	.teiki-explain .teiki-link figure {
		display: block;
	}
	
	.teiki-explain .teiki-link img {
		width: 90px;
		margin-right: 5px;
		float: left;
	}
	
	.teiki-explain .teiki-link p {
		width: calc(100% - 100px);
		font-size: 1.4rem;
		line-height: 2.2;
		margin-top: 12px;
		float: left;
	}
	
	.teiki-explain .teiki-link p a {
		font-size: 1.6rem;
		font-weight: 500;
		text-decoration: none;
		color: #000;
		padding-left: 10px;
	}
	
	.teiki-explain .teiki-link p a:hover {
		text-decoration: underline;
	}
	
	.teiki-explain .teiki-link p a span {
		font-size: 1.1rem;
	}

}