/* ************************************************ 
 *  all
 * ************************************************ */




.resizeimage {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);

}

.resizeimage img {
	display: block;
	width: 100%;
	height: auto;
  min-width: 1080px;
float: right;
  	margin-bottom: 20px;
}


* {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
  overflow-y: scroll;
}

.paypay {
  text-align: center;
  margin: 0 auto;
  margin-bottom:20px;
}  
body {
  color: #000;
  font-size: 16px;
  font-family: 'Open Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-serif;
}

.freebody {
  font-size: 14px;
  color: #362E2E;
  background-image: none;
  margin: 0px;
  padding: 30px;
  width: 840px;
}

a {
  outline: none;
  color: #333;
}

a:visited {
  text-decoration: underline;
}

a:hover {
  color: #3579bf;
  text-decoration: underline;
}

br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}

hr {
  margin: 10px 0;
  border: 1;
  clear: left;
}

img {
  border: none;
  vertical-align: middle;
}

img.new_mark_img1 {
  margin-right: 5px !important;
}

img.new_mark_img2 {
  margin-left: 5px !important;
}

.sold_out {
color: #FF0000;
}

a.osusume:link { color: blue; }
a.osusume:visited { color: blue; }
a.osusume:active { color: white; }
a.osusume:hover { color: black; }


#wrap {
        width:100%;
        display:-webkit-flexbox;
        display:-moz-flexbox;
        display:-ms-flexbox;
        display:-o-flexbox;
        display:flexbox;
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;
        align-items:center;
}


/* ************************************************ 
 *  layout
 * ************************************************ */
/*ページ全体の幅、レイアウトをセンタリング*/
#container {
  width:1080px;
  margin:0px auto;
  text-align:left;
}

/*ヘッダー*/
#header {
  width:100%;
  padding: 10px 0;
  clear:left;

}

/*サイド*/
#side {
  float: left;
  width: 240px;
}
div.container {
  width:240px;
  margin:0px auto;
  text-align:left;
  }
div.cal_wrapper {
	padding: 10px 0px;
        width: 240px;
}
div.schedule_wrapper {
	padding: 5px 0px;
	width: 240px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 10px;
	color: #666;
        text-align:center;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 0px auto;
	border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 15px;
	font-size: 10px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 12px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 12px;
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #EEE;
}
div.cal_wrapper table.cal tr td {
	font-size: 10px;
	text-align: center;
	padding: 2px
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #666;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #efd;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 6.5px;
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	display: none;
	width: 100px;
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}

/* 以下、クラス指定するときのアレ */

div.cal_wrapper table.cal tr td div.Sat {
	color: #00F;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #F00;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
        background-color: #FFF;
}
div.cal_wrapper table.cal tr td div.Deli {
	font-weight: bolder;
        background-color: #0FF;
}
div.cal_wrapper table.cal tr td div.Holyday {
	font-weight: bolder;
	color: #F00;
	background-color: #FEE;
}
div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
	border-radius: 3px;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}
/*メイン*/
#main {
  float: right;
  width: 800px;
}

/*フッター（コピーライト）*/
#footer {
  padding: 30px 0;
  width:100%;
  clear:both;
  color: #666;
  text-align: center;
  border-top: 1px solid #ccc;
}

/* ************************************************ 
 *  header
 * ************************************************ */
#header div.header_link {
  float: right;
  margin-bottom: 20px;
  }
  #header div.header_link ul {
    }
    #header div.header_link ul li {
      list-style-type: none;
      float: left;
      margin-left: 20px;
      line-height: 16px;
      }
      #header div.header_link ul li i {
        width: 16px;
        height: 16px;
        display: block;
        float: left;
        margin-right: 5px;
        }
      #header div.header_link ul li a {
        text-decoration: none;
        }
    #header div.header_link ul li.my_home {
      }
      #header div.header_link ul li.my_home i.myhome {
        background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -56px -108px;
        }

    #header div.header_link ul li.my_account {
      }
      #header div.header_link ul li.my_account i.account {
        background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -343px -108px;
        }

    #header div.header_link ul li.view_cart {
      }
      #header div.header_link ul li.view_cart i.cart {
        background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -415px -204px;
        }
      #header div.header_link ul li.view_cart span.count {
        background: #ff3355;
        color: #fff;
        font-weight: bolder;
        padding: 5px 10px;
        margin-left: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        }

