@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=Lato:wght@400;700&family=Rubik:wght@500&display=swap');


/********************************************************************/

/* HTMLタグ要素 */

/********************************************************************/

body {
    padding: 0px;
    margin: 0px;
    font-family: "Lato", 'BIZ UDGothic', "Noto Sans JP", "Noto Sans Japanese", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
    color: #131415;
    /* 余白固定のため（0にすると余白なしになるが、サファリではならない） */
    line-height: normal;
}




@media screen and (min-width: 320px) {
	#container {
		font-size: calc(126vw * 16 / 748);
	}
}
@media screen and (min-width: 480px) {
	#container {
		font-size: calc(120vw * 16 / 748);
	}
}
@media screen and (min-width: 600px) {
	#container {
		font-size: calc(108vw * 16 / 748);
	}
}
@media screen and (min-width: 720px) {
	#container {
		font-size: calc(100vw * 16 / 748);
	}
}
@media screen and (min-width: 840px) {
	#container {
		font-size: calc(100vw * 16 / 1000);
	}
}
@media screen and (min-width: 1200px) {
	#container {
		font-size: 19.2px;
	}
}

/* 画像に重ねる時の文字サイズ調整 */

@media screen and (min-width: 320px) {
.Font-Overlay {
    font-size: 72.5%;
}
}
@media screen and (min-width: 480px) {
.Font-Overlay {
    font-size: 77.5%;
}
}
@media screen and (min-width: 600px) {
.Font-Overlay {
    font-size: 92.5%;
}
}
@media screen and (min-width: 720px) {
.Font-Overlay  {
    font-size: 97.5%;
}
}

A,
A:link,
A:visited,
A:hover,
A:active {
    color: #00a8e0;
    text-decoration: none;
    outline: none;
}

.use_hover A:hover {
    color: #00b6ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1 {
    font-size: 131.25%;
}

h2 {
}

h3 {
    font-size: 107.5%;
}

h4 {
    font-size: 105%;
}

h5 {
    font-size: 116%;
}

h6 {
    font-size: 108%;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    font-size: 87.5%;
}

button, input, select, textarea {
    color: #131415;
    height: 2.4em;
}

select {
}


/**** ヘッダー ****/

/** （responsive はhtmlにクラス指定してある） **/

#header {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

#header_area {
}


/** ショップロゴ **/

.responsive #inner_header {
		padding: 5px 5px;
	}

.shop_name_box A:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.Main-Logo {
    position: relative;
    z-index: 1;
}

.shop_name_box {
    max-width: 18.75em;
}

.Logo-Copy {
    color: #FFFFFF;
    text-align: right;
    font-weight: bold;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.Logo-Copy span {
	width: 18.3em;
    display: block;
    background-color: #00b6ff;
    background-image: url(https://www.e-incom.net/data/e-incom/image/header/copy_back.png);
    background-size: 100% 100%;
	font-size: 75%;
	line-height: 1.166;
	padding-right: 0.435em;
		position: absolute;
		top: 6.5em;
		left: 6.7em;
}

@media screen and (min-width: 320px) {
	
	.Logo-Copy span {
    	padding-top: 1px;
    	padding-bottom: 1px;
		margin-left: 5px;
	}
}

@media screen and (min-width: 840px) {
	
	.responsive #inner_header {
		padding: 5px 5px;
	}
}


/** 右上カテゴリメニュー **/

#header .header_right {
}

#header .header_left {
    position: absolute;
    top: 10px;
    right: 5px;
}

#header .inner_header_nav {
    padding: 0;
}

#header .inner_header_nav .nav_btn {
    margin: 0 0 0 0;
    padding: 0;
    border-radius: 0;
}

#header .header_nav_item {
    width: auto;
    min-width: 0px;
}

/* デフォルトcss修正用 */
#header .inner_header_nav .header_nav_item {
    font-size: 1em;
}

#header .header_nav_item .fa,
#header .header_nav_item .nav_label {
    margin: 0;
    position: static;
    line-height: 1.0;
    padding-top: 1.0em;
    font-size: 87.5%;
}

/* デフォルトcss修正用 */
#header .left_menu_opener_box,
#header .inner_header_nav_column1 {
    min-width: 0px;
}

/* 検索バー */

#header .search_bar {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 87.5%;
    padding-top: 1em;
}

#header .search {
    padding: 0;
}

#header .searchinput {
    margin: 0;
}

#header .search_bar .searchinput {
    padding: 0px 10px;
}
/* デフォルトcss修正用 */
.search_form .fixed_size_large_btn {
    font-size: 1em;
}

#header .search_bar .button_text {
    font-size: 95%;
    line-height: 2.0;
}

#header .search_box {
    font-size: 95%;
    line-height: 1.8;
    width: 20em;
    height: auto;
    padding: 0px 10px;
}

#header .header_nav_item .nav_text {
    width: 4.8em;
}

@media screen and (min-width: 320px) {
		
	#header .header_nav_item .fa {
    	font-size: 125%;
	}
	
	#header .header_right {
		position: absolute;
		top: 10px;
   		margin-right: 5px;
		right: 4.8em;
	}
	
	/* カートページ・位置修正用 */
	.shoppingcart_page_body	#header  .header_right {
		right: 0em;
	}
}

@media screen and (min-width: 840px) {
	
	#header .header_right {
		position: absolute;
		top: 15px;
		right: 5px;
   		margin-right: 5px;
	}
	
	#header .header_nav_item .fa,
	#header .header_nav_item .nav_label {
    	font-size: 0.875em;
    	padding-top: 3.5em;
	}
	
	#header .header_nav_item .nav_text {
    	width: auto;
	}
	
	/* カートページ・位置修正用 */
	.shoppingcart_page_body #header .header_nav_item .fa,
	.shoppingcart_page_body #header .header_nav_item .nav_label {
    	font-size: 120%;
    	padding-top: 0;
	}
}


/** メニューバー **/

#inner_header_nav_free {
}

#inner_header_nav_free ul {
    padding-left: 0px;
    list-style-type: none;
    background-color: #F4f7FA;
    margin-bottom: 0px;
}
#inner_header_nav_free li {
    width: calc(100% / 5);
    display: inline-block;
    border-right: 3px solid #FFFFFF;
    text-align: center;
}

#inner_header_nav_free li:last-child {
    border-right: none;
}

#inner_header_nav_free li a {
    width: 100%;
    height: 100%;
    display: block;
    border-bottom: 2px solid #00b6ff;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

#inner_header_nav_free li A:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#inner_header_nav_free li A,
#inner_header_nav_free li A:link,
#inner_header_nav_free li A:visited,
#inner_header_nav_free li A:hover,
#inner_header_nav_free li A:active {
    color: #505559;
}

#inner_header_nav_free .navi-icon {
}

#inner_header_nav_free span {
    font-family: nitalago-ruika, ニタラゴルイカ-０６, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
    font-size: 95%;
    font-weight: normal;
}

@media screen and (min-width: 320px) {
	
	#inner_header_nav_free span {
		width: calc(100% / 1);
		display: inline-block;
	}
	
	#inner_header_nav_free .navi-icon {
    width: 2.5em;
    height: 2.5em;
    max-width: 40px;
    max-height: 40px;
    margin-bottom: 0.1em;
	}
}

@media screen and (min-width: 840px) {
	
	#inner_header_nav_free span {
    width: auto;
    margin-left: 0.5em;
    position: relative;
    top: 1px;
	}
	
	#inner_header_nav_free .navi-icon {
    	margin-bottom: 0;
	}
}

/**** トップイメージ（追加CSS） ****/

.top_wrapper_case .swiper-slide-prev img,
.top_wrapper_case .swiper-slide-next img {
  opacity: 0.5;
}
/* はみ出した画像の表示 */
.top_image_slide .swiper-container {
	  overflow: visible!important;
}

/**** カテゴリー ****/

#left_side_col {
    width: auto !important;
    margin-bottom: 3em;
    font-size: 92.5%;
}


.side_container {
    width: 16em;
    border-right: 0.125em solid #F4f7FA;
    padding-right: 0.5em;
}

@media screen and (max-width: 839px) {
	
	.side_container {
		width: 16em;
		border-right: 0.125em solid #F4f7FA;
		padding-right: 0.25em;
	}
	
}


/* カテゴリタイトル */

.category_nav_box .title_head_space::before,
.pickupcategory_nav_box .title_head_space::before {
    float: left;
    font-size: 125%;
    line-height: 2em;
    text-indent: 10px;
    color: #00b6ff;
    font-family: "Material Symbols Outlined";
    content: "\e241";
    font-variation-settings: 'FILL' 0, /* 塗り 「0」→塗りなし 「1」→塗りあり*/
  'wght' 500,/* 太さ（100～700から指定可能（7段階）） */
  'GRAD' 0,/* 輪郭（-25, 0, 200から指定可能（3段階））*/
  'opsz' 20/* サイズ（20, 24, 40, 48から指定可能（4段階））*/;
}

#left_side_col .section_title {
    background-color: #F4f7FA;
    margin: 0;
    border-radius: 5px 5px 0px 0px;
    padding-top: 0;
}

#left_side_col .title_text {
    display: inline;
    line-height: 2.5em;
    padding-left: 3px;
}

/* リスト */

#left_side_col .nav_label {
    line-height: 2.5em;
}

/* リスト・スペース調整 */
.parental_menu_link .nav_btn,
.sub_menu_link .nav_btn,
.inner_itemlist_nav .nav_btn {
    padding: 0px 0px;
    text-indent: 0.3em;
}

/* リスト・左ボーダー */
.category_nav_box .parental_menu_link,
.category_nav_box .sub_menu_link_item,
.pickupcategory_nav_box .itemlist_nav_item {
    border-left-width: 0.6em;
    border-left-style: solid;
    border-left-color: #F4f7FA;
    border-bottom-width: 0.15em;
    border-bottom-style: solid;
    border-bottom-color: #F4f7FA;
    margin-top: 0.35em;
}

.category_nav_box .parental_menu_link .nav_text {
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #99aabd;
}

.category_nav_box .parental_menu_link .nav_text .nav_label {
    color: #505559;
    font-weight: bold;
}

.category_nav_box .parental_menu_link:hover .nav_label {
    color: #FFF;
}


.category_nav_box .sub_menu_link,
.pickupcategory_nav_box .nav_text {
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #00b6ff;
}

/* リスト・カーソルアイコン */
#left_side_col .right_side_nav_icon {
    font-size: 92.5%;
    line-height: 2.5em;
    margin-top: 0px;
    top: 0.1em;
}

/* カート・アイコン */
#left_side_col .cart_nav_box .chevron_right_icon {
    padding-right: 10px;
    float: left;
    margin-top: 6px;
}

@media (max-width: 480px) {

	/* リスト・カーソルアイコン */
	.side_container {
		width: 16.5em;
	}
	
	/* カート・アイコン */
	#left_side_col .cart_nav_box .chevron_right_icon {
		margin-top: 5px;
	}
}


@media (max-width: 840px) {

	/* リスト・カーソルアイコン */
	#left_side_col .right_side_nav_icon {
		right: 0;
	}

	/* カート・アイコン */
	#left_side_col .cart_nav_box .chevron_right_icon {
		padding-right: 10px;
		float: left;
		margin-top: 6px;
	}
	
}






/**** 商品リスト ****/

.categorylist_contents,
.grouplist_contents,
.itemlist_contents {
    margin-bottom: 2em;
}

.item_sort_form {
    display: none;
}


/** グレー枠と余白 **/

/* グレー枠 */
.tiled_list_box .item_data,
.recently .item_data {
    margin: 0.3em 0.3em;
    background-color: #F4f7FA;
}

/* 余白 */
.tiled_list_box .item_data {
    padding: 0.6em 0.6em;
}

.recently .item_data {
    padding: 0.5em 0.5em;
}

.itemlist_box .inner_item_data {
    padding: 0;
}


/* おすすめ商品・新商品（New Item） */


#main_container .item_pickup,
#main_container .item_new {
    margin-bottom: 3em;	
}


/** 文字サイズとカート **/

/* リスト商品名 */
.without_pager  .item_name {
    font-size: 100%;	
}

/* リスト売価 */
.item_data .selling_price .figure {
    font-size: 112.5%;	
}

/* リスト売価（税） */
.item_data .selling_price .list_tax_label {
    font-size: 92.5%;	
}

/* リスト定価 */
.item_data .retail_price {
    font-size: 92.5%;	
}



.layout_photo .add_cart {
    height: auto;
    text-align: center;
}

.layout_photo .itemlist_cartbutton {
    position: static;
}

.layout_photo .global_iconleft .fa {
    font-size: 95%;
    padding-right: 0;
    position: relative;
    bottom: 0.05em;
    right: 0.2em;
}

.layout_photo .add_cart .cartinput  {
    margin-bottom: 0.6em;
}



/* リスト表示・カートイン画面 */

.overlay_product .overlay_front {
    max-width: 43.75em;
    text-align: center;
	
}
.overlay_product .item_name {
    background-color: #F4f7FA;	
}

.overlay_product .detail_section {
    padding: 0.5em 0.5em;
}

.overlay_product .global_photo img {
    width: 160px;	
}


.overlay_product .popup_variation_title {
    font-size: 100%;
}

.overlay_product .validation_selection_button {
    font-size: 100%;
}

.overlay_product .validation_selection_button {
    font-size: 100%;
}

.btn_size_xxlarge .global_iconleft .fa {
    font-size: 120%;
}


/* 件表示 */
.item_count {
    font-size: 92.5%;	
}

/* 最近チェックしたアイテム商品名 */
.recently .item_name {
    font-size: 87.5%;
}

/* 最近チェックしたアイテム・リセット */
.section_title_right_edge .general_btn {
    font-size: 87.5% !important;	
}

/* 最近チェックしたアイテム商品名 */

.recently  .slide_item_cell {
    min-width: 9em !important;	
}

/* おすすめ商品のリンク先にある"カテゴリで絞り込む" "特集で絞り込む"（イヤホンマイク）を非表示にする */

.lower_link_box {
    display: none;
}


/**** 商品ページ ****/

/** カートボタン **/

#submit_cart_input_btn {
    background-color: #ffcc00;
    color: #FFFFFF;
    font-weight: bold;
}


/** バリエーション選択・修正用 **/

#variation_item_box button {
    height: auto;
}
#variation_item_box .validation_selection_button {
    font-size: 100%;
}

#variation_item_box .validation_selection_selected_all {
    width: auto;
}

#variation_item_box .variation_selection_list,
#variation_item_box .variation_selection_item,
#variation_item_box .variation_selection_stock,
#variation_item_box .variation_selection_msg {
    display: inline-block;
    line-height: 1.6;
}
.variation_selection_item {
    margin-top: 0em;
    margin-bottom: 0.5em;
}

#variation_item_box .variation_selection_value {
    margin-right: 1.2em;
}

#variation_item_box .button_text {
	color: #131415;
}

#variation_item_box .variation_selection_status {
    vertical-align: middle;
}

