@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/mplus1p.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background: #3f3f3f;
  color: #fff;
  font-size: 14px;
  line-height: 170%;
  font-family: "Mplus 1p";
}

a {
  color: #fff;
  display: block;
  text-decoration: none;
}

a:hover {
  color: #29abe2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: bold;
}

h2,
h3,
h4 {
  font-size: 140%;
  margin: 10px 0;
}

h5,
h6 {
  font-size: 120%;
  margin: 10px 0;
}

h2 {
  border-bottom: solid 3px #fff;
  position: relative;
  padding-bottom: 5px;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #29abe2;
  bottom: -3px;
  width: 25%;
}

h4 {
  background: #555;
  padding: 5px;
}

h5 {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 5px;
}

/* 下層用 */
.under h1 {
  border-bottom: solid 3px #fff;
  position: relative;
  padding-bottom: 5px;
  font-size: 140%;
  margin: 10px 0;
}

.under h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #29abe2;
  bottom: -3px;
  width: 25%;
}

.under h2 {
  line-height: 1.2;
  font-weight: bold;
  font-size: 140%;
  margin: 10px 0;
}

.under h3 {
  background: #555;
  padding: 5px;
  margin-top: 40px;
}


strong {
  background: #eb1c23;
  padding: 3px;
}

article img {
  max-width: 100%;
  margin-bottom: 10px;
}

article ul {
  margin: 20px 0;
  background: #3f3f3f;
  padding: 0.5em 1em 0.5em 3em;
  position: relative;
}

article ul li {
  line-height: 1.5;
  padding: 0.5em 0;
}

article ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 1.5em;
  color: #29abe2;
}

article ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em 1.5em 0.5em;
  border: solid 1px #555;
}

article ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

article ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #29abe2;
  color: white;
  font-weight: 900;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

blockquote {
  background: #29abe2;
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  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;
  font-size: 12px;
}

table th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #666;
  background: #3f3f3f;
}

table td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #666;
}

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 solid #eee;
  margin: 1em 0;
  padding: 1em;
}

strong,
b {
  font-size: 100%;
}

em {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* top page */
/* header */
section {
  width: 100%;
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #555;
}

#head-frameIn {
  position: relative;
  max-width: 960px;

  margin: 0 auto;
}

#head-frameIn2 {
  position: relative;
  max-width: 960px;
  height: 160px;
  margin: 0 auto;
}

#head-frame .head-ttl a {
  width: 300px;
  padding: 20px 30px;
  background: #222;
  opacity: 0.8;
  font-size: 21px;
  font-weight: bold;
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 99;
}

#head-frameIn2 .head-ttl a {
  width: 100%;
  max-width: 960px;
  text-align: center;
  position: relative;
  /*absolute*/
  top: 8px;
  left: 0;
  z-index: 99;
}

/* 下層navにかかっていた */
.head-ttl::after {
  content: "";
  display: block;
  clear: both;
}

#head-frame p.catch {
  text-align: center;
  padding: 5px 0;
  font-size: 90%;
  color: #999;
  background: #1c1c1c;
}

.topNav {
  max-width: 960px;
  /* position: absolute; */
  right: 0;
  bottom: 0;
}

.topNav>ul {
  max-width: 960px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-around;
}

.topNav ul#topNav-menu>li {
  display: block;
  width: 25%;
  margin-right: 1px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

#topNav-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 98;
}

.slicknav_menu {
  display: none;
}

#topNav-menu li a {
  display: block;
  background: #222;
  opacity: 0.8;
  line-height: 500%;
  border-bottom: 4px solid #fff;
}

#topNav-menu li a:hover {
  color: #29abe2;
  border-bottom: 4px solid #29abe2;
}

/* slider */
.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

/* contents area */
#all {
  max-width: 960px;
  background: #333;
  margin: 0 auto;
}

/* 2column */
.item-col2 {
  display: flex;
  justify-content: space-around;
  padding-bottom: 25px;
}

.item-col2 article {
  max-width: 430px;
}

.item-col2 article img {
  margin-top: 25px;
}

.more-btn {
  text-align: center;
}

.more-btn a {
  margin-top: 15px;
  padding: 3px 100px;
  display: inline-block;
  background: #29abe2;
  text-decoration: none;
  border-radius: 15px;
}

.more-btn a:hover {
  background: #fff;
  color: #29abe2;
}

/* main */
main {
  float: left;
  max-width: 700px;
  margin: 0 0 20px 30px;
}

.item-col3 {
  border: solid 1px #555;
  padding: 5px 20px 20px;
}

.item-col3 img {
  float: left;
  max-width: 350px;
  margin-right: 10px;
}

main section {
  margin: 25px 0;
}

/* おすすめリンク */
.Lbox p {
  padding: 0 0 20px;
}

.Lbox a {
  text-align: left;
}

.Lbox h3 a {
  position: relative;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
  transition: 0.3s;
}

.Lbox h3 a::after {
  content: ">";
  margin-left: 10px;
}

.Lbox h3 a:hover {
  padding-left: 0.7em;
  padding-right: 0.3em;
}

/* .side-count */
.side-count {
  float: right;
  /*min-*/
  width: 180px;
  background: #555;
  margin: 55px 20px 0 0;
  font-size: 12px;
  text-align: center;
  position: sticky;
  top: 0;
}

.side-count li:nth-child(1) dl {
  padding-bottom: 20px;
  border-bottom: 10px solid #333;
}

.side-count li:nth-child(1) dt {
  margin: 20px 0;
  font-weight: bold;
}

.side-count li:nth-child(2) dt {
  margin: 20px 0 10px;
  font-weight: bold;
}

.side-count li dd {
  line-height: 300%;
}

.side-count img {
  max-width: 160px;
  margin: 10px 10px 0;
}

.side-count a img {
  border-bottom: 3px solid #fff;
}

.side-count a:hover img {
  border-bottom: 3px solid #29abe2;
}

/* footer */
footer {
  width: 100%;
  position: relative;
}

footer ul {
  width: 960px;
  margin: 0 auto;
  display: -webkit-flex;
  /* Safari */
  display: flex;
}

footer dl {
  font-size: 12px;
  margin: 40px;
}

footer dt {
  font-weight: bold;
  font-size: 110%;
  color: #29abe2;
}

footer dd {
  color: #999;
  line-height: 300%;
}

.footCr {
  text-align: center;
  padding: 5px 0;
  font-size: 70%;
  color: #999;
  background: #1c1c1c;
}

.page-btn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}

/* under */
.ng {
  padding: 30px 10px;
}

.ng b {
  font-size: 200%;
  color: #eee;
}

/* pan nav */
.panav {
  margin-bottom: 10px;
}

.panav a {
  display: inline;
  font-size: 85%;
}

.panav font {
  color: #ccc;
}

/* SNS */
.b-area {
  width: 100%;
  margin: 50px 0;
}

.s-container {
  display: flex;
  justify-content: space-between;
}

.b-area>div {
  text-align: center;
}

.b-area:after {
  content: "";
  clear: both;
  display: block;
}

.t-fill {
  text-align: center;
  display: block;
  background-color: #444;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: solid 1px #999;
}

.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;
}