#header div.search {
  float: left;
  margin-bottom: 10px;
}

#header h1.logo {
  clear: both;
  text-align: center;
  font-size: 50px;
  margin-bottom: 10px;
  width: 100%;
}

#header h1.logo a {
  text-decoration: none;
}

#header h1.logo img {
  max-width: 100%;
}

/****************2017.07.28 header改修*********************/
.headLead {
	width: 100%;
	background-color: #00a0be;
}
.headLead p {
	width: 1080px;
	margin: 0 auto;
	padding: 3px 0;
	color: #fff;
	text-align: left;
}

#header .topHead {
	overflow: hidden;
	margin-bottom: 15px;
}
#header .topHead ul li,#header .topHead02 ul li {
	list-style: none;
}
#header .topHead h1 {
	float: left;
	margin-top: 18px;
}
#header .topHead .topHeadRight {
	float: right;
}
#header .topHead .topHeadRight .topHeadRightA {
	width: 174px;
	float: right;
}
#header .topHead .topHeadRight .topHeadRightA ul {
	overflow: hidden;
}
#header .topHead .topHeadRight .topHeadRightA ul li {
	float: left;
	margin-right: 5px;
}
#header .topHead .topHeadRight .topHeadRightA ul li.last {
	margin-right: 0;
}
#header .topHead .topHeadRight .topHeadRightB {
	float: right;
	margin-right: 25px;
}

#header .topHead .topHeadRight .topHeadRightB .search {
	margin-bottom: 13px;
}
#header .topHead .topHeadRight .topHeadRightB .search select,#header .topHead .topHeadRight .topHeadRightB .search input {
	width: 160px;
	padding: 0;
	margin: 0 5px 0 0;
	vertical-align : middle;
}
#header .topHead .topHeadRight .topHeadRightB .search input[type="submit"] {
	width: 50px;
	margin: 0;
	background-color: #fff;
	border-radius: 5px;
	border-width: 1px;
}
#header .topHead .topHeadRight .topHeadRightB ul li {
	float: left;
	margin-right: 25px;
	padding-left: 20px;
	background: url(https://img17.shop-pro.jp/PA01267/061/etc/ico_arrow_header.png?cmsp_timestamp=20170728112931) no-repeat left center;
}
#header .topHead .topHeadRight .topHeadRightB ul li a:link,#header .topHead .topHeadRight .topHeadRightB ul li a:active,#header .topHead .topHeadRight .topHeadRightB ul li a:visited {
	color: #000;
	text-decoration: none;
}
#header .topHead .topHeadRight .topHeadRightB ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#header .topHead02 {
	overflow: hidden;
}
#header .topHead02 p.telHour {
	float: left;
}
#header .topHead02 .topHead02Right {
	width: 624px;
	float: right;
}
#header .topHead02 .topHead02Right ul {
	overflow: hidden;
}
#header .topHead02 .topHead02Right ul li {
	float: left;
}
/****************2017.07.28 header改修*********************/


/****************2017.08.14 header改修*********************/
.navi700 ul {
	overflow: hidden;
	margin-bottom: 15px;
}
.navi700 ul li {
	float: left;
	list-style: none;
}
/****************2017.08.14 header改修*********************/


/* ************************************************ 
 *  footer
 * ************************************************ */
#footer a {
  color: #666;
}

#footer ul.footer_menu {
  margin-bottom: 20px;
}

#footer ul.footer_menu li {
  display: inline;
  margin: 0 5px;
}

/* ************************************************ 
 *  main
 * ************************************************ */
#main div.box {
clear: both;
margin-bottom: 20px;
}

#main div.box h3 {
margin-bottom: 0px;
font-size: 20px;
}

/* ************************************************ 
 *  item_box
 * ************************************************ */
