@charset "UTF-8";


html {
	width: 100%;
	height: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic', Verdana, sans-serif;
	-webkit-text-size-adjust: 100%;
	min-width: 1200px;
	background: #ffffff;
	color: #222222;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
html body * {
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic', Verdana, sans-serif;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
}
li,dt,dd{
	list-style-type: none;
	line-height: 1.4;
}
i,b,u{
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
p {
	margin: 0;
	font-size: 16px;
	line-height: 32px;
}
img {
	border: 0;
	border: none;
}

body * {
	box-sizing: border-box;
}

body a {
	color: black;
	text-decoration: none;
	transition: 0.2s;
}
body a:hover {
	color: #0066cc;
	text-decoration: underline;
}

body a img {
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
body a img:hover {
	opacity: 0.8;
}

body:not(.onload) * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}


.sp {display: none!important;}
.sp_i {display: none!important;}
.sp_ib {display: none!important;}
@media screen and (max-width: 768px) {
 .pc {display: none!important;}
 .sp {display: block!important;}
 .sp_i {display: inline!important;}
 .sp_ib {display: inline-block!important;}
}


/* ヘッダー */
body.fixed {
	padding-top: 98px;
}
body.fixed #header_new{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

#header_new {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
	overflow: hidden;
	border-bottom: solid 1px #e5e5e5;
}
#header_new * {
	box-sizing: border-box;
}
#headerContents {
	position: relative;
	width: 100%;
	max-width: 1400px;
	min-width: 1160px;
	margin: 0 auto;
	padding: 45px 40px 20px 50px;
	overflow: hidden;
}
#headerContents .logo {
	position: static;
	float: left;
	width: 300px;
	margin: 0 auto;
	padding: 0;
}
#headerContents .logo img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	opacity: 1!important;
}

#headerContents #btnGrovalNavi {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	padding: 15px;
	background: #ffffff;
	border: none;
	outline: none;
	z-index: 10;
}
#headerContents #btnGrovalNavi img {
	width: 100%;
	height: auto;
}

#headerContents #grovalNavi_wrapper {
	display: block;
	float: right;
}
#headerContents ul#headerGrovalNavi {
	margin: 0 auto;
	margin-right: -1em;
	padding: 0;
}

#headerContents ul#headerGrovalNavi li {
	display: inline-block;
	float: none;
	padding: 8px 10px!important;
}
#headerContents ul#headerGrovalNavi li > a {
	display: inline-block;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: color 0.2s linear 0.2s;
	transition: color 0.2s linear 0.2s;
}
#headerContents ul#headerGrovalNavi li > a:hover {
	color: #2153d0;
}

#grovalNavi_wrapper .btn_request {
	display: block;
	position: absolute;
	top: 0;
	right: 40px;
	padding: 0.5em 1em;
	color: #5f5f5f;
	 font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: #e0e0e0;
	border-radius: 3px;
	-webkit-transition: color 0.2s linear 0.2s;
	transition: color 0.2s linear 0.2s;
}
#grovalNavi_wrapper .btn_request:hover {
	color: #2153d0;
}

@media screen and (max-width: 768px) {

body {
	min-width: auto;
}
body:not(.support) {
	width: auto !important;
}
body.fixed{}
#header_new {}

#headerContents {
	min-width: 0;
	padding: 35px 30px;
	overflow-y: scroll;
	min-width: 768px;
}
#headerContents #btnGrovalNavi {
	display: inline-block;
}
#headerContents #grovalNavi_wrapper {
	display: none;
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
}
#headerContents ul#headerGrovalNavi {
	margin: 85px auto 60px;
}
#headerContents ul#headerGrovalNavi li {
	display: block;
	width: 100%;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #1d2087;
}
#headerContents ul#headerGrovalNavi li:last-child {
	border-bottom: none;
}

#headerContents ul#headerGrovalNavi li > a {
	position: relative;
	width: 100%;
	padding: 0.9em 0;
	color: #1d2087;
	font-size: 32px;
}
#headerContents ul#headerGrovalNavi li > a::after {
	content: '';
	position: absolute;
	right: 1em;
	width: 0.4em;
	height: 0.4em;
	margin-top: 0.4em;
	vertical-align: middle;
	border-top: 2px solid #1d2087;
	border-right: 2px solid #1d2087;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#headerContents ul#headerGrovalNavi li > a:hover {
	color: #1d2087;
}

#grovalNavi_wrapper .btn_request {
	position: static;
	width: 90%;
	padding: 0.7em 1em;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	background: #1d2087;
	border-radius: 50px;
	margin: 0 auto;
}
#grovalNavi_wrapper .btn_request:hover {
	color: #fff;
	background: #ff1f01;
	-webkit-transition: 0.2s;
	transition: 0s;
}
	}


/* フッター */
#footer_new {
	box-sizing: border-box;
	width: 100%;
	margin: 80px auto 0;
	padding: 0;
	text-align: center;
	background: #1e2637;
	overflow: hidden;
}
#footer_new * {
	box-sizing: border-box;
}

#footerContents {
	position: relative;
	width: 1160px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}

#footerContents a{
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

#footerContents a:hover {
	color: #fff;
	text-decoration: underline;;
}

#footerContents #sns {
	display: inline-block;
	float: right;
	margin: 0 auto 20px;
}
#footerContents #sns li{
	display: inline-block;
	margin-left: 10px;
}
#footerContents #sns li a {
	display: inline-block;
	width: 32px;
	opacity: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
#footerContents #sns li a:hover {
	opacity: 0.8;
	text-decoration: none;
	border: none;
}

#footerContents #sns li a > img{
	max-width: 100%;
	height: auto;
}

#footerContents #sitemap {
	clear: both;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 70px;
	color: #fff;
}
#footerContents #sitemap > div{
	flex-grow: 1;
}
#footerContents #sitemap li{
	margin: 0 auto;
}

#footerContents #sitemap a{
	display: inline-block;
	margin: 0.5em auto 0;
	color: #b6b6b6;
	font-size: 14px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

#footerContents #sitemap a:hover {
	color: #fff;
	text-decoration: underline;
}

#footerContents #sitemap .category_ttl {
	display: inline-block;
	margin: 1em auto 0;
	color: #fff;
	font-size: 16px;
}
#footerContents #sitemap .category_ttl:first-child {
	margin-top: 0;
}

#footerContents ul.footerLeftmenu {
	display: inline-block;
	float: left;
	margin: 0 auto;
}
#footerContents ul.footerLeftmenu li {
	float: none;
	display: inline-block;
	padding: 0.5em 2em;
}
#footerContents ul.footerLeftmenu li:first-child {
	padding-left: 0;
	border-right: 1px solid #fff;
}

#footerContents div.footerRightmenu {
	float: right;
	display: inline-block;
	margin: 0 auto;
	text-align: right;
}

#footerContents div.footerRightmenu p {
	font-size: 12px;
}

section#support {
	margin-top: 80px;
	text-align: center;
	padding: 0;
}
section#support::before {
	content: 'ご購入サポート';
	font-size: 30px;
	line-height: 1;
	display: block;
	max-width: 1160px;
	margin: 0 auto;
	padding-top: 40px;
	border-top: solid 2px #1e2186;
	color: #1e2186;
}
section#support a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 235px;
	margin: 20px 20px 0;
	border: solid 1px #1e2186;
	text-decoration: none;
	transition: 0.3s;
}
section#support a:hover {
	background-color: #f3f4f8;
}
section#support a img {
	display: block;
	width: 55%;
	margin: 20px auto 0;
}
section#support a p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	color: #1e2186;
}
section#support a p + p {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
	color: #8082bb;
}
section#support div.contact {}
section#support div.contact .lead {
	font-size: 16px;
	font-weight: bold;
	color: #1e2186;
	margin-top: 50px;
}
section#support div.contact .tel {
	font-size: 46px;
	line-height: 1.6;
	font-weight: bold;
	color: #1e2186;
	margin-top: 2px;
}
section#support div.contact .tel::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 52px;
	height: 30px;
	margin: 22px 15px 0 35px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/freedial.png);
}
section#support div.contact .tel span {
	display: inline-block;
}
section#support .contact .info {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color: #1e2186;
	margin-top: 6px;
}


