@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
	text-align: left;
	line-height: 1.7;
	color: #555555;
	overflow: hidden;
	letter-spacing: 0;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "pkna";
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
}

a,
a:visited,
a:link {
	text-decoration: underline;
	color: #222222;
	outline: none;
	display: block;
}

a:active,
a:hover,
a:focus {
	outline: none;
	opacity: 0.6;
}

/*======================================
root
======================================*/

.root {
	width: 100%;
	background: #f8f8f8;
}

.root > div {
	line-height: 40px;
	font-size: 12px;
	position: relative;
    min-height: 40px;
    height: auto;
	width: 1200px;
	margin: auto;
}

.root a {
	position: relative;
	padding-right: 30px;
	display: inline-block;
}

.root a:after {
	content: "";
	width: 8px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	background: url(../images/contents/arrow_root.png) no-repeat center center;
}

.root ul {
 list-style: none;
}

.root li {
 display: inline-block;
}

/* ローカル用 */

.primary {
	padding: 60px 0 100px;
}

.conpo_title > div {
	margin-top: 40px;
	padding: 10px 20px;
	background: #222222;
	color: #fff;
	font-weight: bold;
}

@media only screen and (max-width: 1279px) {
	
	.root > div {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
}

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

.root {
  margin-top: 60px;
  padding-bottom: 5px;
}

.root>div {
  line-height: 4ex;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 0px;
}

.root .pbNested:after {
  content: none;
}

.root li {
  display: inline;
}

.root ul li a {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 13em;
}

.root a:after {
  width: 5px;
}

.root a:after {
  right: 0.3em
}

.root a {
  padding-right: 1em;
}

.root ul li a {
  font-size: 90%;
  max-width: 15em;
  text-decoration: none;
}

.root>div {
  line-height: 3ex;
}

.root {
  padding-top: 0.2ex;
  padding-bottom: 0.2ex;
}

}

/* ローカル用 */

@media only screen and (max-width: 768px) {
	
	body {
		width: 100%;
		min-width: 0;
		font-size: 3.85vw;
	}

	a {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	a:hover {
		opacity: 1;
	}
	
}