.item_box {
width: 225px;
margin: 0 25px 15px 9px;
text-align: center;
display:inline-block; 
/display:inline; 
/zoom:1;
vertical-align:top;
}

.item_box .item_photo {
margin: 0px;
}

.item_box .item_photo img.item {
max-width: 100%;
}

.item_box .item_detail {
margin: 5px 5px;
}

.item_box .item_detail p.item_name {
font-size: 15px;
margin-bottom: 5px;
}

.item_box .item_detail p.item_regular_price {
margin-bottom: 4px;
}

.item_box .item_detail p.item_price {
margin-bottom: 4px;
}

.item_box .item_detail p.item_discount {
margin-bottom: 4px;
}

/* ************************************************ 
 *  Top_Page
 * ************************************************ */
#main #box_news {
background: #eff9ff;
padding: 20px;
}

#main #box_news p {
line-height: 20px;
}

#main #box_recommend {
}

#main #box_sellers {
}

#main #box_free {
background: #f9ffef;
padding: 20px;
}

#main #box_free p {
line-height: 20px;
}

#box_recentlychecked{
margin: 20px 0 0 0;
}

div.footstamp {
margin-bottom: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}

div.footstamp span {
margin: 0 5px;
color: #999;
}

.stock_error{
font-weight:bold;
color:red;
padding:10px 0;
display:none;
}

/* ************************************************ 
 *  product_detail_page
 * ************************************************ */
h2.product_name {
font-size: 20px;
margin-bottom: 15px;
}

div.product_detail_area {
margin-bottom: 20px;
position: relative;
width: 100%;
}

div.product_images {
width: 500px;
float: left;
display: inline;
}

div.product_images div {
margin-bottom: 20px;
}

div.product_images div img {
max-width: 100%;
}

div.product_images div p.caption {
margin-top: 10px;
line-height: 20px;
}

div.add_cart {
width: 510px;
float: right;
}
@media screen and (max-width: 1080px) {
  div.add_cart {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    float: none;
  }
}
table.add_cart_table {
width: 100%;
border-top: 1px solid #ccc;
margin-bottom: 10px;
}
table.add_cart_table th {
border-bottom: 1px solid #ccc;
padding: 5px;
font-size: 11px;
  width: 60px;
}
table.add_cart_table td {
border-bottom: 1px solid #ccc;
padding: 5px;
}
table.add_cart_table td input {
width: 30px;
font-size: 14px;
}
table.add_cart_table td strong.price {
font-size: 14px;
}

table#option_tbl {
width: 100%;
margin-bottom: 20px;
}
table#option_tbl th,
table#option_tbl td.none {
background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
border: 1px solid #ccc;
padding: 10px;
text-align: center;
}
table#option_tbl th {
background: whiteSmoke;		
}
table#option_tbl td div input {
margin-bottom: 5px;
}

ul.option_price {
margin: 0 0 20px 0px;
}
ul.option_price li {
list-style-type: none;
}

div.button_area {
}
div.button_area input {
width: 100%;
}

div.product_description {
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;	
clear: both;
word-wrap: break-word;
}

div.product_image_extra {
text-align: center;
margin-bottom: 20px;
}
div.product_image_extra img.item {
margin-bottom: 20px;
}


div.product_link_area {
float: left;
margin-left: 0px;
}
div.product_link_area div.twitter {
float: left;
width: 100px;
}
div.product_link_area div.pinterest {
float: left;
margin-right: 30px;
}
div.product_link_area div.fb-like {
float: left;
width: 200px;
}

div.product_link_area ul.other_link {
clear: both;
margin-top: 20px;
margin-left: 20px;
}
div.product_link_area ul.other_link li {
margin-bottom: 10px;
}

#tb_cap_tb{
}
#tb_cap_tb{
margin-top: 20px;
}

.tb {
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #CCC;	
}
#tb_stitle {
margin-bottom: 20px;
}
.tb_date, .tb_title, .tb_body, .tb_state {
margin-bottom: 5px;
}

