@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
html {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust:none;
	overflow-x: hidden;
}
body {
	font-size:14px;
	line-height:1.2em;
	-webkit-text-size-adjust:none;
	overflow-x: hidden;
}

/***** PC用ソースのOFFクラス *****/
.sp_out {
	display:none !important;
}
/***** PC用ソースのOFFクラス *****/

.vishdn{
	visibility:hidden;
}

.clear {
	font-size: 0px;
	clear: both;
	line-height: 0px;
	height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}
img {
 	border: none;
	outline: none;
}

a:link {
	outline: none;
	TEXT-DECORATION: none;
	color: #0066cc;
}
a:visited {
	TEXT-DECORATION: none;
	outline: none;
	color: #0066cc;
}
a:hover {
	TEXT-DECORATION: none;
	outline: none;
	color: #0066cc;
}
a:active {
	TEXT-DECORATION: none;
	outline: none;
	color: #0066cc;
}

a.ovr {
  transition: all 0.2s ease-in-out 0s;
	color: #333;
}
a.ovr:hover {
  opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
ul, ol {
	list-style-type: none;
	line-height: 1.4em;
}
.sp_header {
	margin-bottom: 8px;
	height: 60px;
}
.sp_header .header_logo {
	display: inline-block;
	margin-top: 14px;
	margin-left: 10px;
	float: left;

}
.sp_header .header_logo img {
	width: 136px;
	height: auto;
}
.sp_header .sp_search_btn {
	border-left: 1px solid #ccc;
	display: inline-block;
	color: #21577C;
	font-weight: bold;
	float: right;
	padding-top: 1px;
	font-size: 57%;
	cursor: pointer;
	width: 55px;
	text-align: center;
	margin-top: 20px;
}
.sp_header .sp_search_btn p {
	background-image: url(../image/MNC_icon_common_sp_search_on.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 14px;
	width: 15px;
	height: 15px;
	margin: 0 auto 1px auto;
}
.sp_header .sp_search_btn p.search_icon_p {
	background-image: url(../image/MNC_icon_common_sp_close_off.jpg);
}
.sp_header .sp_menu_btn p.menu_icon_p {
	background-image: url(../image/MNC_icon_common_sp_close_off.jpg);
	background-size: 14px 14px;
}
.sp_header .sp_menu_btn {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: inline-block;
	color: #21577C;
	font-weight: bold;
	float: right;
	padding-top: 1px;
	font-size: 57%;
	cursor: pointer;
	width: 55px;
	text-align: center;
	margin-top: 20px;
	margin-right: 10px;
}
.sp_header .sp_menu_btn p {
	background-image: url(../image/MNC_icon_common_sp_menu_on.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	width: 19px;
	height: 14px;
	margin: 0 auto 1px auto;
}

.sp_header .header_search {
	background-color: #21577C;
	padding: 15px 10px 10px 10px;
	display: none;
	width: 96%;
	position: absolute;
	top: 68px;
	z-index: 10;
}
.sp_header .header_search form {
	background-color: #fff;
	border: 1px solid #103E5D;
}
.sp_header .header_search input.header_serach_btn {
	float: left;
	background-image: url(../image/MNC_icon_common_sp_search_on.jpg);
	background-repeat: no-repeat;
	background-position: 4px top;
	background-size: 15px auto;
	background-color: #fff;
	border: none;
	width: 22px;
	height: 20px;
	cursor: pointer;
  margin-top: 12px;
}
.sp_header .header_search input.header_serach_input {
	border: none;
	height: 42px;
	width: 90%;
	color: #333;
	font-size: 107%;
}
.sp_header .header_search .sp_search_close {
	color: #fff;
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: 8px;
}
.sp_header .header_search .sp_search_close span {
  background-image: url("../image/MNC_icon_common_sp_search_close.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 23px auto;
  display: inline-block;
  height: 30px;
  padding-left: 30px;
  padding-top: 15px;
	cursor: pointer;
}

/***** sp_menu *****/
.gnavi_box {
	left: 100%;
	position: absolute;
	width: 100%;
	z-index: 999;
	border-top: 5px solid #103E5D;
	display: none;
}
.gnavi_box.active {
  /*left: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;*/
  z-index: 999;
}
.gnavi_box:first-child {
	position: fixed;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	top: 68px;
}
ul.gnaviWrap {
	background-color: #21577c;
}
ul.gnaviWrap li {
  background-image: url("../image/MNC_icon_common_top_list_bg.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-bottom: 1px solid #103E5D;
  font-size: 86%;
	font-weight: bold;
  padding: 16px 10px 15px 10px;
}
ul.gnaviWrap li.sub {
  background-image: url("../image/MNC_icon_common_top_list_bg.png");
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
	border-bottom: 1px solid #3f7196;
}
ul.gnaviWrap li.open {
  background-image: url("../image/MNC_icon_common_spl_arrow01.png");
  background-size: 20px auto;
}
ul.gnaviWrap li.close {
  background-image: url("../image/MNC_icon_common_spl_arrow01_close.png");
  background-size: 20px auto;
}
ul.gnaviWrap a {
	color: #fff;
	font-weight: bold;
}
.open_sub_box { padding-left: 26px; background-color: #4982AD; }
.open_sub_box a { background-color: #4982AD; display: block; }
.open_sub_box a:last-child li.sub { border-bottom: none; }
.sp_contact { background-color: #fff; padding: 10px; }
.sp_contact .sp_contact_links {
  background-color: #85288F;
  border-bottom: 2px solid #610B6A;
  border-radius: 5px;
  height: 47px;
  line-height: 47px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.sp_contact .sp_contact_links a {
  background-image: url("../image/MNC_icon_common_top_list_bg.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-size: 86%;
  font-weight: bold;
}
.sp_contact .sp_request_links {
  background-color: #156CA7;
  border-radius: 5px;
  height: 47px;
  line-height: 47px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.sp_contact .sp_request_links a {
  background-image: url("../image/MNC_content_link_btn01_bg.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-size: 86%;
  font-weight: bold;
}
.sp_contact .sp_menu_close {
	color: #333;
  font-size: 86%;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.sp_contact .sp_menu_close span {
  background-image: url("../image/MNC_icon_common_sp_close_menu.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 23px auto;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  padding-left: 30px;
  padding-top: 15px;
}

/***** sp_menu Off *****/

.top_banner img { width: 100%; height: auto; }
.top_indent {
	padding: 0 10px;
}
.bx-wrapper {
	margin-bottom: 10px !important;
}
/*
.bx-wrapper .bx-controls-direction a {
	width: 25px !important;
	height: 25px !important;
}
*/
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 9px !important;
	height: 9px !important;
}
.top_banner_slide .bx-wrapper .bx-next {
	background-size: 25px !important;
}
.bx-wrapper .bx-controls-direction a {
	margin-left: 8px;
}

/***** top_News *****/
.top_news {
	display: table;
	background-color: #EDEDED;
	margin: 10px 0 15px 0;
	height: auto;
}
.top_news .news {
	display: table-cell;
	background-color: #10629a;
	color: #fff;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 71%;
}
.top_news .news_text {
	display: table-cell;
	padding: 15px 15px 5px;
	font-size: 100%;
	line-height: 1.3em;
}
.top_news .news_text dt {
	padding-top: 10px;
}
.top_news .news_text dd {
  border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	width: 100%;
}
.top_news .news_text dt:first-of-type , .top_news .news_text dd:first-of-type {
	padding-top: 0;
}
.top_news .news_text dd:last-child {
	border: none;
}

.top_box_three li {
	margin-bottom: 15px;
}
.top_box_three_off {
	display: none;
}
.top_box_three .pic {
	margin-bottom: 8px;
}
.top_box_three .pic img {
	width: 100%;
	height: auto;
}

.top_box_three .date {
	margin-bottom: 5px;
}
.top_box_three .date span {
  color: #fff;
  display: inline-block;
  padding: 5px 0;
	margin-right: 5px;
  text-align: center;
  width: 62px;
}
.top_box_three .title {
	margin-bottom: 15px;
}
.top_box_three .title a {
  color: #333;
}
.top_news_link_box {
	margin-bottom: 50px;
}
.top_news_link {
  background-color: #156CA7;
  border-bottom: 2px solid #00477C;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
  height: 47px;
  line-height: 47px;
  text-align: center;
	margin: 0 auto 20px auto;
	width: 204px;
}
.top_news_link a {
  background-image: url("../image/MNC_icon_common_sp_top_box_three_bg.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
	background-size: 20px 20px;
  color: #fff;
  display: block;
  font-weight: bold;
}
/***** top_News OFF *****/

/***** top_product *****/
.top_product {
	background-image: url(../image/MNC_top_product_sp_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
	padding: 43px 0;
}
.top_product .top_product_box {
	padding: 0 10px;
}
.top_product .top_product_box .top_product_title {
	text-align: center;
	margin-bottom: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 150%;
}
.top_product .top_product_box .top_product_title i {
  background-color: #fff;
  display: block;
  height: 5px;
  margin: 12px auto 0;
  width: 27px;
}
.top_product .top_product_box .top_product_four {
  background-image: url("../image/MNC_top_product_four_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 100% 100%;
  float: left;
	margin-bottom: 10px;
  text-align: center;
  width: 49%;
	height: 102px;
	padding: 0;
	padding-top: 44px
}

.top_product .top_product_box .top_product_four i.ico01 {
	background-image: url(../image/MNC_top_product_icon01.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-size: 107%;
	display: block;
	padding-top: 50px;
}
.top_product .top_product_box .top_product_four i.ico02 {
	background-image: url(../image/MNC_top_product_icon02.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-size: 107%;
	display: block;
	padding-top: 50px;
}
.top_product .top_product_box .top_product_four i.ico03 {
	background-image: url(../image/MNC_top_product_icon03.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-size: 107%;
	display: block;
	padding-top: 40px;
	line-height: 1.2em
}

.top_product .top_product_box .top_product_four i.ico04 {
	background-image: url(../image/MNC_top_product_icon04.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-size: 107%;
	display: block;
	padding-top: 50px;
}
.top_product_four_clear:after {
	content: ".";
	display: block;
	height: 1px;
	clear: both;
}
.top_product_link {
	background-color: #fff;
	border-bottom: 1px solid #366f9a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 45px;
	line-height: 47px;
	text-align: center;
	width: 204px;
	margin: 18px auto auto;
}
.top_product_link a {
	background-image: url("../image/MNC_top_product_link_icon.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  color: #0066cc;
  display: block;
  font-weight: bold;
	font-size: 93%;
}
/***** top_product Off *****/
/***** top_case *****/
.top_case {
	background-color: #E1EEF6;
	padding: 43px 0;
}
.top_case .top_case_box { padding: 0 10px; }
.top_case .top_case_box .top_case_title {
	text-align: center;
	margin-bottom: 25px;
	color: #333;
	font-weight: bold;
	font-size: 150%;
}
.top_case .top_case_box .top_case_title i {
  background-color: #ABD2E9;
  display: block;
  height: 5px;
  margin: 12px auto 0;
  width: 27px;
}
.case_wrap {
	margin-bottom: 30px;
	width: 100%;
}
.case_wrap a {
	color: #333;
	text-decoration: none;
}
.case_tblwrap {
	width: 100%;
	display: table;
	height: 150px;
}
.case_tblwrap + p,
a .case_tblwrap + p {
	font-size: 93%;
	color: #333;
	line-height: 1.38;
	padding-top: 10px;
	width: auto;
}

.case_tblwrap_l {
	display: table-cell;
	width: 50%;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	box-sizing: border-box;
	line-height: 0;
}
.case_tblwrap_r {
	display: table-cell;
	width: 50%;
	padding: 15px 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #62A9D5;
	color: #fff;
	font-size: 88%;
	font-weight: bold;
	box-sizing: border-box;
}
.case_tblwrap_l img {
	width: 100%;
}

.top_case .top_case_box .top_case_three {
	font-size: 100%;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.top_case .top_case_box .top_case_three p {
	line-height: 1.6em;
}
.top_case .top_case_box .top_case_three p.bg01 {
	margin-bottom: 20px;
	display: block;
	background-image: url(../image/MNC_top_case_banner01.jpg);
	background-repeat: no-repeat;
	background-position: left top -5px;
	height: 140px;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	padding-top: 10px;
	line-height: 152px;
  margin: 0 auto 10px;
  padding-left: 200px;
  width: 100px;
}
.top_case .top_case_box .top_case_three p.bg02 {
  background-image: url("../image/MNC_top_case_banner02.jpg");
  background-position: left top -10px;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  height: 95px;
  margin: 0 auto 10px;
  padding-left: 150px;
  padding-top: 55px;
  text-align: center;
  width: 150px;
}
.top_case .top_case_box .top_case_three p.bg03 {
	margin-bottom: 20px;
	display: block;
	background-image: url(../image/MNC_top_case_banner03.jpg);
	background-repeat: no-repeat;
  background-position: left top -10px;
	height: 95px;
  margin: 0 auto 10px;
  padding-left: 150px;
  padding-top: 55px;
  text-align: center;
	color: #fff;
	font-weight: bold;
	width: 150px;
}
.top_case .top_case_box .top_case_link {
	text-align: center;
}

.top_case .top_case_box .last {
	margin-right: 0px;
}
/***** top_case Off *****/
/***** top_solution *****/

.top_solution {
	background-image: url(../image/MNC_top_solution_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
	padding: 40px 0;
	margin-bottom: 45px;
}
.top_solution .top_solution_box {
	padding: 0 10px;
	margin: 0 auto;
	width: 220px;
}
.top_solution .top_solution_box .top_solution_title {
	text-align: center;
	margin-bottom: 25px;
	color: #333;
	font-weight: bold;
	font-size: 150%;
}
.top_solution .top_solution_box .top_solution_title i {
  background-color: #ABD2E9;
  display: block;
  height: 5px;
  margin: 12px auto 0;
  width: 27px;
}

.top_solution .top_solution_box .top_solution_three {
	display: block;
	float:left;
	width: 220px;
	background-color: #fff;
	height: 325px;
	line-height: 20px;
	padding-bottom: 20px;
}
.top_solution .top_solution_box .top_solution_three .title {
	text-align: center;
	font-size: 143%;
	font-weight: bold;
	margin: 26px 0 15px 0;
	color: #333;
}
.top_solution .top_solution_box .top_solution_three .text {
	margin: 0 25px;
	font-size: 100%;
	color: #333;
}
.top_solution .top_solution_box .top_solution_left_link {
	float: left;
	margin-right: 15px;
	margin-top: 210px;
	cursor: pointer;
}
.top_solution .top_solution_box .top_solution_right_link {
	float: right;
	margin-top: 210px;
	cursor: pointer;
}

.top_solution .top_solution_box .last {
	margin-right: 0px;
}
.top_solution .top_solution_box .top_solution_link {
	text-align: center;
}
#mainSlider_sp .bx-wrapper img {
	/*height: 200px;*/
}
/***** top_solution Off *****/
/***** Top_Topics *****/
.top_topics {
	padding: 0 10px;
}
.top_topics .left {
	margin-bottom: 73px;
}
.top_topics .title {
	background-image: url(../image/MNC_top_topics_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 27px auto;
	text-align: center;
	padding-bottom: 17px;
	font-size: 150%;
	margin-bottom: 25px;
}
.top_topics dl.news {
	border-top: 1px #dadada solid;
}
.top_topics dl.news dt {
	padding: 13px 0 10px 0;
}
.top_topics dl.news dd {
	padding: 0 0 15px 0;
	line-height: 1.4em;
}
.top_topics dl.event {
	border-top: 1px #dadada solid;
	padding-top: 10px;
}
.top_topics dl.event dt {
	float: left;
	margin-right: 5px;
  margin-top: 4px;
}
.top_topics dl.event dd {
	padding-bottom: 10px;
	line-height: 1.4em;
}
.top_topics dl.event dd span {
	background-color: #f9a34f !important;
	display: inline-block;
	padding: 0px 8px 0px 8px;
	text-align: center;
	color: #ffffff;
	font-size: 79%;
}
.top_topics dl dd a {
	color: #0071c5;
}
.top_topics dl.border_bottom {
	border-bottom: 1px #dadada solid;
}
.top_topics dl.border_bottom:last-of-type {
	border-bottom: none;
}
.top_topics .top_topics_btn {
	text-align: center;
	margin-top: 30px;
}

/***** Top_Topics Off *****/

/***** Event and Seminar Table *****/
.eventtbl{
	width:100%;
}
.eventtbl th{
	padding-top:10px;
	padding-bottom:10px;
	font-size:0.8rem;
	text-align: center;
	border: 1px solid #efefef;
	background-color: #eee;
}
.eventtbl td{
	padding:12px 8px 10px 8px;
	border: 1px solid #efefef;
	font-size:0.8rem;
}
.eventtbl td:not(:nth-child(3)){
	text-align:center;
}
.eventtbl .title {
	font-weight: bold;
	background-color: #eee;
}
/***** Event and Seminar Table Off *****/



/***** Top_Group *****/
.top_group {

	background-color: #E1EEF6;
	padding: 10px 0;
	margin-top:40px;
	margin-bottom:-93px;
}

.top_group .groupbox > div > div:nth-child(1){
	text-align:center;
	padding:5px 0 12px;
}

.top_group .groupbox > div > div > a {
	background-image: url("../image/MNC_top_product_link_icon.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  color: #0066cc;
  display: block;
  font-weight: bold;
	font-size: 93%;
	width:95%;
	margin:0 auto 5px;
	height: 45px;
	line-height: 47px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	border-bottom: 1px solid #71889a;
}
/***** Top_Group Off *****/








.top_list_link {
  background-color: #156CA7;
  border-bottom: 2px solid #00477C;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  height: 43px;
  line-height: 47px;
  width: 70%;
	margin: 0 auto;
	text-align: center;
}
.top_list_link a {
  background-image: url("../image/MNC_icon_common_top_list_bg.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
	font-size: 93%;
}
.sp_float_right { float: right !important; }

/***** sp_footer_menu *****/
.gnavi_box_footer {
	position: relative !important;
	display: block !important;
	left: 0!important;
	margin-top: 25px !important;
	z-index: 0 !important;
}

.sp_footer_link {
	background-color: #fff;
	clear: both;
  overflow: hidden;
  width: 100%;
}
.sp_footer_link li {
  background-image: url("../image/MNC_icon_common_sp_footer_link_bg.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  border-bottom: 1px solid #dbdbdb;
  font-size: 86%;
  padding: 16px 10px 15px 10px;
	letter-spacing: -0.5px;
}
.sp_footer_link li.half {
  border-right: 1px solid #dbdbdb;
  float: left;
  width: 43.5%;
}
.sp_footer_link li.top_line {
  border-top: 1px solid #dbdbdb;
}
.sp_footer_link li.no_line {
  border-right-style: none;
}
.sp_footer_link a { color: #333; font-weight: bold;}

.sp_footer_logo {
	background-color: #fff;
	text-align: center;
	padding: 15px 0 15px 0;
}
.sp_footer_logo img {
	width: 120px;
	height: auto;
}
.sp_copyright {
	font-size: 64%;
	background-color: #fff;
	color: #333;
	text-align: center;
	padding-bottom: 15px;
}

/***** sp_footer_menu Off *****/
.page_top {
	position: fixed;
	display: none;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 2;
}
.page_top img {
	width: 35px;
	height: 35px;
}





/*** Breadclumb ***/
.Breadclumb{
  border: 0;
  border-top-width: 1px;
  border-style: solid;
  border-color: #dbdbdb;
  overflow-x: auto;
  overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.Breadclumb ul{
  display:table;
  overflow: hidden;
}
.Breadclumb li{
  display:table-cell;
  white-space:nowrap;
  font-size: 86%;
	height: 35px;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
  text-decoration: none;
  position: relative;
  padding-left: 22px;
	padding-right: 10px;
}
.Breadclumb li:first-child {
  padding-left: 10px;
	padding-right: 2px;
  border-radius: 5px 0 0 5px;
}
.Breadclumb li::after,
.Breadclumb li::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2.0em;
  border-top: 2.0em solid transparent;
  border-bottom: 2.0em solid transparent;
  border-left: 1em solid;
  right: -1em;
  padding-left: 1px;
}
.Breadclumb li::after{
  z-index: 2;
  border-left-color: #fff;
}
.Breadclumb li::before{
  border-left-color: #ccc;
  right: -1.1em;
  z-index: 1;
}
.Breadclumb li:last-child {
  padding-right: 10px;
	padding-left: 20px;
}
.Breadclumb li:last-child::before{
	border: none;
}
/*** Breadclumb end ***/


#content h1 , .hl_ttl01 {
  color: #fff;
	font-size: 129%;
	font-weight: bold;
  line-height: 1.3em;
	background-color: #21577C;
	margin-bottom: 15px;
	padding: 17px 0 15px 10px;
}
#content h2 , .hl_ttl02 {
  background-image: url("../image/MNC_content_h2_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  color: #333;
  font-size: 129%;
  font-weight: bold;
  line-height: 18px;
  padding: 23px 10px 15px 10px;
  position: relative;
}
#content h2 i.sp_on {
  background-image: url("../image/MNC_content_h2_sp_on_bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  cursor: pointer;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 38%;
  width: 42px;
}
#content h2 i.sp_off {
	background-image: url(../image/MNC_content_h2_sp_off_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50% auto;
  height: 21px;
  position: absolute;
  right: 20px;
  width: 42px;
	cursor: pointer;
}
#content h2.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#content h2 i.icon_01 {
  background-image: url("/image/MNC_icon_common_h2_01_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 23px auto;
  padding-right: 50px;
	margin-right: -10px;
}
#content h2 i.icon_02 {
  background-image: url("/image/MNC_icon_common_h2_02_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 23px auto;
  padding-right: 50px;
	margin-right: -10px;
}
#content h2 i.icon_03 {
  background-image: url("/image/MNC_icon_common_h2_03_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 23px auto;
  padding-right: 50px;
	margin-right: -10px;
}
#content h2 i.icon_04 {
  background-image: url("/image/MNC_icon_common_h2_04_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 18px auto;
  padding-right: 50px;
	margin-right: -10px;
}
#content h2 i.icon_05 {
  background-image: url("/image/MNC_icon_common_h2_05_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 23px auto;
  padding-right: 50px;
	margin-right: -10px;
}
#content h2 i.icon_06 {
  background-image: url("../image/MNC_icon_common_h2_06_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 23px auto;
  padding-right: 50px;
	margin-right: -10px;
}

#content h2 i.icon_07 {
  background-image: url("/image/MNC_icon_common_h2_07_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 23px auto;
  padding-right: 50px;
	margin-right: -10px;
}
#content h2 i.icon_08 {
  background-image: url("/image/MNC_icon_common_h2_08_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 23px auto;
  padding-right: 50px;
	margin-right: -10px;
}
#content h2 i.icon_09 {
  background-image: url("/image/MNC_icon_common_h2_09_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 23px auto;
  padding-right: 50px;
	margin-right: -10px;
}
#content h2 i.icon_10 {
  background-image: url("/image/MNC_icon_common_h2_10_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 23px auto;
  padding-right: 50px;
	margin-right: -10px;
}











#content h2.no_bg , .hl_ttl02_no_bg {
  background-image: none;
  border-top: 6px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
  position: relative;
	padding-top: 10px;
	padding-bottom: 7px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.2em;
}
#content h2.no_bg i , .hl_ttl02_no_bg i {
  height: 6px;
  position: absolute;
  top: -6px;
  width: 30px;
	left: 0;
}
#content h3 , .hl_ttl03 {
	font-size: 107%;
	font-weight: bold;
	margin-bottom: 15px;
	color: #333;
	background-color: #CBE4F6;
	padding: 8px 0 8px 10px;
}
#content h3.slide_h3 {
	color: #0066cc;
	background-image: url(../image/MNC_content_h3_slide01_bg.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
  background-size: 20px auto;
}
#content h3.slide_h3_open {
	background-image: url(../image/MNC_content_h3_slide02_bg.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
  background-size: 20px auto;
}

#content h3 i.sp_on {
  background-image: url("../image/MNC_content_h2_sp_on_bg.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 15px auto;
  cursor: pointer;
  position: absolute;
  right: 20px;
  width: 42px;
  height: 21px;
}
#content h3 i.sp_off {
	background-image: url(../image/MNC_content_h2_sp_off_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 15px auto;
  height: 21px;
  position: absolute;
  right: 20px;
  width: 42px;
	cursor: pointer;
}
#content h4 , .hl_ttl04 {
  color: #333;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 10px;
  padding-left: 25px;
  position: relative;
	line-height: 1.3em;
}
#content h4 i , .hl_ttl04 i {
  left: 0;
  position: absolute;
  top: 5px;
	height: 5px;
  width: 16px;
	background-color: #156CA7;
}
#content h4.sp_product_top {
	padding-left: 0;
	font-size: 121%;
	line-height: 1.2em;
}
#content h5 , .hl_ttl05 {
  color: #333;
  font-size: 86%;
  font-weight: bold;
  margin-bottom: 25px;
	background-color: #DCDCDC;
  padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content h6 , .hl_ttl06 {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 2px;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
}
#content .sp_box {
	display: none;
}
#content .sp_box_2 {
	display: none;
}
#content .content_box2 {
	position: relative;
}

#content .sp_indent {
	margin: 10px;
}
#content .sp_indent2 {
	margin: 0px 12px;
}
#content .pic_center {
	text-align: center;
}
#content .pic_center img {
	display: inline;
}

#content .content_top_border_gray {
  background-color: #cdcdcd;
  height: 8px;
}

/* product */
span.product_border {
	display: block;
	height: 8px;
	width: 45px;
}
/* product */

#content .content_box_blue {
	background-color: #EAF5FC;
	border: 1px solid #D4EBFA;
	padding: 16px 20px 22px 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}
#content .content_box_blue a.link_btn  {
	background-image: url(../image/MNC_content_blue_link_bg.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
	font-size: 114%;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-bottom: 1px solid #00477c;
	width: 204px;
	margin: 0 auto;
	line-height: 1.4em;
}
#content .content_box_blue .link_text {
	padding-top: 25px;
	text-align: center;
}
#content .content_box_blue .link_text2 {
	padding-top: 25px;
		padding-left: 5px;
	/*text-align: center;*/
}

#content .content_box_blue .sp_ml_01 {
	margin-left: -40px;
}
#content .content_box_blue .sp_ml_02 {
	margin-left: -27px;
}
#content .content_box_blue a.link_btn span {
	font-size: 86%;
}
#content .content_box_blue a.link_btn .font_s {
	font-size: 86%;
	font-weight: normal;
}
#content .content_box_blue a.link_btn .font_b {
	font-size: 114%;
}
#content .content_box_blue02 {
	background-color: #EAF5FC;
	border: 1px solid #D4EBFA;
	padding: 10px 10px 14px;
}
#content .content_box_blue02 span {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#content .content_box_blue02 input {
  border: 1px solid #c9c9c9;
  font-size: 100%;
  margin: 0 auto;
  padding: 8px;
  width: 93%;
}
#content a.link_btn_white  {
	background-image: url(../image/MNC_content_link_btn02_bg.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 6px auto;
	width: 127px;
	color: #333;
	display: inline-block;
	text-align: center;
	padding-top: 18px;
	padding-right: 5px
	font-size: 114%;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 32px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DADADA;
	border-right-color: #DADADA;
	border-bottom-color: #ACACAC;
	border-left-color: #DADADA;
}
#content a.link_btn_ptb_s  {
	padding-top: 12px;
	height: 26px;
	font-size: 71%;
}





#content .list_category_box {
  background-color: #156CA7;
  float: left;
  height: 85px;
  margin-bottom: 10px;
  padding: 21px 0 0;
  text-align: center;
  width: 49%;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 107%;
}
#content .list_category_box i.ico01 {
  background-image: url("../image/MNC_top_product_icon01.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  padding-top: 54px;
	font-style: normal;
}
#content .list_category_box i.ico02 {
  background-image: url("../image/MNC_top_product_icon02.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  padding-top: 54px;
	font-style: normal;
}
#content .list_category_box i.ico03 {
  background-image: url("../image/MNC_top_product_icon03.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  padding-top: 40px;
	font-style: normal;
	line-height: 1.2em;
}
#content .list_category_box i.ico04 {
  background-image: url("../image/MNC_top_product_icon04.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  padding-top: 54px;
	font-style: normal;
}