#variation_item_box .ok_status {
    position: relative;
    bottom: 0.2em;
}

#variation_item_box .error_icon {
    position: relative;
    bottom: 0.1em;
}

.detail_inner_box {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2.5em;
    clear: both;
}

/* 対応製品 */

.item_desc_data .box_both_ends_space {
    padding: 0 0.8em;
}

.item_desc_data .custom_desc {
    overflow: unset;
}

.item_desc_data .section_title {
    margin-top: 2.2em;
}

.ajax_item .main_box {
    padding: 0 0;
    margin: 0 0;
}

#Option-Product {
    margin-bottom: 2.5em;
}

#Option-Product .item_name,
#Compatibility .item_name {
    font-size: 95%;	
}

#Option-Product .retail_price,
#Compatibility  .retail_price {
    font-size: 87.5%;	
}

#Option-Product .selling_price,
#Compatibility .selling_price {
    font-size: 92.5%;	
}

.ajax_item .tiled_list_box {
    padding: 0 0;
}

.layout_photo .square_photo_layout.column3 .list_item_photo {
    max-width: 160px;
}

@media (min-width: 320px) {
	#contents .item_desc_data .list_item_cell {
    	width: 33%;
	}
}

@media (min-width: 720px) {
	#contents .item_desc_data .list_item_cell {
    	width: 25%;
	}
}

@media (min-width: 840px) {
	#contents .item_desc_data .list_item_cell {
    	width: 25%;
	}
}

@media (min-width: 1080px) {
	#contents .item_desc_data .list_item_cell .global_btn .btn_size_large,
	#Option-Product .layout_photo .global_iconleft .fa,
	#Compatibility .layout_photo .global_iconleft .fa {
    	font-size: 16.4px;
	}

	#Option-Product .ajax_item .tiled_list_box,
	#Compatibility .ajax_item .tiled_list_box {
    	max-width: 800px;
    	margin: 0 auto;
	}
	
	#Option-Product .item_name,
	#Compatibility .item_name {
    	font-size: 16.4px;
	}
	
	#Option-Product .selling_price .figure,
	#Compatibility .selling_price .figure {
    	font-size: 18px;
	}
	
	#Option-Product .selling_price .tax_label,
	#Compatibility .selling_price .tax_label {
    	font-size: 14.8px;
	}
	
	#Option-Product .retail_price,
	#Compatibility .retail_price {
    	font-size: 15.1px;
	}
	
	
}


/* 関連製品 */

.related_item  {
    margin-bottom: 6.5em;
}

.related_item .item_data {
    margin: 0.3em 0.2em;
    padding: 0.5em 0.5em;
    background-color: #F3F6F9;
}

.related_item .slide_item_cell {
    max-width: 33.33%;
}

.Banner-L {
    text-align: center;
}

.Banner-L img {
    margin-top: 2em;
}



/********************************************************************/

/* 大外 */

/********************************************************************/

#container {
    line-height: 1.65em;
}

#inner_container {
    max-width: 980px;
    margin: 0px auto;
    background-color: #FFFFFF;
}

#main_container {
    margin-bottom: 5px;
}

@media (min-width: 840px) {
	#main_container {
		padding-left: 0.78em!important;
	}
}
.wide_layout #inner_container {
    max-width: 1200px;
}


/********************************************************************/

/* トップページコンテンツ間余白 */

/********************************************************************/

.main_box,
.side_box {
    margin: 0 0 3em;
}

@media (max-width: 839px) {
      .main_box,
      .side_box {
          margin: 0 0.25em 3em;
      }
}


/********************************************************************/

/* キャッチフレーズ欄 */

/********************************************************************/

/* キャッチフレーズ */
.copy {
    min-height: 18px;
    padding: 5px 5px 0px;
    font-size: 85%;
    color: #FFFFFF;
}

#copy A {
    color: #FFFFCC;
}

#copy A:hover {
    color: #FFFFFF;
}


/********************************************************************/

/* ヘッダー */

/********************************************************************/

#header {
    position: relative;
}


/********************************************************************/

/* ショップ名 */

/********************************************************************/

/* ショップ名ロゴ */
.shoplogo {
    padding: 5px;
}

.use_hover .shoplogo A:hover img {
    opacity: 0.8;
}

/* ショップ名テキスト */
.shoptext {
    padding: 5px 0px;
    min-height: 40px;
    margin-right: auto;
}

.shoptext A {
    font-size: 116%;
    margin: 0px;
    color: #FFFFFF; 
}

#shoptext A:hover { 
}


/********************************************************************/

/* 文字サイズ */

/********************************************************************/

.font_setting {
    padding: 5px 5px 10px;
    text-align: center;
}

/* 文字サイズ画像 */
.set_font_normal,
.set_font_large {
    width: 45px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: 45px 60px;
    background-size: 45px 60px;
}

/* 普通画像 */
.set_font_normal {
    background-image: url(img/font_default.gif);
}

/* 大画像 */
.set_font_large {
    margin-left: 5px;
    background-image: url(img/font_large.gif);
}

/* 文字サイズ画像マウスオーバー、選択中 */
.use_hover .font_setting .set_font_normal:hover,
.use_hover .font_setting .set_font_large:hover,
.font_setting .nav_on {
    background-position: left bottom;
}


/********************************************************************/

/* ヘッダーナビ */

/********************************************************************/

/* 各ナビゲーション */
.inner_header_nav .nav_btn {
    color: #0088c2;
}

.use_hover .inner_header_nav .nav_btn:hover {
    color: #0088c2;
}


/*************************************************************/

/* 検索 */

/*************************************************************/

.search_bar .search {
}


/*************************************************************/

/* グローバルナビゲーション */

/*************************************************************/

.global_nav {
}

/* 各ナビゲーション */
.inner_global_nav .nav_btn {
    border-right: 1px solid #99CCFF;
    background-image: url(img/topnavi_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #FFFFFF;
    color: #0C68C4;
    font-weight: normal;
    text-align: center;
}

.use_hover .inner_global_nav .nav_btn:hover {
    background-image: none;
    background-color: #C3E1FF;
    color: #0C68C4;
}

.global_nav_item:last-child .nav_btn {
    border-right: none;
}


/********************************************************************/

/* 開閉ナビゲーション */

/********************************************************************/

.inner_popup_nav_area,
.inner_popup_menu_area {
    background-color: #FFFFFF;
    color: #131415;
}

/* 各ナビゲーション */
.inner_popup_nav .nav_btn {
    background-color: #FFFFFF;
    border-top: 1px dotted #666666;
    font-weight: normal;
    color: #131415;
}

.use_hover .inner_popup_nav .nav_btn:hover {
    background-color: #F5F5F5;
}

/* 開閉ナビゲーション閉じるボタン */
.nav_close_box .nav_close {
    background-color: #222222;
}

.use_hover .nav_close_box .nav_close:hover {
    background-color: #333333;
}


/********************************************************************/

/* メインナビゲーション */

/********************************************************************/

/* 各ナビゲーション */
.inner_side_nav .nav_btn,
.inner_main_nav .nav_btn {
    border-radius: 5px;
    background-color: #0C68C4;
    color: #FFFFFF;
    padding: 6px 10px;
}

.use_hover .inner_side_nav .nav_btn:hover ,
.use_hover .inner_main_nav .nav_btn:hover {
    opacity: 0.7;
    color: #FFFFFF;
}

/* フリーページナビゲーション背景 */
.freepage_nav .inner_freepage_nav .nav_btn {
    background-image: url(img/naviglobal_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    border-radius: 5px;
    background-color: #00b6ff;
}

.use_hover .freepage_nav .inner_freepage_nav .nav_btn:hover {
    opacity: 0.7;
}


/********************************************************************/

/* カテゴリ、特集ナビゲーション */

/********************************************************************/

.itemlist_nav {
    margin-top: 15px;
}

/* 各ナビゲーション */
.inner_itemlist_nav .nav_btn {
    font-weight: normal;
}

.menu_link_item .parental_menu_link:hover {
    color: #FFFFFF!important;
}

.use_hover .inner_itemlist_nav .nav_btn:hover {
    background-color: #00b6ff;
    color: #FFFFFF;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

/********************************************************************/

/* サイドメニュー */

/********************************************************************/

/* サイドメニュー枠 */
.open_side_col .side_container {
    background-color: #FFFFFF;
}

/* サイドカテゴリ一覧 */
.side_itemlist_nav {
    padding: 0px 1px;
}

/* サブカテゴリ　第二階層 */
.side_itemlist_nav .sub_menu_link {
}

/* サブカテゴリ背景 */
.side_itemlist_nav .sub_menu_link {
    background-color: #FFFFFF;
}

/* マウスオーバー */
.use_hover .side_itemlist_nav .side_itemlist_nav_link:hover {
    background-color: #E3D9D0;
    color: #A47C62;
}


/********************************************************************/

/* フッターナビゲーション */

/********************************************************************/

.footer_nav {
    background-color: #99aabd;
    border-top: 0px solid #00b6ff;
}

/* 各ナビゲーション */
.footer_nav_item {
    color: #FFFFFF;
}

.footer_nav_item .nav_btn {
    font-size: 87.5%;
    margin: 0.5px 0.5px;
    background-color: #8498ad;
    padding: 0.6em;
}

.use_hover .footer_nav_item .nav_btn:hover {
    background-color: #a9b7c7;
    color: #FFFFFF;
}

/* 追加 */

.inner_footer_nav {
    padding: 0.5px 0.5px;
    border-bottom: 7.5em solid #8498ad;
}

#footer_container .right_side_nav_icon {
    font-size: 1.2em;
    line-height: 1.2;
    top: auto;
    margin-top: 0;
}

.column2 .padfix li {
    padding: 0 0;
}

.calendar_slide {
    font-size: 100%;
}

@media screen and (min-width: 640px) {
	.responsive .column1 .padfix .wrapped_item {
    padding: 0px 0px;		
	}
	.responsive .column2 .padfix .wrapped_item {
    padding: 0px 0px;		
	}

}

@media (min-width: 980px) {
	.wide_layout .column2 .advanced_flex_wrap .wrapped_item {
    width: 25%;
	}
	.responsive .footer_nav {
		padding-top: 0px;
	}
	
}



/* 申し込みフォームのアイコン、ラジオボタンサイズ */

@media (min-width: 1100px) {	
	input[type=checkbox], input[type=radio] {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		margin-right: 0.65em;
	}
}
@media screen and (max-width: 1099px) {	
	input[type=checkbox], input[type=radio] {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		margin-right: 0.6em;
	}
}
@media screen and (max-width: 979px) {	
	input[type=checkbox], input[type=radio] {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		margin-right: 0.55em;
	}
}
@media screen and (max-width: 839px) {	
	input[type=checkbox], input[type=radio] {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		margin-right: 0.5em;
	}
}
@media screen and (max-width: 719px) {	
	input[type=checkbox], input[type=radio] {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
		margin-right: 0.45em;
	}
}
@media screen and (max-width: 479px) {	
	input[type=checkbox], input[type=radio] {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		margin-right: 0.4em;
	}
}


/********************************************************************/

/* タイトル */

/********************************************************************/

.side_box h2,
.main_box h2 {
}

.category_nav_box h2,
.pickupcategory_nav_box h2 {
    color: #363a3d;
    background-image: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


/********************************************************************/

/* 第二階層タイトル */

/********************************************************************/

/* 第二階層各ページタイトル */
.page_box .page_title h1,
.page_box .page_title h2,
.page_box .recently .section_title h2,
.page_box .use_emphasis_title .section_title h2,
#inner_main_container .recently .section_title h2,
#inner_main_container .item_pickup h2,
#inner_main_container .item_new h2 {
    padding: 0.3em 0.5em;
    margin-bottom: 0.6em;
    background-color: #00b6ff;
    color: #FFFFFF;
    font-size: 120%;
    border-radius: 0.25em;
    font-family: nitalago-ruika, ニタラゴルイカ-０６, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
    font-weight: normal;
}

.shoppingcart_page_body .page_box .page_title h2 {
    margin-bottom: 0.8em;
}

#inner_main_container .item_pickup h2,
#inner_main_container .item_new h2 {
    margin-bottom: 1em;
}


/********************************************************************/

/* 第二階層サブタイトル */

/********************************************************************/

/* 各ページサブタイトル */
.page_box .section_title h2,
.page_box .section_title h3,
.whatnew .section_title h2 {
    padding: 0 1em;
    background-color: #F4f7FA;
    background-image: none;
    color: #363a3d;
    font-size: 100%;
    line-height: 2.0em;
}

#product_detail_free_space .section_title h2 {
    line-height: 1.1em;
}

.page_box #cart_preview .section_title h3 {
    font-weight: bold;
    margin-bottom: 0.6em;
}

/* カート確認画面 */
.section_title_right_edge h3 {
    line-height: 2.5em !important;
}

.section_title_right_edge .global_btn A {
    color: #00a8e0 !important;
    background-color: #FFFFFF;
    border: 1px solid #DDE3EA !important;
}

.page_box .help_contents .section_title h4 {
    margin-top: 0.6em;
}

.page_box .section_title h4 {
    background-color: #fffc59;
    border-radius: 0.25em;
    padding: 0.6em;
}

.page_box .page_contents .search_result_title h3 {
    margin-top: 10px;
}

#cart_preview .global_btn button.general_btn {
	padding: 0 0.8em;
}


/********************************************************************/

/* 第二階層小項目タイトル */

/********************************************************************/

.contents_title {
    border-left: 5px solid #dde3ea;
    border-bottom: 1px solid #dde3ea;
    padding: 8px;
    font-weight: normal;
    font-size: 116%;
    color: #131415;
}

.rules_title {
    font-weight: bold;
}


/********************************************************************/

/* フォームタイトル */

/********************************************************************/

.form_title {
    border-left: 5px solid #dde3ea;
    border-bottom: 1px solid #dde3ea;
    padding: 0.8em 0.5em !important;
    font-weight: normal;
    font-size: 105%;
    color: #131415;
}

/* 位置調整 */

.form_title .form_header {
    position: relative;
    bottom: 0.2em;
}

.form_inner_title {
    border-bottom: 1px solid #dde3ea;
    font-weight: bold;
    color: #131415;
}


/********************************************************************/

/* タイトル文字サイズ */

/********************************************************************/

.page_title h1,
.page_title h2,
.section_title h1,
.section_title h2 {
    margin: 0px;
}

.page_title h3,
.section_title h3 {
    margin: 0px;
    font-size: 120%;
}

.page_title h4,
.page_title h5,
.page_title h6,
.section_title h4,
.section_title h5,
.section_title h6 {
    margin: 0px;
    font-size: 100%;
    font-weight: bold;
}


/********************************************************************/

/* メインコンテンツ */

/********************************************************************/

/********************************************************************/

/* 一覧
・写真のみ表示
・説明付き表示
・商品一覧ページ(写真のみ、説明付き)
・最新情報、店長日記
・ソート
*/

/********************************************************************/


/*--------------------------------------*/

/* 写真のみ表示  */

/*--------------------------------------*/

