@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
body {
  background-color: #f5f5f5;
  font-size: 16px;
  line-height: 2;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  background: url(../images/a1.png) repeat;
}
a {
  color: #444;
  display: block;
}
a:hover {
  opacity: 0.5;
  transition: 0.1s;
}
h1,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: normal;
}
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 25px;
}

/* +下層用 */
h2, .under h1 {
  color: #444;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
  background: linear-gradient(transparent 60%, #f0ada5 60%);
  margin-bottom: 25px;
  padding-left: 10px;
}
h3, .under h2 {
  border-left: 10px solid #444;
  padding-left: 10px;
  font-weight: bold;
}
h4, .under h3 {
  border-bottom: 5px double #444;
  padding-bottom: 5px;
}
.under h3 {margin-top: 40px;}

h5 {
  border-bottom: 2px solid #444;
  font-size: 120%;
}
h6 {
  border-bottom: 2px dotted #444;
  font-size: 100%;
}
strong {
  background: linear-gradient(transparent 60%, #f0ada5 60%);
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  background-color: #fff;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 2px;
  background: #ccc;
}
article ol {
  counter-reset: counter-name;
  background-color: #fff;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
}
article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
}
blockquote {
  background-color: #aaa;
  padding: 3em 1em;
  position: relative;
  color: #fff;
}
blockquote:before,
blockquote:after {
  font-size: 400%;
  line-height: 0em;
  color: #fff;
  position: absolute;
}
blockquote:before {
  content: "“";
  left: 0;
  top: 0;
  line-height: 1em;
}
blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}
table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}
table th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
  background: #ddd;
}
table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ccc;
}
pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS3 */
  word-wrap: break-word; /* IE 5.5+ */
  display: inline-block;
  border: 3px double #f0ada5;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  font-style: normal;
  border: 1px solid #f0ada5;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
  background-color: #fff;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}

/* top page */
.wrapper57 {
  max-width: 1150px;
  margin: 0 auto;
}
.leftwrap {
  float: left;
  width: 22%;
  position: sticky;
  top: 0;
}
.rightwrap {
  float: right;
  width: 78%;
}
.rightcont {
  margin: 0 auto;
}
/* header */
.headtop {
  padding: 30px 0;
}
.headtop a {
  color: #fff;
}
.headtop .site-title a {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #444;
  line-height: 1.4;
  background: linear-gradient(transparent 60%, #f3c8c2 60%);
  display: inline;
}
.headtop .site-title a:hover {
  opacity: 0.5;
}
.headtop p.maincopy {
  color: #444;
  margin: 20px 0 10px;
  line-height: 1.5;
}
.contentNavi {
  margin-top: 30px;
  float: right;
  width: 60%;
}
.contentNavi > ul {
  display: flex;
  justify-content: space-between;
}
.contentNavi ul#contentNavi-menu > li {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
#contentNavi-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#contentNavi-menu li a {
  display: block;
  color: #444;
  font-weight: normal;
  font-size: 80%;
}
#contentNavi-menu li a:hover {
  background: linear-gradient(transparent 60%, #b5d3d5 60%);
  opacity: 1;
}
/* slider */
.eyeCatch {
  margin: 40px auto;
}
.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
  -webkit-clip-path: ellipse(41% 49% at 50% 50%);
  clip-path: ellipse(41% 49% at 50% 50%);
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
}
/* contents area */
.wrapper {
  margin: 0 auto;
}
/* main */
main {
  padding: 30px 0 30px 60px;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.page_cont img {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.page_cont2 img {
  float: right;
  width: 48%;
  margin-left: 2%;
}
.page_cont h2,
.page_cont2 h2 {
  padding: 0;
  display: inline;
}
.page_cont.lcp {
  float: right;
  width: 50%;
}
.page_cont2.lcp {
  float: left;
  width: 50%;
}
.read-more {
  text-align: right;
  clear: both;
}
.read-more a {
  padding: 3px 3rem;
  color: #fff;
  background-color: #444;
  display: inline-block;
}
.read-more a:hover {
  background: #b5d3d5;
  color: #fff;
  opacity: 1;
}
article {
  margin-bottom: 30px;
}
/* おすすめリンク */
.linkBox {
  border: 4px double #000;
  padding: 20px;
  margin: 60px 0;
}
.linkBox h3 {
  position: relative;
  margin-bottom: 0;
}
.linkBox h3 a {
  display: block;
  background-color: #444;
  color: #fff;
  border: none;
  padding: 5px 0 5px 20px;
}
.linkBox h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}
.linkBox a {
  text-align: left;
}
.linkBox h3 a:hover {
  opacity: 0.5;
  text-decoration: none;
  background-color: #b5d3d5;
}
.linkBox h3 {
  border: none;
  font-size: 110%;
}
/* aside */
aside {
  background-color: #b5d3d5;
  padding: 30px;
  margin-bottom: 50px;
}
aside li > div {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
aside a {
  padding: 10px 0;
  color: #444;
}
aside img {
  float: left;
  max-width: 100%;
  margin-right: 10px;
}
.side-wrapper {
}
.s_Link a {
  margin-bottom: 10px;
}
/* footer */
footer {
  position: relative;
  background: #b5d3d5;
  padding: 30px;
  color: #fff;
}
footer p {
  font-size: 21px;
  font-weight: bold;
}
footer a {
  color: #444;
  font-size: 85%;
}
footer a:hover {
  opacity: 0.5;
}
footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  padding: 0 100px;
}
.ftCopy {
  font-size: 70%;
  text-align: center;
}
.topbtn {
  position: absolute;
  bottom: 78%;
  right: 10%;
  z-index: 1;
  color: #444;
  font-size: 100%;
}
.ftMenu {
  width: 20%;
  margin-right: 25%;
}
/* under */
.not-Found {
  font-size: 200%;
  color: #444;
}
/* pan nav */
.pan-Nav {
  margin-bottom: 10px;
}
.pan-Nav a {
  display: inline;
  font-size: 85%;
}
.pan-Nav font {
  color: #ccc;
}
/* SNS */
.shareArea {
  width: 100%;
  margin: 50px 0;
}
.sns-wrapper {
  display: flex;
  justify-content: space-between;
}
.shareArea > div {
  text-align: center;
}
.shareArea:after {
  content: "";
  clear: both;
  display: block;
}
.titlef {
  text-align: center;
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.button-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.button-whole .fa {
  font-weight: bold;
}
.button-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.button-link:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* SNSごとの背景色 */
#twitter {
  background-color: #00acee;
}
#hatena {
  background-color: #2d4c86;
}
#facebook {
  background-color: #3b5998;
}
#ggl-plus {
  background-color: #dd4b39;
}
/*404*/
.notf {
  margin-bottom: 970px;
}
