@charset "UTF-8";




h1,h2,h3{
	font-weight: 700;
}

img {
	border: none;
}


body {
	font-size: 14px;
}


/*カーソルオーバー時のリンクカラー*/
a:hover {
	color: #7ecef4;
	text-decoration: none;	/*下線を消す設定。残したままがいいならこの１行を削除。*/
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1091px;
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #009900;
	background-color: #FFFFFF;
}



/*ヘッダー（ロゴなどが入っている最上段のボックス）
---------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	background-image: url(https://c14.future-shop.jp/shop/item/sumiiku/design/img05/header_bg.jpg);	/*ヘッダーの背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	height: 130px;
	margin-top:15px;
}

#header #logo {
	padding-top: 20px;
}

#header h1 {
	font-size: 10px;	/*h1タグの文字の大きさ*/
	font-weight: normal;
	position: absolute;
	top: -8px;	/*ヘッダーのボックスに対して上から0pxに位置に配置*/
	right: 0px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
}



/*メインメニュー（ヘッダー下の横並びのメニュー）
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	line-height: 50px;
	height: 50px;
	margin-right: 1px;
	font-size: 16px;
}

ul#menu a {
	color: #000000;		/*メニューの文字色*/
	text-decoration: none;
	display: block;
	width: 155px;
	text-align: center;
	background-image: url(https://www.yokusitudanbou.com/images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	overflow: hidden;	/*オーバーした文字を非表示にする設定*/
}

ul#menu a:hover {
	background-image: url(https://www.yokusitudanbou.com/images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: left bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;	/*カーソルオーバー時の文字色*/
}

ul#menu li.last {
	margin-right: 0;
}



/*３カラムを囲むボックス
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*左・中央を囲むボックス
---------------------------------------------------------------------------*/
#wrap {
	width: 897px;
	float: left;
	padding-bottom: 50px;
	margin-top: 20px;
}



/*両サイドの共通設定
---------------------------------------------------------------------------*/


/*左右ボックスのp(段落タグ)の余白設定*/
#sub p,#side p {
	padding: 0.5em 5px 1em;
}

/*左右ボックスのh3見出し設定*/
#sub h3,#side h3 {
	font-size: 100%;
	background-color: #009900;	/*背景色*/
	text-align: center;	/*文字のセンタリング*/
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;	/*文字色*/
}



/*左ブロック
---------------------------------------------------------------------------*/
#sub {
	float: left;
}



/*右ブロック
---------------------------------------------------------------------------*/
#side {
	float: right;
	margin-top: 20px;
}



/*左のサブメニュー
---------------------------------------------------------------------------*/







/*右のサブメニュー
---------------------------------------------------------------------------*/
.ranking {
	margin-bottom: 1px;
}

.ranking a {
	background-image: url(https://www.yokusitudanbou.com/images/submenu_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	display: block;
	padding-right: 5px;
	padding-left: 10px;
	color: #000000;		/*文字色*/
	text-decoration: none;
	line-height: 90px;
	height: 90px;
	width: 163px;
}




.calender{
       padding-left:10px;
}





/*中央ブロック
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 703px;
}

#main h2 {
	font-size: 100%;
	background-image: url(https://www.yokusitudanbou.com/images/h2bg.gif);	/*h2背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	clear: both;
}

#main p {
	padding: 0.5em 10px 1em;	/*中央ブロックの段落タグの余白*/
}



/*中央ブロック内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #cccccc;	/*What's Newのフチのライン*/
	margin-bottom: 1em;
}

#main dl.new dt {
	font-weight: bold;	/*日付を太字にする設定。*/
	float: left;		/*日付を左よせする*/
}

#main dl.new dd {
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線*/
	padding-left: 8em;	/*日付が入る分のスペースを空ける*/
}



/*フッター（最下部のコピーライトなど）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px solid #bfbfbf;
	padding-top: 1em;
	padding-bottom: 1em;
}



/*トップページの「new nail」コーナー
---------------------------------------------------------------------------*/
#main .newitem p {
	height: 170px;	/*１個あたりのボックスの高さ*/
	width: 128px;	/*１個あたりのボックスの幅*/
	border: 1px solid #CCCCCC;	/*ボーダー設定*/
	float: left;	/*左よせしていく設定*/
	text-align: center;	/*センタリング設定*/
	background-image: url(https://www.yokusitudanbou.com/images/newitem_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: inline;
}

#main .newitem {
	margin-top: 10px;
}

#main .newitem a img {
	padding: 5px;		/*画像のまわりの余白*/
	border: 1px solid #CCCCCC;	/*画像に入っているフチどり*/
}