/* ************************************************ 
 *  cloud_zoom
 * ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
border: 4px solid #888;
margin:-4px;	/* Set this to minus the border thickness. */
background-color:#fff;	
cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
font-family:Arial, Helvetica, sans-serif;
position:absolute !important;
background-color:#000;
color:#fff;
padding:3px;
width:100%;
text-align:center;	
font-weight:bold;
font-size:10px;
top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
border: 4px solid #000;
overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
color:white;	
background:#222;
padding:3px;
border:1px solid #000;
}

/* Feature section in ZoomEngine page */
.zoom-section {
clear:both;
}

* html .zoom-section { 
display:inline;
clear:both;
}

.zoom-small-image {
margin-bottom: 20px;
width: 460px;
float: left;
margin-top: 4px;
}
@media screen and (max-width: 1080px) {
.zoom-small-image {
  float: none;
}
}

.zoom-small-image #wrap {
top: 0px;
z-index: 9999;
position: relative;
}
.cloud-zoom {
margin-bottom: 20px;
}
.zoom-small-image .mousetrap {
z-index:999;
position: absolute;
width: 100%;
left:0px;
top:0px;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
width: 460px;
float: left;
margin-left: 0px;
}

a.cloud-zoom-gallery {
display: inline;
margin: 0 0 5px 0;
cursor: pointer;
}
.zoom-tiny-image {
width: 220px;
height: 220px;
border: 1px solid #ccc;
padding: 3px;
}
.zoom-tiny-image.selected {
background: #333;
border: 1px solid #000;
}
.zoom-tiny-image:hover {
border: 1px solid #000;
}

/* ************************************************ 
 *  product_option_window
 * ************************************************ */
div#product_option {
margin: 20px;
padding: 20px;
background: #fff;
}

div#product_option h2 {
margin-bottom: 20px;
}

table.table_option {
background: #fff;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
margin-bottom: 20px;
}
table.table_option th {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 10px;
background: #f5f5f5;
}
table.table_option td {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 10px;
}

div#product_option div.button_area {
}

/* ************************************************ 
 *  product_list_page
 * ************************************************ */
div.sub_category_area,
div.sub_group_area {
height: 100%;
background: #f5f5f5;
margin-bottom: 20px;
padding: 10px 10px 0px 10px;
}

div.sub_category_area div.sub_category,
div.sub_group_area div.sub_group {
float: left;
margin: 0 20px 10px 0;
}

div.sub_category_area div.sub_category img,
div.sub_group_area div.sub_group img {
margin-right: 10px;
}

/* ************************************************ 
 *  search_page
 * ************************************************ */
div.search_result {
background: #f5f5f5;
margin: 20px 0;
padding: 10px 0;
text-align: center;
}

div.none {
text-align: center;
margin: 50px 0;
}


/* ************************************************ 
 *  side
 * ************************************************ */
#side div.box {
clear: both;
margin-bottom: 20px;
}

#side div.box h3 {
margin-bottom: 10px;
padding: 5px;
background: #617064;
text-align: center;
color:#FFFFFF;
}

#side div.box ul li {
  list-style:none;
  margin-bottom:10px;
  text-align:center;
}

#side div.box ul li img {
  /*width:100%;
  height:auto;
  margin-bottom:5px;*/
}

#side div#box_cart {
}

#side div#box_cart div.cart_button {
text-align: right;
}

#side div#box_owner {
}

#side div#box_owner div.owner_photo {
padding-left: 20px;
}

#side div#box_owner img.owner_photo_inner {
width: 152px;
margin-bottom: 10px;
padding: 3px;

}

#side div#box_owner p.name {
font-size: 14px;
margin-bottom: 10px;
padding-left: 20px;
}

#side div#box_owner p.memo {
font-size: 11px;
line-height: 18px;
margin-bottom: 10px;
padding-left: 0px;
}

#side div#box_owner p.website {
padding-left: 20px;
}

div#box_mailmaga a {
padding-left: 20px;
}

div#box_mobile img {
padding-left: 26px;
}

#group-list {
padding:0px 0px 0px;
margin:0px 0px 0px 0px;
}