/* 商品情報追加 */

#content .list_category_box2 {
  background-color: #156CA7;
  float: left;
  height: 85px;
  margin-bottom: 10px;
  padding: 21px 0 0;
  text-align: center;
  width: 49%;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 80%;
}
#content .list_category_box2 i.ico02 {
  background-image: url("/image/MNC_top_product_icon02.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  padding-top: 45px;
	font-style: normal;
}
#content .list_category_box2 i.ico04 {
  background-image: url("/image/MNC_top_product_icon04.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  padding-top: 54px;
	font-style: normal;
}
#content .list_category_box2 i.ico07 {
  background-image: url("/image/MNC_top_product_icon07.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  padding-top: 54px;
	font-style: normal;
	line-height: 1.2em;
}
#content .list_category_box2 i.ico08 {
  background-image: url("/image/MNC_top_product_icon08.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  padding-top: 54px;
	font-style: normal;
}
#content .list_category_box2 i.ico09 {
  background-image: url("/image/MNC_top_product_icon09.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  padding-top: 54px;
	font-style: normal;
}








#content table {
  border-collapse: collapse;
  width: 100%;
}

#content table.dis_block td {
	display: block;
	border-bottom: none !important;
}
#content table.dis_block td.border_bottom {
	border-bottom: 1px solid #dadada !important;
}
#content table.content_table {
  margin-bottom: 10px;
  margin-top: 10px;
}
#content table.content_table th {
  background-color: #ccc;
  border: 1px solid #dadada;
  padding: 5px 0;
}
#content table.content_table td {
  border: 1px solid #dadada;
  padding: 5px;
	line-height: 1.4em;
}
#content table.content_table td.title {
  background-color: #eee;
  font-weight: bold;
}
#content table.content_table td.text_center {
  text-align: center;
}

#content table.content_table td a.link_btn {
  background-image: url("../image/MNC_content_link_bg.png");
  background-position: 160px center;
  background-repeat: no-repeat;
  border-color: #dadada #dadada #acacac;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px 1px 3px;
  color: #333;
  display: inline-block;
  font-size: 114%;
  font-weight: bold;
  height: 35px;
  padding-top: 15px;
  text-align: center;
  width: 175px;
}
#content table.content_table td a.link_btn2 {
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 100%;
  font-weight: bold;
  height: 30px;
  padding-top: 12px;
  text-align: center;
  width: 94px;
}

#content ul.search_list {
	margin-bottom: 30px;
}
#content ul.search_list li {
	padding: 14px 20px 10px;
	border: 1px solid #DADADA;
	border-bottom: none;
	list-style: none;
	line-height: 1.4em;
}
#content ul.search_list li:last-child {
	border-bottom: 1px solid #DADADA;
}
#content ul.search_list li a {
}
#content ul.search_list li a span {
	color: #333333;
	font-size: 86%;
}
#content ul.search_list li .td_logo {
	display: inline-block;
	width: 75px;
	height: auto;
}
#content ul.search_list li .td_logo img {
	max-width: 100%;
	height: auto;
}
#content ul.search_list li .td_logo_title {
	display: inline-block;
	margin-left: 5px;
	color: #0066cc;
}
#content ul.search_list li.sp_title {
  background-image: url("../image/MNC_content_h2_sp_on_bg.png");
	background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
	border-bottom: 1px solid #DADADA;
	cursor: pointer;
	padding: 4px 20px 4px;
	font-size: 107%;
}
#content ul.search_list li.sp_off {
	background-image: url("../image/MNC_content_h2_sp_off_bg.png");
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
#content ul.search_list .open_tbody {
	display: none;
}
#content ul.search_list li .td_logo3 {
	float: left;
	width: 27%;
	margin-right: 5px;
	margin-top: 5px;
}
#content ul.search_list li .td_logo3 img {
	max-width: 100%;
	height: auto;
}
#content ul.search_list li a.product_title {
	font-size: 114%;
	line-height: 1.5em;
}
#content ul.search_list li span.gray {
	color: #666666;
}
#content .maker_box {
	border: 1px solid #DADADA;
	border-bottom: none;
	width: 100%;
	margin-bottom: 30px;
}
#content .maker_logo {
	padding-left: 20px;
	padding-top: 20px;
}







