@charset "UTF-8";
/* -------------------------------------
 * Since:     2015-01-15
 * Modified:  2015-03-15
 * Guideline: Ver.2.0
 * -------------------------------------
 */
/* !HTML5 elements
 * ---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* !Reseting
 * ---------------------------------------------------------- */
html {
  font-size: 14px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.8;
}

@media (min-width: 480px) {
  html {
    font-size: 16px;
  }
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption, time {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  border-style: none;
}

@media (max-width: 479px) {
  img {
    border-style: none;
    height: auto;
    max-width: 100%;
  }
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3 h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after, q:before {
  content: ".";
}

a, input {
  outline: none;
}

input, textarea, select {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

input [type="button"], input [type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

abbr, acronym {
  border: 0;
}

/*================================================================================================================== */
/*　共通
 * ---------------------------------------------------- */
div.wrap {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

@media (min-width: 1100px) {
  div.wrap {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* リンク
 * ---------------------------------------------------- */
a:link {
  color:#0066FF;
}

a:active {
  color:#0066FF;
}

a:visited {
 color:#993366;
}

a:hover {
  color:#FF0000;
}

/*　アイコン　 */
img.ico {
  padding-left: 0.3em;
}

/*================================================================================================================== */
/*　ヘッダー
 * ---------------------------------------------------- */
#headerArea {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-top: 4px solid #FFCC00;
	line-height: normal;
	border-bottom: 5px solid #3AA04B;
}

#home #headerArea {
	margin: 0 0 30px 0;
}

#headerArea .logo {
	display: block;
	float: left;
	width: 210px;
	margin: 0px;
	padding: 0px;
}

#headerArea .inner {
	padding: 7px;
}

/*================================================================================================================== */
/* コンテンツ
 * ---------------------------------------------------- */
#wrapper {
  width: 100%;
  background: #EEEEF0;
  overflow: hidden;
  clear: both;
}

#contents {
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

@media (min-width: 1100px) {
  .container {
    max-width: 1100px;
  }
  #contenstNavi {
    padding-top: 135px;
  }
  #contenstNavi div.wrap {
    width: 1120px;
  }
  #contenstNavi div.wrap .inner {
    padding: 10px 20px 20px;
  }
}

/*　パンくずリスト　*/
#pan {
  padding: 10px;
  margin: 0;
}

#pan ol li {
  display: inline;
  list-style-type: none;
  position: relative;
  font-size: 0.86667rem;
  padding: 0 20px 0 0;
}

#pan ol li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "\f054";
  padding: 0 0 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 0.53333rem;
}

#pan ol li:last-child {
  font-weight: bold;
}

#pan ol li:last-child:after {
  content: "";
}

#pan a {
  color: #000;
  color-text-decoration: none;
}

#pan a:link, #pan a:visited, #pan a:focus {
  color: #00AA54;
}

#pan a:hover {
  color: #E20A16;
}


/*　カテゴリタイトル ------------------------------------------- */
.categoryTit01 {
	font-family: "Noto Serif JP", sans-serif;
	padding: 5px 10px;
	border-bottom: 1px dotted #999999;
	font-weight: bold;
}
.categoryTit01 .line {
	padding: 5px 10px;
	color: #494949;
	border-left: 5px solid #999999;
}

/*=======================================================*/
/*　個人情報
 * ---------------------------------------------------- */
 
#privacy .container section ul {

}
#privacy .container section ul li {
	text-indent: -3em;
	padding-left: 3em;
	margin-bottom: 10px;
}
/*============================================================== */
/*　フッタ
 * ---------------------------------------------------- */
#footerArea {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

#footer__block__top {
	margin: 20px 0px 0px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #666666;
	text-align: center;
}
#footer__block__bottom {
	margin: 0px 0px 20px;
	padding: 0px 0px 0px;
	text-align: center;
	border-top: 3px solid #E3E3E3;
}
#footer__block__bottom p {
	font-size: 80%;
	color: #666666;
}

#copyright {
  clear: both;
  font-size: 0.86667rem;
  margin: 0;
  padding: 0;
}

#copyright a:link, #copyright a:visited, #copyright a:focus {
  color: #fff;
}

#copyright a:hover {
  color: #E20A16;
}