/* 2017.10サイドナビゲーション改修 */
#leftSideCategory{
	width:100%;
	text-align:center;
	background-color:#f0f0e6;
	padding-bottom:6px;
	margin-bottom:15px;
}
#leftSideCategory ul{
	width:188px;
	margin:0 auto;
}
#leftSideCategory ul li{
	padding:6px;
	list-style:none;
	margin-bottom:10px;
	text-align:center;
	background-color:#FFFFFF;
}
#leftSideCategory ul li img{
	width:100%;
	height:auto;
	padding-bottom:5px;
}
#leftSideCategory ul li span{
	font-weight:bold;
	font-size:14px;
}
#leftSideCategory ul li a{
	text-decoration:none;
}

#leftSideMySearch{
	width:100%;
	text-align:center;
	background-color:#f0f0e6;
	padding-bottom:6px;
	margin-bottom:15px;
}
#leftSideMySearch ul{
	width:188px;
	margin:0 auto;
	text-align:left;
}
#side div.box #leftSideMySearch ul li {
  list-style:none;
  margin-bottom:6px;
  text-align:left;
}
#leftSideMySearch ul li{
	padding:5px 6px;
	list-style:none;
	text-align:left;
	background-color:#FFFFFF;
}
#leftSideMySearch ul li .list-box {
  display: table;
}
#leftSideMySearch ul li .list-img,
#leftSideMySearch ul li .list-text {
  display: table-cell;
  vertical-align: middle;
  padding-right:10px;
  font-size:13px;
  font-weight:bold;
  text-align:left;
  line-height:1.3;
}
#leftSideMySearch ul li a{display:block;text-decoration:none;}

/* ************************************************ 
 *  Common Elements
 * ************************************************ */
/* @group Common Elements */

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

	table.table {
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		margin-bottom: 20px;
		}
		table.table th {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 5px;
			background: #f5f5f5;
			}
		table.table td {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 5px;
			}


div.footstamp {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	}
	div.footstamp span {
		margin: 0 5px;
		color: #999;
		}

/*
div.sort {
	margin-bottom: 20px;
	text-align: right;
	float: right;
	}
	div.sort strong {
		margin-right: 5px;
		}
	div.sort a {
		margin-right: 5px;
		text-decoration: underline;
		}
	div.sort span {
		margin-right: 5px;
		font-weight: bolder;
		text-decoration: none;
		background: #eee;
		}

div.pager {
	margin: 20px 0;
	clear: both;
	text-align: center;
	}
*/
div.none {
	clear: both;
	text-align: center;
	margin: 50px 0;
	}

/* radius */
.r3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	}

.r5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	}

.r7 {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
	}

/* @group button */
/*
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc 9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;


  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #ff7c08;
  *background-color: #ff7c08;
  background-image: -ms-linear-gradient(top, #ff7c08, #ff7c08);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff7c08), to(#ff7c08));
  background-image: -webkit-linear-gradient(top, #ff7c08, #ff7c08);
  background-image: -o-linear-gradient(top, #ff7c08, #ff7c08);
  background-image: -moz-linear-gradient(top, #ff7c08, #ff7c08);
  background-image: linear-gradient(top, #ff7c08, #ff7c08);
  background-repeat: repeat-x;
  border-color: #e47512 #e47512 #de7415;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff7c08', endColorstr='#e47512', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #ff7c08;
  *background-color: #ff7c08;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #004099 9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn_quick {
  margin: 10px 0;
}
*/
#gmo_CMSPbar {display:none;}

/*トップ用バナー 2017.07.07*/
.topBnr ul {
  width:800px;
  overflow:hidden;
  margin-top:30px;
}
.topBnr ul li {
  list-style: none;
}
.topBnr ul li.topBnr01 {
  width:340px;
  float:left;
}
.topBnr ul li.topBnr02 {
  width:340px;
  float:right;
}
.topBnr ul li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/*障害告知用 2017.10.24*/
#infoArea{
	width:100%;
	margin-bottom:15px;
	background:#CD0000;
}
#infoArea p{
	padding:10px;
	text-align:left;
	color:#FFFFFF;
}

/*フリーページ用装飾 2021.6.11*/