/* サムネイル写真 */
.layout_photo .list_item_photo {
    padding: 0 0;
    text-align: center;
}

/* 一覧枠 */
.layout_photo .list_item_data {
    padding: 0.5em 0.2em;
}

/* もっと見る */
.more_item {
    text-align: center;
    margin-top: 0.5em;
    font-size: 85%;
}


.more_item .general_btn {
    padding: 0.3em 0.5em;
    font-size: 100%;
    font-weight: normal;
}

/* 写真のみ文字サイズ */
.layout_photo .item_data_link {
}

.layout_photo .col2 .item_data_link {
    font-size: 193%;
}



/* 追加CSS */

.layout_photo .list_item_photo .item_image, .layout_photo .square_photo_layout.column2 .list_item_photo {
    max-width: 100%!important;	
}

/*--------------------------------------*/

/* 説明付き */

/*--------------------------------------*/

/* リンク */
.layout_column_text .list_item_box,
.layout_text .not_link {
    border-bottom: 1px solid #dde3ea;
}

.list_item_data p.item_desc {
    color: #555555;
}


/*--------------------------------------*/

/* 商品一覧  */

/*--------------------------------------*/

/* 商品、記事一覧マウスオーバー */
.use_hover .item_list .item_data_link:hover,
.use_hover .item_list .list_item_link:hover {
    opacity: 0.7;
}

/* 商品名 */
.item_name {
    font-weight: bold;
}

.list_item_data p.item_name {
    margin-bottom: 3px;
}

/* 販売価格 */
.price {
    padding: 0;
    color: #B20000;
    font-weight: bold;
}

.price .selling_price,
.price .regular_price {
    padding: 2px 0px;
}

/* 通常販売価格 */
.price .regular_price {
    color: #666666;
    font-weight: normal;
    display: block;
}

.item_box .text_layout .regular_price {
    display: inline;
}

/* 希望小売価格、税込価格 */
.item_box .retail_price,
.item_box .tax_incl_price {
    color: #505559;
    font-weight: normal;
    word-break: normal;
    font-size: 92.5%;
}

/* 在庫あり */
.stock {
    color: #555555;
    font-size: 93%;
}

/* 在庫僅か */
.lowstock {
    color: #990000;
}

/* 在庫なし */
.soldout,
.variation_stock_list .data_table .soldout {
    color: #777777;
}

/* レビュー件数 */
.item_info .review_number {
    color: #131415;
}

/* 商品一覧ランキングNo. */
.rankno {
    color: #FFFFFF;
    background-color: #CC7979;
}

.item_data .rankno1 {
    background-color: #CC0000;
}


/*--------------------------------------*/

/* 記事一覧  */

/*--------------------------------------*/

/* タイトル */
.list_subject {
    padding: 5px 0px;
}

/* 日付 */
.date {
    color: #555555;
    font-size: 93%;
    font-weight: normal;
}


/*--------------------------------------*/

/* ソート */

/*--------------------------------------*/

.sort {
    border-bottom: 1px solid #dde3ea;
}

.sort_toggle .toggle_open {
    padding: 7px;
    background-color: #F5F5F5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #dde3ea;
    border-bottom: none;
}

.sort_toggle .toggle_open {
    background-color: #F9F9F9;
}

/* ソート項目枠 */
.sort_item {
    padding: 10px;
    border-left: 1px solid #dde3ea;
    border-right: 1px solid #dde3ea;
    border-bottom: 1px solid #dde3ea;
    background-color: #FFFFFF;
}

.sort_box {
    padding: 5px;
    margin: 3px;
    border-bottom: 1px solid #dde3ea;
}

.sort_item .global_btn {
    padding: 5px;
    text-align: center;
}

/* 件数 */
.item_count {
    padding: 0 0.6em;
}


/********************************************************************/

/* スライド */

/********************************************************************/

/* スライド送りボタン */
.slider_box .swiper-pagination-bullet,
.swipe_list .pointer span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #dde3ea;
    border-radius: 50%;
    cursor: pointer;
}

/* 現スライド */
.slider_box .swiper-pagination-bullet-active,
.swipe_list .pointer span.current {
    background-color: #0C68C4;
    border: 1px solid #0C68C4;
}

#photo .slider_box .swiper-pagination-bullet,
#photo .swipe_list .pointer span,
#photo .slider_box .swiper-pagination-bullet-active,
#photo .swipe_list .pointer span.current {
    border: none;
}

