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

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

body {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.8;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN",
    "TsukuARdGothic-Regular", "Osaka", "メイリオ", Meiryo, YuGothic, "Yu Gothic",
    sans-serif;
}

strong {
  background: #e0e0e0;
  padding: 4px 3px;
}

em {
  font-style: normal;
}

article ul {
  padding: 1em;
  margin: 1.5em 0;
  background: #fcdbf4;
  border-radius: 6px;
}

article ul li {
  list-style-type: circle;
  list-style-position: inside;
  border-bottom: dotted 1px #d73996;
  margin: 0 0 2%;
  background: #fcdbf4;
}

article ol {
  counter-reset: counter-name;
  background: #fcdbf4;
  padding: 0.5em 1em;
  margin: 1.5em 0;
  border-radius: 6px;
}

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
  border-bottom: dotted 1px #d73996;
  margin: 0 0 2%;
}

article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
}

blockquote {
  background: #ffff;
  border: 3px solid #fcdbf4;
  padding: 3em 1em;
  position: relative;
  border-radius: 6px;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #d4d4d4;
  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 dotted #d73996;
  background: #faddf8;
}

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

pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  display: inline-block;
  border: 2px solid #fbdbf6;
  margin: 1em 0;
  padding: 1em;
  border-radius: 6px;
}

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

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

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

a:hover {
  opacity: 0.8;
  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: 15px;
}

h2,
.under h1 {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
  background-color: #dd2e8e;
  color: #fff;
  font-size: 19px;
}

h2::before,
h2::after,
.under h1::before,
.under h1::after {
  content: "";
  position: absolute;
}

h2::after,
.under h1::after {
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 25px 20px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}

h3,
.under h2 {
  background: #ffffff;
  padding: 5px;
  border-bottom: 4px dotted #da3492;
  color: #da3492;
  font-size: 19px;
}

h4,
.under h3 {
  border-bottom: 2px dotted #da3492;
  padding: 4px 6px;
  font-size: 17px;
  color: #da3492;
}

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

h5 {
  border-bottom: 9px solid #fcdbf4;
  padding: 5px 0 0 5px;
  font-size: 110%;
  line-height: 0px;
  color: #755d5d;
}

h6 {
  font-size: 100%;
  border-bottom: 2px solid #fcdbf4;
  padding-bottom: 2px;
  color: #755d5d;
}

.intr_con {
  max-width: 955px;
  margin: 0 auto;
  /* overflow: hidden; */
  display: flex;
  justify-content: space-between;
}

header .intr_con {
  display: block;
}

.con_wrap>* {
  color: #3f3f3f;
}

.side_sia229 {
  background: #fff;
  max-width: 72%;
  /*700px*/
  float: left;
  padding: 15px 20px;
  border: 1px dotted #e60d84;
}

@media (max-width: 689px) {
  .side_sia229 {
    max-width: inherit;
  }
}

.side_sib229 {
  /*min-*/
  width: 23%;
  /**/
  float: right;
  margin: 0 auto 25px;
  background: #fddbf2;
  padding: 10px 16px;
  position: sticky;
  top: 0;
  height: fit-content;
}

main {
  margin-bottom: 30px;
}

article {
  margin-bottom: 30px;
}

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

.intr_hd {
  width: 100%;
  margin: 15px auto;
  padding: 0;
  overflow: hidden;
}

.intr_hd.under_p {
  margin: 25px 0 35px;
}

.intr_con .intr-title {
  margin: 20px 0;
  width: 425px;
  float: right;
}

.intr_hd.under_p .intr_con .intr-title {
  margin: 0;
  width: 100%;
  float: none;
}

.title_fr a {
  font-size: 25px;
  font-weight: bold;
  color: #e0278a;
  line-height: 1.3;
}

.intr_hd p.intr-cp {
  font-size: 75%;
  color: #e0278a;
}

.intr_hd.under_p p.intr-cp {
  margin: 0 0 0.3em;
}

.intr-mainvisual {
  width: 500px;
  float: left;
}

.bx-wrapper {
  margin: 0 auto;
  border: 8px solid #fedbf0;
  box-shadow: none;
  width: 100%;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

nav {
  background: #fff;
  border-bottom: 4px dotted #e31d87;
}

.first_nv>ul {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.first_nv ul#first_nv-menu>li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-align: center;
  margin: 3px 0;
  border-right: solid 1px rgba(255, 255, 255, 0.79);
}

.first_nv ul#first_nv-menu>li:last-child {
  border: none;
}

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

.slicknav_menu {
  display: none;
}

#first_nv-menu li a {
  color: #e31d87;
  padding: 7px 2em;
  display: block;
  font-size: 11px;
}

#first_nv-menu li:first-child a::before {
  content: "\f004";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

.intr-lk img {
  max-width: 100%;
}

.intr-top {
  overflow: hidden;
  width: 100%;
}

.intr-top .intr-lk {
  width: 48%;
  float: left;
  margin: 0 4% 20px 0;
}

.intr-top .intr-lk:nth-of-type(2n) {
  margin-right: 0;
}

.intr-top .intr-lk h2 {
  margin: 0 0 0.8em;
  padding: 5px 3px;
}

.intr-more {
  text-align: right;
  margin: 20px auto 0;
  overflow: hidden;
}