.wrapleft {
	width: 1160px;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}


.c_btn_u {
	display: inline-block;
	font-size: 16px;
	line-height: 52px;
	letter-spacing: 1px;
	padding: 0 80px;
	border: solid 1px #1d2088;
	color: #1d2088;
	border-radius: 26px;
	transition: 0.3s;
	font-weight: bold;
}
.c_btn_u:hover {
	text-decoration: none!important;
	color: white!important;
	background: #1d2088;
}
.c_btn_b {
	display: inline-block;
	font-size: 16px;
	line-height: 52px;
	letter-spacing: 1px;
	padding: 0 50px;
	border: solid 1px black;
	color: black;
	border-radius: 26px;
	transition: 0.3s;
}
.c_btn_b:hover {
	text-decoration: none!important;
	color: white!important;
	background: black;
}


#totop {
	background-image: url(../images/totop.png);
	position: fixed;
	bottom: 30px;
	right: -100px;
	z-index: 998;
	display: block;
	width: 46px;
	height: 46px;
	background-size: cover;
	cursor: pointer;
	transition: 0.3s, margin-bottom 0s;
}
#totop:hover {
	opacity: 0.8;
}
#totop.show {
	right: 30px;
}


@media screen and (max-width: 768px) {
#footerContents {
	width: 100%;
	text-align: center;
}
#footerContents a:hover{
	text-decoration: none !important;
	-webkit-transition: 0 !important;
	transition: 0 !important;
}

#footerContents #sns {
	float: none;
	margin-bottom: 40px;
}
#footerContents #sitemap {
	display: none;
}
#footerContents #sns li a {
	width: 40px;
}
#footerContents ul.footerLeftmenu {
	float: none;
	display: block;
	margin-bottom: 25px;
	text-align: center;
}
#footerContents ul.footerLeftmenu li {
	padding: 0 1em;
	font-size: 22px;
}
#footerContents ul.footerLeftmenu li:first-child {
	padding-left: 1em;
}
#footerContents div.footerRightmenu {
	float: none;
	display: block;
	text-align: center;
}
#footerContents div.footerRightmenu {
	font-size: 16px;
}


 section#support {
	text-align: left;
	padding: 0 20px;
}
 section#support::before {
	padding: 0 0 30px 10px;
	font-size: 44px;
	font-weight: bold;
	border: none;
}
 section#support a {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 155px;
	margin: 0;
	border: none;
	border-top: solid 1px #1e2186;
}
 section#support a:hover {}
 section#support a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
 section#support a img {
	display: inline-block;
	vertical-align: middle;
	width: 110px;
	margin: 0 60px 0px 60px;
}
 section#support a p {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: 30px;
}
 section#support a p + p {
	display: none;
}
 section#support div.contact {
	border: solid 1px #1e2186;
	margin: 5px 20px 0;
	text-align: center;
	padding-bottom: 30px;
}
 section#support div.contact .lead {
	line-height: 1.5;
	margin-top: 40px;
	display: inline-block;
	font-size: 30px;
}
 section#support div.contact .tel {
	font-size: 56px;
	margin-top: 14px;
}
 section#support div.contact .tel a {
	display: inline-block!important;
	vertical-align: top;
	width: auto;
	height: auto!important;
	margin: 0;
	border: none;
	color: #1e2186;
	}
 section#support div.contact .tel::before {
	width: 82px;
	height: 50px;
	margin: 16px 10px 0 20px;
}
 section#support .contact .info {
	margin-top: 16px;
	display: inline-block;
	font-size: 28px;
}


.wrapleft {
	padding: 0 20px;
	box-sizing: border-box;
}
.c_btn_u {
	font-size: 30px;
	line-height: 96px;
	padding: 0 106px;
	border-radius: 48px;
}
.c_btn_b {
	font-size: 30px;
	line-height: 96px;
	padding: 0 70px;
	border-radius: 48px;
}