/* 前へ、次へアイコン */
.swipe_list .pointer_box span.pointer_prev,
.swipe_list .pointer_box span.pointer_next,
.swiper-button-prev,
.swiper-button-next {
    width: 25px;
    height: 25px;
    background-color: #edf0f5;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.use_hover .swiper-button-prev:hover,
.use_hover .swiper-button-next:hover {
    background-color: #dde3ea;
}

.use_hover .slider_box .swiper-button-disabled:hover {
    background-color: #dde3ea;
}

/* 前へアイコン画像 */
.swipe_list .pointer_box span.pointer_prev,
.swiper-button-prev {
    background-image: url(img/icon_prev.gif);
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

/* 次へアイコン画像 */
.swipe_list .pointer_box span.pointer_next,
.swiper-button-next {
    background-image: url(img/icon_next.gif);
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

/* 追加CSS */

#photo {
    margin: 0.5em 0;
}


/********************************************************************/

/* 第二階層 */

/********************************************************************/

#container .page_box {
    color: #131415;
    margin-left: 5px;
    padding: 0 0;
    margin-right: 5px;
}

/* 共通説明 */
.page_desc {
    padding: 10px;
}

/* 共通ボックス */
.global_info {
    background-color: #FFFFEE;
    border: 1px solid #dde3ea;
    padding: 10px;
}


/********************************************************************/

/* 商品詳細 */

/********************************************************************/

/* 商品情報　各ブロック */
.detail_section {
    border-bottom: 1px solid #dde3ea;
}

/* 商品情報　商品名 */
.detail_item_data h1,
.detail_item_data .item_name {
    font-size: 110%;
    font-weight: bold;
}

/* 商品詳細　価格エリアdivタグ間余白 */
.detail_item_data .section_box {
    margin-bottom: 10px;
}

/* 商品詳細　価格エリア項目間余白 */
.detail_item_data .section_box p {
    margin-bottom: 5px;
}

/* 商品詳細　販売価格 */
.detail_item_data .selling_price {
    font-size: 110%;
    color: #B20000;
    word-break: normal;
}

/* 商品詳細　販売価格金額 */
.detail_item_data .selling_price .figure {
    font-weight: bold;
}

/* 商品詳細　通常販売価格 */
.detail_item_data .regular_price {
    font-size: 85%;
}

/* 商品詳細　希望小売価格、税込価格 */
.detail_item_data .retail_price,
.detail_item_data .tax_incl_price {
    color: #505559;
    font-weight: normal;
    font-size: 95%;
}

/* 商品詳細　販売価格ラベル */
.detail_item_data .selling_price {
    font-weight: normal;
}

.detail_item_data .quantity {
    padding-bottom: 0.7em;
}

/* 商品詳細　在庫 */
.detail_item_data .stock {
    font-size: 108%;
    font-weight: bold;
}

/* 商品情報　商品説明 */
.item_desc {
    margin: 0px;
}

/* 価格変動注意書き */
.price_desc {
    font-size: 77%;
}

/* 商品仕様 */
.detail_spec_data {
    margin: 0px;
    font-size: 92.5%;
}

.detail_spec .section_title {
    clear: both;
}

/* 他の写真枠 */
.other_item_data {
    margin: 0px;
}

.other_item_data .global_photo {
    text-align: center;
}

/* 他の写真説明 */
.other_photo_desc {
    margin: 0px;
}

/* ソーシャルツール */
.social_tool {
    padding-bottom: 5px;
}

/* バリエーション在庫表 */
.variation_stock_list {
    margin-bottom: 5px;
}

/* バリエーション、オーダーメイド項目間余白 */
.variation_item,
.order_item {
    padding-bottom: 10px;
}

/* オーダーメイド項目 */
.order_item {
    border-bottom: 1px dotted #CCCCCC;
}

.ordermade .bottompos {
    border-bottom: none;
}

/* 在庫数のラベルなし */
.hidden_stock .stocklist_data {
    text-align: center;
}

/* バリエーション在庫選択中背景 */
.variation_stock_list .data_table .selected_item {
    background-color: #FFFFCC;
    color: #CC0000;
}

.variation_stock_list .data_table .selected_data {
    background-color: #FFFFCC;
}


/*--------------------------------------*/
/* バリエーション選択のポップアップ */

/* ポップアップ枠 */
.popup_variation,
.popup_area {
    background-color: #FFFFFF;
    border: 1px solid #dde3ea;
}

.popup_variation_selection,
.popup_section {
    border-bottom: 1px solid #dde3ea;
}

/* バリエーション項目ボタン */
.popup_variation_button,
.item_selection_button {
    background-color: #F4f7FA;
    border: 1px solid #b8c4d1;
}

/* 選択中 */
.selected_option .popup_variation_button,
.selected_option .item_selection_button {
    background-color: #D5EBFF;
    border: 2px solid #dde3ea;
    color: #0C68C4;
}

/* 変更、選択してくださいボタン */
.popup_variation_edit_button,
.popup_variation_select_button,
.item_select_operation_button {
    background-image: url(img/btn_main.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: #F6F6F6;
    color: #333333;
}

.popup_variation_value,
.variation_selection_value,
.item_selection_value {
    color: #0C68C4;
}

/* 選択済み枠 */
.variation_selection_box .validation_selection_selected_all,
.use_hover .variation_selection_box .validation_selection_selected_all:hover {
    background-color: #D5EBFF;
    border: 2px solid #dde3ea;
    color: #131415;
}

.validation_selection_selected_all .variation_selection_msg_text {
    background-image: url(img/btn_main.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: #F6F6F6;
    color: #333333;
}


/*--------------------------------------*/
/* サムネイル写真 */

.thumbnail {
    margin-top: 5px;
}

/* サムネイル写真 */
.thumbnail .thumbnail_btn {
    border: 2px solid #FFFFFF;
}

.thumbnail .current .thumbnail_btn {
    border: 2px solid #0C68C4;
}

/* サムネイル写真枠サイズ */
.thumbnail_listbox {
    width: 60px;
}



/* 追加css */

.thumbnail_listbox .thumbnail_btn {
    width: auto!important;
    height: auto!important;
}

.thumbnail_image_box {
	font-size: inherit;
}

@media screen and (min-width: 1200px) {
	.product_info_wrapper {
		margin-bottom: 2em;
	}
}
@media screen and (min-width: 320px) {
	.thumbnail_listbox .thumbnail_btn {
		max-width: 2.6em!important;
	}
}
@media screen and (min-width: 480px) {
	.thumbnail_listbox .thumbnail_btn {
		max-width: 1.8em!important;
	}
}
@media screen and (min-width: 600px) {
	.thumbnail_listbox .thumbnail_btn {
		max-width: 2.1em!important;
	}
}
@media screen and (min-width: 720px) {
	.thumbnail_listbox .thumbnail_btn {
		max-width: 2.4em!important;
	}
}




/*************************************************************/

/* レビュー */

/*************************************************************/

.large_rating_icon .rating_point {
    font-size: 153.9%;
}

.medium_rating_icon .rating_point {
    font-size: 123.1%;
}

/* 星ポイント */
.rating_point {
    margin-left: 10px;
    color: #EF9D35;
}

/* レビュー数 */
.review_number {
    margin-left: 10px;
}

/* グラフ */
.bar_graph {
    background-color: #EF9D35;
}

/* 年代 */
.rating_age {
    font-size: 93%;
}

/* 分析レポート内レビュー数 */
.rating_number A {
    font-size: 93%;
}

/* レビュー一覧 */
.review_data {
    border-bottom: 1px dotted #131415;
}

.mypagereview_contents .review_data {
    border-bottom: none;
}

/* レビュータイトル */
.review_title {
    font-size: 123.9%;
    font-weight: bold;
}

.itemdetail .review_data .review_title,
.mypagereview_contents .review_data .review_title {
    font-size: 108%;
}

/* 登録日 */
.review_postdate {
    background-color: #E8F1FF;
}

/* メモ */
.review_note {
    border-top: 1px solid #dde3ea;
    border-bottom: 1px solid #dde3ea;
}

.detail_page_body .review_note {
    border-top: 1px solid #EBE2DC;
    border-bottom: none;
}

/* ショップオーナー返信 */
.owner_note {
    border-bottom: 1px solid #dde3ea;
}

/* ショップオーナーヘッダー */
.owner_header {
    font-size: 93%;
    color: #0760B9;
}

/* ショップオーナー登録日 */
.owner_postdate {
    display: inline-block;
    margin-left: 5px;
}

/* 参考質問数字 */
.user_number {
    font-size: 123.9%;
    font-weight: bold;
    color: #EF9D35;
}

/* 参考質問ボタン */
.review_vote_btn {
    display: block;
    margin-top: 5px;
}

/* 商品一覧レビュー数 */
.itemlist .review_number {
    font-size: 85%;
    margin-left: 5px;
}

/* 商品詳細レビュー数 */
.review_list .review_number {
    font-size: 93%;
}

/* 商品詳細ヘッダー */
.detail_review_header {
    padding-top: 10px;
}

/* 商品詳細、マイページレビュー管理ボタン */
.review_admin .global_btn {
    border-top: 1px solid #dde3ea;
    text-align: center;
}

.detail_review_header .global_btn {
    text-align: center;
}


/********************************************************************/

/* ログイン */

/********************************************************************/

/* ID、PW枠 */
.signin_box .id_box,
.signin_box .pass_box {
    margin: 0px;
}

/* ID、PWタイトル */
.signin_box .id_title,
.signin_box .pass_title {
    margin-bottom: 10px;
    border-bottom: 1px solid #dde3ea;
    font-size: 116%;
    font-weight: bold;
}

.signin_box .password .global_link {
    font-size: 85%;
}

/* 新規登録枠 */
#register_form {
    padding-top: 20px;
    border-top: 1px solid #dde3ea;
}


/********************************************************************/

/* カート */

/********************************************************************/

/* カートの中身各枠 */
.inner_cart_data {
    margin-bottom: 0.8em;
    border: 1px solid #dde3ea;
    background-color: #FFFFFF;
    padding: 0.6em 1em;
    border-radius: 5px;
}

/* カート・写真と商品名 */
.cart_header {
    padding: 0.4em 0;
}

/* 各項目枠 */
.cart_section {
    padding: 0.4em 0;
    border-top: 1px solid #dde3ea;
}

/* 区切り線 */
.top_separator {
    border-top: 1px solid #dde3ea;
}

.bottom_separator {
    border-bottom: 1px solid #dde3ea;
}

/* 各項目ラベル */
.cart_label {
    font-weight: normal;
}

/* ボタン中央寄せ */
.cart_inner_btn {
    text-align: center;
}

/* 小計、送料 */
.cart_sub_total_price,
.cart_shipping_charge {
    text-align: right;
}

/* 合計 */
.cart_footer {
    text-align: right;
}

.grand_total {
    display: inline-block;
    border-bottom: 2px solid #dde3ea;
    margin-bottom: 5px;
}

.grandtotal_price {
    font-size: 153.9%;
    color: #990000;
}

/* 買い物を続ける */
.continue_shopping {
    text-align: right;
    border-top: 1px solid #dde3ea;
    border-bottom: 1px solid #dde3ea;
}

/* 送り主、お届け先追加変更ボタン */
.cart_recipient .global_btn {
    text-align: center;
}

/* お届け先名 */
.cart_recipient_title {
    border-left: 5px solid #0C68C4;
    font-weight: bold;
}


/* ラジオボタン選択の強調表示 */
.checked_row {
    background-color: #FFFFCC;
}

.form_area .checked_row > .form_title,
.form_inner_area .checked_row > .form_inner_title {
    color: #CC0000;
}

.radio_selection_box input {
    font-size: 100%;
    width: 0.75em;
    height: auto;
    margin-right: 0.5em;
}

::-webkit-full-page-media, :future, :root .radio_selection_box input {
	transform: scale(1, 1);
}

/* リピータ向け決済機能用 */
.inner_global_info {
    background-color: #FFFFCC;
    border: 1px solid #dde3ea;
}

/* クーポン/ポイント枠 */
.toggle_box .cart_point,
.toggle_box .box_padding,
.toggle_box .cart_point_notice {
    margin: 1px;
}

/* クーポン/ポイント変更時の金額を更新ボタン欄、強調表示背景 */
.notice_box .form_btn_spad {
    background-color: #FFFFCC;
}


/*************************************************************/

/* ステップ表 */

/*************************************************************/

.step_list {
    margin: 10px 0px;
    padding: 0px;
}

/* ステップ表 各枠背景 */
.step_data {
    background-color: #edf0f5;
    border-right: 1px solid #FFFFFF;
    text-align: center;
}

/* ステップ表 右端 */
.step_list .posright .step_data {
    border-right: none;
}

/* ステップ表 各枠　現ページ */
.step_check .step_data {
    background-color: #0359B0;
}

/* ステップ表 文字 */
.step_data span {
    color: #363a3d;
}

/* ステップ表 ステップ数 */
.step_data .step_number {
    font-family: nitalago-ruika, ニタラゴルイカ-０６, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
    font-weight: bold;
}

/* ステップ表 現ページ文字 */
.step_check .step_data span {
    color: #FFFFFF;
}

/* カート内の各ブロック */
.shoppingcart_contents .contents_box {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

.shoppingcart_contents .inner_contents_box {
    margin: 0.4em 0.2em;
    padding: 0;
}

.shoppingcart_contents .form_data {
    padding: 0.2em;
}



/********************************************************************/

/* 最新情報、店長日記 */

/********************************************************************/

/* 日付 */
.article_date {
    border-bottom: 1px solid #dde3ea;
    margin-bottom: 1px;
}

.format {
    font-size: 77%;
}

/* 記事 */
.ph_article {
    font-size: 108%;
}

/* バックナンバー */
.count_number {
}

/* 追加CSS */

.whatnew ul,
.pwhatnew ul {
    margin-bottom: 1em;
}
.whatnew li,
.pwhatnew li {
    width: 100%!important;
}
.news_inner_data {
    padding: 0.4em 0.7em;
    border-radius: 0.4em;
    margin: 1.5em 0;
    background-color: #f3f6f9;
}
.more_item .general_btn,
.newsinput {
    border-radius: 0.3em 0.3em;
    padding: 0.3em 0.5em!important;
}


/********************************************************************/

/* ご利用案内 */

/********************************************************************/

/* 上部ページ内リンクのナビゲーション */
.anchor_nav_area .nav_btn {
    border: 1px solid #dde3ea;
    margin: 0.1em 0.1em;
    background-color: #F4f7FA;
}

.anchor_nav_area,
.help_menu {
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.use_hover .anchor_nav_area .nav_btn:hover {
    border: 1px solid #dde3ea;
    background-color: #dde3ea;
}

/* 各ブロック */
.help_contents .inner_contents_box {
    margin-bottom: 1em;
}

#help_step {
    margin-bottom: 1.5em;
}

.help_step,
.help_payment {
    padding-bottom: 0.3em;
}

/* 説明各ブロック */
.help_data {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 95%;
}

/* 推奨環境 */
#spec_contents dt {
    font-weight: bold;
    padding-bottom: 0.3em;
}

#spec_contents dd {
    background-color: #edf0f5;
    border: 1px solid #b8c4d1;
}


/********************************************************************/

/* 特定商取引 */

/********************************************************************/

/* 各欄枠 */
.contents_desc {
    padding: 10px 5px;
}


/********************************************************************/

/* メールマガジン */

/********************************************************************/

/* 登録、解除タイトル */
.mailmagazine_box .mailmagazine_subscribe_title,
.mailmagazine_box .mailmagazine_unsubscribe_title {
    border-bottom: 1px solid #dde3ea;
    margin-bottom: 10px;
    font-size: 116%;
    font-weight: bold;
}


/********************************************************************/

/* マイページ */

/********************************************************************/

/* ポイント */
.member_contents .point_number {
    font-size: 138.5%;
    font-weight: bold;
    color: #990000;
}

/* リンク枠 */
.link_box .global_iconleft {
    display: block;
    margin-bottom: 10px;
}

/* 注意書き */
.mypage_note {
    font-size: 93%;
    line-height: 140%;
}

/* マイページ共通　送り主　お届け先 */
.mypage_recipient {
    padding: 5px 0px;
    font-size: 108%;
}


/*************************************************************/

/* 購入履歴 */

/*************************************************************/

/* 商品名 */
.history_data_list .item_name {
    font-weight: normal;
    color: #131415;
}


/*************************************************************/

/* 送り主、お届け先 */

/*************************************************************/

/* 住所 */
.recipient_data_list .user_address {
    font-weight: normal;
    color: #131415;
}


/*************************************************************/

/* お気に入り */

/*************************************************************/

/* 登録日、メモ */
.item_registration_date,
.item_memo {
    font-size: 93%;
}

/* 商品説明 */
.favorite_contents .item_desc {
    padding: 5px 0px;
    margin: 5px 0px;
    border-top: 1px solid #dde3ea;
    border-bottom: 1px solid #dde3ea;
}

/* メモ */
.item_memo_text {
    background-color: #F5F5F5;
    border: 1px solid #dde3ea;
    color: #131415;
}


/*************************************************************/

/* 複数選択 */

/*************************************************************/

/* 複数削除 */
.bulk_btn {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* 複数選択 */
.inner_bulk_check_box {
    background-color: #F5F5F5;
}

.layout_column_text .inner_bulk_check_box,
.layout_text .inner_bulk_check_box {
    background-color: #F5F5F5;
}

.bulk_mode .layout_column_text .list_item_box,
.bulk_mode .layout_column_text .not_link,
.bulk_mode .layout_text .not_link {
    border-bottom: none;
}

/* 一括削除時の下部ボタン枠 */
.bulk_mode .fixed_bottom {
    background-color: #F5F5F5;
    border-top: 1px solid #dde3ea;
}

/* 数量表示バッジ */
.badge {
    background-color: #CC0000;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}


/*************************************************************/

/* 掲示板 */

/*************************************************************/

/* 記事枠 */
.post_box {
    margin-bottom: 5px;
    border: 1px solid #dde3ea;
    background-color: #F5F5F5;
}

/* 記事枠レス */
.post_box_res {
    padding-left: 20px;
}

/* 記事ヘッダー */
.post_box .data_table .cell_header,
.post_box .data_table .cell_data {
    background-color: #D5EBFF;
    font-weight: normal;
}

/* 記事ヘッダー下部余白 */
.post_box .data_table {
    margin-bottom: 5px;
}

/* 記事ヘッダー中央寄せ */
.post_box .res_cell,
.post_box .toggle_cell,
.post_box .replay_cell {
    text-align: center;
}

.post_title,
.post_user,
.post_day,
.post_number {
    padding: 2px 0px;
}

/* 記事タイトル */
.post_title {
    font-weight: bold;
    font-size: 14px;
}

/* 記事ユーザー */
.post_user {
    font-size: 11px;
}

/* 記事投稿日 */
.post_day {
    font-size: 11px;
}

/* 記事No */
.post_number {
    font-size: 13px;
}

/* URL */
.post_url {
    font-size: 13px;
}

/* 記事コメント */
.bbs_comments {
    background-color: #FFFFFF;
    border: 1px solid #dde3ea;
}

/* 記事検索 */
.bbs_search {
    background-color: #D5EBFF;
}

/* 検索文字強調 */
.result_emphasis {
    background-color: #FFFF73;
}

/* 検索前に戻る */
.bbs_search .global_link {
    margin-left: 10px;
}

/* 記事開閉 */
#bbs_toggle {
    border-top: 1px solid #dde3ea;

    border-bottom: 1px solid #dde3ea;
}

/* 記事投稿欄 */
.bbs_post_form {
    background-color: #FFFFFF;
    border: 1px solid #dde3ea;
}


/*************************************************************/

/* 関連ページ */

/*************************************************************/

/* 内容 */
.link_desc_box {
    border-top: 1px solid #dde3ea;
}


/*************************************************************/

/* 私が店長です */


/*************************************************************/

/* スタッフ画像 */
.staff_photo,
.pstaff_photo {
    text-align: center;
}

/* プロフィール項目 */
.staff_contents dt,
.pstaff_contents dt {
    border-top: 1px solid #0359B0;
    font-weight: bold;
}

/* プロフィール内容 */
.staff_contents dd,
.pstaff_contents dd {
    border-top: 1px dotted #0359B0;
}

.staff_profile_desc {
    background-color: #F5F5F5;
    border: 1px solid #dde3ea;
}


/********************************************************************/

/* カレンダー */

/********************************************************************/

/* カレンダーヘッダー */
.cal_month {
    padding-bottom: 15px;
    text-align: center;
}

.cal_month .prev_month,
.cal_month .next_month,
.cal_month .this_month {
    padding: 0px 10px;
}

.cal_month span.prev_month,
.cal_month span.next_month {
    padding: 0px 5px;
    font-weight: bold;
    cursor: pointer;
}

/* 今月 */
.this_month {
    font-size: 123.1%;
    font-weight: bold;
}

.side_col .this_month {
    font-size: 13px;
    padding: 0px;
}

.side_col .next_month,
.side_col .prev_month {
    font-size: 12px;
    padding: 0px;
}

/* カレンダー枠線 */
.calendar_data .data_table th.cell_header,
.calendar_data .data_table td.cell_data {
    border: 1px solid #CCCCCC;
}

/* カレンダー曜日セル */
.calendar_data .cal_day_header {
    font-size: 85%;
}

.calendar_data .data_table .cal_day_cell {
    width: 14%;
    height: 60px;
    vertical-align: top;
}

/* 日曜日 */
.sun .cal_day {
    color: #CC0000;
}

/* 土曜日 */
.sat .cal_day {
    color: #3399CC;
}

/* 今日 */
.calendar_data .today {
    font-weight: bold;
}

/* イベント一覧 */
.event_list li {
    border-bottom: 1px solid #dde3ea;
}

/* イベント内容 */
.event_data {
    padding: 10px 0px;
}

/* イベント名 */
.event_name {
    font-weight: bold;
    line-height: normal;
}

/* アイコン画像 */
div.event_icon {
    text-align: center;
}

div.event_icon img {
    margin: 0px 1px;
}

span.event_icon {
    margin-right: 5px;
}

/* 定休日 */
.calendar_data .holiday,
.holiday_icon {
    background-color: #FFD9B3;
}

.holiday_icon {
    border: 1px solid #CCCCCC;
    display: inline-block;
    width: 15px;
    height: 15px;
}

/* イベント説明 */
.event_desc {
    font-size: 93%;
    padding: 5px;
}

/* 左右カラム */
.side_col .cal_day {
    font-size: 85%;
}

/* 余白 */
.side_col .data_table th.cell_header,
.side_col .data_table td.cell_data {
   padding: 2px;
}

.side_col .calendar_data .data_table .cal_day_cell {
    height: auto;
}


/********************************************************************/

/* table */

/********************************************************************/

/* thタグ、tdタグ */
.data_table .cell_header,
.data_table_header,
.data_table .cell_data {
    padding: 0.5em;
    border: 1px solid #dde3ea;
}

/* thタグ */
.data_table .cell_header,
.data_table_header {
    background-color: #F4f7FA;
    font-weight: normal;
    min-width: 9em;
}

/* tdタグ */
.data_table .cell_data {
    background-color: #FFFFFF;
}


/********************************************************************/

/* フォーム */

/********************************************************************/

/* フォーム上部説明 */
.global_note li {
    border-bottom: 1px dotted #666666;
}

.list_icon_circle {
    color: #006DD9;
}

/* フォーム項目 */
.form_element,
.form_inner_element {
    padding: 0.8em !important;
    font-size: 95% !important;
}

/* 必須項目 */
.require {
    color: #CC0000;
    font-weight: bold;
}

abbr.require {
    border: none;
    cursor: default;
}

/* 注意書き */
span.cell_note {
    font-size: 85%;
    font-weight: normal;
}

/* メールアドレス欄 */
.confirm_email {
    border-color: #dde3ea;
    background-color: #EAF4FF;
}


/********************************************************************/

/* 入力エリア */

/********************************************************************/

/* 標準 */
.form_data .defaultsize {
    width: 170px;
}

/* 特小 */
.form_data .xsmallsize {
    width: 60px;
}

/* 小 */
.form_data .smallsize {
    width: 80px;
}

/* 大 */
.form_data .largesize {
    max-width: 500px;
    width: 97%;
}


/********************************************************************/

/* フォームエラー */

/********************************************************************/

/* 個別エラー表示 */
.form_error {
    border: 5px solid #FF0000;
    border-radius: 5px;
}

/* フォーム上部エラー表示 */
.error_box {
    border: 1px solid #FF0000;
    border-radius: 5px;
}

/* 商品詳細エラー表示 */
.detail_page_body .error_box {
    margin: 10px;
}

/* エラー表示　※赤枠内文字 */
.error_status {
    color: #FF0000;
    font-size: 93%;
    padding-left: 5px;
}

/* エラー時入力エリア背景色 */
.page_box .edit_form .error_row input,
.page_box .edit_form .error_row select,
.page_box .edit_form .error_row textarea {
    background-color: #FFF0F0;
}

/* エラーアイコン */
.error_icon .fa {
    background-color: #E43100;
    border: 1px solid #E8E0DD;
    box-shadow: 0px 0px 0px 1px #E43100;
    color: #FFFFFF;
}

/* フォーム上部OK表示 */
.ok_box {
    border: 1px solid #0088CC;
    border-radius: 5px;
}

/* OK表示 ※緑枠内文字 */
.ok_status {
    color: #0088CC;
    font-size: 93%;
    padding-left: 5px;
}

/* OK表示アイコン位置調整 */
.ok_status img {
    padding-right: 3px;
}

/* OK時入力エリア背景色 */
.page_box .edit_form .ok_row input,
.page_box .edit_form .ok_row select,
.page_box .edit_form .ok_row textarea,
.page_box .edit_form .error_row .ok_input {
    background-color: #E4F1FC;
}

/* OKアイコン */
.ok_icon .fa {
    background-color: #0088CC;
    border: 1px solid #CFEAFC;
    box-shadow: 0px 0px 0px 1px #0088CC;
    color: #FFFFFF;
}

/* 重要な注意書き色 */
.note_color {
    color: #CC0000;
}


/********************************************************************/

/* アイコン */

/********************************************************************/

/* ヘッダーナビボタン */
.inner_header_nav .header_nav_item .fa {
    color: #0C68C4;
}

/* グローバルナビ */
.inner_global_nav .fa {
    color: #0C68C4;
}

.global_iconleft .fa {
    padding-right: 5px;
}

.global_iconright .fa {
    padding-left: 5px;
}

/* 閉じる、削除ボタン */
.close_btn_box .fa,
.delete_btn_box .fa {
    color: #131415;
}

.nav_close_btn .fa {
    color: #FFFFFF;
}

/* フッター下部ボタン */
.fixed_corner_button .fa {
    font-size: 1.8em;
    color: #FFFFFF;
}

.use_hover .fixed_corner_button:hover .fa {
    color: #edf0f5;
}

/* 開閉ボタン */
.open_icon .fa,
.close_icon .fa {
    color: #666666;
}

/* 説明付き一覧表示調整 */
.right_side_list_icon {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -11px;
    font-size: 22px;
}


/********************************************************************/

/* ボタン */

/********************************************************************/

/* アイコンボタン枠 */
.icon_btn {
    padding: 0px 3px;
    border: 1px solid #dde3ea;
    background-color: #FFFFFF;

    border-radius: 5px;
}

.use_hover .icon_btn:hover {
    border: 1px solid #dde3ea;
    background-color: #D1D1D1;
}

/* +-開閉ボタン枠 */
.open_icon,
.close_icon {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

.use_hover .open_icon:hover,
.use_hover .close_icon:hover,
.use_hover abbr .open_icon:hover,
.use_hover abbr .close_icon:hover {
    background-color: #D1D1D1;
}

/* 汎用ボタン */
.general_btn {
    padding: 0 0.2em;
    border: solid 1px #dde3ea;
    border-radius: 0.4em;
    display: inline-block;
}

.use_hover .general_btn:hover {
    border: 1px solid #dde3ea;
    background-color: #F5F5F5;
}

.standard_btn {
    padding: 10px 20px;
    border: solid 1px #b8c4d1;
    border-radius: 5px;
    display: inline-block;
}

.use_hover .standard_btn:hover {
    border: 1px solid #b8c4d1;
    background-color: #f3f6f10;
}

/* 右端ボタン */
.page_title_right_edge .general_btn,
.section_title_right_edge .general_btn {
    border-radius: 0.4em;
    background-color: #FFFFFF;
    text-align: center;
}

.recently .section_title_right_edge .global_iconleft A {
    padding: 0 10px;
	line-height: 16px;
}

.recently_reset {
    height: 24px;
}

.use_hover .page_title_right_edge .general_btn:hover,
.use_hover .section_title_right_edge .general_btn:hover {
    background-color: #F5F5F5;
}

/* 画像リンク */
.use_hover .photo_link:hover {
    opacity: 0.7;
}


/*************************************************************/

/* フォームボタン */

/*************************************************************/

/* フォームボタンマウスオーバー */
.use_hover .global_btn input:hover,
.use_hover button:hover,
.use_hover .global_btn A:hover {
    opacity: 0.8;
}

/* ボタンサイズXXS */
.global_btn .btn_size_xxsmall {
    width: 30px;
    height: 30px;
}

/* ボタンサイズXS */
.global_btn .btn_size_xsmall {
    width: 50px;
    height: 30px;
}

/* ボタンサイズS */
.global_btn .btn_size_small {
}

/* ボタンサイズM */
.global_btn .btn_size_medium {
    width: auto;
    height: auto;
    padding: 0 1.5em;
    line-height: 2.5;
}

.global_btn A.btn_size_xxsmall,
.global_btn A.btn_size_xsmall,
.global_btn A.btn_size_small,
.global_btn A.btn_size_medium,
.global_btn A.btn_size_auto {
    line-height: 2.0;
}

/* ボタンサイズL */
.global_btn .btn_size_large {
    padding: 0 0.8em;
    font-size: 95%;
}

.global_btn A.btn_size_large {
}

/* ボタンサイズXL */
.global_btn .btn_size_xlarge {
    width: auto;
    height: auto;
    font-size: 105%;
    padding: 0 1.5em;
    line-height: 2.5;
}

.global_btn A.btn_size_xlarge {
    line-height: 40px;
}

/* ボタンサイズXXL */
.global_btn .btn_size_xxlarge {
    width: 10em;
    height: 2.2em;
    font-size: 110%;
}

.global_btn A.btn_size_xxlarge {
    line-height: 2.2em;
}

/* ボタンサイズ横幅auto */
.global_btn .btn_size_auto {
    height: 30px;
    width: auto;
    padding: 0px 20px;
}

/* ボタンサイズ小文字 */
.font_size_small {
    font-size: 77%;
}

/* 縦2段積みボタン */
.under_global_btn {
    display: block;
    margin-top: 30px;
}

/* 商品詳細 */
.detail_item_data .add_cart .global_btn {
    display: block;
    text-align: center;
    margin: 0.8em 0;
    line-height: 2.2;
}

/* 下部配置ボタン */
.form_btn {
    text-align: center;
    margin: auto;
    padding: 1em 0;
}

/* 下部ボタン上部注意書き */
.global_bottom_info {
    border-bottom: 1px solid #dde3ea;
}

/* ログインページ新規登録余白調整 */
#register_form .form_btn {
    padding: 0px;
}

/* Aタグボタン */
.global_btn A {
    font-weight: normal;
}

/* 外部決済ボタン */
.outside_btn_box {
    background-color: #FFFFEE;
    border: 1px solid #dde3ea;
}

/* 楽天決済用 */
.payment_method_desc {
    margin-bottom:10px;
}

/* 追加 */
.btn_box {
    margin: 0;
    padding: 0;
}

.form_btn_spad {
    padding: 0;
    margin-top: 0.6em;
    margin-bottom: 3em
}


/*--------------------------------------*/

/* ボタン色 */

/*--------------------------------------*/
/* 色通常 */
/* フォームボタン全般 */
.btn_color_common {
    background-color: #F4f7FA;
    color: #2d3033;
    border: 1px solid #edf0f4 !important;
}

.btn_color_common,
A.btn_color_common:link,
A.btn_color_common:visited,
A.btn_color_common:hover,
A.btn_color_common:active {
    color: #2d3033;
}

.use_hover .btn_color_common:hover {
    color: #2d3033;
}

/* 色強調 */
.btn_color_emphasis {
    background-color: #ffcc00;
    color: #FFFFFF;
    font-weight: bold;
}

.item_data .btn_color_emphasis {
    border: 2px solid #FFFFFF;
}

.btn_color_emphasis,
A.btn_color_emphasis:link,
A.btn_color_emphasis:visited,
A.btn_color_emphasis:hover,
A.btn_color_emphasis:active {
    color: #FFFFFF;
}

.use_hover .btn_color_emphasis:hover {
    color: #FFFFFF;
}

/*** 追加 ***/

.global_btn A, button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    border-radius: 0.3em;
}

button, input, select, textarea {
    font-family: "Lato", 'BIZ UDGothic', "Noto Sans JP", "Noto Sans Japanese", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    border: #8590a0 solid 1px;
    border-radius: 0px 0px;
    margin-right: 5px;
}

.variation_selection_box .btn_color_common {
    border: #00b6ff solid 1px!important;
}


select {
    padding-bottom: 2px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
}
@media screen and (max-width: 980px) {
.responsive .has_search_bar .search_bar .search .search_box {
    width: 200px;
    /* height: 30px; */
}
}
/*************************************************************/

/* パンくずリスト */

/*************************************************************/

/* パンくずリスト */
.breadcrumb_list {
    font-size: 87.5%;
}


/********************************************************************/

/* ポップアップ */

/********************************************************************/

/* ポップアップの背景 */
.overlay_area .modal_skin {
    background-color: #FFFFFF;
    border: 1px solid #00b6ff;
	box-shadow: 0 19px 38px rgb(0 0 0 / 20%), 0 15px 12px rgb(0 0 0 / 10%);
	padding: 0.6em;
}


/********************************************************************/

/* ロード、ページャー */

/********************************************************************/

/* 読み込み中アイコン画像 */
.loading,
.initial_loading {
    background: url(img/load_icon.gif);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

.entry_box .loading {
    background-image: url(img/load_entry_icon.gif);
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

/* 一覧ページャー */
.pager {
    margin: 5px 0px;
    text-align: center;
}

/* 現ページ */
.pager strong {
    min-width: 20px;
    min-height: 20px;
    padding: 3px;
    margin: 0px 1px;
    border: 1px solid #419AF3;
    background-color: #0C68C4;
    color:#FFFFFF;
}

/* 各ページ */
.pager .pager_btn {
    min-width: 2em;
    min-height: 1.5em;
    margin: 0px 1px;
    padding: 0.3em 0.5em;
    border: 1px solid #419AF3;
    background-color: #FFFFFF;
    text-decoration: none;
}

.use_hover .pager .pager_btn:hover {
    border: 1px solid #419AF3;
    background-color: #0C68C4;
    color: #FFFFFF;
}


/********************************************************************/

/* グローバルサイトリンク */

/********************************************************************/

/* リンク一覧 */
.site_list_dropdown {
    background-color: #FFFFFF;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.4),-5px 5px 10px rgba(0,0,0,0.4);
}

/* 各リンク先 */
.layout_dropdown .site_list_data {
    border-bottom: 1px solid #dde3ea;
}

/* 各リンク文字 */
.global_site .site_list_dropdown .nav_btn,
#inner_footer .layout_dropdown .site_list_data .nav_btn {
    color: #131415;
}

.use_hover .global_site .site_list_dropdown .nav_btn:hover,
.use_hover #inner_footer .layout_dropdown .site_list_data .nav_btn:hover {
    color: #666666;
    background-color: #F5F5F5;
}

/* リスト表示タイトル */
#inner_footer .layout_dropdown .site_list_title .nav_btn {
    background-image: none;
    background-color: #FFFFFF;
    color: #131415;
}