#content .maker_list {
	width: 100%;
	vertical-align: top;
	padding-top: 10px;
}
#content ul.maker_search_list {
	width: 100%;
	margin-bottom: 10px;
}
#content ul.maker_search_list li {
	padding: 14px 20px 10px;
	border-bottom: 1px solid #DADADA;
	list-style: none;
	line-height: 1.4em;
}
#content ul.maker_search_list li.sp_title {
  background-image: url("../image/MNC_content_h2_sp_on_bg.png");
	background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	cursor: pointer;
	padding: 10px 20px 10px;
	font-size: 107%;
}
#content ul.maker_search_list li.active {
  background-image: url("../image/MNC_content_h2_sp_off_bg.png");
}
#content .maker_box_sp .sp_title {
	display: none;
}
#content .maker_box_sp ul.maker_search_list li:first-child {
	border-top: 1px solid #DADADA;
}
#content ul.maker_search_list .open_tbody {
	display: none;
}



#content table.content_table3 {
	margin-top: 15px;
	margin-bottom: 15px;
}
#content table.content_table3 th {
	background-color: #f4f4f4;
	padding: 15px 20px;
	border: 1px solid #DADADA;
	font-weight: normal;
	text-align: left;
}
#content table.content_table3 a:hover {
	text-decoration: underline;
}
#content table.content_table3 th a {
	font-size: 143%;
}
#content table.content_table3 th a span {
	color: #333333;
	font-size: 114%;
}
#content table.content_table3 tr.sp_title {
	font-size: 114%;
	position: relative;
}
#content table.content_table3 tr.sp_title i.sp_on {
  background-image: url("../image/MNC_content_h2_sp_on_bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  cursor: pointer;
  height: 21px;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 42px;
}

#content table.content_table3 tr.sp_title i.sp_off {
	background-image: url(../image/MNC_content_h2_sp_off_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50% auto;
  height: 21px;
  position: absolute;
  right: 10px;
  width: 42px;
	cursor: pointer;
}
#content table.content_table3 tbody.open_tbody {
	display: none;
}

#content table.content_table3 td {
	padding: 10px 10px;
	border: 1px solid #DADADA;
	position: relative;
}
#content table.content_table3 td.sp_td_logo_box {
	border: none;
	padding-left: 0;
}
#content table.content_table3 .td_logo {
	display: inline-block;
	width: 75px;
	height: auto;
	vertical-align: top;
}
#content table.content_table3 .td_logo3 {
	float: left;
	width: 27%;
	margin-right: 5px;
	margin-top: 5px;
}
#content table.content_table3 .td_logo3 img {
	max-width: 100%;
	height: auto;
}
#content table.content_table3 .td_logo img {
	max-width: 100%;
	height: auto;
}
#content table.content_table3 .td_logo_title {
	display: inline-block;
	margin-left: 5px;
	color: #0066cc;
}
#content table.content_table3 td a {
	color: #0066cc;
	margin-bottom: 5px;
}
#content table.content_table3 td a.product_title {
	font-size: 114%;
	line-height: 1.5em;
}
#content table.content_table3 td span.gray {
	color: #666666;
	font-size: 86%;
}
#content table.sp_list_product td {
	padding-top: 10px;
}
.disc, .square, .circle, .rhombus, .check, .line, .decimal, .disc_white {
	padding-left: 15px;
}
.disc li, .square li, .circle li, .rhombus li, .check li, .line li, .decimal li,  li.list_text, .disc_white li {
	margin-bottom: 10px;
	position: relative;
  line-height: 1.4em;
}
#content ul.disc li:before {
  background-color: #000;
  border-radius: 100%;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: 0.28em;
  left: -1em;
  width: 8px;
}
#content ul.disc li ol li:before {
  background-color: #888 !important;
  border-radius: 100%;
  content: "";
  display: block;
  height: 7px;
  left: -1em;
  position: absolute;
  top: 0.52em;
  width: 7px;
}

#content ul.disc li ol li ol li:before {
  background-color: #888 !important;
  border-radius: 0% !important;
  content: "";
  display: block;
  height: 3px;
  left: -1em;
  position: absolute;
  top: 0.60em;
  width: 8px;
}


#content ul.disc_white li:before {
  background-color: #FFFFFF;
  border-radius: 100%;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: 0.28em;
  left: -1em;
  width: 8px;
}
#content ul.disc_white li ol li:before {
  background-color: #FFFFFF !important;
  border-radius: 100%;
  content: "";
  display: block;
  height: 7px;
  left: -1em;
  position: absolute;
  top: 0.52em;
  width: 7px;
}

#content ul.disc_white li ol li ol li:before {
  background-color: #FFFFFF !important;
  border-radius: 0% !important;
  content: "";
  display: block;
  height: 3px;
  left: -1em;
  position: absolute;
  top: 0.60em;
  width: 8px;
}









/* リストの高さキャンセル */
.mb_cancel1 li{
	margin-bottom:5px !important;
}
.mb_cancel2 li{
	margin-bottom:0px !important;
}

/*ikeda*/


#content .square li:before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #0071c5;
	display: block;
	position: absolute;
	top: 0.55em;
	left: -1em;
}

#content .circle li:before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #fff;
	border: 1px solid #0071c5;
	border-radius: 100%;
	display: block;
	position: absolute;
	top: 0.55em;
	left: -1em;
}

#content .rhombus li:before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #0071c5;
	display: block;
	position: absolute;
	top: 0.55em;
	left: -1em;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#content .check li:before {
	content: '';
	width: 6px;
	height: 2px;
	border-left: 2px solid #0071c5;
	border-bottom: 2px solid #0071c5;
	display: block;
	position: absolute;
	top: 0.55em;
	left: -1em;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#content .line li:before {
	content: '';
	width: 6px;
	height: 2px;
	background-color: #0071c5;
	display: block;
	position: absolute;
	top: 0.75em;
	left: -1em;
}
#content ul li.no_mrkr:before {
  content: none;
}
#content ul.key {
	margin-bottom: 5px;
	margin-left: 10px;
}
#content ul.key li {
	margin-bottom: 10px;
	text-indent: -1em;
	line-height: 1.5em;
}
#content ul.key li:before {
  display: inline;
  content: "※";
}
#content ul.decimal {
	margin-bottom: 10px;
	list-style-position: inside;
}
#content ul.decimal li {
  list-style: decimal outside;
	margin-bottom: 10px;
}
#content ul.decimal li.no_decimal {
	list-style-type: none;
	margin-bottom: 10px;
}

/*ikeda*/
#content ul.decimal li.discs {
	display: list-item;
	list-style-image:url(/image/top_t_dot.gif);
	list-style-position: outside;
	padding-left:10px;
	margin-left:20px;
	margin-bottom: 3px;
}
/*ikeda*/




#content ul.decimal li.text_left {
	letter-spacing: -0.13em;
}
.list_text {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

#content .alphabet {
  clear: both;
	margin-bottom: 20px;
	display: table-cell;
}
#content .alphabet a {
  background-color: #fff;
  text-align: center;
  color: #000;
	font-size: 129%;
	width: 20px;
	height: 20px;
	line-height: 20px;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	padding: 11px;
	text-decoration: none;
	border-top: 1px #dadada solid;
	border-right: 1px #dadada solid;
	border-left: 1px #dadada solid;
	border-bottom: 2px #ACACAC solid;
	margin: 0 2px 5px 0;
}
/*
#content .alphabet a:nth-child(6n) {
	margin-right: 0;
}*/
#content .alphabet a.current {
	background-color: #EDEDED;
	border: none;
	color: #adadad;
	border-right: 1px #EDEDED solid;
	border-left: 1px #EDEDED solid;
	cursor: text;
}
#content .alphabet a.hiragana {
	width: 38px;
	padding: 11px 2px;
}
#content .alphabet a.hiragana span {
	font-size: 71%;
}
#content ul.list_link_bottom {
  width: 100%;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	box-sizing: border-box;
	overflow: hidden;
}
#content ul.list_link_bottom li {
  width: 100%;
	padding: 5px 8px;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	box-sizing: border-box;
}

#content ul.list_link_bottom li a {
	display: block;
	background-image: url(../image/MNC_content_link_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: left top 5px;
  background-size: 12px auto;
	padding-left: 20px;
	color: #0066cc;
}

a.content_link {
	padding-left: 18px;
	text-indent: -18px;
	display: block;
}
a.content_link::before {
	content: url(../image/MNC_content_link_bg.png);
	left: -2px;
	top: 2px;
  position: relative;
}
a.content_link_s {/*okuda for support lnk */
	padding-left: 18px;
	text-indent: -18px;
	display: block;
}
a.content_link_s::before {
	content: url(../image/MNC_content_link_bg.png);
	left: -2px;
	top: 2px;
  position: relative;
}
a.content_anchor_link {
	padding-left: 18px;
	text-indent: -18px;
	display: block;
}
a.content_anchor_link::before {
	content: url(../image/MNC_content_link_bottom_bg.png);
	left: -5px;
  position: relative;
}
a.content_link_pdf {
	padding-left: 18px;
	text-indent: -18px;
	display: block;
}
a.content_link_pdf::before {
	content: url(../image/MNC_content_link_pdf_bg.png);
	left: -3px;
  position: relative;
}
a.content_link_blank {
	padding-left: 15px;
	text-indent: -10px;
	display: block;
}
a.content_link_blank::before {
	content: url(../image/MNC_content_link_blank_bg.png);
	left: -5px;
  position: relative;
}

a.content_link_btn {
  background-image: url("../image/MNC_content_link_btn01_bg.png");
  background-position: 120px center;
  background-repeat: no-repeat;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
a.content_link_btn02 {
	background-image: url("../image/MNC_content_link_btn02_bg.png");
	background-repeat: no-repeat;
  background-position: 120px center;
	color: #333;
	display: inline-block;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
  font-size: 100%;
	font-weight: bold;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.content_link_btn03 {
  background-image: url("../image/MNC_content_link_btn01_bg.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 93%;
  font-weight: bold;
	height: 30px;
	padding-top: 16px;
  text-align: center;
  width: 204px;
	margin: 10px auto;
}
a.content_link_btn04 {
	background-image: url("../image/MNC_content_link_blank02_bg.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
	background-size: 14px auto;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 93%;
  font-weight: bold;
  margin: 10px auto;
  height: 30px;
  padding-top: 16px;
  text-align: center;
  width: 204px;
}
a.content_link_btn_orange {
	border-bottom: 2px solid #B34204;
	background-color: #F16519;
}
a.content_link_btn_purple {
	border-bottom: 2px solid #610B6A;
	background-color: #85288f;
}

#content .two_box_wrap ul {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
#content .two_box_wrap li > a.ovr {
	display: block;
}

#content .two_box_wrap .two_box .text{
	padding-left: 20%;
}
#content .contact_btn {
	background-image: url("../image/MNC_content_link_btn01_bg.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
	background-size: auto 14px;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 93%;
  font-weight: bold;
  margin: 10px auto;
  height: 30px;
  padding-top: 15px;
  text-align: center;
  width: 204px;
}
#content .contact_btn_short {
	width: 154px;
}
#content .sp_page_products_menu_box {
	padding: 7px 10px;
}
#content .sp_page_products_menu {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 4px 10px 3px 10px;
	float: left;
	font-size: 57%;
	text-align: center;
}
#content .sp_page_products_menu i {
	background-image: url(../image/mcafee_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top 5px;
	background-size: auto 14px;
	display: block;
	width: 28px;
	height: 20px;
	margin: 0 auto 2px auto;
}
#content .sp_page_products_menu i.active {
	background-image: url(../image/mcafee_menu_close_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top 5px;
	background-size: auto 14px;
}
#content .sp_page_products_menu i.red {
	background-image: url(../image/mcafee_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top 5px;
	background-size: auto 14px;
}

#content .page_products_logo {
	float: left;
	width: 75px;
	margin-top: 10px;
	margin-left: 10px;
}
#content .page_products_logo img {
	width: auto;
	height: 35px;
	padding: 8px 0 15px 0;
}





#content .page_products_title {
	margin-top: 14px;
	margin-left: 8px;
	float: left;
	line-height: 1.0em
}
#content .page_products_title span {
  font-size: 100%;
  font-weight: bold;
}
#content .page_products_title span.font_14 {
	font-size: 64% !important;
	font-weight: normal !important;
}



/*ikeda*/
#content .page_products_title h1.H1seciton {
	font-size: 125%;
	margin:0;
	font-weight: bold;
	padding:0;
	margin:0;
	background:#FFFFFF;
	color:#444;
}
/*ikeda*/
/*ikeda*/
#content .page_products_box3 {
	padding: 4px 10pxpx 4px 10px;
}
/*ikeda*/






#content .page_products_contact {
	float: right;
}
#content .page_products_contact a {
  background-image: url("../image/MNC_content_link_btn01_bg.png");
  background-position: right 5px top 12px;
  background-repeat: no-repeat;
	background-size: 6px auto;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 71%;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 6px;
  padding-top: 9px;
  text-align: center;
	width: 88px;
}
#content .page_products_contact .tel {
	font-size: 77%;
	margin-top: 3px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 15px;
	width: 180px;
}
#content .page_products_contact .tel a {
	background: none;
  color: #333;
  display: inline;
	font-size: 100%;
  font-weight: normal;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: right;
}
#content .info {
	margin: 10px 20px 10px 0;
	padding: 20px 10px;
	line-height: 1.6em;
	border: 1px #cdcdcd solid;
}
#content .info2 {
	background-color: #fff;
	display: none;
	position: absolute;
	margin-left: -50px;
	width: 200px;
}
#content .info a {
	display: inline;
	outline: none;
	TEXT-DECORATION: none;
	color: #0066cc;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#content .point_box {
	border: 2px #cdcdcd solid;
	width: 42px;
	height: 30px;
	text-align: center;
	font-size: 57%;
	float: left;
	font-weight: bold;
	padding: 4px 0 6px;
	line-height: 1.5em;
}
#content .point_text {
	float: left;
	width: 80%;
	margin-left: 10px;
	font-weight: bold;
	padding-top: 15px;
	line-height: 19px;
}
#content .point_box span {
	display: block;
	line-height: 1em;
	font-size: 129%;
}
#content .page_products_box2 a {
	border: 1px #dadada solid;
	padding: 10px 20px 10px 10px;
	display: block;
	color: #333333;
  font-size: 100%;
	background-image: url("../image/MNC_product_link_bg.png");
	background-repeat: no-repeat;
	background-position: 98% center;
	margin-bottom: 5px;
	line-height: 1em;
}
#content .page_products_box2 a span {
  font-size: 100%;
  color: #0066cc;
  outline: medium none;
  text-decoration: none;
}
#content .page_products_box2 a span.special {
	background-color: #ffeff2;
	padding:2px 5px;
	margin-right: 2px;
	color: #333333;
  font-size: 86%;
}
#content .page_products_box2 .text {
	margin-top: 10px;
	line-height: 1.4em;
}

#content .two_box_wrap a.box {
  border: 1px solid #eee;
  color: #0066cc;
  display: block;
  float: left;
  margin-bottom: 10px;
  padding: 2%;
  width: 96%;
}
#content .two_box_wrap span.pic {
  float: left;
  margin-right: 20px;
}
#content .two_box_wrap span.pic img {
	width: 80px;
	height: 80px;
}
#content .two_box_wrap span.title {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
#content .two_box_wrap span.text {
  display: inline-block;
  font-size: 100%;
  width: 170px;
}
#content .two_box_wrap a span.text {
	color: #333;
}
#content .three_box2 {
	margin-bottom: 15px;
}
#content .three_box2 .title {
	margin-bottom: 3px;
}
#content .three_box2 .title a {
	color: #0066cc;
}

#content .three_box2 .text {
	margin-bottom: 3px;
}
#content .three_box2 .text2 {
	font-size: 71%;
	color: #666;
}
#content .light_pic {
	position: relative;
}
#content .light_pic .light_ico {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#content .round_box {
	border: 1px solid #cdcdcd;
	border-radius: 0.4em;
	padding: 10px 20px;
	margin-bottom: 20px;
}
#content .round_box2 {
	border: 1px solid #cdcdcd;
	border-radius: 0.4em;
	padding: 10px 20px;
}
#content .round_box_gray1 {
	background-color: #eee;
}
#content .round_box_gray2 {
	background-color: #989898;
	color: #fff;
}
#content .round_box h5 {
	background-color: #fff;
	margin-bottom: 0;
	padding-left: 0;
}
#content .round_box_gray1 h5 {
	background-color: #eee;
}
#content .round_box_gray2 h5 {
	background-color: #989898;
	color: #fff;
}

