@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 {
  background-color: #d52c54;
  font-size: 16px;
  line-height: 2;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light",
    "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝",
    "MS PMincho", sans-serif;
}

a {
  color: #f7f7eb;
  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,
.under h1 {
  font-size: 140%;
  margin-bottom: 25px;
}

h2,
.under h1 {
  position: relative;
  border-bottom: 2px solid #668ecf;
  padding: 0.5em;
}

h2::after,
.under h1::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 20%;
  border-bottom: 2px solid #d33354;
}

h3,
.under h2 {
  position: relative;
  padding: 3px;
  font-size: 20px;
}

h3::after,
.under h2::after {
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  height: 5px;
  background: repeating-linear-gradient(-45deg,
      #ccc,
      #ccc 3px,
      #fff 3px,
      #fff 6px);
}

h4,
.under h3 {
  border-left: 6px solid #d33354;
  padding-left: 7px;
  font-size: 20px;
}

.under h3 {
  margin-top: 40px;
}

h5 {
  color: #d33354;
  font-size: 120%;
}

h6 {
  color: #668ecf;
  font-size: 100%;
}

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

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  background: #f7f7ea;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 6px;
  height: 6px;
  background: #658dd4;
}

article ol {
  counter-reset: counter-name;
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  background: #f7f7ea;
}

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

blockquote {
  background: #648bd9;
  padding: 3em 1em;
  position: relative;
  color: #fff;
}

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;
  background: #fff;
}

table th {
  width: 170px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #f7f7ea;
  background: #d33354;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #f7f7ea;
  font-size: 14px;
  text-align: center;
}

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: 5px dotted #f7f7ea;
  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 */
.headspace {
  width: 100%;
  padding: 15px 0;
  background-color: #d82354;
}

.headspace a {
  color: #fff;
}

.headspace .sitetitle a {
  font-size: 31px;
  text-align: center;
  line-height: 1.3;
}

.headspace p.catchcopy {
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.glovalnavi>ul {
  display: flex;
  justify-content: space-around;
  max-width: 800px;
  margin: 15px auto;
}

.glovalnavi ul#glovalnavi-menu>li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
  border-left: 1px dotted #f7f7eb;
  padding: 5px 0px;
}

.glovalnavi ul#glovalnavi-menu>li:first-child {
  border: none;
}

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

.slicknav_menu {
  display: none;
}

#glovalnavi-menu li a {
  display: block;
}

/* slider */
.visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #f7f7ec;
  margin-bottom: 15px;
  padding: 30px;
}

.slidbox209 {
  position: relative;
  left: 50%;
  width: 2940px;
  margin-left: -1470px;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-prev {
  background: url(../images/prev3.png) no-repeat 0 0;
  left: 750px;
}

.bx-wrapper .bx-next {
  background: url(../images/next3.png) no-repeat 0 0;
  right: 740px;
}

/* contents area */
.contcont {
  max-width: 980px;
  /*800px*/
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header .contcont {
  display: block;
}

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

.more-btn a {
  padding: 0px 3rem;
  border: 4px solid #668ecf;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #658dd4;
}

/* main */
main {
  float: right;
  max-width: 70%;
  /*580px*/
  margin-bottom: 100px;
}

@media (max-width: 662px) {
  main {
    max-width: inherit;
  }
}

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

.linkscont img {
  float: left;
  max-width: 340px;
  margin-right: 10px;
}

article {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  border: solid 4px #f7f7eb;
  border-radius: 20px;
}

/* おすすめリンク */
.linksbox h3 a {
  display: block;
  color: #d33354;
  font-size: 18px;
}

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

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

.linksbox a {
  text-align: left;
}

/* aside */
aside {
  float: left;
  /*min-*/
  width: 23%;
  /*200px*/
  margin-bottom: 30px;
  position: sticky;
  top: 0;
  height: fit-content;
}

aside li>div {
  color: #f7f7ea;
  font-size: 19px;
  border: 4px solid #f7f7ea;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 8px;
}

aside a {
  padding: 5px 0 0 0;
  border-bottom: 2px solid;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}

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

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

/* footer */
footer {
  position: relative;
  background: #6389df;
  padding: 55px 0 10px;
  color: #fff;
}

footer p {
  font-size: 21px;
}

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

footer a:hover {
  color: #f7f7ea;
}

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

.footercopy {
  font-size: 70%;
  text-align: center;
}

.topbotun {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.footermenu {
  width: 27%;
  margin-right: 3%;
}

/* under */
.notfound {
  font-size: 150%;
  color: #774c55;
}

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

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

.panav font {
  color: #ccc;
}

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

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

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

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

.title-fill {
  text-align: center;
  display: block;
  color: #67192b;
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  background: repeating-linear-gradient(-45deg,
      #eee,
      #eee 5px,
      #fff 5px,
      #fff 10px);
  padding: 0.5em;
}

.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;
  border-radius: 5px;
}

#hatena {
  background-color: #2d4c86;
  border-radius: 5px;
}

#facebook {
  background-color: #3b5998;
  border-radius: 5px;
}

#ggl-plus {
  background-color: #dd4b39;
  border-radius: 5px;
}

.glovalnavi {
  max-width: 800px;
  margin: 0 auto;
  background-color: #678fca;
  border-radius: 25px;
}

.fm {
  font-size: 21px;
  border-left: 5px solid #d33354;
  padding: 5px 10px;
}

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

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

/*パンくず*/