/********************************************************************/

/* フッター */

/********************************************************************/

/* PCサイトボタン */
.footer_pc_site_box {
    height: 30px;
    padding: 15px 0px 15px 0px;
    position: relative;
    box-sizing: content-box;
    text-align: center;
}

.pc_site_btn .pc_site_link {
    width: 80px;
    margin: auto;
    padding: 8px 8px 8px 30px;
    display: inline-block;
    background-image: url(img/icon_pc.png);
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-sizing: content-box;
    font-size: 12px;
    text-align: center;
    color: #131415;
}

.use_hover .pc_site_btn .pc_site_link:hover {
    color: #131415;
    opacity: 0.8;
}

/* フッター */
.footer_area {
}

#footer {
    text-align: center;
    background-color: #00b6ff;
    color: #FFFFFF;
    margin-top: 2px;
}

.footer_area A {
    color: #FFFFFF;
}

.use_hover .footer_area A:hover {
    color: #CCCCCC;
}

.footer_upper_link_box .continued_link_box {
    border-left: 1px solid #FFFFFF;
}

/* ページトップへ戻るボタン */
.fixed_corner_button {
    width: 3em;
    height: 3em;
    border-radius: 0.5em;
    background-color: #0C68C4;
    padding: 0.6em 0;
    text-align: center;
	border: 0.15em solid #FFFFFF;
}

#footer_container .fixed_corner_button {
    right: 1em;
    bottom: 10em;
}

#footer_container .move_to_add_cart {
    right: 1em;
    bottom: 14em;
}

@media screen and (min-width: 1360px) {
	#footer_container .fixed_corner_button {
		right: 1em;
		bottom: 1.2em;
	}

	#footer_container .move_to_add_cart {
		right: 1em;
		bottom: 5em;
	}
}

@media screen and (max-width: 839px) {
	#footer_container .fixed_corner_button {
		right: 1em;
		bottom: 1.2em;
	}

	#footer_container .move_to_add_cart {
		right: 1em;
		bottom: 5em;
	}
}
@media screen and (max-width: 599px) {
	#footer_container .fixed_corner_button {
		right: 1em;
		bottom: 11em;
	}

	#footer_container .move_to_add_cart {
		right: 1em;
		bottom: 15em;
	}
}

.move_to_add_cart .corner_covering_item,
.use_hover .move_to_add_cart:hover .corner_covering_item {
    display: none !important;
}

/* フッター下部バナー */
.footer_banner {
    margin: 0px 0px;
    text-align: center;
}

#copyright {
    padding-top: 6.5em;
    padding-bottom: 0em;
}
@media screen and (max-width: 839px) {
	#copyright {
    padding-top: 10em;
    padding-bottom: 0em;
}
}

.mo
.use_hover .footer_banner .banner_box A:hover {
    opacity: 0.8;
}

/*** 追加・アイコン位置調整 ***/

.jpn_version .move_to_add_cart .shopping_cart_icon {
    margin-top: 0px;
}

.inner_fixed_corner {
    position: relative;
    top: -1px;
}

/********************************************************************/

/* Powered by おちゃのこネット
※上記の文言は共用ドメインコースをご利用の場合に表示されます。
必須項目ですので、下記の編集は許可されていません。
・文言の削除
・文字色を薄くする
・文字サイズを小さくする */

#ochanoko {
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

#ochanoko A {
    font-size: 12px;
}

.accessory_color {
    background-color: #146BC2;
    color: #FFFFFF;
}

.accessory_color A {
    color: #FFFFFF;
}

.accessory_color A:hover {
    color: #CCCCCC;
}

/********************************************************************/

/* 変更できないデフォルトCSS被せ用 */

#inner_main_container, .inner_side_container {
    padding-top: 0.0;
}
@media screen and (max-width: 839px) {

#inner_main_container, .inner_side_container {
    margin-top: 0.25em;
}
#inner_main_container {
    padding: 0 0.25em;
}
}



/********************************************************************/

/***** グループカテゴリ *****/

