@charset "utf-8";
/* CSS Document */
html {
	font-size:14px;
}

body{
	font-size:14px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-feature-settings: "palt";
	color: #212529;
}

a:hover {
	opacity: 0.6;
}

img {
	vertical-align: middle;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}



/*ヘッダー*/
.header {
	position:relative;
}

.header-bar {
	background-color: #282991;
	position:relative;
	z-index:100;
}
.header-bar .wrap{
	min-height: 33px;
	display: flex;
	justify-content: flex-end;
  align-items: center;
}
.header-bar ul {
	
}

.header-bar ul li {
	float: left;
}

.header-bar a {
	margin: 0 14px 0 0;
	font-weight:bold;
	color: #FFFFFF;
}
.header-bar form {
	display: inline;
}

.header-bar form input[type="text"] {
	background-color: #FFFFFF;
    border-radius: 2px 0 0 2px;
    width: 120px;
    height: 22px;
    margin: 4px 0px;
	text-align: left;
	border-width: 0;
}
.header-bar form input[type="submit"] {
	height: 22px;
    margin: 4px 0px;
	padding: 0 14px;
	border-radius: 0 2px 2px 0;
	color: #FFFFFF;
	background-color: #797979;
	border-width: 0;
}

.header-main {
	padding: 26px 0;
	border-bottom: 5px solid #282991;
	position: relative;
	z-index: 100;
	background-color: #fff;
}

.header-main .wrap::after {
   content: "";
   display: block;
   clear: both;
}

.header-main h1 {
	float: left;
}

.header-main h1 a:hover {
	opacity: 1.0;
}

.header-menu-title {
	float: right;
}

.header-menu-title li {
	margin: 0 2.5em 0 0;
	padding: 1em 1.5em 1em 0;
	font-size:1.3em;
	font-weight:bold;
	float: left;
	position: relative;
	cursor: pointer;
}

.header-menu-title li::before {
	content: "";
    display: none;
	position:absolute;
	width: 20px;
	height: 20px;
	border: solid 10px #282991;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	bottom: -26px;
	left: 50%;
	transform: translate( -10px, 0);
}

.header-menu-title li.on::before{
	display: block;
}

.header-menu-title li::after {
	content: "";
    display: block;
    border-top: solid 3px #282991;
    border-right: solid 3px #282991;
    width: 10px;
    height: 10px;
    transform: translate(0, -10px) rotate(135deg);
    position: absolute;
    top: 50%;
    right: 0;
}

.header-menu-title li:last-of-type {
	margin: 0 1em 0 0;
}

.header-menu {
	display: none;
	position: absolute;
	width: 100%;
	background-color: #FFF;
	border-right: solid 5px #282991;
	border-bottom: solid 5px #282991;
	border-left: solid 5px #282991;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	z-index: 100;
}

#header-menu1 {

}

.header-menu ul {
	
}

.header-menu ul li {
	float: left;
	width: 33.3%;
	height: 5em;
	border-right:solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
	display: table;
}

/*.header-menu ul li:nth-last-of-type(1), .header-menu ul li:nth-last-of-type(2) {
	border-bottom: none;
}*/

.header-menu ul li:nth-of-type(3n) {
	width: 33.4%;
	border-right: none;
}

.header-menu ul li.last-row{
	border-bottom: none;
}


.header-menu ul li a {
	position: relative;
	font-size: 1.1em;
	font-weight:bold;
	padding: 0 2.5em 0 1.5em;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	line-height: 1.5;
}

.header-menu ul li a:hover {
	background-color: #63c8ee;
	color: #fff;
	opacity: 1;
}

.header-menu ul li a::before {
	content:"";
	position: absolute;
	display: block;
    width: 1em;
    height: 1em;
	border:solid 1px #282991;
	border-radius: 1em;
	right: 1em;
	top: 50%;
	transform: translate(0, -50%);
}

.header-menu ul li a::after{
	content:"";
	position: absolute;
	display: block;
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid #282991;
    border-right: 2px solid #282991;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
	right: 1.4em;
	top: 50%;
}

.header-menu ul li a:hover::before, .header-menu ul li a:hover::after {
	border-color: #fff;
}

.header-menu-icon-sp {
	/*background-image: url("/image/menu.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	position: absolute;
    right: 1em;
    top: 50%;
    transform: translate(0, -50%);*/
	width: 32px;
	height: 25px;
	position: absolute;
	right: 1em;
    top: 50%;
    transform: translate(0, -50%);
}

.header-menu-icon-sp::before {
	content: "";
	display: block;
	width: 32px;
	height: 25px;
	position: absolute;
	border: solid 4px #282991;
    border-right: none;
    border-left: none;
}

