@charset "utf-8";

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

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

body {
  font-size: 17px;
  line-height: 1.85;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4",
    "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

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

strong,
b {
  font-size: 1rem;
}

em,
address {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

.contents ul,
.contents ol,
blockquote,
pre,
table {
  margin: 20px 0;
}

table {
  border-collapse: collapse;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 130%;
  margin-bottom: 25px;
  padding: 8px 0;
}

/* SNSごとの背景色 */
#twitter:hover {
  color: #00acee;
}

#hatena:hover {
  color: #2d4c86;
}

#facebook:hover {
  color: #3b5998;
}

#ggl-plus:hover {
  color: #dd4b39;
}

.slicknav_menu {
  display: none;
}

.wrap-1000 {
  width: 100%;
  /*1000px*/
  margin: 0 auto;
  max-width: 1000px;
}

.wrap-980 {
  width: 100%;
  /*980px*/
  margin: 0 auto;
  max-width: 980px;
}

.wrap-980.page-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.wrap-760 {
  width: 100%;
  /*760px*/
  max-width: 760px;
}

.wrap-760 img {
  width: 100%;
}

.wrap-200 {
  width: 200px;
}

header {
  padding: 50px 0;
}

.main-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.site-name {

  /*min-*/
  width: 250px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.site-name a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
}

.main-visual {
  position: relative;
  width: 100%;
  /*720px*/
  max-width: 720px;
}

p.copy {
  position: absolute;
  bottom: 200px;
  left: -250px;
  /*-284px*/
  width: auto;
  /*550px*/
  font-size: 40px;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  z-index: 200;
  background: #fff;
}

.bx-wrapper {
  max-width: 100% !important;
  height: 480px;
  margin-bottom: 30px;
  border: none;
  box-shadow: none;
}

.top-nav {
  margin: 10px 0;
}

.top-nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-nav ul li {
  width: 24%;
}

.top-nav ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.column-txt {
  width: 100%;
  max-width: 49%;
}

.column-txt>h2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  border: 3px solid #000;
}

.column-trim {
  width: 100%;
  max-width: 49%;
}

.column-trim img {
  width: 100%;
}

.more-btn a {
  display: block;
  width: 150px;
  margin-top: 30px;
  padding: 12px 0;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background: #000;
}

.contents {
  margin: 50px 0 100px;
}

.contents.under {
  margin: 0;
}

.contents-ttl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.contents-ttl h2,
.under h1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 30%;
  margin-bottom: 0;
  padding: 10px;
  border: 3px solid #000;
}

.contents-ttl img {
  width: 69%;
  height: 100%;
}

.contents>h2 {
  border: 1px solid #000;
  padding: 8px 5px;
}

h3 {
  border-left: 5px solid #000;
  padding: 8px 5px;
}

h4 {
  border-bottom: 5px solid #000;
}

h5 {
  font-size: 110%;
  border-bottom: 5px solid #00f;
}

h6 {
  font-size: 110%;
  background: linear-gradient(transparent 90%, #ff0 90%);
}

/* 下層用 */
.under h1 {
  ∫border: 1px solid #000;
  padding: 8px 5px;
  font-size: 130%;
  width: 100%;
  margin-bottom: 20px;
}

.under h2 {
  border-left: 5px solid #000;
  padding: 8px 5px;
}

.under h3 {
  border-bottom: 5px solid #000;
  margin-top: 40px;
}


strong {
  background: linear-gradient(transparent 60%, #ff0 60%);
}

em {
  background: #eee;
}

.contents ul {
  padding: 20px;
  border: 1px solid #000;
}

.contents ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.contents ol {
  counter-reset: number;
}

.contents ol li::before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  margin-right: 10px;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  color: #fff;
  background: #000;
  border-radius: 50%;
}

blockquote {
  position: relative;
  padding: 20px 60px;
  border: 1px solid #000;
}

blockquote::before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
}

blockquote::after {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
}

address {
  padding: 20px;
  border: 1px solid #00f;
}

.contents a {
  color: #000;
  border-bottom: 2px solid #00f;
}

.contents a:hover {
  color: #00f;
}

ins {
  border-bottom: 1px solid #000;
}

pre {
  padding: 20px;
  border: 1px solid #000;
  background: #f8f8f8;
}

table th {
  padding: 8px 20px;
  font-weight: normal;
  background: #00f;
  color: #fff;
  border: 1px solid #fff;
}

table td {
  padding: 8px;
  border: 1px solid #000;
}

.links {
  margin: 50px 0 100px;
}

.links h2 {
  margin-bottom: 10px;
  padding: 8px 10px;
  border-left: 5px solid #00f;
}

.links-box {
  padding: 20px;
  color: #fff;
  background: #000;
}

.link-in {
  padding: 20px;
  border: 1px solid #fff;
}

.link-in h3 {
  padding: 8px 10px;
  border-left: 5px solid #ff0;
}

.link-in h3 a {
  color: #fff;
}

.link-in h3::after {
  content: "\f18e";
  font-family: FontAwesome;
  font-size: 2rem;
  font-weight: normal;
}

footer {
  margin: 150px 0 30px;
}

footer .wrap-980 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}

.footer-list>li {
  width: 50%;
}

.footer-list li ul li a {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  color: #000;
}

.footer-list li p {
  font-weight: bold;
}

.footer-R {
  width: 39%;
}

.footer-R p {
  margin-top: 20px;
  font-size: 14px;
}

.back-to-top {
  display: block;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #000;
}

.back-to-top::before {
  content: "\f01b";
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 1.2rem;
}

.left-menu {
  position: sticky;
  top: 0;
  height: fit-content;
}

.left-menu img {
  margin-top: 5px;
  width: 100%;
}

.left-list {
  position: sticky;
  top: 0;
}

.left-list li>p {
  padding: 8px;
  text-align: center;
  color: #fff;
  background: #000;
}

.left-list li ul li a {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  color: #000;
}

b.error {
  display: block;
  padding: 20px;
  font-size: 30px;
  border: 1px solid #000;
}

.pankuzu-nav {
  margin-bottom: 20px;
  padding: 8px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.pankuzu-nav ul li {
  display: inline-block;
  font-size: 14px;
}

.pankuzu-nav ul li::after {
  content: ">";
}

.pankuzu-nav ul li:last-child::after {
  content: none;
}

.pankuzu-nav ul li a {
  color: #000;
}

.sns-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.button-whole {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 24%;
  border: 3px solid #000;
  border-left: 6px solid #000;
}

.button-whole a {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: none;
}

.contents img {
  margin: 0 0 5px;
}