.title_round_b{
	-webkit-border-radius:0.4rem;
	-moz-border-radius:0.4rem;
	border-radius:0.4rem;
	border:1px solid #ccc;
}
.title_round_b div.titlebox{
	-webkit-border-top-left-radius: 0.4rem;
	-webkit-border-top-right-radius: 0.4rem;
	-moz-border-radius-topleft: 0.4rem;
	-moz-border-radius-topright: 0.4rem;
}

a.boxlink{
	display:block;
	-webkit-border-radius:0.4rem;
	-moz-border-radius:0.4rem;
	border-radius:0.4rem;
	border:1px solid #ccc;
}
a.boxlink div.titlebox{
	-webkit-border-top-left-radius: 0.4rem;
	-webkit-border-top-right-radius: 0.4rem;
	-moz-border-radius-topleft: 0.4rem;
	-moz-border-radius-topright: 0.4rem;
}
div.boxlink{
	display:block;
	-webkit-border-radius:0.4rem;
	-moz-border-radius:0.4rem;
	border-radius:0.4rem;
	border:1px solid #ccc;
}
div.boxlink div.titlebox{
	-webkit-border-top-left-radius: 0.4rem;
	-webkit-border-top-right-radius: 0.4rem;
	-moz-border-radius-topleft: 0.4rem;
	-moz-border-radius-topright: 0.4rem;
}



a.boxlink2{
	display:block;
	-webkit-border-radius:0.4rem;
	-moz-border-radius:0.4rem;
	border-radius:0.4rem;
	border:1px solid #ccc;
}
a.boxlink2 div.titlebox{
	-webkit-border-top-left-radius: 0.4rem;
	-webkit-border-top-right-radius: 0.4rem;
	-moz-border-radius-topleft: 0.4rem;
	-moz-border-radius-topright: 0.4rem;
}
div.boxlink2{
	display:block;
	-webkit-border-radius:0.4rem;
	-moz-border-radius:0.4rem;
	border-radius:0.4rem;
	border:1px solid #ccc;
}
div.boxlink2 div.titlebox{
	-webkit-border-top-left-radius: 0.4rem;
	-webkit-border-top-right-radius: 0.4rem;
	-moz-border-radius-topleft: 0.4rem;
	-moz-border-radius-topright: 0.4rem;
}





/* 特殊な形の角丸用 */
.round_boxl{
	border: 1px solid #cdcdcd;
	border-radius: 0.6rem;
}
.round_top_r{
	-webkit-border-top-right-radius: 0.6rem;
	-moz-border-radius-topright: 0.6rem;
}
.round_top_l_b{
	-webkit-border-top-left-radius: 0.6rem;
	-webkit-border-bottom-left-radius: 0.6rem;
	-moz-border-radius-topleft: 0.6rem;
	-moz-border-radius-bottomleft: 0.6rem;
}
.round_top_l_r{
	-webkit-border-top-left-radius: 0.6rem;
	-webkit-border-top-right-radius: 0.6rem;
	-moz-border-radius-topleft: 0.6rem;
	-moz-border-radius-topright: 0.6rem;
}
.round_r{
	-webkit-border-top-right-radius: 0.4rem;
	-webkit-border-bottom-right-radius: 0.4rem;
	-moz-border-radius-topright: 0.4rem;
	-moz-border-radius-bottomright: 0.4rem;
}




.content_switch_box {
}
.content_switch_box > div {
	padding: 0 10px;
}
ul.content_switch_nav {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	display: inline-table;
	border-bottom: 1px solid #cdcdcd;
	text-align: center;
	letter-spacing: -6px;
	margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 4px 0;
}
ul.content_switch_nav li {
	display: table-cell;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	font-size: 100%;
	color: #333;
	letter-spacing: 0;
	cursor: pointer;
	vertical-align: middle;
	padding: 10px 10px 5px;
	white-space: nowrap;
}
ul.content_switch_nav li:hover {
	background-color: #989898;
	transition: all 0.2s ease-in-out 0s;
	color: #fff;
}
ul.content_switch_nav li.on {
	background-color: #989898;
	border-top: 1px solid #989898;
	color: #fff;
}

ul.contact_link {
	margin-bottom: 25px;
}

.contact_link li {
  background: rgba(0, 0, 0, 0) url("../image/MNC_content_link_bottom_bg.png") no-repeat scroll center bottom 10px;
	background-size: 11px auto;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
  display: table;
  float: left;
  padding: 23px 0 32px;
  text-align: center;
  width: 24.6%;
}
.contact_link li.width_188 {
	background: none !important;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	text-align: center;
	float: left;
	padding: 30px 0 12px;
}
.contact_link li.sp_last {
	border-right: 1px solid #dadada;
}
.contact_link li.sp_top_none {
	border-top: none !important;
}
.contact_link li.sp_bottom_none {
	border-bottom: none !important;
}
.contact_link li.sp_right_none {
	border-right: none !important;
}
.contact_link li.last {
	border-right: 1px solid #dadada;
}
.contact_link li img {
  height: auto;
  width: 60%;
}
ul.contact_link2 {
	margin-bottom: 25px;
}

ul.contact_link2 li a {
  background: rgba(0, 0, 0, 0) url("../image/MNC_content_link_bottom_bg.png") no-repeat scroll 3% center;
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
  float: left;
  padding: 2% 1% 2% 7%;
  width: 41%;
	font-size: 86%;
  color: #0066cc;
}
ul.contact_link2 li a.last {
	border-right: 1px solid #dadada;
}
ul.contact_link2 li a.last_sp {
	border-right: 1px solid #dadada;
}
ul.contact_link2 li a.bottom {
	border-bottom: 1px solid #dadada;
}
ul.contact_link2 li a.bottom_none_sp {
	border-bottom: none;
}
ul.contact_link2 li a.bottom_none {
	border-bottom: none;
}
ul.content_list_nav li {
	margin-left: 20px;
}
ul.content_list_nav li:first-child {
	margin-left: 0;
	border-top: 1px solid #dadada;
}
ul.content_list_nav li.mr_0 {
  border-top: 1px solid #dadada;
  margin-left: 0 !important;
}
ul.content_list_nav li.close {
	border-bottom: 2px solid #dadada;
	margin-left: 0 !important;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../image/MNC_icon_common_sp_close_menu2.jpg);
	background-repeat: no-repeat;
	background-position: 39% center;
	text-align: center;
	cursor: pointer;
}
/***2016/2/17マクニカ修正　メニュー表示***/
ul.content_list_nav li a , ul.content_list_nav li span.subnavi {
	border-bottom: 1px solid #dadada;
	display: block;
	padding: 15px 0 16px 10px;
	color: #333333;
	background-image: url(../image/MNC_content_link_bg.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-size: auto 14px;
}
ul.content_list_nav li span.subnavi {
	background-image: url("../image/MNC_icon_common_spl_arrow02.png");
	background-position: right 20px center;
	background-size: 20px auto;
}
ul.content_list_nav li.active_sub span.subnavi {
	background-image: url("../image/MNC_icon_common_spl_arrow02_close.png");
	background-position: right 20px center;
	background-size: 20px auto;
}

dl.content_news {
  border-top: 1px solid #dadada;
	line-height: 1.5em;
}
dl.content_news dt {
  float: left;
  padding: 10px 0;
}
dl.content_news dd {
  float: left;
  padding: 0 0 8px 0;
}
dl.content_news dd.special {
  float: left;
  text-align: center;
  width: 60px;
	padding-top: 8px;
}
/***2016/2/17マクニカ修正　メニュー表示ここまで***/
dl.content_news dd span {
  color: #ffffff;
  display: inline-block;
  font-size: 86%;
  padding: 2px 10px 0;
  text-align: center;
}
dl.content_news.border_bottom {
  border-bottom: 1px solid #dadada;
}


#content .product_btn {
  background: #156ca7 url("../image/MNC_content_link_btn01_bg.png") no-repeat scroll 180px center;
  border-bottom: 2px solid #00477c;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 93%;
  font-weight: bold;
  height: 28px;
  margin: 10px auto;
  padding-top: 14px;
  text-align: center;
  width: 204px;
}
#content .faq_box h2 {
	background-image: url("../image/MNC_content_h2_sp_on_bg.png");
	background-position: right 15px top 10px;
	background-repeat: no-repeat;
	background-size: 21px auto;
	cursor: pointer;
	margin: 0;
	border-bottom: 0;
}
#content .faq_box h2.active {
	background-image: url("../image/MNC_content_h2_sp_off_bg.png");
}
#content dl.faq_list {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	width: 100%;
	display: none;
}
#content dl.faq_list dt {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
	clear:left;
	padding: 14px 0px 10px 10px;
	text-align: center;
	width: 15%;
}
#content dl.faq_list dd {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
	width: auto;
	padding: 14px 45px 10px 10px;
	width: 85%;
}
#content dl.faq_list dt.q , #content dl.faq_list dd.q {
	border-top: 1px solid #cdcdcd;
}
#content dl.faq_list dt span {
	padding: 2px 10px 2px;
	color: #fff;
	font-size: 87.5%;
	font-weight: bold;
}
#content dl.faq_list dt.q span {
	background-color: #0066cc;
}
#content dl.faq_list dt.a span {
	background-color: #333;
}
#content dl.faq_list dt.a {
	display: none;
	padding-top: 0;
}
#content dl.faq_list dd.q {
	background-image: url("../image/MNC_content_h2_sp_on_bg.png");
	background-position: right 15px top 14px;
	background-repeat: no-repeat;
	background-size: 21px auto;
	font-weight: bold;
	font-size: 112.5%;
	cursor: pointer;
}
#content dl.faq_list dd.active {
	background-image: url("../image/MNC_content_h2_sp_off_bg.png");
}
#content dl.faq_list dd.a {
	display: none;
	padding-top: 0;
}
#content dl.faq_list dd.a span {
	background-image: url("../image/MNC_icon_common_sp_close_menu.png");
	background-position: center top 7px;
	background-repeat: no-repeat;
	background-size: 21px auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	margin-right: 30px;
	text-align: center;
	cursor: pointer;
}

/*
#content dl.faq_list dd.a span::before {
	content: "";
	width: 21px;
	height: 21px;
	background: url("../image/MNC_icon_common_sp_close_menu.png") left -10px top no-repeat;
	background-size: 21px auto;
	position: absolute;
}*/

#content p {
	margin-bottom: 10px;
	line-height: 1.5em;
}
#content p.text_medium {
	font-size: 88%;
}
#content p.text_small {
	font-size: 75%;
}
#content p.bottom_none {
	margin-bottom: 0px !important;
}