#totop {
	width: 60px;
	height: 60px;
}

}

/* 追従ナビ */
#sub_nav{
	position: fixed;
	top: 50%;
	right: 0px;
	z-index: 5;
	background-color: #1d2087;
	border-radius:5px 0px 0px 5px;
	padding: 15px 0px 15px 0px;
	text-align: left;
	transform: translateX(166px) translateY(-50%);
	animation-fill-mode: forwards;
	animation: close 0.5s;
}
@keyframes close {
	0% {
		transform: translateX(0px) translateY(-50%);
	}
	100% {
		transform: translateX(166px) translateY(-50%);
	}
}
#sub_nav:hover{
	animation: open 0.5s;
	animation-fill-mode: forwards;
}
@keyframes open {
	0% {
		transform: translateX(166px) translateY(-50%);
	}
	100% {
		transform: translateX(0px) translateY(-50%);
	}
}
#sub_nav .nav_cnt{
	padding: 7px 12px;
	transition: 0.2s;
}
#sub_nav .nav_cnt .nav_icon{
	display: inline-block;
	margin-right: 10px;
}
#sub_nav .nav_cnt .nav_icon img{
	vertical-align: middle;
}
#sub_nav .nav_cnt:hover{
	background-color: #3d41cc;
}
#sub_nav .nav_cnt .nav_txt{
	color: white;
	font-size: 16px;
	vertical-align: middle;
	margin: 0px;
	display: inline-block;
}
#sub_nav .nav_cnt .nav_txt p{
	font-size: 14px;
}
@media screen and (max-width: 768px) {
#sub_nav{
	display: none;
}
	}

/* 商品詳細ナビ */
#header_sub_nav.fixed {
	position: fixed;
	top: 0;
	z-index: 10;
}
#header_sub_nav,
#title_block_wrap-sp{
	position: relative;
	width: 100%;
}
#header_sub_nav #btn_sub_nav {
	display: none;
	position: absolute;
	top: 15px;
	right: 20px;
	padding: 15px;
	line-height: 1.2em;
	font-size: 24px;
	vertical-align: middle;
	color: #fff;
	background: #1d2087;
	border: none;
	outline: none;
}
#header_sub_nav #btn_sub_nav span {
	position: relative;
	display: inline-block;
	padding-right: 1.8em;
	vertical-align: middle;
}

#header_sub_nav #btn_sub_nav span::before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	display: inline-block;
	box-sizing: border-box;
	width: 1.2em;
	height: 1.2em;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#header_sub_nav #btn_sub_nav span::after{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	display: inline-block;
	top: 50%;
	right: 0.2em;
	width: 0.4em;
	height: 0.4em;
	margin-top: -0.2em;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform:rotate(-45deg) translateY(-50%);
	transform:rotate(-45deg) translateY(-50%);
}
#header_sub_nav #btn_sub_nav.open span::after{
	right: 0.5em;
	margin-top: 0;
	border-bottom: none;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

#header_sub_nav #sub_nav_wrapper{
	display: none;
	position: absolute;
	z-index: 10;
	overflow-y: auto!important;
}
#header_sub_nav #support_nav {
	background: #ffffff;
}
#header_sub_nav #support_nav li {
	display: inline-block;
	width: 50%;
	padding: 0 20px;
	background: #ffffff;
}
#header_sub_nav #support_nav li:first-child {
	width: 100%;
}
#header_sub_nav #support_nav li:nth-child(4) a,
#header_sub_nav #support_nav li:nth-child(5) a{
	border: none;
}
#header_sub_nav #support_nav li a {
	display: block;
	padding: 0.5em 0;
	color: #1d2087;
	font-size: 24px;
	font-weight: bold;
	background: #ffffff;
	border-bottom: 1px solid #1d2087;
}
#header_sub_nav #support_nav li a:hover {
	text-decoration: none;
}
#header_sub_nav #support_nav li a img {
	width: 58px;
	height: auto;
	margin-right: 0.5em;
	vertical-align: middle;
}