.intr-more a {
  padding: 0.5em;
  /* border: 1px solid #aaa; */
  color: #da349c;
  /* background: #ffffff; */
  width: 100%;
  border-radius: 30px;
  display: block;
  font-size: 13px;
}

.intr-more a::before {
  content: "\f138";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

/*.intr-more a:hover {
}*/

/* /////////aside */

aside li>p {
  font-size: 18px;
  color: #da3492;
  font-weight: bold;
  /* border-bottom: solid 2px #febe31; */
  background: #fff;
  padding: 5px;
  text-align: center;
}

aside a {
  padding: 12px 0;
}

aside a:hover {
  background: #fff;
  transition: 0.2s;
}

aside img {
  /* float: left; */
  max-width: 90%;
  margin: 0 5px;
}

.side-intr_con>li {
  margin: 0 0 30px;
}

/*/////////MENUリンク*/

.siit a {
  border: dotted 1px #da3492;
  text-align: center;
  font-size: 14px;
  padding-bottom: 7px;
  margin: 10px 0;
  color: #da3492;
}

/*/////////NEW ENTRYリンク*/

.siitrs a {
  border: dotted 1px #da3492;
  text-align: center;
  font-size: 14px;
  padding-bottom: 7px;
  margin: 10px 0;
  color: #da3492;
}

.intr-lbk h2 {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
  background-color: #bde5fb;
  color: #dd2e8e;
  font-size: 19px;
  text-align: center;
}

.intr-lbk h2::before,
.intr-lbk h2::after {
  content: "";
  position: absolute;
}

.intr-lbk h2::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #5a99bf;
}

.intr-lbk h2::after {
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 25px 20px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}

.intr-lbk h3 {
  border: none;
  padding: 0;
  margin: 0 0 5px;
  background: none;
}

.intr-lbk h3 a {
  /* background: #fffeef; */
  padding: 5px 10px;
  display: block;
  border-bottom: dotted 1px #d739a0;
  /* border-radius: 30px; */
  font-size: 16px;
  color: #d739a0;
}

.intr-lbk h3 a:hover {
  background: #fff;
}

.intr-lbk h3 a::before {
  content: "\f08a";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
  color: #bde5fb;
}

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

.intr-lbk a {
  text-align: left;
}

.bkm_in {
  margin: 0 auto 3.5%;
}

.bkm_in:last-child {
  margin: 0;
}

/* /////////footer */

footer {
  position: relative;
  padding: 35px 0 10px;
  border-top: 4px dotted #e31d87;
  margin-top: 35px;
}

footer .intr_con p {
  position: relative;
  padding: 0.25em 0 0.5em 0.75em;
  border-left: 6px solid #e0278a;
  color: #dd2e8e;
  margin-bottom: 10px;
}

footer .intr_con p::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #fcdbf4;
}

footer .intr_con p::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #fcdbf4;
}

footer a {
  font-size: 85%;
}

footer a:hover {
  text-decoration: underline;
}

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

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

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

/* /////////under */

.intr-nf {
  font-size: 200%;
  color: #d73996;
}

/* /////////pan nav */

.intr-pan {
  margin-bottom: 10px;
  margin-top: 10px;
}

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

.intr-pan font {
  color: #ccc;
}

/* /////////SNS */

.sns-ctnbt {
  width: 100%;
  margin: 50px 0;
}

.sns-ctna {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}

.sns-ctnbt>div {
  text-align: center;
}

.sns-ctnbt:after {
  content: "";
  clear: both;
  display: block;
}

.sns-ctnb {
  text-align: center;
  display: block;
  color: #d73996;
  border: dotted 1px #d73996;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  padding: 6px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #fff5ca;
}

.sns-ctnc {
  width: 20%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.sns-ctnc .fa {
  font-weight: bold;
}

.sns-ctnc {
  display: inline-block;
  text-decoration: none;
  color: #bce4f8;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  border: solid 2px #d73996;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  transition: 0.4s;
  font-size: 13px;
}

.sns-ctnc:hover {
  background: #bce4f8;
}

/*.sns-ctne:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
.sns-ctne {
  font-size: 14px !important;
  width: 100%;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 8px 0;
  text-decoration: none;
  transition: .4s;
}
.sns-ctne:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  border-radius: 3px;
  background: #febe31;
  transition: .2s;
}
.sns-ctne:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  border-radius: 3px;
  background: #febe31;
  transition: .2s;
}
.sns-ctne:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}
.sns-ctne:hover:after {
  top: 3px;
}*/

/* SNSごとの背景色 */

#twitter {
  color: #00acee;
}

#hatena {
  color: #2d4c86;
}

#facebook {
  color: #3b5998;
}

#ggl-plus {
  color: #dd4b39;
}

/*/////////トップに戻るボタン*/

p.intr-btn a {
  font-size: 30px;
  line-height: 54px;
  text-align: center;
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 1;
  background: rgb(218, 52, 146);
  width: 55px;
  height: 55px;
  color: #fff;
  border-radius: 50px;
}

.fa-angle-up:before {
  content: "\f062";
}

/*//二階層目//*/
.intr_con_kaso .intr-title_kaso {
  margin: 0 auto;
  width: 960px;
}

/*下層などflex内で要素が増える時*/
.intr_con.con_wrap.box_cf:has(.intr-pan) {
  flex-wrap: wrap;
}

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

/*パンくず*/