.header-menu-icon-sp::after {
	content: "";
	display: block;
	width: 32px;
	height: 0;
	position: absolute;
	border-top: solid 4px #282991;
	top: 50%;
    transform: translate(0, -50%);
}

.header-menu-icon-sp.on {
	/*background-image: url("/image/menu_close.svg");
	width: 30px;
	height: 30px;*/
}

.header-menu-icon-sp.on::before {
	content: "";
	display: block;
	width: 32px;
	height: 0;
	position: absolute;
	border-top: solid 4px #282991;
	border-bottom:none;
    border-right: none;
    border-left: none;
	top: 50%;
    transform: translate(0, -50%) rotate(45deg);
}

.header-menu-icon-sp.on::after {
	content: "";
	display: block;
	width: 32px;
	height: 0;
	position: absolute;
	border-top: solid 4px #282991;
	top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
}

.header-menu-sp {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 100;
	background-color: #fff;
}

.header-menu-sp li {
	border-bottom: solid 1px #CCC;
}

.header-menu-sp > li:first-of-type {
	background-color: #282991;
}

.header-menu-sp li a {
	display: block;
	padding: 1em 2em;
	font-weight: bold;
}

.header-menu-sp li.header-menu-sp-child span {
	display: block;
	position:relative;
	padding: 1em 2em;
	font-weight: bold;
}

.header-menu-sp li.header-menu-sp-child span::after {
	content: "";
    display: block;
    border-top: solid 3px #282991;
    border-right: solid 3px #282991;
    width: 10px;
    height: 10px;
    transform: translate(0, -10px) rotate(135deg);
    position: absolute;
    top: 50%;
    right: 1em;
}

.header-menu-sp li.header-menu-sp-child span.on::after {
    transform: translate(0, -5px) rotate(315deg);
    position: absolute;
}

.header-menu-sp li.header-menu-sp-child ul {
	display:none;
}

.header-menu-sp li.header-menu-sp-child span.on + ul {
	display:block;
}

.header-menu-sp li.header-menu-sp-child ul li a {
	padding-left:3em;
}

.header-menu-sp li.header-menu-sp-child ul li:first-of-type {
	border-top: solid 1px #CCC;
}

.header-menu-sp li.header-menu-sp-child ul li:last-of-type {
	border-bottom: none;
}

.header-menu-sp form {
	padding: 1em 2em;
	display: none;
}

.header-menu-sp form input[type="text"] {
	background-color: #FFFFFF;
    border-radius: 3px 0 0 3px;
	border:solid 1px #000;
	border-right: none;
    width: 10em;
    height: 2em;
    margin: 4px 0px;
	text-align: left;
}
.header-menu-sp form input[type="submit"] {
	height: 2em;
    margin: 4px 0px;
	padding: 0 2em;
	border-radius: 0 3px 3px 0;
	border:solid 1px #000;
	border-left: none;
	color: #FFFFFF;
	background-color: #797979;
}


.filter {
	display: none;
	position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 99;
	top:0;
}

.main {
	overflow:hidden;
	line-height: 1.5;
	margin: 0 0 10em;
}


/*パンくず*/
.bredcrumbs {
	margin: 1em 0;
}

.bredcrumbs li {
	float:left;
	font-size: 12px;
	padding-left: 17px;
    padding-right: 6px;
	position: relative;
}

.bredcrumbs li:first-of-type::before {
	content:"";
	position: absolute;
	width: 16px;
	height: 14px;
	background-image: url(../images/pankuzu-home.jpg);
	transform: translate(0 , -50%);
	top: 50%;
	left:0;
}

.bredcrumbs li:after {
	content:"";
	position: absolute;
	width: 7px;
	height: 7px;
	border-top: solid 2px #777;
	border-right: solid 2px #777;
	transform: translate(0 , -50%) rotate(45deg);
	top: 50%;
	right:-6px;
}

.bredcrumbs li:last-of-type:after { content: none; }

.bredcrumbs li a {
	color: #22238f;
}

.bredcrumbs li a:hover {
	text-decoration: underline;
}



/*メインカラム*/
.column-main {
	float: left;
	width: 662px;
	margin: 0 3em 0 0;
}

.one-column .column-main {
	float: none;
	width: 100%;
	margin: 0;
}


/*汎用パーツ*/
article {
	line-height: 24px;
}

article > section {
	padding: 0 2em;
}

article > section::after {
	content: "";
	display: block;
	clear: both;
}