#main .newitem a:hover img {
	border: 1px solid #999999;	/*カーソルオーバー時に画像のフチ色を変える設定*/
}



/*aboutページに準備した商品テーブル
---------------------------------------------------------------------------*/
#main .itemlist {
	border: 1px solid #CCCCCC;	/*１個あたりのボックスのボーダー設定*/
	padding: 5px;
	overflow: hidden;
	margin-bottom: 0.5em;
	width: 673px;	/*段落タグ（p）の横幅とサイズを合わせる設定です。この下二つのmarginも。*/
	margin-right: auto;
	margin-left: auto;
}

#main .itemlist h3 {
	color: #000000;
	border-bottom: 1px solid #cccccc;
	border-left: 4px solid #CCCCCC;
	padding: 0px 0px 0px 5px;
	margin-bottom: 0.5em;
	font-size: 100%;
}

#main .itemlist p {
	padding: 0px;
　      line-height: 100%;
}

#main .itemlist p, #main .itemlist h3 {
	margin-left: 120px;	/*画像の幅に合わせてここは変更する*/
}

#main .itemlist a img {
	padding: 5px;	/*写真と外線との余白*/
	border: 1px solid #CCCCCC;
}

#main .itemlist a:hover img {
	border: 1px solid #999999;
}

#main .itemlist div.img {
	float: left;
}



/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #7ecef4;
}
.look {
	background-color: #f5f5f5;
}



/*--透過タグ-*/

a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=60);
	-moz-opacity: 0.5;
}


/*--サイドメニューと商品ページの余白-*/

.system_content{
  padding-left:25px;
}

 
/*プレビューモードのヘッダを非表示*/
.FS2_preview{
display:none;
}

/*詳細ページのタイトル上下線と小見出しの緑色*/
.tub {
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #009900;
	border-bottom-color: #bfbfbf;
	font-size: 30px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 8px;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.lb {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #009900;
	padding-left: 15px;
	line-height: 100%;
	margin-bottom: 20px;
	margin-top: 20px;

} 

.lc {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #009900;
	padding-left: 15px;
	line-height: 100%;
	margin-bottom: 20px;
	margin-top: 20px;

} 
.h3ubar  {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	margin-right: 200px;
	margin-left: 5px;
	line-height: 110%;
	font-size: 23px;
}


/*商品詳細の表（黄緑）*/

.sample_03 {
    width: 100%;
    margin: 5px 0px 10px;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 2px;
}
 
.sample_03 th {
    width: 25%;
    text-align: left;
    padding: 10px 5px 5px 25px;
    font-weight: normal;
    vertical-align: middle;
    background-color: #8FC31F;
    color: #ffffff;
}
 
.sample_03 td {
    vertical-align: middle;
    background: #f6f6f6;
    padding: 10px 5px 5px 25px;
}

/*商品詳細の機能の表（緑）*/

.sample_02 {
    width: 100%;
    margin: 5px 0px 10px;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 2px;
}
 
.sample_02 th {
    width: 25%;
    text-align: left;
    padding: 10px 5px 5px 25px;
    font-weight: normal;
    vertical-align: middle;
    background-color: #4da635;
    color: #ffffff;
}
 
.sample_02 td {
    vertical-align: middle;
    background: #f6f6f6;
    padding: 10px 5px 5px 25px;
}






/*トップページの行間を詰めたフォント*/
.sumiikutoha{line-height:20px;
}

/*商品説明の行間*/
.syouhinsetumei{line-height:23px;
font-size: 14px;	
}


/*選び方の行間を詰めたフォント*/
.erabu{line-height:19px;
font-size: 14px;	
}





/*ここから新規CSS*/

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}


.content h2{
	position: relative;
	color: #111;
	font-size: 1.143em;
	font-weight: bold;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 1.7em;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #4BA634;
}
 