#header_sub_nav #product_nav {
}
#header_sub_nav #product_nav li {
	display: inline-block;
	width: 100%;
	padding: 0 30px;
	background: #1d2087;
}
#header_sub_nav #product_nav li a {
	display: block;
	padding: 1em;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	background: #1d2087;
	border-bottom: 1px solid #8e90c3;
}
#header_sub_nav #product_nav li a:hover {
	text-decoration: none;
}
#header_sub_nav #product_nav li a::after {
	content: '';
	position: absolute;
	right: 2em;
	width: 0.4em;
	height: 0.4em;
	margin-top: 0.4em;
	vertical-align: middle;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
	#header_sub_nav #btn_sub_nav{
		display: inline-block;
	}
}



@media screen and (max-width: 768px){
	body.lineup_item .title02 {
		font-size: 48px;
		line-height: 1.5;
		color: #1e2186;
		background: transparent;
		margin: 60px 30px 0;
		padding: 0;
		text-align: left;
		letter-spacing: 3px;
	}
	body.lineup_item #main-block {
		padding: 0 30px;
	}
	body.lineup_item #main-block p {
		font-size: 28px;
		line-height: 1.8;
		margin: 20px 0 0;
		padding: 0 0px;
	}
	body.lineup_item #main-block .title03 {
		font-size: 40px;
		line-height: 1.8;
		font-weight: bold;
		display: block;
		color: #1e2186;
		padding: 0;
		background: transparent;
		margin: 40px 0 10px!important;
	}
	body.lineup_item #main-block .title03 span {
		font-size: 30px!important;
	}
	body.lineup_item #main-block .title04 {
		font-size: 30px;
		padding: 0;
		margin: 40px 0 20px!important;
	}
	body.lineup_item #main-block ul.lineup_note {
		padding-bottom: 40px;
	}
	body.lineup_item #main-block ul.lineup_note li {
		font-size: 24px;
		line-height: 1.6;
		margin: 0 0 10px;
	}
	body.lineup_item #main-block ul.linklist01 li {
		font-size: 28px;
		line-height: 1.6;
		display: block;
		margin: 19px 0 0 20px;
	}
	body.lineup_item .technology .title05 {
		font-size: 30px;
		padding: 30px 0 10px;
	}
	body.lineup_item #main-block .image_box .img_caption {
		font-size: 24px;
	}
	body.lineup_item #main-block .image_box {}
	body.lineup_item #main-block .image_box_3photos {
		margin-top: 20px;
	}
	body.lineup_item #main-block .image_box_3photos li {
		margin-top: 20px;
	}
	body.lineup_item #main-block p.caution {
		text-indent: 0;
		padding: 0;
		margin: 0;
	}
	body.lineup_item dl.custome dt,
	body.lineup_item dl.custome dd {
		font-size: 26px;
	}
	body.lineup_item ol.number li {
		line-height: 1.7;
		font-size: 28px;
	}
	body.lineup_item .movieBlock > div,
	body.lineup_item .movieBlock2 > div {
		margin-bottom: 20px;
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	body.lineup_item #main-block .table01 {
		table-layout: fixed;
	}
	body.lineup_item #main-block .table01 th,
	body.lineup_item #main-block .table01 td {
		font-size: 26px;
		width: 50%;
	}

	body.lineup_item #main-block .mgB35 .c_txt p.copy {
		margin-bottom: 60px;
		font-size: 48px;
		line-height: 1.8;
	}
	body.lineup_item #main-block .mgB35 .c_txt p {
		font-size: 30px;
		line-height: 1.8;
	}
	body.lineup_item #main-block .movieBlock {
		padding-top: 0;
	}
	body.lineup_item #main-block .movieBlock a img {
		width: 100%;
	}

	body.lineup_item .equipment #main-block .align_r,
	body.lineup_item .equipment #main-block .align_r p {
		font-size: 26px;
		line-height: 1.8;
		margin-top: 20px;
	}
	body.lineup_item .equipment #main-block .align_r font {
		display: inline-block;
		vertical-align: unset;
		margin-right: 4px;
	}
	body.lineup_item .equipment #main-block .st {
		font-size: 26px!important;
	}

	body.lineup_item div.manualBlock dl dt,
	body.lineup_item div.manualBlock2 dl dt {
		font-size: 30px;
	}
	body.lineup_item div.manualBlock dl dd a img,
	body.lineup_item div.manualBlock2 dl dd a img {
		width: 50%;
		margin: 10px 0 30px;
	}
	body.lineup_item div.getAcrobat a img {
		width: 40%;
		margin: 10px 0 20px;
	}
}