#Group-Category {
    font-family: nitalago-ruika, ニタラゴルイカ-０６, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
    font-weight: normal;
}
#Group-Category h2 {
    font-weight: normal;
    color: #363a3d;
    padding: 0.25em 0;
    background-color: #FFFB00;
    margin: 0;
    text-align: center;
}
#Group-Category p {
    margin: 0 0;
}
#Group-Category a  {
    display: inline-block;
    border: 0.125em solid #dde3ea;
    width: 100%;
    margin-top: 0.25em;
}
.Group-Banner {
  width: 100%;
  background-position: 0 0;
  border: 0.125em solid #fff;
  position: relative;
}
.Group-Model {
    height: 9em;
    background-size: 100% auto;
}
.Group-Banner p,
.Group-Banner strong {
    font-size: 110%;
    font-weight: normal;
    display: block;
    background-color: rgba(255, 255, 255, 0.65); /* 白＋35%透過 */
    line-height: 1.2em;
    padding-top: 0.2em;
    padding-left: 0.4em;
  text-shadow:
    -0.02em -0.02em 0.3em white,
     0.02em -0.02em 0.3em white,
    -0.02em  0.02em 0.3em white,
     0.02em  0.02em 0.3em white;
}
.Group-Banner p {
    padding-top: 0.2em;
    padding-left: 0.4em;
}
.Group-Banner  strong {
    display: block;
    padding-left: 0.4em;
    padding-bottom: 0.2em;
    border-bottom: 0.1em solid rgba(255, 255, 255, 0.2); /* 下線：白 + 20%透過 */
}
.Group-Banner span {
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFF;
    width: 100%;
    text-align: right;
    padding-right: 0.3em;
    font-size: 110%;
    border-top: 0.11em solid #FFFFFF;
    line-height: 1.25em;
}
#Group-Category .Blue {
    color: #0b78e5!important;
}
#Group-Category .Blue span {
    background-image: -webkit-linear-gradient(270deg,rgba(82,168,255,1.00) 0%,rgba(25,127,252,1.00) 55%,rgba(0,97,224,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(82,168,255,1.00) 0%,rgba(25,127,252,1.00) 55%,rgba(0,97,224,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(82,168,255,1.00) 0%,rgba(25,127,252,1.00) 55%,rgba(0,97,224,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(82,168,255,1.00) 0%,rgba(25,127,252,1.00) 55%,rgba(0,97,224,1.00) 100%);
}
#Group-Category .Purple {
    color: #e04ee5!important;
}
#Group-Category .Purple span {
    background-image: -webkit-linear-gradient(270deg,rgba(236,140,255,1.00) 0%,rgba(231,76,255,1.00) 55%,rgba(207,70,202,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(236,140,255,1.00) 0%,rgba(231,76,255,1.00) 55%,rgba(207,70,202,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(236,140,255,1.00) 0%,rgba(231,76,255,1.00) 55%,rgba(207,70,202,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(236,140,255,1.00) 0%,rgba(231,76,255,1.00) 55%,rgba(207,70,202,1.00) 100%);
}
#Group-Category .Orange {
    color: #f77c00!important;
}
#Group-Category .Orange span {
    background-image: -webkit-linear-gradient(270deg,rgba(255,170,0,1.00) 0%,rgba(250,112,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,170,0,1.00) 0%,rgba(250,112,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,170,0,1.00) 0%,rgba(250,112,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,170,0,1.00) 0%,rgba(250,112,0,1.00) 100%);
}
#Group-Category .Red {
    color: #f03070!important;
}
#Group-Category .Red span {
    background-image: -webkit-linear-gradient(270deg,rgba(255,102,158,1.00) 0%,rgba(224,27,93,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,102,158,1.00) 0%,rgba(224,27,93,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,102,158,1.00) 0%,rgba(224,27,93,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,102,158,1.00) 0%,rgba(224,27,93,1.00) 100%);
}
#Group-Category .Compact {
  background-image: url("https://www.e-incom.net/data/e-incom/image/Common/Category/Compact.jpg");
}
#Group-Category .Long-Antenna {
  background-image: url("https://www.e-incom.net/data/e-incom/image/Common/Category/Long-Antenna.jpg");
}
#Group-Category .Powerfu-Speaker {
  background-image: url("https://www.e-incom.net/data/e-incom/image/Common/Category/Powerfu-Speaker.jpg");
}
#Group-Category .Rental {
  border: 0.125em solid #fff;
}

/* スクロールするトランシーバーのバックグラウンド */
.scroll-bg {;
  height: 9.6em;
  background-image: url("https://www.e-incom.net/data/e-incom/image/Common/Category/Regular-Transceiver.jpg");
  background-repeat: repeat-x;
  animation: loop-step-scroll 20s linear infinite;
  background-size: 29.84em 8em;
}
@keyframes loop-step-scroll {
  0%      { background-position:     0em 0; }
  6.25%   { background-position:  -3.73em 0; }
  12.5%   { background-position:  -3.73em 0; }

  18.75%  { background-position:  -7.46em 0; }
  25%     { background-position:  -7.46em 0; }

  31.25%  { background-position: -11.19em 0; }
  37.5%   { background-position: -11.19em 0; }

  43.75%  { background-position: -14.92em 0; }
  50%     { background-position: -14.92em 0; }

  56.25%  { background-position: -18.65em 0; }
  62.5%   { background-position: -18.65em 0; }

  68.75%  { background-position: -22.38em 0; }
  75%     { background-position: -22.38em 0; }

  81.25%  { background-position: -26.11em 0; }
  87.5%   { background-position: -26.11em 0; }

  93.75%  { background-position: -29.84em 0; }
  100%    { background-position: -29.84em 0; } /* 最終停止 → ループへ */
}


/***** アイコンタイトル *****/

#Icon-Title_Spec,
#Icon-Title_Rental,
#Icon-Title_Quotation,
#Icon-Title_Loupe,
#Icon-Title_Support,
#Icon-Title_Contract,
#Option-Product .section_title {
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: auto auto;
    padding-left: 2.2em;
    padding-right: 0;
    margin-bottom: 1em;
    clear: both;
}

#Icon-Title_Spec {
	background-image: url(https://www.e-incom.net/data/e-incom/image/Common/Icon-title/icon_Spec.svg);
}
#Icon-Title_charge .section_title {
	background-image: url(https://www.e-incom.net/data/e-incom/image/Common/Icon-title/icon_Charge.svg);
}
#Icon-Title_S .section_title {
	background-image: url(https://www.e-incom.net/data/e-incom/image/Common/Icon-title/icon_S.svg);
}
#Icon-Title_SC .section_title {
	background-image: url(https://www.e-incom.net/data/e-incom/image/Common/Icon-title/icon_SC.svg);
}
#Icon-Title_SL .section_title {
	background-image: url(https://www.e-incom.net/data/e-incom/image/Common/Icon-title/icon_SL.svg);
}
#Icon-Title_K .section_title {
	background-image: url(https://www.e-incom.net/data/e-incom/image/Common/Icon-title/icon_K.svg);
}
#Icon-Title_KS .section_title {
	background-image: url(https://www.e-incom.net/data/e-incom/image/Common/Icon-title/icon_KS.svg);
}
#Icon-Title_Compatible .section_title {
	background-image: url(https://www.e-incom.net/data/e-incom/image/Common/Icon-title/Compatible.svg);
}



#Icon-Title_Rental {
	background-image: url(https://www.e-incom.net/data/e-incom/image/Common/Icon-title/icon-case.svg);
}
#Icon-Title_Quotation {
	background-image: url(https://www.e-incom.net/data/e-incom/image/Common/Icon-title/icon-quotation.svg);
}
#Icon-Title_Loupe {
	background-image: url(https://www.e-incom.net/data/e-incom/image/Common/Icon-title/icon_loupe.svg);
}
#Icon-Title_Support {
	background-image: url(https://www.e-incom.net/data/e-incom/image/Common/Icon-title/icon-support.svg);
}
#Icon-Title_Contract {
	background-image: url(https://www.e-incom.net/data/e-incom/image/Common/Icon-title/icon-contract.svg);
}

#Icon-Title_Spec h3,
#Icon-Title_Rental h3,
#Icon-Title_Quotation h3,
#Icon-Title_Loupe h3,
#Icon-Title_Support h3,
#Icon-Title_Contract h3,
#Option-Product .section_title h2 {
    background-color: transparent;
    padding: 0 0;
    margin: 0.1em 0;
    line-height: 1.65em;
    border-bottom: 1px solid #b8c4d1;
}

#Icon-Title_Spec span,
#Icon-Title_Rental span,
#Icon-Title_Quotation span,
#Icon-Title_Loupe span,
#Icon-Title_Support span,
#Icon-Title_Contract span,
#Option-Product .title_text {
    border-bottom: 1px solid #00b6ff;
    display: inline-block;
    position: relative;
    top: 1px;
    padding: 0 0.1em;
}

/***** 商品詳細 *****/

#Product-detail {
    margin: 1.25em 0;
}

#Product-detail .Catch-copy {
    font-size: 112.5%;
    font-weight: bold;
    border-bottom: 0.13em solid #F026A3;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 480px) {
	#Product-detail .Catch-copy {
		border-bottom: 1px solid #F026A3;
	}
}

#Product-detail .Lead-sentence {
    font-size: 105%;
    margin-bottom: 2em;
    margin-top: 0px;
}

/***** 仕様リスト *****/

#Product-detail .Rating {
    margin-bottom: 3em;
}
#Product-detail .Rating h3 {
    font-size: 102.5%;
    margin-bottom: 0.25em;
}
#Product-detail .Rating ul {
    padding-left: 1.5em;
}
#Product-detail .Rating li {
    margin: 0.4em 0em;
}

/***** レーダーチャート *****/

#Spec-chart {
    padding-top: 1em;
    margin-left: auto;
    clear: both;
    max-width: 40em;
    min-width: 90%;
}

#radar-chart {
}

#Spec-chart p {
    margin: 1em 0;
}

#Spec-chart p:first-child {
    margin-top: 0px;
}

/* widthよりheightを大きくしなければサークルが切れる */	
.radar-chart-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 14em;
    height: 14.5em;
    padding: 1.8em;
    margin-left: 4em;
    line-height: 1.1;
    float: left;
}
.radar-chart-3 svg {
    width: 100%;
    height: 100%;
}

.radar-chart-3 g {
    width: 100%;
    height: 100%;
}
.radar-chart-3 dl {
    position: absolute;
    width: 100%;
    height: 100%;
}
.radar-chart-3 dl > div {
    position: absolute;
    color: #505559;
    font-size: 0.85em;
    text-align: center;
}
.radar-chart-3 dl > div:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.radar-chart-3 dl > div:nth-child(2) {
    top: 24%;
    right: 10%;
    transform: translateX(80%);
}
.radar-chart-3 dl > div:nth-child(3) {
    bottom: 18%;
    right: 10%;
    transform: translateX(80%);
}
.radar-chart-3 dl > div:nth-child(4) {
    bottom: -0.5em;
    left: 50%;
    transform: translateX(-50%);
    min-width: 10em;
}
.radar-chart-3 dl > div:nth-child(5) {
    bottom: 18%;
    left: 10%;
    transform: translateX(-85%);
}
.radar-chart-3 dl > div:nth-child(6) {
    top: 24%;
    left: 10%;
    transform: translateX(-85%);
}
.radar-chart-3 dt {
}
.radar-chart-3 dd {
    margin: 0;
}

.Size-chart {
    width: 12.5em;
    height: auto;
}

@media screen and (max-width: 480px) {
	.radar-chart-3 {
		width: 13.5em;
		height: 14em;
	}
}

@media screen and (min-width: 320px) {
	.Size-chart {
    	margin-left: 4em;
	}
}
@media screen and (min-width: 480px) {
	.Size-chart {
    	margin-left: 5em;
	}
}
@media screen and (min-width: 600px) {
	.Size-chart {
    	margin-left: 5.5em;
	}
}
@media screen and (min-width: 720px) {
	.Size-chart {
    	margin-left: 7em;
	}
}
@media screen and (min-width: 840px) {
	.Size-chart {
    	margin-left: 4.5em;
	}
}
@media screen and (min-width: 1200px) {
	.Size-chart {
    	margin-left: 5em;
	}
}

/*** レーダーチャートのツールティップ ***/

.tool-tip {
    display: none;
    position: absolute;
    font-size: 95%;
    top: -2.8em;
    left: 50%;
    transform: translateX(-18%);
    background: #f3f6f9;
    padding: 0.5em 0.5em;
    border: 0.1em solid #b4becc;
    border-radius: 0.2em;
    white-space: nowrap;
    z-index: 999;
 }
/* 外側の枠（三角のボーダー部分） */
.tool-tip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 28%;
  transform: translateX(-50%);
  border-width: 7px;
  border-style: solid;
  border-color: #b4becc transparent transparent transparent;
  z-index: 998;
}

/* 内側の三角（背景色と合わせる） */
.tool-tip::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 28%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #f3f6f9 transparent transparent transparent;
  z-index: 999;
}
.help-icon {
    cursor: pointer;
    display: inline-block;
    font-size: 55%;
    background-color: #00a8eb;
    padding: 0.35em;
    color: white;
    border-radius: 50%;
    vertical-align: text-top;
    margin: 0.1em 0.1em;
}

/***** 機能アイコン *****/

#Product-icon {
    clear: both;
    border: 0.6em solid #F4f7FA;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
    padding-left: 1.2em;
    padding-right: 0.6em;
    padding-top: 1.2em;
    padding-bottom: 1.0em;
    width: auto;
    max-width: 39.6em;
}

#Product-icon .Tooltip {
    line-height: 1.3;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.6em;
    margin-bottom: 0.8em;
	font-family: "Lato", 'BIZ UDPGothic';
}

#Product-icon .Tooltip > dt span,
#Product-icon .Tooltip > dd {
    display: flex;
    justify-content: center;
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0.6em;
    padding-right: 0.6em;
    border-radius: 0.3em;
    background-color: #3a95d5;
    color: #ffffff;
    opacity: 0;
    transition: opacity .7s;
    width: 10.5em;
    height: auto;
    z-index: 1;
    font-size: 92.5%;
}

#Product-icon .Tooltip > dt span {
    margin-top: 5px;
    padding-top: 0.6em;
    padding-bottom: 1.5em;
    font-weight: bold;
}
#Product-icon .Tooltip > dt img {
}

#Product-icon .Tooltip > dd {
    padding-top: 0.6em;
    padding-bottom: 0.8em;
}

#Product-icon .Tooltip-title-1line {
    margin-top: 2.5em;
}

#Product-icon .Tooltip-title-2line {
    margin-top: 3.5em;
}

#Product-icon .Tooltip-title-3line {
    margin-top: 4.8em;
}

#Product-icon .Tooltip-title-4line {
    margin-top: 6.1em;
}

#Product-icon .Tooltip-title-5line {
    margin-top: 7.4em;
}

#Product-icon .Tooltip > dt span::before {
    position: absolute;
    top: -5px;
    width: 9px;
    height: 6px;
    background-color: inherit;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

#Product-icon .Tooltip > dd::before {
    position: absolute;
}

#Product-icon .Tooltip:hover > dt span {
    visibility: visible;
    opacity: 1;
}

#Product-icon .Tooltip:hover > dd {
    visibility: visible;
    opacity: 1;
}
#IEC529 {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

#Product-icon .IEC529 {
    max-width: 600px;
    width: 90%;
}