article h1 {
	font-weight: bold;
	font-size: 18px;
    line-height: 1;
    margin-bottom: 2rem;
    padding: 13px 0 13px 20px;
	border: solid 1px #FFF;
	outline: solid 1px #CCC;
	outline-offset:0;
	background: linear-gradient(#f3f3f3,#e4e4e4);
	position: relative;
}

article h1::before {
	content:"";
	display:block;
	position: absolute;
	width: 3px;
	height: 100%;
	left:0;
	top:0;
	background-color:#282991;
}

article h2 {
	font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    padding: 11px 0 11px 20px;
    margin: 2rem 0 1rem;
	border-left: solid 4px #282991;
}

article h3 {
    font-weight: bold;
    line-height: 1.2;
    padding: 0 0 0.5rem 1rem;
    margin: 2rem 0 1rem;
	border-bottom: solid 2px #282991;
}

article h4 {
    font-weight: bold;
    line-height: 1.2;
    padding: 3px 0 3px 1rem;
    margin: 2rem 0 1rem;
    border-left: solid 3px #282991;
}

article h5 {
	font-weight: bold;
    line-height: 1.2;
    margin: 1rem 0 1rem;
}

article h6 {
    line-height: 1.2;
    margin: 1rem 0 1rem;
}

article p {
	text-indent: 1em;
    margin-bottom: 2rem;
}

.en article p { /*英語ページ字下げ解除*/
	text-indent: 0;
}

article .image {
	margin: 1em 0 2em;
	text-align:center;
}

article .image img {
	display: block;
	margin: 0 auto;
	max-width:100%;
}

article .img-float-left {
	float:left;
	margin: 0 1em 1em 0;
}

article .img-float-right {
	float:right;
	margin: 0 0 1em 1em;
}

article a {
	font-size: 14px;
    color: #22238f;
    text-decoration-line: underline;
}

article a.external::before {
	content: URL(/images/icon_external_link.gif);
	padding-right:4px;
	vertical-align: middle;
}

article a.external.no-external::before {
	content: none;
	padding-right:0;
	vertical-align: middle;
}

article a[href$=".pdf"]::before {
	content: URL(/images/icon_pdf.gif);
	padding-right:4px;
	vertical-align: middle;
}

article a[href$=".doc"]::before,
article a[href$=".docx"]::before {
	content: URL(/images/icon_word.gif);
	padding-right:4px;
	vertical-align: middle;
}

article a[href$=".xls"]::before,
article a[href$=".xlsx"]::before {
	content: URL(/images/icon_excel.gif);
	padding-right:4px;
	vertical-align: middle;
}

article ul {
	list-style: disc inside;
	margin: 1rem 0;
}

article ol {
	list-style: decimal inside;
	margin: 1rem 0;
}

article table {
	margin: 1rem 0;
}

article table td, article table th {
	padding: 0.75em;
}

article table td, article table th {
	border: solid 1px #212529;
}

article .main-2column {
	display: flex;
	flex-wrap: wrap;
}

article .main-2column > div {
	flex-basis: 50%;
}

article .main-2column div.image {
	padding: 0 1em;
}


article .main-2column a.index-menu {
	height: 200px;
    color: #FFF;
    font-size: 24pt;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 35px;
	display: flex;
    align-items: center;
	padding: 0 1em;
	text-decoration: none;
	text-shadow: 0 0 10px #212529;
}



/*サブカラム*/
.column-sub {
	float: left;
	width: 259px
	
}

.right-menu-box{
	background-color:#62c8ee;
	padding-top: 1px;
	padding-bottom: 7px;
	border-radius: 4px;
}

.right-menu-top{
	display: block;
    margin: 0 auto;
}

.right-menu-title{
	font-weight: bold;
	text-align: center;
	padding:13px 0px;
	font-size: 16px;
}

.right-menu-box > ul {
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 0px;
}

.right-menu-box li {
	background-color:#fff;
	position: relative;
}

.right-menu-box > ul > li:first-child {
	border-top:none;
}

.right-menu-box a {
	color: #000;
	font-size:14px;
	display:block;
	padding: 13px 14px 12px 37px;
	border-top: dotted 1px #62c8ee;
	line-height: 1.2;
	position: relative;
	z-index: 0;
}
.right-menu-box a::selection {
	background-color: transparent;
}

.right-menu-box a.current {
	background-color: #0099cc;
	color:#fff;
}

.right-menu-box  ul > li.parent::before {
	content: "";
	position: absolute;
	display: block;
	left: 13px;
	top: 50%;
	width: 14px;
	height: 14px;
	transform: translate(0, -50%);
	z-index: 1;
	cursor: pointer;
	border-radius: 14px;
	background-image: url(../images/right-menu-plus.png);
    background-repeat: no-repeat;
    background-position: left;
}

/*メニュー２階層目レイアウト*/
.right-menu-box > ul > li > ul > li > a {
	padding-left: 61px;
}
.right-menu-box > ul > li > ul > li.parent::before {
	content: "";
	left: 37px;
}

/*メニュー３階層目レイアウト*/
.right-menu-box > ul > li > ul > li > ul > li > a {
	padding-left: 85px;
}
.right-menu-box > ul > li > ul > li > ul > li.parent::before {
	content: "";
	left: 51px;
}


.right-menu-box li.parent.on::before {
	content: "";
	background-image: url(../images/right-menu-minus.png);
}

.right-menu-box  li > ul {
	display: none;
}

.right-menu-box  li.on.parent + li > ul {
	display: block;
}



/*フッター*/
.footer-bar {
	border-top: solid 1px #e0e0e0; 
	background-color: #ececec;
	font-size: 0.9em;
}

.footer-bar ul {
	float: left;
}

.footer-bar ul li {
	float: left;
	padding: 2em 4em 2em 1em;
}

.footer-bar ul li a::before{
	content: "";
	display: inline-block;
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #282991;
}

ul.footer-menu-sp {
	float: none;
	padding: 1em 0;
}

ul.footer-menu-sp li {
	float: left;
	width: 50%;
	padding: 0 1em;
    display: table;
    height: 3em;
    vertical-align: middle;
}

.footer-menu-sp li.two-column {
	width: 100%;
}

.footer-menu-sp li.footer-menu-title {
	font-weight: bold;
}

ul.footer-menu-sp li:not(.footer-menu-title){
	padding-left: 20px;
}

ul.footer-menu-sp li:not(.footer-menu-title) a::before{
	content: "";
	display: none;
}

.footer-menu-sp li a {
    display: table-cell;
    vertical-align: middle;
}

.footer-bar .go-top{
	float: right;
	background-color:#dadada;
}

.footer-bar .go-top a {
	display: block;
	position: relative;
	padding: 2em 3em 2em 2em;
	text-shadow:1px 1px 1px #fff;
}

.footer-bar .go-top a::before {
	content:"";
	display:block;
	position: absolute;
	width: 16px;
	height: 10px;
	border-top: solid 2px #282991;
	right: 1em;
}

.footer-bar .go-top a::after {
	content:"";
	display:block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: solid 2px #282991;
	border-right: solid 2px #282991;
	transform: rotate(315deg);
	top: 48%;
	right: 1em;
	margin: 0 3px 0 0;
}

.footer-main {
	color: #fff;
	background-color:#282991;
	padding: 3em 0 2em;
	line-height: 1.5;
	font-size: 0.9em;
}

.footer-main .wrap {
	width: 830px;
	display: flex;
}

.footer-main .wrap div {
	/*float:left;*/
	margin: 0 1em 0 0 ;
}


@media screen and (min-width:966px) {
	.wrap {
		width: 966px;
		margin: 0 auto;
	}
	
	.header-menu-icon-sp, .header-menu-sp, .footer-menu-sp, .microchip-contact {
		display: none;
	}

}

@media screen and (max-width:965px) {
	.wrap {
		width: auto;
		margin: 0 1em;
	}
	
	.main {
		margin-bottom: 2em;
	}
	
	.column-main {
		width: 100%;
		margin-bottom:2em;
	}
	
	.column-sub {
		width: 100%;
	}
	
	.header-bar, .header-menu-title, .header-menu, .footer-menu, .go-top  {
		display: none;
	}
	
	article section {
		padding: 0;
	}
	
	article h1 {
		margin: 0 -1rem 2rem;
	}
	
	article .image img {
		display: block;
		margin: 0;
		max-width: inherit;
		width: 100%;
	}

	article .img-float-left, article .img-float-right, article .image {
		float:none;
		margin:1em 0;
	}
	
	article .main-2column > div {
		flex-basis: 100%;
	}
	
	article .responsive-table {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
	
	.footer-main {
		color: #fff;
		background-color:#282991;
		padding: 3em 0 2em;
		line-height: 1.5;
		font-size: 0.9em;
	}

	.footer-main .wrap {
		width: auto;
		margin: 0 1em;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-main .wrap div {
		/*float:none;*/
		margin:0 0 1em;
		text-align: center;
		flex-basis: 100%;
	}
	
	.footer-main span {
		display: block;
		margin: 1em 0;
		word-break: keep-all;
	}
	
	.footer-main span span{
		display: inline;
		margin: 0;
		word-break: keep-all;
	}
	
	.footer-main span span::before {
		content: "\A";
		white-space: pre;
	}
	
}