@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: #fff;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}
a {
  color: #000;
  display: block;
}
a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6, .under h1 {
  font-size: 140%;
  margin-bottom: 25px;
}
h2, .under h1 {
  color: #000;
  padding: 10px 15px;
  background-color: #d5ecf2;
}
h3, .under h2 {
  border: 6px double #d5ecf2;
  padding: 10px 15px;
}
h4, .under h3 {
  border: 2px solid #d5ecf2;
  padding: 10px 15px;
}
.under h3 {margin-top: 40px;}

h5 {
  border: 2px dashed #d5ecf2;
  padding: 5px 10px;
  font-size: 120%;
}
h6 {
  border: 2px dotted #d5ecf2;
  padding: 5px 10px;
  font-size: 100%;
}
strong {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
article ul {
  padding: 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #ccc;
}
article ul li {
  position: relative;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #ddd;
}
article ul li:before,
article ul li:after {
  content: "";
  display: block;
  position: absolute;
}
article ul li:before {
  top: 13px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #d5ecf2;
  border-radius: 50%;
}
article ol {
  counter-reset: number;
  padding: 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #ccc;
}
article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #ddd;
}
article ol li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  color: #000;
  background: #d5ecf2;
  text-align: center;
  line-height: 1.2;
  border-radius: 50%;
}
blockquote {
  background: #d5ecf2;
  padding: 3em 1em;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #666;
  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: #eee;
}
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: 2px dashed #ddd;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  border: 2px dotted #000;
  font-style: normal;
}
del {
  text-decoration: line-through;
}
ins {
  background-color: #eee;
  display: inline-block;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}

/* top page */
/* header */
.headli {
  position: relative;
  margin: 0 auto;
  padding: 50px 0 0;
  text-align: center;
  background: url(../images/line174.png) left top repeat-x;
}
.sitename a,
p.catchcp {
  color: #000;
  line-height: 1.4;
}
.sitename a {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  z-index: 4;
}
.copy-bace {
  position: absolute;
  top: -90px;
  left: 50%;
  width: 500px;
  height: 350px;
  margin-left: -250px;
  padding: 40px 100px;
  z-index: 2;
  background-color: #fff;
  border-radius: 70%;
}
p.catchcp {
  margin: 15px 0 10px;
  z-index: 3;
  font-size: 95%;
}
.gln > ul {
  display: flex;
  justify-content: space-around;
  max-width: 980px;
  margin: 20px auto;
  padding: 0 20px;
}
.gln ul#gln-menu > li {
  display: block;
  position: relative;
  width: 24%;
  margin: 8px 0;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #ccc;
}
.gln ul#gln-menu > li:last-child {
  border: none;
}
#gln-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#gln-menu li a {
  display: block;
  color: #000;
}
/* slider */
.topimg {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
  background: url(../images/line174.png) left top repeat-x;
  padding-top: 23px;
}
.slider-ar {
  position: relative;
  left: 50%;
  width: 2940px;
  margin-left: -1470px;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-prev {
  background: url(../images/lefticon.png) no-repeat 0 0;
  left: 980px;
}
.bx-wrapper .bx-next {
  background: url(../images/righticon.png) no-repeat 0 0;
  right: 980px;
}
/* contents area */
.maina {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
.r_more {
  text-align: right;
}
.r_more a {
  padding: 3px 3rem;
  border: 1px solid #ccc;
  color: #000;
  display: inline-block;
}
.r_more a:hover {
  background: #d5ecf2;
  color: #000;
  opacity: 1;
}
/* main */
main {
  position: relative;
  float: left;
  width: 70%;
  margin: 50px 0;
  z-index: 5;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.lcw {
  display: flex;
  justify-content: space-between;
}
.linkco {
  width: 47%;
  padding: 15px;
  border: 1px solid #ddd;
}
.linkco h2,
.linkco img {
  margin: 0;
}
.linkco p {
  margin-top: 20px;
}
article {
  margin-bottom: 30px;
}
/* おすすめリンク */
.link-w {
  border: 1px solid #ccc;
  padding: 20px;
}
.link_to {
  float: left;
  width: 48%;
  margin: 0 1%;
}
.link-w h2 {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  border: none;
  color: #000;
}
.link-w h3 {
  margin: 0 2%;
  border: none;
  background-color: #fff;
  padding: 0;
}
.link-w h3 a {
  display: block;
  padding: 10px 10px 10px 30px;
  position: relative;
  display: block;
  color: #000;
  border: 1px solid #ccc;
  font-size: 18px;
  text-align: left;
}
.link-w h3 a::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 10px;
  color: #000;
  margin-top: -10px;
}
.link-w h3 a:hover {
  background-color: #d5ecf2;
  color: #000;
  opacity: 1;
}
.link-w p {
  padding: 0 0 0 10px;
}
/* aside */
aside {
  float: right;
  width: 25%;
  margin: 50px 0 50px 5%;
  text-align: center;
  position: sticky;
  top: 0;
  height: fit-content;
}
aside li > div {
  color: #000;
  font-size: 21px;
  padding: 0 0 25px 20px;
  background: url(../images/line174.png) left bottom repeat-x;
}
aside ul li ul li:last-child {
  margin-bottom: 50px;
}
.s-link :last-child {
  margin-bottom: 10px;
}
aside a {
  padding: 10px 0;
  color: #000;
}
aside img {
  max-width: 100%;
}
.s-link a {
  margin-bottom: 10px;
}
/* footer */
footer {
  position: relative;
  padding: 50px 0 10px;
  background: url(../images/line174.png) left top repeat-x;
}
footer p {
  font-size: 21px;
}
footer a {
  color: #000;
  font-size: 85%;
}
footer .maina {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.footccpy {
  font-size: 70%;
  text-align: center;
}
.to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}
.ft_m {
  width: 27%;
  margin: 0 auto;
}
/* under */
.not_f {
  font-size: 200%;
  color: #aaa;
}
.nf {
  text-align: center;
}
/* pan nav */
.pa-nav {
  margin: 30px 0 -10px;
  /* text-align: right; */
}
.pa-nav a {
  display: inline;
  font-size: 85%;
}
.pa-nav font {
  color: #ccc;
}
/* SNS */
.sbtn-area {
  width: 100%;
  margin: 10px 0 30px;
}
.sns-maina {
  display: flex;
  justify-content: space-between;
}
.sbtn-area > div {
}
.sbtn-area:after {
  content: "";
  clear: both;
  display: block;
}
.sbtn-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.sbtn-whole .fa {
  font-weight: bold;
}
.sbtn-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 5px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.sbtn-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;
}