/***** scroll *****/
.scroll_wrap {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.scroll {
	width: 610px;
	margin: 0 auto;
	-webkit-overflow-scrolling: touch;
}

.scroll_wrap::-webkit-scrollbar {
	display: none;
	height: 0 !important;
}
/*
.scrollWrap {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 35px;
}
*/
/*
.scroll {
  margin: 0 auto;
  width: 100%;
}*/
.content_box .scroll {
  width: 760px;
}
.content_box2 .scroll {
  width: 978px;
}
.content_box3 .scroll {
  width: 760px;
}

/***** scroll *****/


.td_blue_right {
	color: #0066cc !important;
	float: right;
	width: 70%;
	margin-top: 5px;
}
#content .sp_text_center { text-align: center; }
#content .sp_text_right { text-align: right; }
.content_menu_slide {
	background-color: #fff;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
/***	top: -44px; **/
/** 2016/03/18メニュー位置調整のためコメントアウト **/
}
.page_products_two_box {
  margin-bottom: 15px;
}
.page_products_two_box .pic {
  border: 1px solid #dcdcdc;
  float: left;
  padding: 10px;
  text-align: center;
	margin-right: 10px;
}
.page_products_two_box .pic img {
	width: 70px;
	height: auto;
}
.page_products_two_box .right .title {
  font-size: 86%;
  margin-bottom: 3px;
}
.page_products_two_box .right .title a {
	color: #0066cc;
}

.page_products_two_box .right .text {
  font-size: 86%;
  margin-bottom: 3px;
}
.page_products_two_box .right .text2 {
  color: #666;
  font-size: 71%;
}
.pagenavi {
  text-align: center;
  clear: both;
	margin: 25px 0;
	width: 100%;
}
.pagenavi a {
  width: 20px;
	height: 20px;
	padding: 4px;
	color: #000;
	font-size: 86%;
	line-height: 20px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	box-shadow:0px 1px 0px #acacac;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
}
.pagenavi a.first {
  background-image: url("../image/MNC_content_pagenavi_left_bg.png");
  background-position: 3px center;
  background-repeat: no-repeat;
  background-size: 7px auto;
	width: 30px;
	padding-left: 10px;
}
.pagenavi a.last {
  background-image: url("../image/MNC_content_pagenavi_right_bg.png");
  background-position: right 3px center;
  background-repeat: no-repeat;
  background-size: 7px auto;
	width: 30px;
	padding-right: 10px;
}
.pagenavi span.extend {
	width: 18px;
	height: 18px;
	line-height: 20px;
	font-size: 86%;
	border: none;
}
.pagenavi span.current {
  width: 30px;
	height: 30px;
	color: #999;
	font-size: 86%;
	line-height: 30px;
	background-color: #ededed;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
}

ul.page_nav {
	overflow-x: auto;
	overflow-y: hidden;
	text-align: center;
	width: auto;
	padding-left: 30px;
}
/***2016/02/17修正****/
ul.page_nav li {
	display: table-cell;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
	border-left: 1px solid #989898;
	font-size: 86%;
	color: #333;
	padding: 15px 27px;
	letter-spacing: 0;
	cursor: pointer;
	background-image: url(../image/MNC_content_list_nav_border_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}
ul.page_nav > li > a {
	color: #333;
	white-space: nowrap;
}
ul.page_nav li:last-child {
	background: none;
}
ul.page_nav li.on {
	background-color: #989898;
	border-top: 1px solid #989898;
	color: #fff;
}
ul.page_nav li.on a {
	color: #fff;
}

.page_nav_border_bottom {
	height: 3px;
	background-color: #989898;
}
ul.page_nav li a.subnavi {
	background-image: url(../image/MNC_product_navi_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
}
ul.page_nav li.on a.subnavi {
	background-image: url(../image/MNC_product_navi_arrow_on.png);
	background-color: #989898;
	color: #fff;
}
ul.page_nav ul.content_list_nav_sub_menu {
	display: none;
	background-color: #fff;
	position: absolute;
	width: 100%;
  margin-top: 19px;
	left: 0;
	z-index: 1;
}
ul.page_nav ul.content_list_nav_sub_menu li {
	display: block;
	background: none;
	margin-left: 0;
	border-top: none;
	border-bottom: 1px solid #dadada;
	font-size: 117%;
	text-align: left;
	padding: 0;
}
.content_list_nav ul.content_list_nav_sub_menu li:first-child {
	margin-left: 20px !important;
	border-top: none !important;
}
ul.page_nav ul.content_list_nav_sub_menu li a {
	display: block;
	padding: 20px 50px 20px 10px;
	color: #333333;
	background-image: url(../image/MNC_content_link_bg.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-size: auto 14px;
	word-wrap: break-word !important;
}
ul.page_nav ul.content_list_nav_sub_menu li.close {
  border-bottom: 3px solid #989898;
  margin-left: 0 !important;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url(../image/MNC_icon_common_sp_close_menu2.jpg);
  background-repeat: no-repeat;
  background-position: 39% center;
  text-align: center;
  cursor: pointer;
}
/***2016/02/17 ここまで***/
.content_slide_wrap {
	margin-bottom: 30px;
}

/***** table *****/
.tbl_style01 , .tbl_style01s {
	width: 100%;
}
.tbl_style01s td {
	font-size: 75%;
}
.tbl_style01 th , .tbl_style01s th {
	padding: 5px 5px 4px 5px ;
	font-weight: bold;
	text-align: center;
	border: 1px solid #dadada;
	background-color: #ccc;
}
.tbl_style01 td , .tbl_style01s td {
	padding: 7px 5px 5px 5px ;
	border: 1px solid #dadada;
}
.tbl_style01 .title , .tbl_style01s title {
	font-weight: bold;
	background-color: #eee;
}

.tbl_style02 {
	width: 100%;
}
.tbl_style02 tr:nth-child(odd) {
	background-color: #efefef;
}
.tbl_style02 th {
	padding: 5px 5px 4px 5px ;
	font-weight: bold;
	text-align: center;
	border: 1px solid #dadada;
	background-color: #ccc;
}
.tbl_style02 td {
	padding: 7px 5px 5px 5px ;
	border: 1px solid #dadada;
}
.tbl_style02 .title {
	font-weight: bold;
	background-color: #eee;
}

.tbl_style03 th,
.tbl_style03 td{
	padding: 3px 0px 2px 0px ;
}




.tbl_style04 {
	width: 100%;
}
.tbl_style04 tr td:nth-child(1) {
	background-color: #efefef;
}
.tbl_style04 th {
	padding: 5px 5px 4px 5px ;
	font-weight: bold;
	text-align: center;
	border: 1px solid #dadada;
	background-color: #ccc;
}
.tbl_style04 td {
	padding: 7px 5px 5px 5px ;
	border: 1px solid #dadada;
}
.tbl_style04 .title {
	font-weight: bold;
	background-color: #eee;
}

.tbl_style05 {
	width: 100%;
}
.tbl_style05 th {
	display: block;
	padding: 10px 10px 8px 10px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #d4ebfa;
	background-color: #eaf5fc;
}
.tbl_style05 td {
	display: block;
	padding: 10px 10px 8px 10px;
	border: 1px solid #d4ebfa;
}

.tbl_style06 , .tbl_style06s {
	width: 100%;
}
.tbl_style06s td {
	font-size: 75%;
}
.tbl_style06 th , .tbl_style06s th {
	padding: 5px 5px 4px 5px ;
	font-weight: bold;
	text-align: center;
	border: 1px solid #dadada;
	background-color: #ccc;
}
.tbl_style06 td , .tbl_style06s td {
	padding: 7px 5px 5px 5px ;
	border: 1px solid #dadada;
}
.tbl_style06 .title , .tbl_style06s title {
	font-weight: normal;
	background-color: #eee;
}

.tbl_style07{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #dadada;
}
.tbl_style07 th,.tbl_style07 td{
	border: 1px solid #dadada;
	padding:7px;
}
.tbl_style07 th{
	background:#4F81BD;
	color:#FFFFFF;
	font-weight:bold;
}
.tbl_style07 tr:nth-child(even) td{
	background:#e5eeff;
}
.tbl_style07 tr:nth-child(odd) td{
	background:#f2f7ff;
}


.tbl_style08 {
	width: 100%;
}
.tbl_style08 th {
	padding: 5px 5px 4px 5px ;
	font-weight: bold;
	text-align: center;
	border: none;
	background-color: #ccc;
}
.tbl_style08 td {
	padding: 7px 5px 5px 5px ;
	border: none;
}
.tbl_style08 .title {
	font-weight: bold;
	background-color: #eee;
}









/***** table *****/

/***** form *****/
label {
	cursor: pointer;
}
.tag_list_wrap input[type=radio] , .tag_list_wrap input[type=checkbox] {
	display: none;
}
.tag_list_wrap li {
    display: inline-block;
    margin-bottom: 5px;
}
.tag_list_wrap li label > span {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    font-size: 86%;
    line-height: 1;
    padding: 10px 11px 8px;
}
.tag_list_wrap li label > input:checked + span {
    background-color: #1469a3;
    border: 1px solid #1469a3;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}

/*** キーワード用（一部表示状態をもっと見るで全表示）***/
/*** 2016.03.22 マクニカ追加 ***/
.tag_list_wrap_keyword input[type=radio] , .tag_list_wrap_keyword input[type=checkbox] {
	display: none;
}
.tag_list_wrap_keyword li {
    display: inline-block;
    margin-bottom: 5px;
}
.tag_list_wrap_keyword li label > span {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    font-size: 86%;
    line-height: 1;
    padding: 10px 11px 8px;
}
.tag_list_wrap_keyword li label > input:checked + span {
    background-color: #1469a3;
    border: 1px solid #1469a3;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}
/*** ここまで ***/

/***** form *****/

/***** news list *****/
dl.news_list dt {
  float: left;
  padding: 15px 0;
  width: 100px;
	border-top: : 1px solid #dadada;
}
dl.news_list dd {
  padding: 15px 0 15px 100px;
	border-top: 1px solid #dadada;
}
dl.news_list dt:last-child , dl.news_list dd:last-child {
	border-bottom: 1px solid #dadada;
}
/***** news list *****/

/***** slide *****/
.content_slide_wrap {
	margin-bottom: 50px;
}
.content_slide_wrap .bx-wrapper .bx-pager.bx-default-pager a:hover, .content_slide_wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000 none repeat scroll 0 0;
}
.content_slide_wrap .bx-wrapper .bx-next {
  background: none;
}
.content_slide_wrap .bx-wrapper .bx-prev {
  background: none;
}

/***** lightbox *****/
a[rel*="lightbox"] {
	width: 100%;
	display: inline-block;
	position: relative;
}
a[rel*="lightbox"]:after {
	content: "";
	width: 27px;
	height: 27px;
	background: url("../image/MNC_content_lightbox_icon.png") left top no-repeat;
	background-size: 27px 27px;
	position: absolute;
	right: 5px;
	bottom: 10px;
}

.box_off { display: none; }


/***** text_Color *****/
.section_box{
	-webkit-border-radius:0.4rem;
	-moz-border-radius:0.4rem;
	border-radius:0.4rem;
}
.section_box div.titlebox{
	-webkit-border-top-left-radius: 0.2rem;
	-webkit-border-top-right-radius: 0.2rem;
	-moz-border-radius-topleft: 0.4rem;
	-moz-border-radius-topright: 0.4rem;
}
.sb_line_white { border:1px solid #FFFFFF !important; }
.sb_line_orange { border:1px solid #F48F2D !important; }
.sb_line_orange_deep { border:1px solid #F16519 !important; }
.sb_line_green { border:1px solid #69BD4C !important; }
.sb_line_blue { border:1px solid #4497D0 !important; }
.sb_line_blue_deep { border:1px solid #156CA7 !important; }
.sb_line_blue_sky { border:1px solid #d2edff !important; }
.sb_line_red { border:1px solid #FF2A4F !important; }
.sb_line_red_deep { border:1px solid #FF2A4F !important; }
.sb_line_red_u_deep { border:1px solid #da0000 !important; }
.sb_line_purple { border:1px solid #BF5ACA !important; }
.sb_line_purple_deep { border:1px solid #85288F !important; }
.sb_line_gray_01 { border:1px solid #E1E1E1 !important; }
.sb_line_gray_02 { border:1px solid #828282 !important; }
.sb_line_gray_03 { border:1px solid #525252 !important; }
.sb_line_yellow { border:1px solid #FFFFCC !important; }
.sb_line_beige { border:1px solid #FEECC8 !important; }
.sb_line_pink { border:1px solid #FFDDE2 !important; }
.sb_line_yellow_deep { border:1px solid #fe9a23 !important; }
/***** text_Color Off *****/



/***** left right *****/
.text_center { text-align: center; }
.text_right { text-align: right; }
.text_left { text-align: left;}
.sp_content_box_left { float: left !important;}
.sp_content_box_right { float: right !important;}
/***** left right Off  *****/

/***** font_size *****/
.sp_fs10 { font-size:72% !important; }
.sp_fs12 { font-size:86% !important; }
.sp_fs14 { font-size:100% !important; }
.sp_fs16 { font-size:114% !important; }
.sp_fs18 { font-size:129% !important; }
.sp_fs24 { font-size:171% !important; }
.sp_fs26 { font-size:186% !important; }
/***** font_size *****/

/***** font_size[REM] *****/
.sp_fs11rem{ font-size:1.1rem !important; }
.sp_fs12rem{ font-size:1.2rem !important; }
.sp_fs13rem{ font-size:1.3rem !important; }
.sp_fs14rem{ font-size:1.4rem !important; }
.sp_fs15rem{ font-size:1.5rem !important; }
.sp_fs16rem{ font-size:1.6rem !important; }
.sp_fs17rem{ font-size:1.7rem !important; }
.sp_fs18rem{ font-size:1.8rem !important; }
.sp_fs19rem{ font-size:1.9rem !important; }
.sp_fs20rem{ font-size:2.0rem !important; }
.sp_fs21rem{ font-size:2.1rem !important; }
.sp_fs22rem{ font-size:2.2rem !important; }
.sp_fs23rem{ font-size:2.3rem !important; }
.sp_fs24rem{ font-size:2.4rem !important; }
.sp_fs25rem{ font-size:2.5rem !important; }
.sp_fs26rem{ font-size:2.6rem !important; }
.sp_fs27rem{ font-size:2.7rem !important; }
.sp_fs28rem{ font-size:2.8rem !important; }
.sp_fs29rem{ font-size:2.9rem !important; }
.sp_fs30rem{ font-size:3.0rem !important; }
.sp_fs31rem{ font-size:3.1rem !important; }
.sp_fs32rem{ font-size:3.2rem !important; }
.sp_fs33rem{ font-size:3.3rem !important; }
.sp_fs34rem{ font-size:3.4rem !important; }
.sp_fs35rem{ font-size:3.5rem !important; }
.sp_fs36rem{ font-size:3.6rem !important; }
.sp_fs37rem{ font-size:3.7rem !important; }
.sp_fs38rem{ font-size:3.8rem !important; }
.sp_fs39rem{ font-size:3.9rem !important; }
.sp_fs40rem{ font-size:4.0rem !important; }
.sp_fs41rem{ font-size:4.1rem !important; }
.sp_fs42rem{ font-size:4.2rem !important; }
.sp_fs43rem{ font-size:4.3rem !important; }
.sp_fs44rem{ font-size:4.4rem !important; }
.sp_fs45rem{ font-size:4.5rem !important; }
.sp_fs46rem{ font-size:4.6rem !important; }
.sp_fs47rem{ font-size:4.7rem !important; }
.sp_fs48rem{ font-size:4.8rem !important; }
.sp_fs49rem{ font-size:4.9rem !important; }
.sp_fs50rem{ font-size:5.0rem !important; }
/***** font_size[REM] *****/

/***** font_weight *****/
.fwl {font-weight: lighter !important; }
.fwn {font-weight: normal !important; }
.fwb {font-weight: bold !important; }
.fwbr {font-weight: bolder !important; }
.fw1 {font-weight: 100 !important; }
.fw2 {font-weight: 200 !important; }
.fw3 {font-weight: 300 !important; }
.fw4 {font-weight: 400 !important; }/* normal */
.fw5 {font-weight: 500 !important; }
.fw6 {font-weight: 600 !important; }
.fw7 {font-weight: 700 !important; }/* bold */
.fw8 {font-weight: 800 !important; }
.fw9 {font-weight: 900 !important; }
/***** font_weight *****/

/***** underline *****/
.ful {text-decoration:underline;}
/***** underline *****/



/***** font_style *****/
.noto{font-family: 'Noto Sans Japanese','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif !important;}
.nimbus{font-family: "nimbus-sans-condensed",sans-serif,'Noto Sans Japanese' !important;}
.vdl{font-family: "vdl-v7mincho" !important;}
/***** font_style *****/

/***** text_Color *****/
.color_white_text { color: #FFFFFF !important; }
.color_orange_text { color: #F48F2D !important; }
.color_green_text { color: #69BD4C !important; }
.color_blue_text { color: #4497D0 !important; }
.color_red_text { color: #FF2A4F !important; }
.color_red_deep_text { color: #FF2A4F !important; }
.color_red_u_deep_text { color: #da0000 !important; }
.color_purple_text { color: #BF5ACA !important; }
.color_gray_01_text { color: #E1E1E1 !important; }
.color_gray_02_text { color: #828282 !important; }
.color_gray_03_text { color: #525252 !important; }
.color_gray_04_text { color: #999999 !important; }
.color_gray_05_text { color: #666666 !important; }
.color_gray_06_text { color: #333333 !important; }
.color_black_text { color: #000000 !important; }
.color_yellow_text { color: #ffff00 !important; }
.color_yellow_deep_text { color: #fe9a23 !important; }
.color_blue_navy_text { color: #193450 !important; }
.color_green_deep_text { color: #65a637 !important; }
.color_green_u_deep_text { color: #2e5b0e !important; }

/***** text_Color Off *****/

/***** margin *****/
.sp_mt_00 { margin-top: 0px !important;}
.sp_mt_05 { margin-top: 5px !important;}
.sp_mt_10 { margin-top: 10px !important;}
.sp_mt_15 { margin-top: 15px !important;}
.sp_mt_20 { margin-top: 20px !important;}
.sp_mt_25 { margin-top: 25px !important;}
.sp_mt_30 { margin-top: 30px !important;}
.sp_mt_35 { margin-top: 35px !important;}
.sp_mt_40 { margin-top: 40px !important;}
.sp_mt_45 { margin-top: 45px !important;}
.sp_mt_50 { margin-top: 50px !important;}
.sp_mt_55 { margin-top: 55px !important;}
.sp_mt_60 { margin-top: 60px !important;}
.sp_mt_65 { margin-top: 65px !important;}
.sp_mt_70 { margin-top: 70px !important;}
.sp_mt_75 { margin-top: 75px !important;}
.sp_mt_80 { margin-top: 80px !important;}
.sp_mt_85 { margin-top: 85px !important;}
.sp_mt_90 { margin-top: 90px !important;}
.sp_mt_95 { margin-top: 95px !important;}
.sp_mt_100 { margin-top: 100px !important;}

.sp_mr_00 { margin-right: 0px !important;}
.sp_mr_05 { margin-right: 5px !important;}
.sp_mr_10 { margin-right: 10px !important;}
.sp_mr_15 { margin-right: 15px !important;}
.sp_mr_20 { margin-right: 20px !important;}
.sp_mr_25 { margin-right: 25px !important;}
.sp_mr_30 { margin-right: 30px !important;}
.sp_mr_35 { margin-right: 35px !important;}
.sp_mr_40 { margin-right: 40px !important;}
.sp_mr_45 { margin-right: 45px !important;}
.sp_mr_50 { margin-right: 50px !important;}
.sp_mr_55 { margin-right: 55px !important;}
.sp_mr_60 { margin-right: 60px !important;}
.sp_mr_65 { margin-right: 65px !important;}
.sp_mr_70 { margin-right: 70px !important;}
.sp_mr_75 { margin-right: 75px !important;}
.sp_mr_80 { margin-right: 80px !important;}
.sp_mr_85 { margin-right: 85px !important;}
.sp_mr_90 { margin-right: 90px !important;}
.sp_mr_95 { margin-right: 95px !important;}
.sp_mr_100 { margin-right: 100px !important;}

.sp_mb_00 { margin-bottom: 0px !important;}
.sp_mb_05 { margin-bottom: 5px !important;}
.sp_mb_10 { margin-bottom: 10px !important;}
.sp_mb_15 { margin-bottom: 15px !important;}
.sp_mb_20 { margin-bottom: 20px !important;}
.sp_mb_25 { margin-bottom: 25px !important;}
.sp_mb_30 { margin-bottom: 30px !important;}
.sp_mb_35 { margin-bottom: 35px !important;}
.sp_mb_40 { margin-bottom: 40px !important;}
.sp_mb_45 { margin-bottom: 45px !important;}
.sp_mb_50 { margin-bottom: 50px !important;}
.sp_mb_55 { margin-bottom: 55px !important;}
.sp_mb_60 { margin-bottom: 60px !important;}
.sp_mb_65 { margin-bottom: 65px !important;}
.sp_mb_70 { margin-bottom: 70px !important;}
.sp_mb_75 { margin-bottom: 75px !important;}
.sp_mb_80 { margin-bottom: 80px !important;}
.sp_mb_85 { margin-bottom: 85px !important;}
.sp_mb_90 { margin-bottom: 90px !important;}
.sp_mb_95 { margin-bottom: 95px !important;}
.sp_mb_100 { margin-bottom: 100px !important;}

.sp_ml_00 { margin-left: 0px !important;}
.sp_ml_05 { margin-left: 5px !important;}
.sp_ml_10 { margin-left: 10px !important;}
.sp_ml_15 { margin-left: 15px !important;}
.sp_ml_20 { margin-left: 20px !important;}
.sp_ml_25 { margin-left: 25px !important;}
.sp_ml_30 { margin-left: 30px !important;}
.sp_ml_35 { margin-left: 35px !important;}
.sp_ml_40 { margin-left: 40px !important;}
.sp_ml_45 { margin-left: 45px !important;}
.sp_ml_50 { margin-left: 50px !important;}
.sp_ml_55 { margin-left: 55px !important;}
.sp_ml_60 { margin-left: 60px !important;}
.sp_ml_65 { margin-left: 65px !important;}
.sp_ml_70 { margin-left: 70px !important;}
.sp_ml_75 { margin-left: 75px !important;}
.sp_ml_80 { margin-left: 80px !important;}
.sp_ml_85 { margin-left: 85px !important;}
.sp_ml_90 { margin-left: 90px !important;}
.sp_ml_95 { margin-left: 95px !important;}
.sp_ml_100 { margin-left: 100px !important;}
/***** margin Off *****/

/***** padding *****/
.sp_pa_05{padding:05px !important;}
.sp_pa_10{padding:10px !important;}
.sp_pa_15{padding:15px !important;}
.sp_pa_20{padding:20px !important;}
.sp_pa_25{padding:25px !important;}
.sp_pa_30{padding:30px !important;}
.sp_pa_35{padding:35px !important;}
.sp_pa_40{padding:40px !important;}

.sp_pt_00 { padding-top: 0px !important;}
.sp_pt_05 { padding-top: 5px !important;}
.sp_pt_10 { padding-top: 10px !important;}
.sp_pt_15 { padding-top: 15px !important;}
.sp_pt_20 { padding-top: 20px !important;}
.sp_pt_25 { padding-top: 25px !important;}
.sp_pt_30 { padding-top: 30px !important;}
.sp_pt_35 { padding-top: 35px !important;}
.sp_pt_40 { padding-top: 40px !important;}
.sp_pt_45 { padding-top: 45px !important;}
.sp_pt_50 { padding-top: 50px !important;}
.sp_pt_55 { padding-top: 55px !important;}
.sp_pt_60 { padding-top: 60px !important;}
.sp_pt_65 { padding-top: 65px !important;}
.sp_pt_70 { padding-top: 70px !important;}
.sp_pt_75 { padding-top: 75px !important;}
.sp_pt_80 { padding-top: 80px !important;}
.sp_pt_85 { padding-top: 85px !important;}
.sp_pt_90 { padding-top: 90px !important;}
.sp_pt_95 { padding-top: 95px !important;}
.sp_pt_100 { padding-top: 100px !important;}

.sp_pr_00 { padding-right: 0px !important;}
.sp_pr_05 { padding-right: 5px !important;}
.sp_pr_10 { padding-right: 10px !important;}
.sp_pr_15 { padding-right: 15px !important;}
.sp_pr_20 { padding-right: 20px !important;}
.sp_pr_25 { padding-right: 25px !important;}
.sp_pr_30 { padding-right: 30px !important;}
.sp_pr_35 { padding-right: 35px !important;}
.sp_pr_40 { padding-right: 40px !important;}
.sp_pr_45 { padding-right: 45px !important;}
.sp_pr_50 { padding-right: 50px !important;}
.sp_pr_55 { padding-right: 55px !important;}
.sp_pr_60 { padding-right: 60px !important;}
.sp_pr_65 { padding-right: 65px !important;}
.sp_pr_70 { padding-right: 70px !important;}
.sp_pr_75 { padding-right: 75px !important;}
.sp_pr_80 { padding-right: 80px !important;}
.sp_pr_85 { padding-right: 85px !important;}
.sp_pr_90 { padding-right: 90px !important;}
.sp_pr_95 { padding-right: 95px !important;}
.sp_pr_100 { padding-right: 100px !important;}

.sp_pb_00 { padding-bottom: 0px !important;}
.sp_pb_05 { padding-bottom: 5px !important;}
.sp_pb_10 { padding-bottom: 10px !important;}
.sp_pb_15 { padding-bottom: 15px !important;}
.sp_pb_20 { padding-bottom: 20px !important;}
.sp_pb_25 { padding-bottom: 25px !important;}
.sp_pb_30 { padding-bottom: 30px !important;}
.sp_pb_35 { padding-bottom: 35px !important;}
.sp_pb_40 { padding-bottom: 40px !important;}
.sp_pb_45 { padding-bottom: 45px !important;}
.sp_pb_50 { padding-bottom: 50px !important;}
.sp_pb_55 { padding-bottom: 55px !important;}
.sp_pb_60 { padding-bottom: 60px !important;}
.sp_pb_65 { padding-bottom: 65px !important;}
.sp_pb_70 { padding-bottom: 70px !important;}
.sp_pb_75 { padding-bottom: 75px !important;}
.sp_pb_80 { padding-bottom: 80px !important;}
.sp_pb_85 { padding-bottom: 85px !important;}
.sp_pb_90 { padding-bottom: 90px !important;}
.sp_pb_95 { padding-bottom: 95px !important;}
.sp_pb_100 { padding-bottom: 100px !important;}

.sp_pl_00 { padding-left: 0px !important;}
.sp_pl_05 { padding-left: 5px !important;}
.sp_pl_10 { padding-left: 10px !important;}
.sp_pl_15 { padding-left: 15px !important;}
.sp_pl_20 { padding-left: 20px !important;}
.sp_pl_25 { padding-left: 25px !important;}
.sp_pl_30 { padding-left: 30px !important;}
.sp_pl_35 { padding-left: 35px !important;}
.sp_pl_40 { padding-left: 40px !important;}
.sp_pl_45 { padding-left: 45px !important;}
.sp_pl_50 { padding-left: 50px !important;}
.sp_pl_55 { padding-left: 55px !important;}
.sp_pl_60 { padding-left: 60px !important;}
.sp_pl_65 { padding-left: 65px !important;}
.sp_pl_70 { padding-left: 70px !important;}
.sp_pl_75 { padding-left: 75px !important;}
.sp_pl_80 { padding-left: 80px !important;}
.sp_pl_85 { padding-left: 85px !important;}
.sp_pl_90 { padding-left: 90px !important;}
.sp_pl_95 { padding-left: 95px !important;}
.sp_pl_100 { padding-left: 100px !important;}
/***** padding Off *****/

/***** Bg_Color *****/
.color_white { background-color: #FFFFFF !important; }
.color_orange { background-color: #F48F2D !important; }
.color_orange_deep { background-color: #F16519 !important; }
.color_green { background-color: #69BD4C !important; }
.color_blue { background-color: #4497D0 !important; }
.color_blue_deep { background-color: #156CA7 !important; }
.color_blue_sky { background-color: #d2edff !important; }
.color_red { background-color: #FF2A4F !important; }
.color_red_deep { background-color: #FF2A4F !important; }
.color_red_u_deep { background-color: #da0000 !important; }
.color_purple { background-color: #BF5ACA !important; }
.color_purple_deep { background-color: #85288F !important; }
.color_purple_thin { background-color: #ffeefe !important; }
.color_gray_01 { background-color: #E1E1E1 !important; }
.color_gray_02 { background-color: #828282 !important; }
.color_gray_03 { background-color: #525252 !important; }
.color_gray_04 { background-color: #999999 !important; }
.color_gray_05 { background-color: #666666 !important; }
.color_gray_06 { background-color: #333333 !important; }

.color_gray_07 { background-color: #e9e9e9 !important; }
.color_gray_08 { background-color: #f2f2f2 !important; }
.color_gray_09 { background-color: #f9f9f9 !important; }
.color_gray_10 { background-color: #efefef !important; }


.color_black { background-color: #000000 !important; }
.color_yellow_deep {
  background-color: #fe9a23 !important;
}
.color_yellow { background-color: #FFFFCC !important; }
.color_beige { background-color: #FEECC8 !important; }
.color_pink { background-color: #FFDDE2 !important; }
.color_blue_navy { background-color: #193450 !important; }
.color_blue_navy_thin { background-color: #808f9e !important; }

.color_green_deep { background-color: #65a637 !important; }
.color_green_u_deep { background-color: #2e5b0e !important; }

/***** Bg_Color Off *****/
.img_auto {
	width: 100%;
	height: auto;
}
.img_auto_90 {
	width: 90%;
	height: auto;
}
.img_auto_80 {
	width: 80%;
	height: auto;
}
.img_auto_70 {
	width: 70%;
	height: auto;
}
.img_auto_60 {
	width: 60%;
	height: auto;
}
.img_auto_50 {
	width: 50%;
	height: auto;
}
.img_auto_40 {
	width: 40%;
	height: auto;
}

/***** width *****/
.sp_w01{width:1% !important;}
.sp_w02{width:2% !important;}
.sp_w03{width:3% !important;}
.sp_w04{width:4% !important;}
.sp_w05{width:5% !important;}
.sp_w06{width:6% !important;}
.sp_w07{width:7% !important;}
.sp_w08{width:8% !important;}
.sp_w09{width:9% !important;}
.sp_w10{width:10% !important;}
.sp_w11{width:11% !important;}
.sp_w12{width:12% !important;}
.sp_w13{width:13% !important;}
.sp_w14{width:14% !important;}
.sp_w15{width:15% !important;}
.sp_w16{width:16% !important;}
.sp_w17{width:17% !important;}
.sp_w18{width:18% !important;}
.sp_w19{width:19% !important;}
.sp_w20{width:20% !important;}
.sp_w21{width:21% !important;}
.sp_w22{width:22% !important;}
.sp_w23{width:23% !important;}
.sp_w24{width:24% !important;}
.sp_w25{width:25% !important;}
.sp_w26{width:26% !important;}
.sp_w27{width:27% !important;}
.sp_w28{width:28% !important;}
.sp_w29{width:29% !important;}
.sp_w30{width:30% !important;}
.sp_w31{width:31% !important;}
.sp_w32{width:32% !important;}
.sp_w33{width:33% !important;}
.sp_w34{width:34% !important;}
.sp_w35{width:35% !important;}
.sp_w36{width:36% !important;}
.sp_w37{width:37% !important;}
.sp_w38{width:38% !important;}
.sp_w39{width:39% !important;}
.sp_w40{width:40% !important;}
.sp_w41{width:41% !important;}
.sp_w42{width:42% !important;}
.sp_w43{width:43% !important;}
.sp_w44{width:44% !important;}
.sp_w45{width:45% !important;}
.sp_w46{width:46% !important;}
.sp_w47{width:47% !important;}
.sp_w48{width:48% !important;}
.sp_w49{width:49% !important;}
.sp_w50{width:50% !important;}
.sp_w51{width:51% !important;}
.sp_w52{width:52% !important;}
.sp_w53{width:53% !important;}
.sp_w54{width:54% !important;}
.sp_w55{width:55% !important;}
.sp_w56{width:56% !important;}
.sp_w57{width:57% !important;}
.sp_w58{width:58% !important;}
.sp_w59{width:59% !important;}
.sp_w60{width:60% !important;}
.sp_w61{width:61% !important;}
.sp_w62{width:62% !important;}
.sp_w63{width:63% !important;}
.sp_w64{width:64% !important;}
.sp_w65{width:65% !important;}
.sp_w66{width:66% !important;}
.sp_w67{width:67% !important;}
.sp_w68{width:68% !important;}
.sp_w69{width:69% !important;}
.sp_w70{width:70% !important;}
.sp_w71{width:71% !important;}
.sp_w72{width:72% !important;}
.sp_w73{width:73% !important;}
.sp_w74{width:74% !important;}
.sp_w75{width:75% !important;}
.sp_w76{width:76% !important;}
.sp_w77{width:77% !important;}
.sp_w78{width:78% !important;}
.sp_w79{width:79% !important;}
.sp_w80{width:80% !important;}
.sp_w81{width:81% !important;}
.sp_w82{width:82% !important;}
.sp_w83{width:83% !important;}
.sp_w84{width:84% !important;}
.sp_w85{width:85% !important;}
.sp_w86{width:86% !important;}
.sp_w87{width:87% !important;}
.sp_w88{width:88% !important;}
.sp_w89{width:89% !important;}
.sp_w90{width:90% !important;}
.sp_w91{width:91% !important;}
.sp_w92{width:92% !important;}
.sp_w93{width:93% !important;}
.sp_w94{width:94% !important;}
.sp_w95{width:95% !important;}
.sp_w96{width:96% !important;}
.sp_w97{width:97% !important;}
.sp_w98{width:98% !important;}
.sp_w99{width:99% !important;}
.sp_w100{width:100% !important;}

/*ikeda*/
.sp_w01 { width: 1% !important;}
.sp_w02 { width: 2% !important;}
.sp_w03 { width: 3% !important;}
.sp_w04 { width: 4% !important;}
.sp_w06 { width: 6% !important;}
.sp_w07 { width: 7% !important;}
.sp_w08 { width: 8% !important;}
.sp_w09 { width: 9% !important;}
.sp_w11 { width: 11% !important;}
.sp_w12 { width: 12% !important;}
.sp_w13 { width: 13% !important;}
.sp_w14 { width: 14% !important;}
.sp_w16 { width: 16% !important;}
.sp_w17 { width: 17% !important;}
.sp_w18 { width: 18% !important;}
.sp_w19 { width: 19% !important;}
.sp_w21 { width: 21% !important;}
.sp_w22 { width: 22% !important;}
.sp_w23 { width: 23% !important;}
.sp_w24 { width: 24% !important;}
.sp_w26 { width: 26% !important;}
.sp_w27 { width: 27% !important;}
.sp_w28 { width: 28% !important;}
.sp_w29 { width: 29% !important;}
.sp_w31 { width: 31% !important;}
.sp_w32 { width: 32% !important;}
.sp_w33 { width: 33% !important;}
.sp_w34 { width: 34% !important;}
.sp_w36 { width: 36% !important;}
.sp_w37 { width: 37% !important;}
.sp_w38 { width: 38% !important;}
.sp_w39 { width: 39% !important;}
.sp_w41 { width: 41% !important;}
.sp_w42 { width: 42% !important;}
.sp_w43 { width: 43% !important;}
.sp_w44 { width: 44% !important;}
.sp_w46 { width: 46% !important;}
.sp_w47 { width: 47% !important;}
.sp_w48 { width: 48% !important;}
.sp_w49 { width: 49% !important;}
/*ikeda*/


/*ikeda*/
.sp_wt_10 { width: 10px !important;}
.sp_wt_20 { width: 20px !important;}
.sp_wt_30 { width: 30px !important;}
.sp_wt_40 { width: 40px !important;}
.sp_wt_50 { width: 50px !important;}
.sp_wt_60 { width: 60px !important;}
.sp_wt_70 { width: 70px !important;}
.sp_wt_80 { width: 80px !important;}
.sp_wt_90 { width: 90px !important;}
.sp_wt_100 { width: 100px !important;}
.sp_wt_110 { width: 110px !important;}
.sp_wt_120 { width: 120px !important;}
.sp_wt_130 { width: 130px !important;}
.sp_wt_140 { width: 140px !important;}
.sp_wt_150 { width: 150px !important;}
.sp_wt_160 { width: 160px !important;}
.sp_wt_170 { width: 170px !important;}
.sp_wt_180 { width: 180px !important;}
.sp_wt_190 { width: 190px !important;}
.sp_wt_200 { width: 200px !important;}
/*ikeda*/

.sp_wt_105 { width: 105px !important;}
.sp_wt_130 { width: 140px !important;}
.sp_wt_300 { width: 300px !important;}
.sp_wt_400 { width: 400px !important;}
.sp_wt_500 { width: 500px !important;}
.sp_wt_600 { width: 600px !important;}
.sp_wt_700 { width: 700px !important;}
.sp_wt_800 { width: 800px !important;}
.sp_wt_940 { width: 940px !important;}
/***** width Off *****/

/***** line-height *****/
.sp_lh10 { line-height: 1.0em !important; }
.sp_lh11 { line-height: 1.1em !important; }
.sp_lh12 { line-height: 1.2em !important; }
.sp_lh13 { line-height: 1.3em !important; }
.sp_lh14 { line-height: 1.4em !important; }
.sp_lh15 { line-height: 1.5em !important; }
.sp_lh16 *,.sp_lh16 { line-height: 1.6em !important; }
.sp_lh18 *,.sp_lh18 { line-height: 1.8em !important; }
.sp_lh20 *,.sp_lh20 { line-height: 2.0em !important; }
/***** line-height *****/


/***** height *****/
.sp_h100{height:100% !important;}
/***** height rnd *****/


/***** other *****/
.sp_ws_nowrap {
	white-space: nowrap;
}
/***** other Off *****/

/***** sp_border *****/
.sp_content_border {
	border-left: 5px solid #dcdcdc;
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 1.4em;
}
.sp_content_border_bottom {
	border-bottom: 1px solid #dcdcdc;
}
.sp_content_border_menu {
	border: 1px solid #dcdcdc;
}

.sp_border_top_none { border-top: none !important;}
.sp_border_bottom_none { border-bottom: none !important;}
.sp_border_left_none { border-left: none !important;}
.sp_border_right_none { border-right: none !important;}
.sp_border_top_true { border-top: 1px solid #cdcdcd !important;}
.sp_border_left_true { border-left: 1px solid #cdcdcd !important;}
.sp_border_right_true { border-right: 1px solid #cdcdcd !important;}
.sp_border_bottom_true { border-bottom: 1px solid #cdcdcd !important;}

.sp_border_color_gray{border:1px solid #cdcdcd !important;}
.sp_border_color_blue{border:1px solid #0071bc !important;}
.sp_border_color_coralblue{border:1px solid #009ec7 !important;}
/***** sp_border Off *****/

/***** blinking *****/
.blinking{
	-webkit-animation:blink 0.7s ease-in-out infinite alternate;
    -moz-animation:blink 0.7s ease-in-out infinite alternate;
    animation:blink 0.7s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.1;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.1;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.1;}
    100% {opacity:1;}
}
/***** blinking Off *****/


/*---------------------------------------------------
	[MNC追加分]
---------------------------------------------------*/

/***** asterisk *****/
.sp_atk10{text-indent:-1.0em;padding-left:1.0em !important;}
	.sp_atk11{text-indent:-1.1em;padding-left:1.1em !important;}
	.sp_atk12{text-indent:-1.2em;padding-left:1.2em !important;}
	.sp_atk13{text-indent:-1.3em;padding-left:1.3em !important;}
	.sp_atk14{text-indent:-1.4em;padding-left:1.4em !important;}
	.sp_atk15{text-indent:-1.5em;padding-left:1.5em !important;}
	.sp_atk16{text-indent:-1.6em;padding-left:1.6em !important;}
	.sp_atk17{text-indent:-1.7em;padding-left:1.7em !important;}
	.sp_atk18{text-indent:-1.8em;padding-left:1.8em !important;}
	.sp_atk19{text-indent:-1.9em;padding-left:1.9em !important;}

.sp_atk20{text-indent:-2.0em;padding-left:2.0em !important;}
	.sp_atk21{text-indent:-2.1em;padding-left:2.1em !important;}
	.sp_atk22{text-indent:-2.2em;padding-left:2.2em !important;}
	.sp_atk23{text-indent:-2.3em;padding-left:2.3em !important;}
	.sp_atk24{text-indent:-2.4em;padding-left:2.4em !important;}
	.sp_atk25{text-indent:-2.5em;padding-left:2.5em !important;}
	.sp_atk26{text-indent:-2.6em;padding-left:2.6em !important;}
	.sp_atk27{text-indent:-2.7em;padding-left:2.7em !important;}
	.sp_atk28{text-indent:-2.8em;padding-left:2.8em !important;}
	.sp_atk29{text-indent:-2.9em;padding-left:2.9em !important;}

.sp_atk30{text-indent:-3.0em;padding-left:3.0em !important;}
.sp_atk40{text-indent:-4.0em;padding-left:4.0em !important;}
.sp_atk50{text-indent:-5.0em;padding-left:5.0em !important;}
/***** asterisk *****/

/***** height *****/
.sp_ht_10 { height: 10px !important;}
.sp_ht_20 { height: 20px !important;}
.sp_ht_30 { height: 30px !important;}
.sp_ht_40 { height: 40px !important;}
.sp_ht_50 { height: 50px !important;}
.sp_ht_60 { height: 60px !important;}
.sp_ht_70 { height: 70px !important;}
.sp_ht_80 { height: 80px !important;}
.sp_ht_90 { height: 90px !important;}
.sp_ht_100 { height: 100px !important;}
.sp_ht_110 { height: 110px !important;}
.sp_ht_120 { height: 120px !important;}
.sp_ht_130 { height: 130px !important;}
.sp_ht_140 { height: 140px !important;}
.sp_ht_150 { height: 150px !important;}
.sp_ht_160 { height: 160px !important;}
.sp_ht_170 { height: 170px !important;}
.sp_ht_180 { height: 180px !important;}
.sp_ht_190 { height: 190px !important;}
.sp_ht_200 { height: 200px !important;}
/***** height Off *****/

/***** min-height *****/
.sp_mh_50{min-height:50px !important;}
.sp_mh_60{min-height:60px !important;}
.sp_mh_70{min-height:70px !important;}
.sp_mh_80{min-height:80px !important;}
.sp_mh_90{min-height:90px !important;}
.sp_mh_100{min-height:100px !important;}
.sp_mh_110{min-height:110px !important;}
.sp_mh_120{min-height:120px !important;}
.sp_mh_130{min-height:130px !important;}
.sp_mh_140{min-height:140px !important;}
.sp_mh_150{min-height:150px !important;}
.sp_mh_160{min-height:160px !important;}
.sp_mh_170{min-height:170px !important;}
.sp_mh_180{min-height:180px !important;}
.sp_mh_190{min-height:190px !important;}
.sp_mh_200{min-height:200px !important;}
.sp_mh_210{min-height:210px !important;}
.sp_mh_220{min-height:220px !important;}
.sp_mh_230{min-height:230px !important;}
.sp_mh_240{min-height:240px !important;}
.sp_mh_250{min-height:250px !important;}
.sp_mh_260{min-height:260px !important;}
.sp_mh_270{min-height:270px !important;}
.sp_mh_280{min-height:280px !important;}
.sp_mh_290{min-height:290px !important;}
.sp_mh_300{min-height:300px !important;}
/***** min-height Off *****/


/***** Flexbox *****/
.sp_fb{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.sp_fb div{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.sp_fd_r{flex-direction:row;}
.sp_fd_c{flex-direction:column;}

.sp_jc_c{justify-content:center;}
.sp_jc_sb{justify-content:space-between;}
.sp_jc_sa{justify-content:space-around;}

.sp_fl_w{flex-wrap:wrap;}

.sp_fb_ai_c{align-items:center;}

.sp_order1 {order: 1;}
.sp_order2 {order: 2;}
.sp_order3 {order: 3;}
.sp_order4 {order: 4;}
.sp_order5 {order: 5;}
.sp_order6 {order: 6;}
.sp_order7 {order: 7;}
.sp_order8 {order: 8;}
.sp_order9 {order: 9;}
.sp_order10 {order: 10;}

/***** Flexbox Off *****/

/***** flex-basis flex-basis *****/
.sp_fbw01{flex-basis:1% !important;}
.sp_fbw02{flex-basis:2% !important;}
.sp_fbw03{flex-basis:3% !important;}
.sp_fbw04{flex-basis:4% !important;}
.sp_fbw05{flex-basis:5% !important;}
.sp_fbw06{flex-basis:6% !important;}
.sp_fbw07{flex-basis:7% !important;}
.sp_fbw08{flex-basis:8% !important;}
.sp_fbw09{flex-basis:9% !important;}
.sp_fbw10{flex-basis:10% !important;}
.sp_fbw11{flex-basis:11% !important;}
.sp_fbw12{flex-basis:12% !important;}
.sp_fbw13{flex-basis:13% !important;}
.sp_fbw14{flex-basis:14% !important;}
.sp_fbw15{flex-basis:15% !important;}
.sp_fbw16{flex-basis:16% !important;}
.sp_fbw17{flex-basis:17% !important;}
.sp_fbw18{flex-basis:18% !important;}
.sp_fbw19{flex-basis:19% !important;}
.sp_fbw20{flex-basis:20% !important;}
.sp_fbw21{flex-basis:21% !important;}
.sp_fbw22{flex-basis:22% !important;}
.sp_fbw23{flex-basis:23% !important;}
.sp_fbw24{flex-basis:24% !important;}
.sp_fbw25{flex-basis:25% !important;}
.sp_fbw26{flex-basis:26% !important;}
.sp_fbw27{flex-basis:27% !important;}
.sp_fbw28{flex-basis:28% !important;}
.sp_fbw29{flex-basis:29% !important;}
.sp_fbw30{flex-basis:30% !important;}
.sp_fbw31{flex-basis:31% !important;}
.sp_fbw32{flex-basis:32% !important;}
.sp_fbw33{flex-basis:33% !important;}
.sp_fbw34{flex-basis:34% !important;}
.sp_fbw35{flex-basis:35% !important;}
.sp_fbw36{flex-basis:36% !important;}
.sp_fbw37{flex-basis:37% !important;}
.sp_fbw38{flex-basis:38% !important;}
.sp_fbw39{flex-basis:39% !important;}
.sp_fbw40{flex-basis:40% !important;}
.sp_fbw41{flex-basis:41% !important;}
.sp_fbw42{flex-basis:42% !important;}
.sp_fbw43{flex-basis:43% !important;}
.sp_fbw44{flex-basis:44% !important;}
.sp_fbw45{flex-basis:45% !important;}
.sp_fbw46{flex-basis:46% !important;}
.sp_fbw47{flex-basis:47% !important;}
.sp_fbw48{flex-basis:48% !important;}
.sp_fbw49{flex-basis:49% !important;}
.sp_fbw50{flex-basis:50% !important;}
.sp_fbw51{flex-basis:51% !important;}
.sp_fbw52{flex-basis:52% !important;}
.sp_fbw53{flex-basis:53% !important;}
.sp_fbw54{flex-basis:54% !important;}
.sp_fbw55{flex-basis:55% !important;}
.sp_fbw56{flex-basis:56% !important;}
.sp_fbw57{flex-basis:57% !important;}
.sp_fbw58{flex-basis:58% !important;}
.sp_fbw59{flex-basis:59% !important;}
.sp_fbw60{flex-basis:60% !important;}
.sp_fbw61{flex-basis:61% !important;}
.sp_fbw62{flex-basis:62% !important;}
.sp_fbw63{flex-basis:63% !important;}
.sp_fbw64{flex-basis:64% !important;}
.sp_fbw65{flex-basis:65% !important;}
.sp_fbw66{flex-basis:66% !important;}
.sp_fbw67{flex-basis:67% !important;}
.sp_fbw68{flex-basis:68% !important;}
.sp_fbw69{flex-basis:69% !important;}
.sp_fbw70{flex-basis:70% !important;}
.sp_fbw71{flex-basis:71% !important;}
.sp_fbw72{flex-basis:72% !important;}
.sp_fbw73{flex-basis:73% !important;}
.sp_fbw74{flex-basis:74% !important;}
.sp_fbw75{flex-basis:75% !important;}
.sp_fbw76{flex-basis:76% !important;}
.sp_fbw77{flex-basis:77% !important;}
.sp_fbw78{flex-basis:78% !important;}
.sp_fbw79{flex-basis:79% !important;}
.sp_fbw80{flex-basis:80% !important;}
.sp_fbw81{flex-basis:81% !important;}
.sp_fbw82{flex-basis:82% !important;}
.sp_fbw83{flex-basis:83% !important;}
.sp_fbw84{flex-basis:84% !important;}
.sp_fbw85{flex-basis:85% !important;}
.sp_fbw86{flex-basis:86% !important;}
.sp_fbw87{flex-basis:87% !important;}
.sp_fbw88{flex-basis:88% !important;}
.sp_fbw89{flex-basis:89% !important;}
.sp_fbw90{flex-basis:90% !important;}
.sp_fbw91{flex-basis:91% !important;}
.sp_fbw92{flex-basis:92% !important;}
.sp_fbw93{flex-basis:93% !important;}
.sp_fbw94{flex-basis:94% !important;}
.sp_fbw95{flex-basis:95% !important;}
.sp_fbw96{flex-basis:96% !important;}
.sp_fbw97{flex-basis:97% !important;}
.sp_fbw98{flex-basis:98% !important;}
.sp_fbw99{flex-basis:99% !important;}
.sp_fbw100{flex-basis:100% !important;}
/***** flex-basis width Off *****/

/***** イメージのセンタリングとインライン化 *****/
.sp_il{display:inline !important;}
.sp_ilb{display:inline-block !important;}
.sp_ib{border:none;display: block;}
.sp_imgc{margin:0 auto;}
.imgr{margin-right:auto;}
.imgl{margin-left:auto;}


/* Seminer Table */
table.SemTable {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
table.SemTable tr th:nth-child(1) {
	width:15%;
}
table.SemTable tr th:nth-child(2) {
	width:65%;
}
table.SemTable tr th:nth-child(3) {
	width:20%;
}
table.SemTable tr td:nth-child(2) {
	padding:15px 10px 10px 15px;
}
table.SemTable tr td:nth-child(2) div.SemKind {
	padding:0px 5px;
	border-right:1px solid #85288f;
	border-left:1px solid #85288f;
	color:#85288f;
	text-align:center;
}

/* Seminer Table 詳細 */
table.SemDetTable {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dadada;
}

table.SemDetTable tr th,
table.SemDetTable tr td {
	border: 1px solid #dadada;
	padding:12px;
}
table.SemDetTable tr td:nth-child(1) {
	width:20%;
}
table.SemDetTable tr td:nth-child(2) {
	width:80%;
}
table.SemDetTable tr th {
	text-align:center;
	vertical-align:top;
	background-color: #efefef;
}

/* 資料請求 Table */
table.DocTable {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dadada;
}
table.DocTable tr th,
table.DocTable tr td {
	border: 1px solid #dadada;
	padding:12px;
}
table.DocTable tr td:nth-child(1) {
	width:22%;
}
table.DocTable tr td:nth-child(2) {
	width:78%;
}
table.DocTable tr:nth-child(1) td {
	font-weight: bold;
	background-color: #ccc;
	text-align:center;
	padding:5px !important;
}
table.DocTable tr th {
	background-color: #efefef;
	text-align:center;
}
.docttl{
	font-weight:bold;
	font-size:0.9rem;
	color:#2f6298;
}
.docttl:before{
	content:"『\00a0";
}
.docttl:after{
	content:"\00a0』";
}
.ico_base{
	display:inline-block;
	-webkit-border-radius:0.2rem;
	-moz-border-radius:0.2rem;  
	border-radius:0.2rem;
	background:#999;
	color:#fff;
	padding:1px 8px;
	font-size:0.6rem;
}
.base_color{background:#999;}
.pdf_color{background:#2f6298;}
.mail_color{background:#34982f;}
.pickup_color{background:#d82f2f;}
.new_color{background:#ee9200;}












.seminar_menu {
    padding-top:5px;
    padding-bottom:15px;
}
.seminar_menu li  {
    float:left;
    padding:0px 5px;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#AAAAAA;
}
.seminar_menu li.no-border  {
    border-style:none;
}

/* セミナーページ内リンク */
ul.SemPageLink li {
	display: inline-block;
	margin-right: 20px;
	font-size: 100%;
}
ul.SemPageLink li.last {
	margin-right: 0px;
}
ul.SemPageLink li a {
	background-image: url(../image/MNC_content_link_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #0066cc;
}

#content a.content_link_btn05 {
	background-image: url("/image/MNC_content_link_btn05_bg.png");
	background-repeat: no-repeat;
  background-position: 30px center;
	color: #333;
	display: inline-block;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
  font-size: 100%;
	font-weight: bold;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content a.content_link_btn06 {
	background-image: url("/image/MNC_content_link_btn02_bg.png");
	background-repeat: no-repeat;
  background-position: 170px center;
	color: #333;
	display: inline-block;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
  font-size: 100%;
	font-weight: bold;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* 日立様追加分 お申込みボタン用 */
#content a.content_link_btn07 {
    background-image: url("/image/MNC_content_link_btn01_bg.png");
    background-position: 180px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 113%;
    font-weight: bold;
    padding-bottom: 22px;
    padding-top: 22px;
    text-align: center;
}


#content a.content_link_btn08 {
    background-image: url("/image/MNC_content_link_btn01_bg.png");
    background-position: 90% center;
    background-repeat: no-repeat;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 113%;
    font-weight: bold;
    padding-bottom: 22px;
    padding-top: 22px;
    text-align: center;
}

#content a.content_link_btn09 {
    background-image: url("/image/MNC_content_link_btn05_bg.png");
		background-repeat: no-repeat;
		background-position: 20px center;
		color: #333;
		display: inline-block;
		text-align: center;
		padding-top: 22px;
		padding-bottom: 22px;
		font-size: 100%;
		font-weight: bold;
		border: 1px solid #cdcdcd;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		width:60%;
}






/***** align *****/
.sp_ta_l { text-align: left !important; }
.sp_ta_c { text-align: center !important; }
.sp_ta_r { text-align: right !important; }
.sp_va_t { vertical-align: top !important; }
.sp_va_m { vertical-align: middle !important; }
.sp_va_b { vertical-align: bottom !important; }
.sp_block_c { display: block; margin: 0 auto !important; }
img.sp_block_c { margin-top: 28px !important; margin-bottom: 28px !important; }
/***** align *****/

/***2016/02/08 マクニカ追加 ***/
/* 行中に改行ポイントが無い場合、単語途中でも改行する指定 */
.break_word {
    word-wrap:break-word;
    overflow-wrap:break-word;
}
.break_all {
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
}
/***2016/02/09 マクニカ追加 ***/
/* プレスリリース　グレーボックス */
.box_area {
	width: 100%;
	margin: 10px auto;
	padding: 15px;
	box-sizing: border-box;
}
.gry {
	color: #000;
	background-color: #ebebeb;
}




/* 動画 */
.Moviebox iframe{
	width:100%;
	height:auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/***2016/02/09 マクニカ追加 ***/
/* 図表タイトル用キャプション */
.caption {
	padding-top: 5px;
	font-size: 88%;
}


/* Box丸ごとリンク設定 */
.LBox{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border-radius: 0.4em;
  -webkit-border-radius:0.4em;
  -moz-border-radius:0.4em;
	border:1px solid #cdcdcd;
}
.LBHover{cursor:pointer;opacity: 0.5;filter: alpha(opacity=50);}
.LBnone{text-indent:-9999px;height:0px;overflow:hidden;}


/*BoxSizeing*/
.pdclear{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* スマホ用Clearfix */
.sp_clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.sp_clearfix {
	min-height: 1px;
}
* html .sp_clearfix {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* アンダーライン（点線） */
.sp_UnderDotLine{
	border-bottom:1px dotted #AAA;
}


/***2016/02/29 日立さん追加 ***/
/* 注目記事 */
/*
.textbanner{
  background-color:#FFDDE2;
  font-size:100%;
  margin-bottom:15px;
  padding:5px;
  background-image:url(/image/icon_chumoku.gif);
  background-repeat:no-repeat;
  background-position:5px 6px;
  padding-left:37px;
  color:#666666;
}
*/
.textbanner{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/image/MNC_pc_icon_tyumoku_sp.png)0.5em 0.5em no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffcbb9), color-stop(0.00, #ffe1d7));
	background: url(/image/MNC_pc_icon_tyumoku_sp.png)0.5em 0.5em no-repeat,-webkit-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_tyumoku_sp.png)0.5em 0.5em no-repeat,-moz-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_tyumoku_sp.png)0.5em 0.5em no-repeat,-o-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_tyumoku_sp.png)0.5em 0.5em no-repeat,-ms-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_tyumoku_sp.png)0.5em 0.5em no-repeat,linear-gradient(#ffe1d7, #ffcbb9);
	padding:7px 7px 7px 50px;
	line-height:1.4;
}







/* 注目記事（アイコンなし） */
.textbanner2{
  background-color:#FFDDE2;
  font-size:100%;
  margin-bottom:15px;
  padding:5px;
  color:#666666;
}
/* 注目記事 （2段組用）*/
.textbanner3{
  background-color:#FFDDE2;
  font-size:100%;
  margin-bottom:5px;
  padding:5px;
  background-image:url(/image/icon_chumoku.gif);
  background-repeat:no-repeat;
  background-position:5px 6px;
  padding-left:37px;
  color:#666666;
}
/* 注目記事 （背景スカイブルー）*/
.textbannerBlue{
  background-color:#ddf2ff;
  font-size:100%;
  margin-bottom:15px;
  padding:5px;
  background-image:url(/image/icon_chumoku.gif);
  background-repeat:no-repeat;
  background-position:5px 6px;
  padding-left:37px;
  color:#666666;
}
/* 注目記事 （2段組用・背景スカイブルー）*/
.textbannerBlue2{
  background-color:#ddf2ff;
  font-size:100%;
  margin-bottom:5px;
  padding:5px;
  background-image:url(/image/icon_chumoku.gif);
  background-repeat:no-repeat;
  background-position:5px 6px;
  padding-left:37px;
  color:#666666;
}
/*
.textbanner4{
  background-color:#FFDDE2;
  font-size:100%;
  margin-bottom:15px;
  padding:5px;
  background-image:url(/image/icon_jyuyo.gif);
  background-repeat:no-repeat;
  background-position:5px 6px;
  padding-left:37px;
              color:#666666;
}
*/


.textbanner4{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/image/MNC_pc_icon_jyuyo_sp.png)0.5em 0.5em no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffcbb9), color-stop(0.00, #ffe1d7));
	background: url(/image/MNC_pc_icon_jyuyo_sp.png)0.5em 0.5em no-repeat,-webkit-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_jyuyo_sp.png)0.5em 0.5em no-repeat,-moz-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_jyuyo_sp.png)0.5em 0.5em no-repeat,-o-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_jyuyo_sp.png)0.5em 0.5em no-repeat,-ms-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_jyuyo_sp.png)0.5em 0.5em no-repeat,linear-gradient(#ffe1d7, #ffcbb9);
	padding:7px 7px 7px 50px;
}


.txtb_box{
	margin: 5px auto 0;
	padding: 0;
}







/* ニュースバックナンバーページボタン */
.AgeBtn li{
	float:left;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-right:5px;
	padding-bottom:5px;
}
.AgeBtn li a{
	display:block;
	border:1px solid #CCC;
	border-radius: 0.4em;
	-webkit-border-radius:0.4em;
	-moz-border-radius:0.4em;
	padding:5px 15px;
	height:20px;
}

/* ニュースバックナンバーページボタン ver.2 */

.newsba{
	flex-wrap:wrap;
}

.newsba > div{
	width:23%;
	/*flex-grow:1;*/
	margin-right:5px;
	margin-bottom:5px;
}


.newsba > div > a{
	display:block;
	font-size:0.8rem;
	border:1px solid #ccc;
	padding:5px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration:none;
	text-align:center;
}







/*上に戻るリンク非表示*/
.content_anchor_link[href="#top"]{
	display:none;
}



/* dt, dd テーブル */
div.tablecell{
	display:table;
	width:100%;
}

div.tablecell > dl{
    display:table-row;
}

div.tablecell > dl dt,
div.tablecell > dl dd{
	display:table-cell;
	vertical-align:top;
}

/* News Icon */
.caticon{
	font-family: 'Noto Sans Japanese','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#ffffff !important;
	font-size:0.8rem;
	font-weight:200;
	width:90%;
	padding:3px;
	text-align:center;
	display:block;
}

/* Sub Text Icon */
.sub_ttl_box{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#ffffff !important;
	font-size:0.8rem;
	padding:3px 7px;
	text-align:center;
	display:inline-block;
}



.icc_skyblue{background:#0990e7;}
.icc_yerrow{background:#fcbe00;}
.icc_navy{background:#2d546d;}
.icc_red{background:#e11a00;}
.icc_green{background:#008328;}
.icc_darkblue{background:#076eb1;}
.icc_greenyerrow{background:#81d300;}
.icc_purple{background:#BF5ACA;}
.icc_darkpurple{background:#85288F;}
.icc_orange{background:#ff7e00;}
.icc_darkorange{background:#7e3e00;}
.icc_darkyerrow{background:#dbbf00;}




/*** セミナーページクローズ用（一括用） ***/
.open0 .csf1,
.open0 .csf2,
.open0 .csf3{
	color:#AAA;
}
.open0 * .csd,
.open0 * .dcs{
	display:none;
}
.open0 .csf1:after{
	content:"\A※満席のため受付終了";
	white-space: pre;
}
.open0 .csf2:after{
	content:"\A※受付を終了いたしました";
	white-space: pre;
}

.open1 * .csm,
.open0 * .dcs,
.open1 * .dcs{
	display:none;
}
.open2 * .csm,
.open2 * .csd,
.open2 * .csf1,
.open2 * .csf2{
	display:none;
}
.open2 * .dcs{
	display:inline !important;
}


/*** セミナーページ用の設定 ***/
.nomargin *{
	margin-bottom:0px !important;
}
.SemPageLink a.content_link_blank{
	background-image:none !important;
}

.mttl span:nth-child(2):after{
	content:"\A";
	white-space:pre;
}
.maint{
	font-size:1.6rem;
	font-weight:700;
	display:block;
	line-height:2.0rem;
}
.subt{
	font-size:1.0rem;
	font-weight:200;
}

/* Table Style */
div.restblcell{
	display:block;
}
div.restblcell > dl{
	display:block;
}
div.restblcell > dl dt,
div.restblcell > dl dd{
	display:block;
}


div.restblcell > dl dt{
	background:#EFEFEF;
	border-top:1px solid #DADADA;
	border-bottom:1px solid #DADADA;
	border-right:1px solid #DADADA;
	border-left:1px solid #DADADA;
}
div.restblcell > dl dd{
	background:#FFF;
	border-left:1px solid #DADADA;
	border-right:1px solid #DADADA;
}
div.restblcell > dl:last-child dd{
	border-bottom:1px solid #DADADA;
}





/* Table Style Seminar */
div.rt_sem > dl dt{
  text-align:center;
	padding:8px 0px;
}
div.rt_sem > dl dd{
	padding:8px 10px 8px 10px;
	line-height:1.4rem;
}
div.rt_sem > dt{
    text-align:center;
}

/* リスト幅調整 */
div.rt_sem > dl ul li{
	margin-bottom:8px !important;
}
div.rt_sem > dl p{
	margin-bottom:0px !important;
}

/* 開催地 */
.venue span:nth-child(1){
	font-weight:bold;
}
.venue span:nth-child(2):after{
	content:"\A";
	white-space:pre;
}
.venue span:nth-child(3){
	font-weight:light;
	font-size:0.9rem;
}

/* お問い合わせ */
div.cuin *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

dl.cuin{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}



dl.cuin > dl dt,
dl.cuin > dl dd{
	display:block;
	vertical-align:middle;
}


/*** セミナー一覧ページ用の設定 ***/
/* btn */
a.semlistbtn{
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	border:1px solid #ccc;
	padding:20px;
	color:#333;
}
a.semlistbtn:not(:last-child){
	margin-bottom:15px;
}
/* icon */
.semcatbox{
	display:inline-block;
	font-size:0.8rem;
	padding:2px 0px;
	color:#fff;
	text-align:center;
	width:100%;
	border-radius:0.3rem;
	-moz-border-radius:0.3rem;
	-webkit-border-radius:0.3rem;
}
/* title */
div.semlisttbl{
	display:table;
	width:100%;
}
div.semlisttbl > dl{
    display:block;
}
div.semlisttbl > dl dt,
div.semlisttbl > dl dd{
	display:block;
}
div.semlisttbl > dl dt:nth-child(1){
	width:40%;
	padding-bottom:15px;
}
div.semlisttbl > dl dt:nth-child(2){
	font-weight:bold;
	font-size:1.0rem;
	color:#006ec2;
	line-height:1.4rem;
	padding-bottom:10px;
}
/* footer */
div.semlisttbl > dl dd:nth-child(1){
	font-size:0.9rem;
	border-top:1px solid #ccc;
	padding-top:10px;
	padding-bottom:5px;
	font-weight:bold;
}
div.semlisttbl > dl dd:nth-child(2){
	display:none;
}
div.semlisttbl > dl dd:nth-child(3){
	font-size:0.9rem;
	padding-bottom:10px;
}
div.semlisttbl:last-child > dl dd:last-child{
	border-bottom:1px solid #ccc;
}

/*** リスト表記ナンバリング ***/
ul.circle_num{
	counter-reset:number;
	list-style-type: none !important;
	padding:0.5em;
}
ul.circle_num > li{
	position: relative;
	line-height: 1.5em;
	padding: 0.2em 0.5em 0.2em 25px;
}
ul.circle_num > li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #aaa;
	color: white;
	font-family: 'Avenir','Arial',sans-serif;
	font-weight:bold;
	font-size:0.8rem;
	border-radius: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	line-height: 20px;
	text-align:center;
	/*top: 45%;*/
	top:14px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.n2 > li:before{counter-reset: number 1 !important;}
.n3 > li:before{counter-reset: number 2 !important;}
.n4 > li:before{counter-reset: number 3 !important;}
.n5 > li:before{counter-reset: number 4 !important;}
.n6 > li:before{counter-reset: number 5 !important;}
.n7 > li:before{counter-reset: number 6 !important;}
.n8 > li:before{counter-reset: number 7 !important;}
.n9 > li:before{counter-reset: number 8 !important;}
.n10 > li:before{counter-reset: number 9 !important;}
.n11 > li:before{counter-reset: number 10 !important;}
.n12 > li:before{counter-reset: number 11 !important;}
.n13 > li:before{counter-reset: number 12 !important;}
.n14 > li:before{counter-reset: number 13 !important;}
.n15 > li:before{counter-reset: number 14 !important;}
.n16 > li:before{counter-reset: number 15 !important;}
.n17 > li:before{counter-reset: number 16 !important;}
.n18 > li:before{counter-reset: number 17 !important;}
.n19 > li:before{counter-reset: number 18 !important;}
.n20 > li:before{counter-reset: number 19 !important;}
.n21 > li:before{counter-reset: number 20 !important;}
.n22 > li:before{counter-reset: number 21 !important;}
.n23 > li:before{counter-reset: number 22 !important;}
.n24 > li:before{counter-reset: number 23 !important;}
.n25 > li:before{counter-reset: number 24 !important;}
.n26 > li:before{counter-reset: number 25 !important;}
.n27 > li:before{counter-reset: number 26 !important;}
.n28 > li:before{counter-reset: number 27 !important;}
.n29 > li:before{counter-reset: number 28 !important;}
.n30 > li:before{counter-reset: number 29 !important;}

/*** リスト表記 FAQ ***/
ul.faqlist{
	counter-reset:number;
	list-style-type: none !important;
	padding:0.5em;
}
ul.faqlist > li{
	position: relative;
	line-height: 1.5em;
	padding: 0.2em 0.5em 0.2em 30px;
}
ul.faqlist > li:before{
	position: absolute;
	font-family: 'Avenir','Arial',sans-serif;
	font-weight:bold;
	font-size:0.9rem;
	border-radius: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align:center;
	/*top: 45%;*/
	top:14px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.faqlist > li.faq_q{
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
}
ul.faqlist > li.faq_q:before{
	content: "Q";
	display:inline-block;
	background: #70aa00;
	color: white;
}
ul.faqlist > li.faq_a:before{
	content: "A";
	display:inline-block;
	background: #ffc000;
	color: white;
}



/* 入れ子分 */
ul.circle_num > li > ol{
	counter-reset: number; 
}
ul.circle_num > li > ol > li{
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.2em 0.5em 0.2em 25px;
}
ul.circle_num > li > ol > li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number)".";
	display:inline-block;
	font-family: 'Avenir','Arial',sans-serif;
	font-weight:bold;
	color:#666;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align:center;
	top: 47%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}



/* メーカーから探す */
.sp_product_list_box{
	border-top:#cdcdcd 1px solid;
	border-right:#cdcdcd 1px solid;
	border-left:#cdcdcd 1px solid;
}
.passivea_area {
	display:none;
	border-right:#cdcdcd 1px solid;
	border-left:#cdcdcd 1px solid;
	border-bottom:#cdcdcd 1px solid;
}
.subContent div span {
	display:block;
	border-top:#cdcdcd 1px solid;
	border-right:#cdcdcd 1px solid;
	border-left:#cdcdcd 1px solid;
	border-bottom:#cdcdcd 1px solid;
	background:url(/image/MNC_content_h2_sp_on_bg.png ) 99% center no-repeat;
	background-size:auto 60%;
	padding:10px;
}
.subContent div span.open {
	border-bottom:#cdcdcd 1px solid;
	background:url(/image/MNC_content_h2_sp_off_bg.png) 99% center no-repeat;
	background-size:auto 60%;
	padding:10px;
}
ul.sp_product_list li{
	display:block;
}
ul.sp_product_list li:not(:last-child){
	padding-bottom:10px;
}
ul.sp_product_list li:nth-child(n+2){
	border-top:1px solid #cdcdcd;
	padding-top:10px;
}

/* イメージに影を付ける */
.sp_image_shadow{
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.sp_image_border{
	border:1px solid #cdcdcd;
}

/* イメージを丸くする */
.sp_circularize {
	border-radius: 50%;
}

/* SNSボタン */
.snsbox div {
	display: inline-block;
}
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

/* 縦書き */
.sp_tupright{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}