h1.top {
  font-size:16px;
  font-weight:bold;
  display:inline;
}

h2.title {
  font-size:24px;
  font-weight:bold;
}
.free1_title {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
  margin-bottom:15px;
  font-size:18px;
  font-weight:bold;
}
h2.free1 {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
  margin-bottom:15px;
  font-size:18px;
}

h2.free1:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.free1_title:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
h3.free1 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
  font-size:16px;
  margin-bottom:10px;
}

h3.free1:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
  font-weight: 900;
}
.free1_title2 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
  font-size:16px;
  margin-bottom:10px;
  font-weight:bold;
}

.free1_title2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
  font-weight: 900;
}
h4.free1 {
  font-size: 16px;
  border-left: 4px solid;
  border-image: linear-gradient(180deg, rgba(254, 255, 70, 1) 0%, rgba(255, 0, 74, 1) 100%);
  border-image-slice: 1;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}

.linkbox {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.linkbox p {
    margin: 0; 
    padding: 0;
}



/*コラムページ用装飾 2021.6.23*/

h2.column {
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/
  font-size:24px;
  margin-bottom:20px;
}    
        
h3.column {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  font-size:20px;
  margin-bottom:10px;
}
h3.column01 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  font-size:18px;
}

p.column01 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  font-size:18px;
  line-height: 24px;
  font-weight:bold;
}
        
.column-box{
  display: flex;
  justify-content: space-between;
  background: #ffffff;  
  margin-bottom:25px;
}
.column-box .img{
  width: 20%;
}
.column-box .txt{
  width: 75%;
  font-size:18px;
}
.column-box01{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column-box01:after{
  content:"";
  display:block;
  width: 49%;
  height:0;
}
.column-box02{
  width: 49%;
  background: #ffffff;
  margin-bottom: 10px;
  margin-right:5px;
}
.column-box02 img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  margin-bottom:5px;
}
.column-box02 .txt{
  font-size:16px;
}
.column-box03{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column-box03:after{
  content:"";
  display:block;
  width: 32%;
  height:0;
}
.column-box04{
  width: 32%;
  background: #ffffff;
  margin-bottom: 10px;
  margin-right:5px;
}
.column-box04 img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  margin-bottom:5px;
}
.column-box04 .txt{
  font-size:16px;
}
.column-button {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #4b9be3;
  background: #ECECEC;
  transition: .4s;
  margin-top:5px;
  margin-bottom:5px;
}

.column-button:hover {
  background: #4b9be3;
  color: white;
}