/* ニュースのレイアウト変更（SP） */
@media screen and (max-width: 768px){
	#information table,
	#information table *,
	#news table,
	#news table * {
		display: block;
		width: auto;
	}
	#information table tr,
	#news table tr {
		display:flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: stretch;
	}
	#information table tr td.dyn-date,
	#news table tr td.dyn-date {
		order: 2;
		padding-bottom: 15px;
		border-bottom: 2px solid #e5e5e5;
	}
	#information table tr td.dyn-txt,
	#news table tr td.dyn-txt {
		order: 1;
		padding-top: 15px;
		padding-bottom: 5px;
	}
	#information table tr:last-of-type td.dyn-date,
	#news table tr:last-of-type td.dyn-date {
		border-bottom: none;
	}
}



@media screen and (max-width: 768px){
	#sub_nav_wrapper {
		width: 768px;
	}
}



/**IE11**************/
@media all and (-ms-high-contrast: none) {
	section#support div.contact .tel::before {
		margin-top: 14px;
	}
	body.idx section#lineup article.new::before {
		padding: 5px 6px 3px;
	}
	body.lineup #item a.new::before {
		padding: 6px 8px 2px;
	}
	body.lineup #item a:hover {
		text-decoration: none!important;
	}
	body.articles h1 i {
		padding: 5px 10px 2px;
	}

/*****IE-notePC >*******/
	#grovalNavi_wrapper .btn_request {
		padding: 8px 14px 5px;
	}
	body.idx section#lineup article.new::before {
		padding: 7px 6px 3px;
	}
	body.lineup #item a.new::before {
		padding: 10px 8px 0px;
	}
	.c_btn_b {
		padding-top: 4px;
		border-radius: 30px;
	}
	.c_btn_u {
		padding-top: 4px;
		border-radius: 30px;
	}
	body.event section#list ul.btn li {
		padding-top: 4px;
	}
	body.event section#list ul.other li i {
		margin-top: -4px;
	}
	body.event section#list ul.area li article > div a {
		padding-top: 5px;
	}
	body.articles h1 i {
		padding-top: 8px;
	}
	#support #flow .h_cnt .f_btn {
		padding: 13px 0 7px;
	}
	#support #flow .f_category ul li p{
		padding-top: 4px;
	}
/*****< IE-notePC*******/

}



@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
	section#support div.contact .tel::before {
		margin-top: 8px;
	}
}



/* 20191021 */
#Content .switching {
	display: table;
	margin: 20px auto;
}
#Content .switching li {
	display: table-cell;
	padding: 1em 50px;
	border-left: 1px solid #e5e5e5;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
}
#Content .switching li:first-child {
	border-left: none;
}
#Content .switching li.active {
	color: #222;
	font-weight: bold;
}
#Content .switching li.active:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: 0 0 0 -5px;
	border-top: 9px solid #343434;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
	position: absolute;
	bottom: 5px;
	left: 50%;
}
#Content .switching a {
	color: #b5b5b5;
}
#Content .switching a:hover {
	color: #09C;
}



@media screen and (max-width: 768px) {
	#Content .switching li {
		font-size: 34px;
	}
	#Content .switching li.active:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		margin: 0 0 0 -8px;
		border-top: 15px solid #343434;
		border-right: 8px solid transparent;
		border-bottom: none;
		border-left: 8px solid transparent;
		position: absolute;
		bottom: 8px;
		left: 50%;
	}
}



@media all and (-ms-high-contrast: none) {
	#Content .switching li,
	#Content .switching li a {
		font-family: Meiryo, sans-serif;
	}
}