.content h2:before{
    content: "";
    position: absolute;
    background: #d48789;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
.content h2:after{
    content: "";
    position: absolute;
    background:#d26466;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

.content h3 {
	padding-left: 8px;
	font-size: 15px;
	height: 30px;
	background-image: url(img/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 177px 8px;
	margin-right: 4px;
	padding-top: 4px;
}





.midashi-arrow {
	padding-left: 8px;
	font-size: 15px;
	height: 30px;
	background-image: url(img/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 225px 13px;
	margin-right: 4px;
	padding-top: 11px;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}


a:visited {
    color: #0000FF;
    text-decoration: underline;
}


a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他のすべての div を囲みます。~~ */
.container {
	width: 1091px;
	background-color: #FFF;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	overflow: hidden; /* この宣言により .container は、含まれているフローティングカラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
}



.sidebar1 {
	float: left;
	width: 240px;
	background-color: #FFF;
}
.content {
	width: 830px;
	float: left;
	margin-left: 20px;
}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */
ul.nav {
	list-style: none; /* リストのマーカーを削除します。 */
	border-top: 1px solid #666; /* リンク用の上部のボーダーを作成します。他のすべてのものは LI 上で下部のボーダーを使用して配置されます。 */
	margin-bottom: 15px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
}
ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	width: 225px;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
	background-color: #FFF;
	padding-left: 15px;
	padding-right: 0px;
	height: 80px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
}

#header {
	position: relative;
	background-image: url(https://c14.future-shop.jp/shop/item/sumiiku/design/img05/header_bg.jpg);	/*ヘッダーの背景画像*/
	background-repeat: no-repeat;
	background-position: top;
	height: 130px;
	margin-top: 15px;
}

#header #logo {
	padding-top: 20px;
}

#header h1 {
	font-size: 10px;	/*h1タグの文字の大きさ*/
	font-weight: normal;
	position: absolute;
	top: -8px;	/*ヘッダーのボックスに対して上から0pxに位置に配置*/
	right: 0px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
}

/*メインメニュー（ヘッダー下の横並びのメニュー）
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	line-height: 50px;
	height: 50px;
	margin-right: 1px;
	font-size: 16px;
	padding-bottom: 10px;
}

ul#menu a {
	color: #000000;		/*メニューの文字色*/
	text-decoration: none;
	display: block;
	width: 155px;
	text-align: center;
	background-image: url(https://www.yokusitudanbou.com/images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: top;	/*メニューの背景画像の上半分を表示させる設定*/
	overflow: hidden;	/*オーバーした文字を非表示にする設定*/
}

ul#menu a:hover {
	background-image: url(https://www.yokusitudanbou.com/images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: left bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;	/*カーソルオーバー時の文字色*/
}

ul#menu li.last {
	margin-right: 0;
}


#footer {
	background-color: #00303D;
	color: #FFF;
	height: 540px;
	padding: 20px;
	margin-top: 21px;
	border: 12px inset #7C4C2A;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
}
.mrgnright {
	margin-right: 10px;
}
.brdrs {
	border: 1px solid #999;
}
.brdrsr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
}
.brdrsu {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
.brdrsru {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
.brd3r {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 10px;
	padding-top: 5px;
}
.normal {
	font-size: 16px;
	line-height: 160%;
}
.h2or {
	color: #FE4D11;
	font-size: 24px;
	margin-left: 3px;
	margin-right: 3px;
}
.side-midashi {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #4BA634;
	text-align: center;
	background-color: #E4F0E1;
	font-weight: bold;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4BA634;
}

.markeryellow {
	background: linear-gradient(transparent 2%, #ffff66 40%);
　　　　font-weight: bold;
}

.img4 {
	margin-top: 6px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.sidelmoji {
	font-size: 11px;
	font-weight: bold;
}
.footerm {
	font-weight: bold;
	font-size: 17px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	margin-right: 68px;
	padding-bottom: 2px;
	margin-bottom: 9px;
	margin-top: 12px;
}
.FS2_upper_comment {
	
	background-color: #FFFFFF;
	font-size: 15px;
	line-height: 170%;
}
.FS2_upper_comment h2 {
	border-left: 6px solid #4BA634;
	border-bottom: 1px solid #4BA634;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 0.25em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	margin-top: 15px;
	font-size: 22px;
}

.FS2_lower_comment h2 {
	border-left: 6px solid #4BA634;
	border-bottom: 1px solid #4BA634;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 0.25em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	margin-top: 15px;
	font-size: 22px;
}

.FS2_ItemComment h2 {
	border-left: 6px solid #4BA634;
	border-bottom: 1px solid #4BA634;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 0.25em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	margin-top: 15px;
	font-size: 22px;
}

.FS2_upper_comment h3, .FS2_lower_comment h3 {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #4BA634;
	margin-top: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 21px;
}


.FS2_ItemComment h3 {
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #4BA634;
	margin-top: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 21px;
}


.itemarea p  {
	font-size: 15px;
	line-height: 170%;


}
.whitearea {
	width: 670px;
	background-color: #FFF;
	margin-left: 60px;
	padding: 15px;
	font-size: 15px;
	line-height: 170%;
}
.list td {
	padding: 8px;
	font-size: 13px;
	line-height: 140%;
}





.clearfloat { /* このクラスは、.container で overflow:hidden が削除されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearleft {
	clear: both;
}





/*蛍光ペン*/
strong {
background: linear-gradient(transparent 40%, #ffff66 40%);
}

/*小さいフォント*/
p.smaller { font-size: smaller; }

.note {
  position: relative;
  background-color: #eee;
  padding: 1em;
}
.note h5 {
  position: absolute;
  top: -1em;
  background-color: rgba(100,100,100,0.4);
  padding: 0.25em 2em;
  color: #fff;
  transform: rotate(-4deg);
}


.small {
	font-size: 12px;
	line-height: 140%;
}

.block {
    position: relative;
    padding: 20px;
    color: #000000;
    background:#FFFCDB;
    overflow: hidden;
}
 
.block:before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 16px 16px 0 0;
    border-style: solid;
    border-color: #fff;
    border-top-color: #F39800;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

a#rightbnr {
	width: 87px; /*画像の全体幅*/
	position: fixed;
	right: -20px; /*マウスを乗せた時に出てくる幅*/
	display: inline-block;
	transition: all .2s ease;
	z-index: 9999;
	bottom: 100px;
}
a#rightbnr:hover{
 right: 0;
}

div#FS2_Recommend_List {
    width: 830px;
}

.FS2_itemlayout_td_Left .FS2_thumbnail_container {
    width: 380px;　
}

.list2 td {
	padding: 3px;
	font-size: 12px;
	line-height: 140%;
}

/*商品一覧の「商品ラインナップ」コーナー
---------------------------------------------------------------------------*/
div.box {
	width: 140px;
	height: 200px;
	margin: 3px;
	padding: 3px;
	border: 1px solid black;
	background-color: FFFFFF;
	float: left;
	text-align: center;
} 

/*商品詳細ページの在庫数表示の文字サイズとカラー*/
.FS2_body_Goods_GoodsDetail .FS2_Stock{
font-size:150%;
color:#ff3300;
font-weight: bold;
}


/*商品詳細ページの防水仕様についての囲み枠*/
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #FF9900;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #FF9900;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

h4 {
padding: 0.5em;/*文字周りの余白*/
color: #010101;/*文字色*/
background: #E6FFE9;/*背景色*/
border-bottom: solid 3px #4BA634;/*下線*/
font-size: 1.143em;
font-weight: bold;
margin-bottom: 8px;
}


.FS2_body_Cart_GuestLogin .CrossHead{
font-size: 2em;　　　/*　文字サイズ　*/
color: #010101;　　/*　文字色　*/
font-weight: bold;　/*　太字　*/
}




.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}


.box31 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box31 .box-title {
    font-size: 1.2em;
    background: #AC232F;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box31 p {
    padding: 15px 20px;
    margin: 0;
}


.box32 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box32 .box-title {
    font-size: 1.2em;
    background: #1D2088;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box32 p {
    padding: 15px 20px;
    margin: 0;
}


.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.square_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}



/*お申込み方法ページの写真とカートの間の空白を埋める*/
.FS2_body_Goods_mousikomi
.FS2_itemlayout_td_Left
.FS2_thumbnail_container {

    width: 220px;

}



/*問合せフォームの確認ボタン*/
.submit_btn{
    border: 0px;
    width:204px;
    height:55px;
    background: url(https://www.yokusitudanbou.com/images/button_kakunin.jpg) left top no-repeat;
}
 
.submit_btn:hover{
	cursor: pointer;
}



/*商品一覧のcss*/

.flbox {
  border: 1px solid #333;  margin: 0 12px;  padding: 18px 24px 12px 24px; width: 50%;
}
.boximg {
  text-align: center;
}
.boximg img {
  width: 100%;
}
.itemnm {
  font-weight: 700;  border-bottom: #333 1px solid;  padding-bottom: 5px;  font-size: 104%; text-align: center;
}
.itemnameb {
  font-size: 112%;
}
.description {
  font-size: 94%;
}
.flex {
  display: flex;
}
.flexj {
  justify-content: center;
}
.mt12 {
  margin-top: 12px;
}
.flexp {
  font-size: 68%;  color: #FFF;  font-weight: 700;  background: #f16b30;
  margin-right: 8px;  padding: 7px;border-radius: 6px;
}
.flboxa {
  color:red; background: yellow;font-weight: 700;padding: 7px;border-radius: 6px;text-align: center;font-size: 112%; margin-top: 4px; margin-bottom: 12px;
}
.set {
  font-size: 54%; color: #FFF; font-weight: 700; background: #6694D8; margin-right: 6px; padding: 4px; border-radius: 6px; vertical-align: middle;
}
.priceb {
  color: red;  font-size: 160%;  font-weight: 700;  margin-left: 2%;
}
.prices {
  font-size: 60%;
}
.linkb {
  font-size: 88%;  font-weight: 700;  background: #00913a;  padding: 8px;border-radius: 6px; height: margin-top: 6px;
}
.linkb a {
  text-decoration: none; color: #FFF;
}

.flbox {border: none; padding: 0;}


/* 会員登録画面の文字を大きく入力しやすくする */
.FS2_body_Member_MemberEntryEdit .userTable_01 input{font-size: 120%;}
.FS2_body_Member_MemberEntryEdit .userTable_01 select{font-size: 140%;}
.FS2_body_Member_MemberEntryEdit .FS2_birthdayDateYear{font-size: 140%;}
.FS2_body_Member_MemberEntryEdit .userTable_01 tr{font-size: 140%; height:40px; }
.FS2_body_Member_MemberEntryEdit .userTable_01 input{font-size: 130%; background-color:#FFFFCC;}
#FS2_body_Member input[name="gender"] {-webkit-transform: scale(1.3); transform: scale(1.3); margin-right:0.5em;}
#FS2_body_Member input[name="newsletter"] {-webkit-transform: scale(1.3); transform: scale(1.3); margin-right:0.5em;}
#FS2_body_Member input[name="htmlMail"] {-webkit-transform: scale(1.3); transform: scale(1.3); margin-right:0.5em;}

 
/* ゲスト購入者情報入力画面の文字を大きく入力しやすくする */
.FS2_body_Cart_GuestEntry .userTable_01 input{font-size: 120%;}
.FS2_body_Cart_GuestEntry .userTable_01 select{font-size: 140%;}
.FS2_body_Cart_GuestEntry .FS2_birthdayDateYear{font-size: 140%;}
.FS2_body_Cart_GuestEntry .userTable_01 tr{font-size: 140%; height:40px; }
.FS2_body_Cart_GuestEntry .userTable_01 input{font-size: 140%; background-color:#FFFFCC;}
.FS2_body_Member_MemberEntryEdit .userTable_01 input{font-size: 130%; background-color:#FFFFCC;}
#FS2_body_Cart input[name="gender"] {-webkit-transform: scale(1.3); transform: scale(1.3); margin-right:0.5em;}
#FS2_body_Cart input[name="newsletter"] {-webkit-transform: scale(1.3); transform: scale(1.3); margin-right:0.5em;}
#FS2_body_Cart input[name="htmlMail"] {-webkit-transform: scale(1.3); transform: scale(1.3); margin-right:0.5em;}

/* お届け先情報入力画面の文字を大きく入力しやすくする */
.FS2_body_Cart_DeliveryEdit .userTable_01 input{font-size: 120%;}
.FS2_body_Cart_DeliveryEdit .userTable_01 tr{font-size: 130%; height:40px; }
.FS2_body_Cart_DeliveryEdit .inputTableArea select{font-size: 140%; }
.FS2_body_Cart_DeliveryEdit .inputTableArea textarea{font-size: 140%; background-color:#FFFFCC}
.FS2_body_Cart_DeliveryEdit .userTable_01 input{font-size: 130%; background-color:#FFFFCC;}
.FS2_body_Cart_SettleEdit .userTable_01 input{font-size: 120%;}
.FS2_body_Cart_SettleEdit .userTable_01 tr{font-size: 130%; height:40px; }
.FS2_body_Cart_SettleEdit .inputTableArea select{font-size: 140%; }
.FS2_body_Cart_SettleEdit .inputTableArea textarea{font-size: 140%; background-color:#FFFFCC}
.FS2_body_Cart_SettleEdit .userTable_01 input{font-size: 130%; background-color:#FFFFCC;}

/* お支払い方法選択画面の文字を大きく入力しやすくする */
.FS2_body_Cart_SettleEdit#fs2_deliveryNote{background-color:#ffffcc;font-size:120%;height:200px;}
.FS2_body_Cart_SettleEdit .userTable_01 textarea{font-size: 130%; background-color:#FFFFCC;}
.FS2_body_Cart_SettleEdit select {font-size: 140%; }
.FS2_body_Cart_SettleEdit .userTable_01 tr {font-size: 120%; height:40px; }
.FS2_body_Cart_SettleEdit .userTable_01 input {font-size: 140%; background-color:#FFFFCC;}

 

/*メルマガ申込停止ページ情報入力エリアの文字を大きく入力しやすくする*/
.FS2_body_MailMagazine_MailMagazineEntry .userTable_01 tr {font-size: 120%; height:40px; }
.FS2_body_MailMagazine_MailMagazineEntry .userTable_01 input {font-size: 140%; background-color:#FFFFCC;}

/*ログインページ情報入力エリアの文字を大きく入力しやすくする*/
.FS2_body_Login_Login .userTable_01 th,
.FS2_body_Cart_GuestLogin .userTable_01 input{font-size: 120%; height:40px; }
.FS2_body_Login_Login .userTable_01 input,
.FS2_body_Cart_GuestLogin .userTable_01 input {font-size: 140%; background-color:#FFFFCC;}



.FS2_assist_message{
  background-color:#4ba634;
}


/*ユーザーメニューを枠内に収める*/
.utility table {
  width:70%;
}




/* ボタンのCSS*/
.flex-btn-push {
  display: flex;
}
.container-btn-push {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 40px;
}
.btn-push {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  background-color: #ffd700;
  font-size: 17px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  border-bottom: 4px solid #d37800;
}

.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}

.btn-push2 {background-color: #87cefa;border-bottom: 4px solid #00008b;}
.btn-push3 {background-color: #ffc0cb;border-bottom: 4px solid #db7093;}




/*工事エリアのテーブルタグの文字をセンター揃え*/
.hpb-cnt-tb-cell1,.hpb-cnt-tb-cell2 {text-align:center;}



/*フローチャート*/


.flow {
    border: 3px solid rgb(75,166,52);
}
.flow > li {
    padding: 30px;
}
.flow > li:not(:last-child) {
    border-bottom: 3px solid rgb(75,166,52);
    position: relative;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 15%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.flow > li:not(:last-child)::before {
    border-width: 22px;
    border-top-color: rgb(75,166,52);
}
.flow > li:not(:last-child)::after {
    border-width: 18px;
    border-top-color: #fff;
}
.flow > li dl {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: rgb(75,166,52);
    -ms-flex-preferred-size: 20%;
    flex-basis: 250px;
    margin-right: 1vw;
    text-align: center;
}
.ttl-flow {
	position: relative;
	color: white;
	padding: 0.5em 0.5em 0.5em 2em;
	background-color: #4ba634;
	border-radius: 1.5em;
	margin-bottom: 12px;
}
.flow > li dl dt .icon {
    font-size: 12px;
    color: #fff;
    background: rgb(75,166,52);
    background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
    background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
}

/*Q&A*/

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
        font-size: 16px;
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #4BA634;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '\2b';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
        font-size: 13px;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 200em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #4BA634;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

/* Q＆Aの追加工事費の項目 */
.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #FFFFCC;
    border-top: solid 2px #ffa500;
    border-bottom: solid 2px #ffa500;
}
.box4 p {
    margin: 0; 
    padding: 0;
}

.itempageh2 {
    padding: .5em .75em!important;
    background: -webkit-linear-gradient(top, #69b4e6 0%, #3498db 100%)!important;
    background: linear-gradient(to bottom, #69b4e6 0%, #3498db 100%)!important;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    border-left: none!important;
    border-bottom: none!important;
}

.itempageh3 {
    position: relative;
    padding-bottom: .5em;
    border-left: none!important;
    border-bottom: 4px solid #ccc;
}
.itempageh3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #3498db;
}


/*商品詳細ページの追加工事費のボタン*/

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing:　normal;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-radius-solid {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}



#sub .submenu li a:visited {color:#666;}
#sub .submenu li a:link {color:#666;}


.area-list2 {font-size: 15px;line-height: 170%;}


.FS2_Review_Detail_text{    font-size: 140%;}


/*項目選択肢を2行表示*/
.FS2_inputSelection_table th {
    float: left;
    width: 100%;
    font-size:1.5em;
}
.FS2_inputSelection_table td {
    float: left;
    width: 100%;
    font-size:1.5em;
}
.FS2_inputSelection_table input {
    width: 100%;
}
.FS2_inputSelection_table select {
    width: 100%;
}


/*1分チャートボタン用*/

.btn-chart,
a.btn-chart,
button.btn-chart{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-chart {
  margin: 30px 0;
}

a.btn-c {
  font-size: 2.2rem;

  position: relative;

  padding: 0.25rem 2rem 1.5rem 3.5rem;

  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

a.btn-c span {
  font-size: 1.5rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}

a.btn-c2 {
  background: #00008b;
  -webkit-box-shadow: 0 5px 0 #191970;
  box-shadow: 0 5px 0 #191970;
}

a.btn-c .btn-wrap-span-2 {
  color: #191970;
  border: 2px solid #191970;
}

a.btn-c .btn-wrap-span-2:before {
  border-color: #191970 transparent transparent transparent;
}


/* メールと電話の問い合わせボタン*/
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto 20px;
}

a.btn-pc-sp {
  line-height: 1.4;

  width: 49.5%;
  padding: 1.25rem 0;

  color: #ffff;
}

a.btn--contact {
  display: block;

  padding: 1.5rem 0;

  color: #fff;
  background: #eb6100;
  -webkit-box-shadow: 0 5px 0 #d25600;
  box-shadow: 0 5px 0 #d25600;
}

a.btn--contact i {
  font-size: 2rem;
}

a.btn--contact i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--contact :hover {
  color: #fff;
}

a.btn--tel {
  display: block;

  margin-top: 15px;
  padding: 1rem 0;

  color: #fff;
  background: #094;
  -webkit-box-shadow: 0 5px 0 #008039;
  box-shadow: 0 5px 0 #008039;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--tel .number {
  line-height: 1;

  display: inline-block;

  margin-top: 0.5rem;
  padding: 0.25rem 2rem;

  letter-spacing: 0;

  color: #094;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--tel:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

/* 商品詳細のレビューの文字サイズ変更 */
.FS2_body_Goods_GoodsDetail .userTable_01 {font-size:14px;}

/* 商品詳細ページチェック項目のチェックマーク */
.fa-check {color:#dc143c;font-size: 24px;}

/* 申込者専用写真添付フォーム*/
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}


/*その他と主な共通部分は省略*/

a.btn--yellow {
color: #000;
  background-color: #fff100;
}

a.btn--yellow:hover {
  color: #000;
  background: #fff20a;
}

a.btn--yellow.btn--cubic {
  border-bottom: 5px solid #ccc100;
}

a.btn--yellow.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #ccc100;
}


a.btn-c-y {
  font-size:14px;
  position: relative;
  padding: 2rem 5rem 2rem 3rem;
  border-radius: 100vh;
}

a.btn-c-y i.fa {
  margin-right: 1rem;
}

a.btn-c-y:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}



/* 商品詳細ページのレビューの幅を揃える */
#FS2_itemlayout_J .userTable_01,#FS2_itemlayout_J .FS2_ReviewTextLink_area {
    width: 670px;
    margin-left: 60px;
}

/* 商品詳細ページ　価格のカラー */
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price { color: #d44114; font-weight: bold; }
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price { font-size: 2.8rem; }


@media screen and (min-width: 768px) {
.sp {display: none;}
}
@media screen and (max-width: 767px) {
.pc {display: none;}
}

.fs-p-headerNavBar { background: #44a941; }
a { text-decoration: none!important; }
.fs-pt-column__description { color: #333; }
.fs-pt-column__heading { color: #1d3994; }
.fs-c-noResultMessage { display: none; }

/*一覧ページボタン*/
.btn--orange,a.btn--orange {color: #fff; background-color: #00913a; font-size: 100%;}
.btn--orange:hover,a.btn--orange:hover {color: #fff; background: #2baf60;}
/*end*/

.fs-c-productNameHeading__name {display: block;}

.obi-green {background-color: #44a941; padding: 15px; width: 100%; color: #FFF;}
.obi-gray-l {padding: 15px; background-color: #eee; border-left: 12px #333 solid; width: 100%;}

.fs-l-pageMain {float: right; width: 910px;}

.img-01 { vertical-align: bottom; }


/*コラムセクション
---------------------------------------------------------------------------*/
.recommend__block {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .recommend__block {
    flex-flow: column;
  }
}
.recommend__ttl {
  background-color: #199901;
  color: #fff;
  padding: 8px;
}
.recommend__left {
  margin: initial;
  width: calc(30% - 16px);
}
@media (max-width: 768px) {
  .recommend__left {
    width: 100%;
  }
}
.recommend__right {
  width: calc(70% - 16px);
}
@media (max-width: 768px) {
  .recommend__right {
    width: 100%;
  }
}
.recommend__right h3 {
  font-size: 24px;
  margin-top: initial;
  margin-bottom: 16px;
}
.recommend__right p {
  margin-bottom: 32px;
}
.recommend__right a {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  color: #fff;
  position: relative;
  background-color: #199901;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.recommend__right a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(-45deg);
}

/*個別レビューセクション
---------------------------------------------------------------------------*/
.review__block {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .review__block {
    flex-flow: column;
  }
}
.review__ttl {
  background-color: #199901;
  color: #fff;
  padding: 8px;
  margin-bottom: 16px;
}
.review__left {
  margin: initial;
  width: calc(43% - 16px);
}
@media (max-width: 768px) {
  .review__left {
    width: 100%;
  }
}
.review__right {
  width: calc(57% - 16px);
}
@media (max-width: 768px) {
  .review__right {
    width: 100%;
  }
}
.review__right h3 {
  font-size: 24px;
  margin-top: initial;
  margin-bottom: 16px;
}
.review__right p {
  margin-bottom: 32px;
}

/*トップマイスターページ
---------------------------------------------------------------------------*/
.meister h2 {
  text-align: center;
}
.meister figure img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.meister section {
  padding: 32px 0;
}
.meister section h3 {
  display: flex;
  flex-flow: column;
  font-size: 24px;
  align-items: center;
  text-align: center;
  margin-top: initial;
  margin-bottom: 16px;
}
.meister section h3 span {
  color: #199901;
  font-size: 16px;
}
.meister__block {
  margin-bottom: 32px;
}
.meister .left p {
  text-align: right;
}
.meister__button a {
  background-color: #199901;
  color: #fff;
  font-weight: 700;
  padding: 16px;
  max-width: 400px;
  width: 100%;
}
.meister__button {
  text-align: center;
}
.meister__button a {
  background-color: #199901;
  color: #fff;
  font-weight: 700;
  padding: 16px;
  max-width: 400px;
  width: 100%;
  display: block;
  margin: auto;
}

/*訪問ページ
---------------------------------------------------------------------------*/
.visit h2 {
  text-align: center;
  margin-bottom: 16px;
}
.visit section {
  padding: 32px 0;
}
.visit section h3 {
  display: flex;
  flex-flow: column;
  font-size: 24px;
  align-items: center;
  text-align: center;
  margin-top: initial;
  margin-bottom: 16px;
}
.visit section ul {
  display: flex;
  gap: 16px;
  flex-flow: wrap;
  padding: initial;
  margin: initial;
}
@media (max-width: 768px) {
  .visit section ul {
    flex-flow: column;
    gap: 8px;
  }
}
.visit section ul li {
  width: calc(50% - 8px);
  height: auto;
  list-style: none;
  margin: initial;
  padding: initial;
}
@media (max-width: 768px) {
  .visit section ul li {
    width: 100%;
  }
}
.visit__button {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px 30px 20px 70px;
  transition: 0.3s;
  text-decoration: none;
  color: #fff !important;
  border-radius: 0.5rem;
  background: #32b16c;
  box-shadow: 0 5px 0 #2c9d60;
  margin-left: 10px;
  text-align: center;
}
.visit__button:hover {
  transform: translate(0, 3px);
  background: #6bc594;
  box-shadow: 0 2px 0 #2c9d60;
}
.visit__button p {
  margin: 0;
  font-size: 24px;
  color: #fff;
}
@media (max-width: 768px) {
  .visit__button p {
    font-size: 16px;
  }
}
.visit__button .btn_balloon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 3em;
  left: -24px;
  width: 6em;
  height: 6em;
  line-height: 5em;
  text-align: center;
  color: #32b16c;
  font-size: 80%;
  font-weight: bold;
  background: #fff;
  border: 3px solid #32b16c;
  border-radius: 50%;
  box-sizing: border-box;
  transform: rotate(-10deg);
}
.visit__button .btn_balloon::before {
  position: absolute;
  content: "";
  bottom: -5px;
  right: -8px;
  border: 9px solid transparent;
  border-left: 15px solid #FFF;
  z-index: 0;
  transform: rotate(45deg);
}
.visit__button .hidePC {
  display: none;
}
@media (max-width: 768px) {
  .visit__button .hidePC {
    display: block;
  }
}
.visit__button-wrap {
  margin: 64px auto 40px;
  width: 95%;
  text-align: center;
}

.img_center {
	display: flex;
    justify-content: center;
flex-wrap: wrap;
}
.img_center > *{
width: 35%;
	margin-left: 20px;
	margin-right: 20px;
}
.imgsize {
  width:100%;
  max-width: 100%;
  height: auto;
}

.kinou-table2 {
	font-size: 25px;
	font-weight: bold;
}
.kinou-table2 td {
	padding-right: 10px;
}
