@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: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  background-color: #eef6f4;
}
a {
  color: #13a0a5;
  display: block;
}
a:hover {
  opacity: 0.7;
  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;
  border: 3px solid #000;
  padding: 10px 15px;
}
h3, .under h2 {
  border: 2px solid #000;
  padding: 10px 15px;
}
h4, .under h3 {
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px 15px;
}
.under h3 {margin-top: 40px;}

h5 {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 0 5px 15px;
  font-size: 120%;
}
h6 {
  border-bottom: 1px solid #000;
  padding: 0 0 0 15px;
  font-size: 100%;
}
strong {
  color: #13a0a5;
  border-bottom: 4px double #13a0a5;
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #000;
}
article ul li {
  position: relative;
  padding: 0 0 0 10px;
}
article ul li:before,
article ul li:after {
  content: "";
  display: block;
  position: absolute;
}
article ul li:before {
  top: 8px;
  left: -16px;
  width: 20px;
  height: 20px;
  background: #13a0a5;
}
article ul li:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -11px;
  top: 13px;
}
article ol {
  counter-reset: number;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border: 1px solid #000;
}
article ol li {
  margin: 0;
  list-style: none;
  position: relative;
}
article ol li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #13a0a5;
  text-align: center;
  line-height: 1.3;
}
blockquote {
  background: #eef6f4;
  padding: 3em 1em;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #13a0a5;
  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: #eef6f4;
}
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 #eee;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  font-style: normal;
  border: 1px dotted #000;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
  background-color: #eef6f4;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}

/* top page */
/* header */
.headerarea1 {
  width: 100%;
  margin: 40px 0 0;
}
.headerarea1 .maincontainer1 {
  position: relative;
  max-width: 1150px;
}
.title1 a,
p.catchcopy1 {
  color: #000;
  line-height: 1.4;
  max-width: 1000px;
  padding: 20px;
  margin: 0 auto;
}
.title1 a {
  font-size: 30px;
  margin: 0 auto;
  font-weight: bold;
  border-top: 6px double #000;
  border-right: 6px double #000;
  border-left: 6px double #000;
}
p.catchcopy1 {
  margin: 0 auto;
  font-size: 90%;
  border-right: 6px double #000;
  border-bottom: 6px double #000;
  border-left: 6px double #000;
}
.box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1000px;
  height: 380px;
  border-right: 6px double #000;
  border-left: 6px double #000;
  z-index: 1;
}
.topnav1 a {
  font-size: 110%;
  color: #000;
}
.topnav1 ul {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto;
  border-right: 6px double #000;
  border-bottom: 6px double #000;
  border-left: 6px double #000;
}
.topnav1 ul#topnav1-menu li {
  display: block;
  position: relative;
  width: 24%;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}
#topnav1-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#topnav1-menu li a {
  display: block;
}
/* slider */
.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
/* contents area */
.maincontainer1 {
  max-width: 1000px;
  margin: 0 auto;
}
.r-morebtn1 {
  text-align: right;
}
.r-morebtn1 a {
  padding: 3px 3rem;
  position: relative;
  display: inline-block;
  background-color: #13a0a5;
  color: #fff;
}
.r-morebtn1 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 10px;
  left: 25px;
  border: 8px solid transparent;
  border-left: 10px solid #fff;
}
.r-morebtn1 a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
/* main */
main {
  float: left;
  width: 70%;
  margin: 40px 0 0;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.link-content1 img {
  float: left;
  max-width: 340px;
  margin-right: 10px;
}
article {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
}
/* おすすめLink */
.link_bx1 {
  padding: 20px;
}
.linkin1 {
  float: left;
  width: 48%;
  margin: 0 1%;
}
.link_bx1 h2 {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  border: none;
}
.link_bx1 h3 {
  margin: 0 2%;
  border: none;
  background-color: #fff;
  padding: 0;
}
.link_bx1 h3 a {
  padding: 10px 10px 10px 30px;
  position: relative;
  display: block;
  color: #fff;
  background-color: #13a0a5;
  font-size: 18px;
}
.link_bx1 h3 a:hover {
  background-color: #000;
  color: #fff;
}
.link_bx1 h3 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 13px;
  left: 15px;
  border: 8px solid transparent;
  border-left: 10px solid #fff;
}
.link_bx1 p {
  padding: 0 0 0 10px;
}
.link_bx1 a {
  text-align: left;
}
/* aside */
aside {
  float: right;
  width: 25%;
  margin: 40px 0 40px 5%;
  padding: 20px;
  border: 6px double #000;
  position: sticky;
  top: 0;
  height: fit-content;
}
aside li > div {
  color: #000;
  font-size: 21px;
}
aside a {
  padding: 10px 0;
}
aside img {
  max-width: 100%;
  margin-right: 10px;
}
aside ul li ul li:last-child {
  margin-bottom: 50px;
}
.s-link1 li:last-child {
  margin-bottom: 0;
}
.s-link1 a {
  margin-bottom: 10px;
}
/* footer */
footer {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  border: 6px double #000;
}
footer p {
  color: #000;
  font-size: 21px;
}
footer a {
  color: #000;
  font-size: 85%;
}
footer .maincontainer1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.ft_copy1 {
  font-size: 70%;
  text-align: center;
}
.totop1 {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1;
}
.foot_menu1 {
  width: 20%;
  margin: 0 auto;
}
/* under */
.nf4041 {
  font-size: 200%;
  color: #000;
}
/* pan nav */
.panav1 {
  margin: 10px 0 -40px;
}
.panav1 a {
  display: inline;
  font-size: 85%;
}
.panav1 font {
  color: #000;
}
/* SNS */
.sbtn1-area {
  width: 100%;
  margin: 0 0 20px;
}
.sns-maincontainer1 {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin-left: 50%;
}
.sbtn1-area > div {
  text-align: center;
}
.sbtn1-area:after {
  content: "";
  clear: both;
  display: block;
}
.sbtn1-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.sbtn1-whole .fa {
  font-weight: bold;
}
.sbtn1-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 7px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.sbtn1-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;
}