/*フリーページ画像用 2021.6.30*/
.column-pic {
    padding: 0% 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.column-pic3 {
    padding: 0% 25px;
    display: flex;
    flex-direction: row;
  　margin-right: 20%;
}


.column-pic img {
    border: 1px solid #696969;
}

.column-pic :hover {
  filter: opacity(70%);
  cursor: pointer;
}
.column-pic3 :hover {
  filter: opacity(70%);
  cursor: pointer;
}

.column-pic2 :hover {
  filter: opacity(70%);
  cursor: pointer;
}
.column-pic2 img {
    border: 1px solid #696969;
    margin-left: 30PX;
}

.column-line{
  line-height:2;
}

/* フリーページ横並び */

.freeflex {
  display: flex; /*横並び*/
  height: 130px;
}
.freeflex .image {
  width: 200px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.freeflex .right {
  margin: 0 0 0 20px;
  padding: 0;
  width:520px;
}
.freeflex .title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
}
.freeflex .text {
  margin: 10px 0 0;
  padding: 0;
}

.freeflex01 {
  display: flex; /*横並び*/
  height: 200px;
}
.freeflex01 .image {
  width: 243px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.freeflex01 .right {
  margin: 0 0 0 20px;
  padding: 0;
  width:477px;
}
.freeflex01 .title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
}
.freeflex01 .text {
  margin: 10px 0 0;
  padding: 0;
}

/* フリーページ画像を天地中央表示 */

.freeflex .image {
  overflow: hidden;
  position: relative;
}
.freeflex .image::before {
  content: "";
  display: block;
  padding-top: 58%;
}
.freeflex .image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*価格表ページ用 2021.7.5*/
table.kakaku {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  font-size:16px;
}
th.kakaku, td.kakaku {
  background-color: #ffffff;  
  padding: 5px;
  border: 1px solid #333;
}
th.kakaku, td.kakakucream {
  background-color: #fff5b5;  
  padding: 5px;
  border: 1px solid #333;
}    
th.kakaku, td.kakakured {
  background-color: #ffffff;
  padding: 5px;
  border: 1px solid #333;
  color: #ff0000;
  font-weight: bold;
}    
th.kakaku {
  background-color: #ffffff;
  color: #333;
  padding: 5px;
  border: 1px solid #333;  
}
th.kakakured {
  background-color: #ffffff;
  color: #FF0000;
  padding: 5px;
  border: 1px solid #333;  
}    
th.kakakust {
    background-color: #ffffff;
    color: #20639e;
  padding: 5px;
  border: 1px solid #333;  
}
th.kakakuhigh {
    background-color: #ffffff;
    color: #000;
  padding: 5px;
  border: 1px solid #333;  
}   
caption.drape {
  padding: 0.5em; /* 文字周りの余白 */
  color: #FFF; /* 文字色 */
  font-weight: bold; /* 太字に */
  background: #fc6400; /* 背景色 */
  font-size: 22px;    
}  
caption.syakou {
  padding: 0.5em; /* 文字周りの余白 */
  color: #FFF; /* 文字色 */
  font-weight: bold; /* 太字に */
  background: #00036b; /* 背景色 */
  font-size: 22px;    
    }   
caption.lace {
  padding: 0.5em; /* 文字周りの余白 */
  color: #FFF; /* 文字色 */
  font-weight: bold; /* 太字に */
  background: #00d1ca; /* 背景色 */
  font-size: 22px;    
    }  
caption.kakou {
  padding: 0.5em; /* 文字周りの余白 */
  color: #FFF; /* 文字色 */
  font-weight: bold; /* 太字に */
  background: #ab9400; /* 背景色 */
  font-size: 22px;    
    }      
.btn-flat-15hida {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #fff;
  border: solid 2px #333;
  border-radius: 3px;
  transition: .4s;
  font-size: 18px; 
  font-weight: bold;  
  background: #333;  
    }

.btn-flat-15hida:hover {
  background: #ffffff;
  color: #333;
} 

.btn-flat-drape {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #fc6400;
  border: solid 2px #fc6400;
  border-radius: 3px;
  transition: .4s;
  font-size: 18px; 
  font-weight: bold;  
  background: #ffffff;  
    }

.btn-flat-drape:hover {
  background: #fc6400;
  color: white;
} 
.btn-flat-syakou {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #00036b;
  border: solid 2px #00036b;
  border-radius: 3px;
  transition: .4s;
  font-size: 18px; 
  font-weight: bold;  
  background: #ffffff;  
}

.btn-flat-syakou:hover {
  background: #00036b;
  color: white;
}  
.btn-flat-lace {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #00d1ca;
  border: solid 2px #00d1ca;
  border-radius: 3px;
  transition: .4s;
  font-size: 18px;  
  font-weight: bold;  
  background: #ffffff; 
    }

.btn-flat-lace:hover {
  background: #00d1ca;
  color: white;
}
.btn-flat-kakou {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #ab9400;
  border: solid 2px #ab9400;
  border-radius: 3px;
  transition: .4s;
  font-size: 18px;  
  font-weight: bold;
  background: #ffffff;
    }

.btn-flat-kakou:hover {
  background: #ab9400;
  color: white;
}  
.btn-flat-faq {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #00036b;
  border: solid 2px #00036b;
  border-radius: 3px;
  transition: .4s;
  font-size: 14px; 
  font-weight: bold;  
  background: #ffffff; 
}

.btn-flat-faq:hover {
  background: #00036b;
  color: white;
}  

a.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}