@media screen and (min-width: 320px) {
	#Product-icon .Tooltip > dt img {
    width: 3.6em;
	}
}
@media screen and (min-width: 480px) {
	#Product-icon .Tooltip > dt img {
    width: 3.5em;
	}
}
@media screen and (min-width: 600px) {
	#Product-icon .Tooltip > dt img {
    width: 3.75em;
	}
}
@media screen and (min-width: 720px) {
	#Product-icon .Tooltip > dt img {
    width: 3.75em;
	}
}
@media screen and (min-width: 840px) {
	#Product-icon .Tooltip > dt img {
    width: 3.75em;
	}
}
@media screen and (min-width: 1000px) {
	#Product-icon .Tooltip > dt img {
    width: 3.75em;
	}
}
@media screen and (min-width: 1200px) {
	#Product-icon .Tooltip > dt img {
    width: 3.75em;
	}
}


/***** 製品の特徴 *****/

#Product-features {
	clear: both;
	float: left;
	padding-bottom: 10px;
}

#Product-features h2 {
    color: #363a3d;
	background-color: #F4f7FA;
	text-indent: 0.4em;
	line-height: 1.65;
	font-size: 92.5%;
}
#Product-features dl {
    margin-bottom: 3em;
}

#Product-features dt {
    clear: both;
}

#Product-features dd {
}


/*** 写真付き ***/

#Product-features .Text {
    min-height: 8.2em;
}

@media screen and (max-width: 719px) {
	#Product-features .Title {
    margin-top: 1.7em;
    margin-bottom: 0.5em;
	}
	#Product-features .Text {
    margin-left: 13.7em;
	}
}

@media screen and (min-width: 720px) {
  #Product-features .Title {
    position: relative;
    margin-top: 0.1em;
    top: 1.5em;
    left: 13.7em;
}
    #Product-features .Text {
      position: relative;
      top: 1.7em;
      left: 1.2em;
      width : calc(100% - 1.2em);
      min-height: 8em;
    padding-bottom: 1.5em;
	}
}

#Product-features .Image {
    float: left;
    width: 12.5em;
    clear: left;
}

.Definition {
    margin-bottom: 0.3em;
    margin-left: 0.5em;
    padding-top: 1.7em;
}
.Explanation {
    padding: 0.4em 0.7em;
    background-color: #F4f7FA;
    border-radius: 0.4em;
}

/***** コラムリンク *****/

#Product-detail .Column-Link {
}

#Product-detail .Column-Link h3 {
    background-image: url(https://www.e-incom.net/data/e-incom/image/Common/Icon-title/menu_book_28dp_00B6FF_FILL0_wght400_GRAD0_opsz24.svg);
    background-repeat: no-repeat;
    text-indent: 1.6em;
    line-height: 1.2;
    background-size: 1.2em auto;
}
#Product-detail .Column-Link span {
    padding: 1.4em 1.4em;
    margin: 1em 1em;
    border: 0.6em solid #F4f7FA;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
	flex-wrap: wrap;
}

#Product-detail .Column-Link p {
    width: 40%;
    padding-left: 1em;
    font-size: 95%;
}
#Product-detail .Column-Link a {
    width: 60%;
    margin-bottom: 1.2em;
}
#Product-detail .Column-Link a:last-child {
    margin-bottom: 0;
}


/***** 充電器の比較テーブル *****/

#Charger-comparison {
	font-family: "Lato", 'BIZ UDPGothic';
}
#Charger-comparison h3 {
    background-image: url(https://www.e-incom.net/data/e-incom/image/Common/Icon-title/balance_28dp_00B6FF_FILL0_wght400_GRAD0_opsz24.svg);
    background-repeat: no-repeat;
    text-indent: 1.6em;
    line-height: 1.2;
    background-size: 1.2em auto;
    margin-bottom: 1em;
}
#Charger-comparison dl {
    margin: 0 0.2em;
    font-size: 90%;
    display: grid;
}

#Charger-comparison #grid3 {
    grid-template-columns: auto auto auto;
    max-width: 44em;
    margin: 0 1em;
}

#Charger-comparison #grid4 {
    grid-template-columns: auto auto auto auto;
}



#Charger-comparison .double {
    grid-column-start: 2;
    grid-column-end: 4;
}
#Charger-comparison .triple {
    grid-column-start: 2;
    grid-column-end: 5;
}
#Charger-comparison dt {
    text-align: right;
    border-bottom: 1px dashed #b4becc;
    padding: 0.6em 0.5em;
    background-color: #f4f7fa;
}
#Charger-comparison dd {
    text-align: center;
    border-left: 1px solid #b4becc;
    border-bottom: 1px dashed #b4becc;
    padding: 0.6em 0;
}
#Charger-comparison img {
    width: 90%;
    max-width: 180px;
}
#Charger-comparison .double img {
	width: 45%;
}
#Charger-comparison .triple img {
	width: 30%;
}
#Charger-comparison span {
    vertical-align: super;
    font-size: 60%;
    padding-left: 1px;
    line-height: 60%;
	font-family: 'BIZ UDPGothic';
}
#Charger-comparison P {
    margin: 0.2em 0.5em;
    font-family: 'BIZ UDPGothic';
}


/***** 商品ページ用テーブル（主な機能と機構） *****/

.Grid-Title {
    margin-bottom: 1.25em;
}
.grid-table {
    display: grid;
    margin-bottom: 3em;
    font-size: 90%;
    border-Top: 1px solid #b4becc;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.columns-3 {
    grid-template-columns: 25% 15% 60%;
}
.columns-5 {
    grid-template-columns: 24% 28.6% 15.8% 15.8% 15.8%;
}
.grid-table .cell {
    padding: 0.3em 0.5em;
    text-align: center;
    background-color: #fff;
    border-left: 1px dashed #b4becc;
    border-bottom: 1px solid #b4becc;
    display: flex;
    flex-direction: column;
	justify-content: center;
}
.grid-table .header {
    background-color: #f3f6f9;
    font-weight: bold;
    border-left-style: solid;
}
.grid-table .flap {
    text-align: left;
    border-Right: 1px solid #b4becc;
}
.grid-table .Border-Right {
    border-Right: 1px solid #b4becc;
}

.grid-table .annotation {
	vertical-align: super;
    font-size: 60%;
    padding-left: 1px;
    line-height: 60%;
	font-family: 'BIZ UDPGothic';
}
.grid-table p {
    grid-column: span 3;
    margin: 0.5em 0;
    float: left;
}
/* グリッド内で下揃え */
.grid-table .bottom-alignment {
    justify-content: end;
}
/* グリッド内の画像を回転 */
.grid-table .image-90deg {
    margin: 0 auto;
    max-width: 40px;
}

@media screen and (max-width: 599px) {
	.grid-table p {
		font-size: 90%;
	}
}

/***** 下から出てくるテレフォンサポートバナー *****/

#slide {
    position: fixed;
    bottom: 1.2em;
    left: 0;
    width: 100%;
    z-index: 20;
    text-align: center;
    height: 2em;
}
#slide .SupportBanner {
    background-color: #FFFFFF;
    border: 0.15em solid #00B6FF;
    border-radius: 0.5em;
    padding: 0.4em 0.5em;
    text-align: left;
    height: 4.9em;
}
#slide .Outline {
    margin-left: auto;
    margin-right: auto;
    border: 0.15em solid #FFFFFF;
    border-radius: 0.6em;
    max-width: 1200px;
    width: 61.5em;
}
#slide .SupportBanner p {
    margin: 0 0;
}
#slide .SupportBanner .Banner-img {
    float: right;
    height: 3.8em;
}
#slide .Right-Side {
    text-align: right;
    margin-right: 7em;
    padding-top: 0.3em;
    line-height: 1.6;
}
#slide .Right-Side .Blue-Title {
    font-family: nitalago-ruika, ニタラゴルイカ-０６, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
    color: #00b7f6;
    font-size: 105%;
    border-bottom: 0.13em solid #00b6ff;
    display: inline-block;
}
#slide .SupportBanner ul {
    margin: 0 0;
    padding: 0 0;
    font-size: 85%;
}
#slide .SupportBanner li {
    display: inline-block;
    padding-left: 1.1em;
    margin-left: 1em;
    background-image: url(https://www.e-incom.net/data/e-incom/image/Common/svg-icon/check-box.svg);
    background-repeat: no-repeat;
    background-size: 1em auto;
    background-position: 0% 50%;
}
#slide .Left-Side {
    float: left;
    background-image: url(https://www.e-incom.net/data/e-incom/image/header/shop-logo.svg);
    background-size: 9em auto;
    width: 21.5em;
    background-repeat: no-repeat;
}
#slide .Left-Side .Blue-Text {
    font-family: nitalago-ruika, ニタラゴルイカ-０６, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
    color: #00abf5;
    font-size: 85%;
    padding-top: 2.75em;
    text-indent: 2.8em;
    float: left;
}
#slide .Left-Side p {
    line-height: 1.2;
}
#slide .Left-Side a {
    color: #ff42c6;
    margin-top: 0.3em;
}
#slide .Freedial {
    font-size: 140%;
    background-image: url(https://www.e-incom.net/data/e-incom/image/Common/svg-icon/Freedial.svg);
    background-repeat: no-repeat;
    text-indent: 1.4em;
    display: inline-block;
    font-weight: bold;
    margin-left: 0.8em;
}
#slide .Reception-time {
    font-size: 90%;
    padding-left: 1.2em;
}
#slide a {
    text-decoration: none;
    cursor: pointer;
}
#slide h3 {
    margin-bottom: 10px;
}
#slide #open-btn {
    width: 3.0em;
    height: 3.0em;
    cursor: pointer;
    background-image: url(https://www.e-incom.net/data/e-incom/image/Common/svg-icon/support-dial_on.svg);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    background-repeat: no-repeat;
}
#slide #open-btn img {
    width: auto;
    height: 3.0em;
}

@media screen and (max-width: 479px) {
	#copyright {
    position: relative;
    top: 0.5em;
	}
}
@media screen and (max-width: 359px) {
	#copyright {
    position: relative;
    top: 0.7em;
	}
}

@media screen and (max-width: 839px) {
	#slide .Outline {
		width: 33em;
	}	
	#slide #open-btn {
    position: relative;
    bottom: 1.0em;
	}
	#slide .SupportBanner {
    	height: auto;
    	padding: 0.5em 0.6em;
	}
	#slide .Left-Side {
    	float: none;
		width: 25em;
    	background-size: 10.5em auto;
	}
	#slide .Left-Side .Blue-Text {
		font-size: 92.5%;
		padding-top: 2.85em;
		text-indent: 3.25em;
	}
	#slide .Freedial {
		font-size: 165%;
		margin-left: 0.5em;
	}
	#slide .Reception-time {
		font-size: 100%;
		padding-left: 1.2em;
	}
	#slide .Right-Side {
		width: 32em;
		text-align: left;
	}
	#slide .Right-Side .Blue-Title {
		font-size: 107.25%;
		margin-top: 0.2em;
	}
	#slide .SupportBanner ul {
		font-size: 86.5%;
	}
	#slide .SupportBanner li:first-child {
		margin-left: 0;
	}
}

@media screen and (min-width: 840px) {
	#slide-container {
    margin-top: 4em;
	}
}


/***** フリーページ *****/

.free_page_box {
    padding: 0 0;
    margin: 0 0;
}
.free_contents {
    margin-bottom: 3.5em;
}
#Maine-Banner {
    width: 100%;
    border-bottom: 1em solid #F4f7FA;
    padding: 2em 0.8em;
    margin-bottom: 2em;
    text-align: center;
}
#Maine-Banner img {
    width: 100%;
    padding: 0.8em 0.8em;
    border: 0.15em solid #00b6ff;
}
#Free-page-contents {
    margin: 0 0.8em;
}
#Free-page-contents .Blog-Style {
    margin-bottom: 2.5em;
}

#Free-page-contents .Catch-copy {
    font-size: 112.5%;
    font-weight: bold;
    border-bottom: 0.13em solid #F026A3;
    margin-bottom: 0.5em;
}
#Free-page-contents .Lead-sentence {
    font-size: 105%;
    margin-bottom: 2em;
    margin-top: 0px;
}
#Free-page-contents .Line-Title {
    font-size: 110%;
    margin-bottom: 1em;
    border-bottom: 2px solid #b8c4d1;
}
#Free-page-contents .Line-Title h2 {
    line-height: 1.8em;
    border-bottom: 2px solid #00b6ff;
    position: relative;
    top: 2px;
    display: inline-block;
}

@media screen and (max-width: 599px) {
	#Free-page-contents .Line-Title {
		border-bottom: 1px solid #b8c4d1;
	}
	#Free-page-contents .Line-Title h2 {
		border-bottom: 1px solid #00b6ff;
		top: 1px;
	}
}

#Free-page-contents h3 {
    margin-bottom: 0.5em;
    color: #00b4ee;
    clear: both;
}
#Free-page-contents p {
    margin-bottom: 2.5em;
}
#Free-page-contents .Key-Point {
    padding: 0.4em 0.7em;
    background-color: #F4f7FA;
    border-radius: 0.4em;
    margin-bottom: 1.6em;
}
#Free-page-contents ul {
}
#Free-page-contents dl {
    padding-bottom: 0.8em;
}
#Free-page-contents dt {
    color: #2D3033;
    margin-bottom: 0.3em;
    margin-left: 0.5em;
}
#Free-page-contents dd {
    padding: 0.4em 0.7em;
    background-color: #F4f7FA;
    border-radius: 0.4em;
    margin-bottom: 1.6em;
}
.Manga {
    text-align: center;
    margin-bottom: 2.5em;
    padding: 0 1.565em;
}
@media screen and (max-width: 719px) {
	.Manga {
		padding: 0 0.8em;
	}
}
.Manga p {
    background-color: #fffc59;
    border-radius: 0.4em;
    font-weight: bold;
}
.Manga img {
    width: 100%;
}
#Support {
    padding: 1em 1em;
    margin: 0 1em;
    border: 0.8em solid #F4f7FA;
    text-align: center;
}
.Support {
    display: inline-block;
    text-align: left;
}
.Support p {
    line-height: 1.2;
}
#Support .Logo {
    display: inline-block;
    height: 3.6em;
}
#Support .Support-dial {
    font-family: nitalago-ruika, ニタラゴルイカ-０６, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
    display: inline-block;
    color: #00B6FF;
    font-size: 160%;
    line-height: 1.0;
    margin: 0 0;
    position: relative;
    top: 0.35em;
    left: 0.2em;
}
#Support .Freedial {
    font-size: 200%;
    background-image: url(https://www.e-incom.net/data/e-incom/image/Common/svg-icon/Freedial.svg);
    background-repeat: no-repeat;
    background-size: 1.2em auto;
    background-position: 0% 50%;
    text-indent: 1.4em;
    font-weight: bold;
    margin-left: 0.8em;
    display: inline-block;
    color: #ff42c6;
}
hr {
    border-top: 1em solid #F4f7FA;
    margin-bottom: 3.5em;
}

