@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 {
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

img {
  border-radius: 10px;
}

a {
  color: #000;
  display: block;
}

a:hover {
  opacity: 0.5;
  transition: 0.2s;
}

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

h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 25px;
}

h2 {
  color: #000;
  padding: 10px 15px;
  border-radius: 25px;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.5);
}

h3 {
  border-bottom: 4px double #000;
  padding-bottom: 5px;
}

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

h5 {
  border-left: 5px solid #000;
  padding-left: 10px;
  font-size: 120%;
}

h6 {
  border-left: 5px solid #aaa;
  padding-left: 10px;
  font-size: 100%;
}

strong {
  border-bottom: 4px double red;
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
}

article ol {
  counter-reset: counter-name;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}

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;
  color: green;
}

blockquote {
  padding: 3em 1em;
  position: relative;
  border-radius: 10px;
  border: 1px dashed #000;
  background-color: rgba(255, 255, 255, 0.5);
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: skyblue;
  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 #000;
  background: #eee;
}

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

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 solid #eee;
  margin: 1em 0;
  padding: 1em;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}

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

em {
  font-style: normal;
  border: 1px dotted red;
}

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 */
.bace96 {
  background: url(../images/circle.png) 2% -90px no-repeat;
}

.bace96_2 {
  background: url(../images/circle.png) 130% -180px no-repeat;
}

/* header */
.intro {
  width: 50%;
  margin: 30px 0 0 70px;
  padding: 2rem 0 2%;
  position: absolute;
  float: left;
  z-index: 1000;
}

.intro_2 {
  width: 100%;
  padding: 2rem 0 2%;
  z-index: 1000;
}

.intro a {
  color: #000;
}

.sitetitle a {
  font-size: 35px;
  font-weight: bold;
  text-shadow: 0 0 25px #fff, 0 0 20px #fff, 0 0 0.4px #fff;
}

.sitetitle_2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}

p.catchcopy {
  color: #000;
  margin-bottom: 30px;
  text-shadow: 0 0 25px #fff, 0 0 20px #fff, 0 0 0.4px #fff;
}

.navigation {
  clear: both;
  margin-bottom: 40px;
}

.navigation>ul {
  display: flex;
  justify-content: space-around;
}

.navigation ul#navigation-menu>li {
  display: block;
  position: relative;
  width: 15%;
  padding: 2px;
  font-size: 16px;
  text-align: center;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 25px;
}

ul#navigation-menu li:first-child {
  border: 1px solid skyblue;
}

ul#navigation-menu li:nth-child(2) {
  border: 1px solid red;
}

ul#navigation-menu li:nth-child(3) {
  border: 1px solid green;
}

ul#navigation-menu li:nth-child(4) {
  border: 1px solid orange;
}

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

.slicknav_menu {
  display: none;
}

#navigation-menu li a {
  display: block;
  color: #000;
}

/* slider */
.mainImage {
  width: 900px;
  float: right;
}

.bx-wrapper {
  margin: 0 auto 0;
  border: none;
  -webkit-clip-path: circle(65% at 62% -20%);
  clip-path: circle(65% at 62% -20%);
}

.bx-wrapper img {
  border-radius: 0;
}

/* contents area */
.mainarea {
  background-color: #f9f9f9;
  padding-top: 40px;
}

.blockArea {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header .blockArea {
  display: block;
}

.read_more {
  text-align: right;
}

.read_more a {
  padding: 10px;
  color: red;
  display: inline-block;
  border-radius: 10px;
  font-size: 120%;
}

/* main */
main {
  float: left;
  max-width: 740px;
  margin-bottom: 100px;
}

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

.link_cont img {
  float: left;
  max-width: 50%;
  margin-right: 10px;
  border-radius: 10px;
}

article {
  margin-bottom: 30px;
}

/* おすすめリンク */
.link_box {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}

.link_box h3 {
  margin-bottom: 0px;
}

.link_box h3 a {
  display: block;
}

.link_box p {
  padding: 20px 0 0;
}

.link_box a {
  text-align: left;
}

.link-In {
  width: 40%;
  margin: 0 5%;
  float: left;
}

.link-In a::before {
  content: ">";
  margin-right: 5px;
}

/* aside */
aside {
  float: right;
  /*min-*/
  width: 300px;
  margin-left: 20px;
  position: sticky;
  top: 0;
  height: fit-content;
}

aside li>div {
  color: #000;
  font-size: 21px;
  border-bottom: 1px solid #000;
}

.side_bar ul {
  padding-left: 20px;
}

.s_link0 li {
  padding-left: 20px;
}

aside ul li ul li:first-child::before {
  content: "";
  display: block;
  position: relative;
  top: 37px;
  left: -16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: skyblue;
}

aside ul li ul li:nth-child(2)::before {
  content: "";
  display: block;
  position: relative;
  top: 37px;
  left: -16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
}

aside ul li ul li:nth-child(3)::before {
  content: "";
  display: block;
  position: relative;
  top: 37px;
  left: -16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: green;
}

aside ul li ul li:nth-child(4)::before {
  content: "";
  display: block;
  position: relative;
  top: 37px;
  left: -16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: orange;
}

aside ul li ul.s_link li::before {
  content: none;
}

aside a {
  padding: 15px 0;
  color: #000;
}

aside img {
  float: left;
  max-width: 100%;
  margin-right: 10px;
}

.s_link a {
  margin-bottom: 10px;
}

/* footer */
footer {
  position: relative;
  background: #fff;
  padding: 50px 0 10px;
  color: #000;
}

footer p {
  font-size: 21px;
  border-bottom: 1px solid #000;
}

footer a {
  color: #000;
  font-size: 85%;
}

footer .blockArea {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.foot_copy {
  font-size: 70%;
  text-align: center;
  border: none;
}

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

.footMenu {
  width: 27%;
  margin-right: 150px;
}

.footMenu ul {
  padding: 20px;
}

.footMenu ul li:first-child::before {
  content: "";
  display: block;
  position: relative;
  top: 19px;
  left: -16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: skyblue;
}

.footMenu ul li:nth-child(2)::before {
  content: "";
  display: block;
  position: relative;
  top: 19px;
  left: -16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
}

.footMenu ul li:nth-child(3)::before {
  content: "";
  display: block;
  position: relative;
  top: 19px;
  left: -16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: green;
}

.footMenu ul li:nth-child(4)::before {
  content: "";
  display: block;
  position: relative;
  top: 19px;
  left: -16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: orange;
}

/* under */
.notfound {
  font-size: 40px;
  color: #000;
}

/* pan nav */
.pagenav {
  margin-bottom: 20px;
  margin-top: -20px;
}

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

.pagenav font {
  color: #ccc;
}

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

.sns-blockArea {
  display: flex;
  justify-content: space-between;
}

.btn-Area>div {
  text-align: center;
}

.btn-Area:after {
  content: "";
  clear: both;
  display: block;
}

.share2 {
  text-align: center;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-radius: 25px;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.button-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.button-whole a {
  border-radius: 25px;
}

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

/*下層などflex内で要素が増える時*/
.blockArea.cf:has(.pagenav) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
.pagenav {
  width: 100%;
}

/*パンくず*/