/****************2017.11.06 ランキング（売れ筋商品）*********************/
#box_sellers {
  counter-reset: my-counter;
  margin-left: 0;
}
#box_sellers li {
  position: relative;
  list-style: none;
}
#box_sellers li::before {
  position: absolute;
  top: -12px;
  left: 5px;
  z-index: 6;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  border: 1px solid #999;
  display: block;
  text-align: center;
  width: 28px;
  height: 23px;
  padding-top: 5px;
  -webkit-border-radius: 32px;
     -moz-border-radius: 32px;
      -ms-border-radius: 32px;
       -o-border-radius: 32px;
          border-radius: 32px;
}
#box_sellers li:nth-child(1)::before {
  background: rgb(252,234,187); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#box_sellers li:nth-child(2)::before {
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#box_sellers li:nth-child(3)::before {
  background: #f3e2c7; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f3e2c7 0%,#c19e67 50%,#b68d4c 51%,#e9d4b3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/****************2021.10.08 スマホで画像表示・非表示*********************/
.spview {
		display: none;
	}

/****************2022.7.7 FAQ*********************/

.faqarea {
	background-color: #fff;
}
.faqarea .infoTitle {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background-color: #617064;
	padding: 8px 0 6px;
	text-align: center;
}
.faqarea .infoTitle h2 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background-color: #3f96e6;
	padding: 8px 0 6px;
	text-align: center;
}
.faqarea2 {
	font-size: 14px;
    line-height: 2em;
    padding:15px;
  	background-color: #fff;
}
.faqarea2 a {
    font-size: 16px;
	font-weight: bold;
  	color: #3f96e6;
}

.faq {
  margin-bottom: 32px; /* 各Q&Aの下に余白 */
}

.faq__dt, .faq__dd {
  position: relative;
  padding-left: 24px;
  font-size:16px;
}

.faq__dt::before, .faq__dd::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.faq__dt {
  font-weight: bold; /* 質問文は太字にしてみました */
  border-bottom: 1px solid #999;
  margin-bottom: 4px; /* 下にちょい余白 */
}

.faq__dt::before {
  content: 'Q.';
  color: #c80021; /* 「Q」の文字色 */
}

.faq__dd::before {
  content: 'A.';
  color: #0085C8; /* 「A」の文字色 */
}

/****************2022.7.7 FAQ*********************/

.flexBnr01{
  padding: 0% 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flexBnr01 p img {
    height : 189px;
    border: 1px solid #696969;
}

.flexBnr01 p img:hover {
  filter: opacity(70%);
  cursor: pointer;
}

.flexBnr01 b{
  font-size:12px;
  font-weight:bold;
  text-align:center;
  line-height:20px;
}

.flexBnr01 p{
  width:189px;
  font-size:12px;
}

#header01{
  padding:5px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index:10000;
  background: #fff;
}

.tenInfo {
	background-color: #fff;
	margin-bottom: 20px;
}
.tenInfo .infoTitle {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #3f96e6;
	padding: 6px 0 6px;
	text-align: center;
}
.tenInfo .infoTitle h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #3f96e6;
	padding: 6px 0 6px;
	text-align: center;
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* バナー本体 2023.5.2設置*/
.news-banner {
  display: block;
  height: 30px;
  width: 100%;
  background-color: #667654;
  overflow: hidden;
}

/* バナー内コンテンツ */
.news-banner__content {
  display: inline-block;
  color: #fff;
  line-height: 30px;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 30s linear infinite;
}

/* バナー内の要素をすべて選択 */
.news-banner__content > * {
  display: inline-block;
}

/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* 追従Conversionボタン */
#footerFix{
	width: 225px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 999;
}
#footerFix .ctaBtn:first-of-type{
	margin-bottom: 30px;
}
#footerFix .ctaBtn a{
	padding: 15px 0;
	display: block;
	border: 3px dashed #8AC2A4;
	border-radius: 100vh;
	background-color: #f4ecd0;
	font-size: 125%;
	font-weight: bold;
	color: #667654;
	text-align: center;
	text-decoration: none;
}
#footerFix .ctaBtn a i{
	margin-right: .5em;
}
#footerFix .ctaBtn a:hover{
	opacity: .7;
}