.Image-Included {
    display: flex;
    margin: 1em 0;
}
.Image-Included img {
    margin-right: 1em;
    border: 0.2em solid #dde3ea;
    width: 18em;
    height: 12.1em;
    margin-left: 1em;
}
.Image-Included p {
    margin: 0;
    padding: 0.5em 0.7em;
    background-color: #F4f7FA;
    border-radius: 0.4em;
    line-height: 1.6;
}
.Image-Included ul {
    padding: 0.5em 0.7em;
    background-color: #F4f7FA;
    border-radius: 0.4em;
    margin-bottom: 0;
}
.Image-Included li {
    line-height: 1.65;
    margin-left: 1.4em;
    margin-right: 0.3em;
    margin-bottom: 0.4em;
}

.Insert-Image {
    padding: 1em 2em;
}
.With-Photo {
    clear: both;
    min-height: 12.1em;
    margin-bottom: 2em;
}
.With-Photo img {
    border: 0.2em solid #dde3ea;
    width: 18em;
    height: 12.1em;
    margin-left: 1.5em;
    margin-bottom: 1em;
    float: right;
}
#Free-page-contents .With-Photo p {
    margin-top: 0.6em;
}

@media screen and (max-width: 599px) {
.Image-Included {
    flex-direction: column;
	}
.Image-Included img {
    width: 60%;
    margin: 0 auto;
    height: auto;
}
.Image-Included p {
    margin-top: 1em;
    display: inline-block;
}
.Image-Included ul {
    margin-top: 1em;
}
}

/***** レンタル無線機 *****/

#Rental-period {
    padding: 0 0!important;
    border: 0.5em solid #F4f7FA;
    margin: 0 auto;
    max-width: 42.6em;
    width: 96%;
}
#Rental-step {
    margin: 1.5em 2em;
}
#Rental-step .Step {
    padding: 0.3em 0.3em;
    border-radius: 0.4em;
    background-image: -webkit-linear-gradient(270deg,rgba(115,214,250,1.00) 0%,rgba(78,200,245,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(115,214,250,1.00) 0%,rgba(78,200,245,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(115,214,250,1.00) 0%,rgba(78,200,245,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(115,214,250,1.00) 0%,rgba(78,200,245,1.00) 100%);
}
#Rental-step .Step span {
    font-family: nitalago-ruika, ニタラゴルイカ-０６, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
    color: #FFFFFF;
    font-weight: normal;
}
#Rental-step .Step h4 {
    background-color: #FFFFFF;
    line-height: 1.6;
    padding-left: 0.6em;
    padding-top: 0.5em;
}
#Rental-step .Step p {
    background-color: #FFFFFF;
    line-height: 1.6;
    margin: 0 0;
    padding-left: 0.6em;
    padding-bottom: 0.5em;
}
#Rental-step .Cursor {
    width: 8.42em;
    height: 2em;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 0.8em;
}
#Rental-step .Step3 {
    margin-bottom: 3em;
    background-image: -webkit-linear-gradient(270deg,rgba(255,148,166,1.00) 0%,rgba(255,115,131,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,148,166,1.00) 0%,rgba(255,115,131,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,148,166,1.00) 0%,rgba(255,115,131,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,148,166,1.00) 0%,rgba(255,115,131,1.00) 100%);
}

/*** 貸し出し機 ***/

.Rental-Lineup {
    margin-top: 3em;
    margin-bottom: 1.8em;
}
.Rental-Product {
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 3em;
}
.Rental-Product h3 {
    border-bottom: 2px solid #b8c4d1;
    line-height: 1.6;
}
.Rental-Product h3 span {
	color: #131415;
	border-bottom: 2px solid #F026A3;
    display: inline-block;
    position: relative;
    top: 2px;
}
@media screen and (max-width: 720px) {
	.Rental-Product h3 {
		border-bottom: 1px solid #b8c4d1;
	}
	.Rental-Product h3 span {
		border-bottom: 1px solid #F026A3;
    	position: relative;
    	top: 1px;
	}
}

.Rental-Product .flex {
    display: flex;
    padding-top: 1em;
}
.Rental-Product .Transceiver-image {
    width: 12em;
    height: 20.9em;
    margin-right: 1.02em;
}
.Rental-Product p {
    padding: 0.5em 0.8em;
    background-color: #f3f6f9;
    border-radius: 0.4em;
    margin-bottom: 1.5em!important;
}
.Rental-Product h4 {
    margin-bottom: 0.6em;
}
.Rental-Product ul {
    margin-bottom: 2em;
}
.Price-table {
    padding-right: 2px;
    padding-left: 1px;
    padding-bottom: 2px;
    background-color: #A9B7C7;
    display: grid;
    grid-template-columns: 15% 20% 20% 20% 25%;
    padding-top: 1px;
    margin-bottom: 1.6em;
}
.Price-table div {
    display: inline-block;
    padding: 0.4em 0.7em;
    margin-top: 1px;
    margin-left: 1px;
    background-color: #fff;
    text-align: center;
}
.Price-table .bold {
    font-weight: bold;
}
.Price-table .gray {
    background-color: #f3f6f9;
}


/***** レンタル申し込みフォーム *****/

#customize_form_page_1 .New_customer {
    padding: 0.5em 0.8em;
    background-color: #f3f6f9;
    border-radius: 0.4em;
}

#customize_form_page_1 .edit_form .form_area div:last-child .form_element .input_box {
    margin: 0 auto;
    text-align: center;
}

/*** レンタル約款***/

#customize_form_page_1 #Agreement {
    margin: 1em auto;
    width: 90%;
    height: 25em;
    border: 1px solid #a9b7c7;
    overflow-y: scroll;
    padding: 1em 1em;
    -webkit-box-shadow: inset 0.1em 0.1em 0.3em 0.1em #edf0f5;
    box-shadow: inset 0.1em 0.1em 0.3em 0.1em #edf0f5;
}
#customize_form_page_1 #Agreement h3 {
    text-align: center;
    font-size: 120%;
    padding: 0.8em 0;
    color: #2d3033;
    background-color: #F3F6F9;
    border-radius: 0.3em;
}
#customize_form_page_1 #Agreement h4 {
    color: #363a3d;
}
#customize_form_page_1 #Agreement p {
    margin-bottom: 2em;
    text-indent: 1em;
	font-family: "Lato", 'BIZ UDPGothic';
}
#customize_form_page_1 #Agreement ol {
    margin-top: 1em;
    margin-bottom: 2em;
}
#customize_form_page_1 #Agreement .Non-space_F  {
    margin-bottom: 0;
}

#customize_form_page_1 #Agreement .Non-space_R {
    margin-top: 0;
}	
#customize_form_page_1 #Agreement .Left-space {
    padding-left: 1em;
    display: inline-block;
}

/***** プラグ互換用タブパネル *****/

#Compatibility {
    margin-bottom: 2.5em;
    margin-top: 1em;
}


/*** メーカー名用 ***/

#Compatibility .Compatibility {
    border: 2px solid #f4f7fa;
}

#Compatibility .tab {
    list-style-type: none;
    color: #8590a0;
    padding: 0 0;
    font-weight: bold;
}

#Compatibility .tab li {
    width: 20%;
}

.Compatibility .tab .Plug {
    float: left;
    text-align: center;
    cursor: pointer;
    border-top: 2px solid #F4F7FA;
    border-Left: 2px solid #FFF;
    border-right: 2px solid #FFF;
    background-color: #f4f7fa;
}

.Compatibility .tab li:active {
    border-bottom: 0px solid #FFF;/*クリック時のアンダーライン出現防止*/
}

.Compatibility .tab .current {
    background-color: #FFFFFF;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    color: #00affa;
	transition: 0.4s ;/*変化させる*/
}

.Compatibility .tab .Left {
    border-Left: 0px solid #FFF;
    border-right: 2px solid #FFF;
}

.Compatibility .tab .Right {
    border-Left: 2px solid #FFF;
    border-right: 0px solid #FFF;
}

.Compatibility .tab .Plug {
}

#Compatibility .Content {
    clear: both;
    animation: fadeIn .8s;
    padding: 0.5em 0.5em;
}

@keyframes fadeIn { /*animation-nameで設定した値を書く*/

  0% {opacity: 0} /*アニメーション開始時*/

  100% {opacity: 1} /*アニメーション終了時*/

}

/*** ピン用 ***/

.MakerTAB{
    display: flex;
    flex-wrap: wrap;
    clear: both;
}

.MakerTAB::after {	/* タブ下余白 */
    content: '';
    width: 100%;
    height: 1em;
    order: -1;
    display: block;
    background-color: #FFFFFF;
}

.MakerTAB .tabLabel {	/* タブ */
    order: -1;
    border-radius: 0.2em 0.2em;
    background-color: #F4F7FA;
    transition: .4s;
    cursor: pointer;
    color: #8590a0;
    font-weight: bold;
    text-align: center;
    width: 50%;
}

.MakerTAB .tabLabel:nth-last-of-type(1){ margin-right: 0; }
.MakerTAB input {		/* ラジオボタン非表示 */
	display: none;
}

.MakerTAB .content {	/* 本文 */
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin-left: 0px;
}

#Compatibility .MakerTAB .content p,
#Compatibility .Content p {
}

/*アクティブ設定*/
.MakerTAB input:checked + .tabLabel {
    color: #00affa;
    background-color: #FFF;
}
.MakerTAB input:checked + .tabLabel + .content {
	height: auto;
	overflow: auto;
	transition: 1.0s opacity;
	opacity: 1;
}

#Compatibility .OnePIN {
    cursor: pointer;
    color: #00affa;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

#Compatibility ul {
    margin-bottom: 0.5em;
}

/*セパレート専用*/

#Separate_jp {
    background-image: url(https://www.e-incom.net/data/e-incom/image/Common/WORKIE-SEPARATE/Separate_jp-back.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 0.15em solid #000000;
    margin: 3em 1em;
    padding-top: 3em;
    padding-left: 20%;
    padding-right: 1em;
    padding-bottom: 0em;
    font-size: 92.5%;
    line-height: 1.5;
    clear: both;
}

#Separate_Cost {
    padding: 0 1em;
}
#Separate_Cost img {
    width: 100%;
    border: 0.15em solid #00b6ff;
}

#Separate_Cost p {
    margin: 0 0;
    font-size: 87.5%;
}

#Separate-STEP {
    margin-top: 3em;
    margin-bottom: 0.5em;
}

#Separate-STEP h2 {
    font-family: nitalago-ruika, ニタラゴルイカ-０６, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
    font-size: 160%;
    border-bottom: 0.1em solid #00b6ff;
    line-height: 1.4;
    font-weight: normal;
}

#Separate-STEP h2 span {
	color: #00b6ff;
}

#Separate-STEP .Choose-three {
    width: 12em;
    margin-left: 5%;
    margin-top: 1em;
    margin-bottom: 0.6em;
}

#Separate-STEP .Choice-Point {
    border: 0.15em dashed #00B6FF;
    border-radius: 0.6em;
    width: calc(100% - 1em);
    margin-top: 0px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 2.5em;
    padding: 0.5em 0.5em;
}

#Separate-STEP h3 {
    color: #00b6ff;
    background-repeat: no-repeat;
    padding-left: 1.6em;
    font-size: 110%;
    clear: both;
}
#Separate-STEP .STEP1 {
    background-image: url(https://www.e-incom.net/data/e-incom/image/Common/svg-icon/STEP-1.svg);
}
#Separate-STEP .STEP2 {
    background-image: url(https://www.e-incom.net/data/e-incom/image/Common/svg-icon/STEP-2.svg);
}
#Separate-STEP .STEP3 {
    background-image: url(https://www.e-incom.net/data/e-incom/image/Common/svg-icon/STEP-3.svg);
}

.Description-Block {
}
.Description-Block img {
    width: 45%;
    max-width: calc(360px + 0.21em);
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    border: 0.15em solid #0ac2f5;
}
.Description-Block .Description {
}
.Description-Block ul {
    display: flex;
    flex-direction: column;
    padding-left: 0.4em;
}
.Description-Block li {
    list-style-type: none;
    margin-bottom: 0.4em;
}
.Description-Block li:before {
    content: "";     /* 空の要素作成 */
    display: inline-block;    /* インラインブロックにする */
    width: 0px;     /* 空のサイズ*/
    height: 0px;     /* 空の要素作成 */
    border: 0.3em solid #131415; /* 枠でサークル径を調整 */
    border-radius: 50%;  /* 丸みの度合い */
    margin-right: 0.3em;  /* 余白 */
    position: relative;
    bottom: 0.08em;
}
.Description-Block .Advice {
    padding: 0.6em 1em;
    border-radius: 0.4em;
    background-color: #F4f7FA;
    display: flex;
}
.Description-Block .clear-both {
    clear: both;
    margin-bottom: 2em;
}


/*** インカムの仕組み ***/

#Mechanism {
    margin: 1em 2em;
    aspect-ratio: 1 / 0.536;
    font-family: nitalago-ruika, ニタラゴルイカ-０６, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
    color: #363a3d;
    position: relative;
    line-height: 1.0;
}
#Mechanism p {
    margin: 0.8em 0em;
    font-size: 115%;
    text-align: center;
    padding: 0.2em 0;
    background-color: #F4f7FA;
}
#Mechanism span {
    position: absolute;
}
#Mechanism .Transceiver-1 {
    top: 58%;
    left: 6%;
}
#Mechanism .Transceiver-2 {
    top: 89%;
    left: 5.95%;
}
#Mechanism .Radio-1 {
    top: 89%;
    left: 19.3%;
}
#Mechanism .Radio-2 {
    top: 89%;
    left: 37.1%;
}
#Free-page-contents ol {
    margin: 0.5em 0;
    padding-left: 1.5em;
    padding-right: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}
#Free-page-contents ol li {
    margin: 0.8em 0;
    background-color: #f3f6f9;
    border-radius: 0.4em;
    text-indent: -1em;
    padding-top: 0.2em;
    padding-right: 0.5em;
    padding-left: 1.5em;
    padding-bottom: 0.2em;
    list-style-position: inside;
}

/* インカムの比較テーブル */

.Comparison-table {
    padding-right: 2px;
    padding-left: 1px;
    padding-bottom: 2px;
    background-color: #A9B7C7;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    padding-top: 1px;
    margin-bottom: 2.5em;
    font-size: 92.5%;
}
.Comparison-table div {
    display: inline-block;
    padding: 0.4em 0.7em;
    margin-top: 1px;
    margin-left: 1px;
    background-color: #fff;
    text-align: center;
}
.Comparison-table .bold {
    font-weight: bold;
}
.Comparison-table .gray {
    background-color: #f3f6f9;
}
.Comparison-table .Pink {
    background-color: #ffedef;
}
.Comparison-table .Fast {
    padding-top: 6em;
}
.Comparison-table .Photo {
    margin: 0.3em 0;
    height: 5em;
}
.Comparison-table .Dollar-bag {
    margin: 0 0;
    height: 2em;
}








