@charset "UTF-8";
/* 
Theme Name: NC Guide Shop Co.Ltd.
Theme URI: https://www.nccard.co.jp/
Author: Bee on
Author URI: bee-on.jp
Version: 1.1
Need: Blood, sweat, tears and a little courage.
*/
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
}

div, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, canvas, hr, textarea {
  display: block;
  line-height: 1;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input, button {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

body {
  color: #000;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

a {
  color: #000;
  transition: all 0.5s;
}
a:hover {
  color: #555;
}
a img {
  transition: all 0.5s;
}

.container {
  position: relative;
  width: 100%;
  z-index: 4;
}
.container .inner_wrap {
  width: 750px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width:1000px) {
  .container .inner_wrap {
    width: 100%;
  }
}
@media only screen and (max-width:1000px) {
  .container .inner_wrap .common .common_base {
    padding: 0 20px;
  }
}

/*header---------------------*/
header {
  padding: 20px 0;
  margin-bottom: 60px;
}
header h1 {
  text-align: center;
}

/*jouto_pdf------------------*/
.jouto_pdf {
  text-align: center;
  margin-bottom: 30px;
}
.jouto_pdf .jouto_pdf_inner a {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  padding: 8px 15px;
  background: #e50012;
  color: #FFF;
  position: relative;
  font-weight: bold;
}
.jouto_pdf .jouto_pdf_inner a::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  transition: all 0.5s;
  opacity: 0;
}
.jouto_pdf .jouto_pdf_inner a:hover {
  background: transparent;
}
.jouto_pdf .jouto_pdf_inner a:hover::after {
  width: 100%;
  opacity: 1;
}
.jouto_pdf .jouto_pdf_inner a::before {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  content: "\f1c1";
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  padding: 0 8px 0 0;
}

/*other_pdf------------------*/
.other_pdf .other_pdf_inner {
  border: 3px solid #BBB;
  border-radius: 7px;
  padding: 15px;
  margin: 0 auto 60px;
}
.other_pdf .other_pdf_inner h2 {
  display: inline-block;
  background: #e50012;
  padding: 5px 10px;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
}
.other_pdf .other_pdf_inner ul li {
  line-height: 1.8;
}
.other_pdf .other_pdf_inner ul li a {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.other_pdf .other_pdf_inner ul li a::before {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  content: "\f35a";
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  padding: 0 10px 0 0;
}
.other_pdf .other_pdf_inner ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e50012;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.other_pdf .other_pdf_inner ul li a:hover::after {
  transform: scale(1, 1);
}

/*info_wrap------------------*/
.info_wrap .info_inner {
  border: 3px solid #CCC;
  border-radius: 7px;
  padding: 15px;
  margin: 0 auto 60px;
}
.info_wrap .info_inner h2 {
  display: inline-block;
  background: #EEE;
  padding: 5px 10px;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  color: #191970;
}
.info_wrap .info_inner ul li {
  line-height: 1.8;
}
.info_wrap .info_inner ul li a {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.info_wrap .info_inner ul li a::before {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  content: "\f08e";
  text-rendering: auto;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: 1;
  padding: 0 10px 0 0;
}
.info_wrap .info_inner ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #191970;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.info_wrap .info_inner ul li a:hover::after {
  transform: scale(1, 1);
}
@media only screen and (max-width:509px) {
  .info_wrap .info_inner ul li a span.title {
    display: block;
    margin-bottom: 10px;
  }
}

/*投稿記事--------------------*/
.hide_area {
  display: none;
}

.single_content h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width:509px) {
  .single_content h1 {
    text-align: left;
  }
}
.single_content .single_date {
  text-align: right;
  margin-bottom: 30px;
}
.single_content .contents p {
  line-height: 1.6;
  margin-bottom: 15px;
}

.modaal-container {
  border-radius: 10px !important;
}

/*mync_btn-------------------*/
.mync_btn {
  text-align: center;
  margin: 0 auto 60px;
}
.mync_btn p a img {
  box-shadow: 0 0 8px #000;
  transition: all 0.5s;
  max-width: 100%;
  height: auto;
}
.mync_btn p a img:hover {
  box-shadow: 0 0 8px #777;
}

/*footer---------------------*/
footer {
  padding: 30px 0 15px;
  text-align: center;
}
footer address,
footer .copy {
  padding: 0 0 15px;
  line-height: 1.6;
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */