@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

.c-f-x:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Noto Sans Japanese", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    "ＭＳ\ Ｐゴシック", "sans-serif";
}

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

a:hover {
  color: #db78e1;
  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: 130%;
  margin-bottom: 25px;
}

h2,
.under h1 {
  padding: 5px 5px 5px 12px;
  border-left: 7px solid #db78e1;
  font-size: 135%;
  font-weight: bold;
}

h3,
.under h2 {
  background: rgba(225, 120, 205, 0.15);
  padding: 6px;
}

h4,
.under h3 {
  border-bottom: 2px solid #db78e1;
  padding-bottom: 5px;
}


h5 {
  border-bottom: 1px dashed #db78e1;
  font-size: 120%;
}

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

article ul {
  padding: 1em;
  margin: 1.5em 0;
  border: 2px solid #ddd;
}

article ul li {
  position: relative;
}

article ul li::before {
  content: "\f111 ";
  font-family: FontAwesome;
  margin: 0 0.2em 0 0;
  color: #db78e1;
}

article ol {
  counter-reset: counter-name;
  border: 2px solid #ddd;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
}

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-color: #ddd;
  border: 1px solid #ccc;
  padding: 3em 1em;
  position: relative;
}

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

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

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 #e3e3e3;
  margin: 1em 0;
  padding: 1em;
}

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

strong {
  background: rgba(255, 128, 128, 0.21);
}

em {
  font-style: normal;
  color: #c77070;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.ssk_ctn {
  max-width: 1100px;
  margin: 0 auto;
  /* overflow: hidden; */
  box-sizing: border-box;
}

.ssk_w>* {
  color: #444;
}

.ssk_lb {
  max-width: 74%;
  /*770px*/
  float: left;
  padding: 0;
}

@media (max-width: 660px) {
  .ssk_lb {
    max-width: inherit;
  }
}

.ssk_rb {
  /*min-*/
  width: 23%;
  float: right;
  margin: 0 auto 30px;
  position: sticky;
  top: 40px;
  height: fit-content;
}

main {
  margin-bottom: 50px;
}

article {
  margin-bottom: 30px;
}

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

.ssk_hare {
  width: 100%;
  margin: 0 auto 30px;
  padding: 50px 0 30px;
}

.ssk_hare.ssk_at {
  margin: 0 auto 15px;
  padding: 25px 0;
}

.ssk_stit a {
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 0.3em;
  text-align: center;
  line-height: 1.3;
}

.ssk_hare p.ssk_cp {
  font-size: 70%;
  text-align: center;
  color: #db78e1;
}

nav {
  background: rgba(169, 97, 176, 0.8);
  box-shadow: 0 0 2px #acacac;
}

.ssk_gn>ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: right;
}

.ssk_gn ul#ssk_gn-menu>li {
  display: block;
  float: left;
  text-align: right;
  font-size: 12px;
}

#ssk_gn-menu li a {
  display: block;
  padding: 0.8em 2em;
  color: #fff;
}

#ssk_gn-menu li a::before {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 0.3em 0 0;
  color: #fff;
}

.slicknav_menu {
  display: none;
}

.ssk_mvi {
  background: #fbecf0;
}

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

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

.ssk_lkimg img {
  max-width: 100%;
  margin: 0;
}

/*下層リンク*/

.ssk_lkimg {
  margin: 0 0 30px;
  overflow: hidden;
  border: solid 1px #ddd;
  padding: 15px;
}

.ssk_lkimg p {
  font-size: 14px;
}

.ssk_lkimg img {
  float: left;
  width: 30%;
}

.ssk_lkimg:nth-of-type(2n) img {
  float: right;
}

.ssk_lkimg>div {
  float: right;
  width: 68%;
}

.ssk_lkimg:nth-of-type(2n)>div {
  float: left;
}

.ssk_lkimg h2 {
  width: 100%;
}

.ssk_more {
  text-align: center;
  margin: 15px auto 0;
}

.ssk_more a {
  background: #95529f;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
  float: right;
  padding: 1em 0.5em;
  width: 50%;
  margin: 0 auto 4px;
  display: block;
  border-radius: 5px;
  box-shadow: 0 4px #74326f;
}

.ssk_more a:hover {
  opacity: 1;
  margin: 4px auto 0;
  box-shadow: none;
}

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

aside li>p {
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  font-size: 19px;
  padding: 5px 10px;
  font-weight: bold;
  color: #a77aba;
}

aside a {
  padding: 15px 0;
}

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

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

/*/////////Menuリンク*/

.ssk_s-ia,
.ssk_silk {
  border: solid 1px #ddd;
  padding: 0 10px;
}

.ssk_s-ia li,
.ssk_silk li {
  border-bottom: solid 1px #ddd;
}

.ssk_s-ia li:last-child,
.ssk_silk li:last-child {
  border: none;
}

.ssk_silk a {
  overflow: hidden;
}

.ssk_l_k_b {
  padding: 0;
  margin: 0 auto 30px;
}

.ssk_l_k_b h2 {
  background: none;
  color: #444;
}

.ssk_l_k_b h3 {
  padding: 0;
  border: none;
  border: solid 1px #db78e1;
  margin: 0 auto 5px;
  background: none;
}

.ssk_l_k_b h3 a {
  padding: 5px;
  display: block;
}

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

.ssk_l_k_b h3 a:hover {
  color: #fff;
  background: #a961b0;
}

.ssk_l_k_b p {
  padding: 0;
}

.ssk_l_k_b a {
  text-align: left;
}

.ssk_lkin {
  margin: 0 auto 20px;
}

.ssk_lkin:last-child {
  margin: 0 auto;
}

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

footer {
  position: relative;
  padding: 50px 0 0;
}

footer p {
  font-weight: bold;
  font-size: 17px;
  color: #a77aba;
}

footer a {
  font-size: 85%;
  padding: 5px 0;
}

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

.ssk_ftc {
  font-weight: normal;
  color: #b4b0ab;
  border-top: 1px solid #c1bcb4;
  font-size: 70%;
  padding: 25px 3%;
  text-align: center;
}

.ssk_ftm {
  width: 23%;
  margin-right: 2%;
}

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

.ssk_nf {
  font-size: 200%;
  color: #db78e1;
}

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

.ssk_pn {
  margin-bottom: 10px;
}

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

.ssk_pn font {
  color: #ccc;
}

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

.sns_ssk_a {
  width: 100%;
  margin: 50px 0;
  overflow: hidden;
}

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

.sns_ssk_a>div {
  text-align: center;
}

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

.sns_ssk_c {
  text-align: left;
  display: none;
  background-color: rgba(169, 97, 176, 0.2);
  color: #444;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin: 0 0 20px;
  box-sizing: border-box;
}

.sns_ssk_d {
  width: 24%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.sns_ssk_d .fa {
  font-weight: bold;
}

.sns_ssk_e {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}

.sns_ssk_e:hover {
  text-decoration: none !important;
}

.btn3 {
  margin: 0 auto 4px;
  display: block;
  border-radius: 5px;
  box-shadow: 0 4px #448ca5;
}

#twitter:hover,
#hatena:hover,
#facebook:hover,
#ggl-plus:hover {
  margin: 4px auto 0;
  box-shadow: none;
}

/* SNSごとの背景色 */

#twitter {
  background-color: #00acee;
  box-shadow: 0 4px #0083b5;
}

#hatena {
  background-color: #2d4c86;
  box-shadow: 0 4px #203660;
}

#facebook {
  background-color: #3b5998;
  box-shadow: 0 4px #293e6a;
}

#ggl-plus {
  background-color: #dd4b39;
  box-shadow: 0 4px #a03629;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

p.ssk_b_k_t a {
  font-size: 33px;
  line-height: 48px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  background: rgba(169, 97, 176, 0.91);
  width: 55px;
  height: 55px;
  color: #fff;
}

@media screen and (max-width: 660px) {
  .flex {
    flex-direction: column;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
    margin: 0 0 5%;
    line-height: 1.3;
  }

  body {
    line-height: 1.9;
  }

  .ssk_ctn {
    padding: 3%;
  }

  h2 {
    padding: 10px;
    font-size: 125%;
  }

  h3 {
    padding: 5px 5px 5px 8px;
    border-left: 4px solid #db78e1;
  }

  h3,
  h4 {
    font-size: 110%;
  }

  h5,
  h6 {
    font-size: 105%;
  }

  .ssk_ctn,
  main,
  .side-menu,
  .ssk_silk img,
  article img {
    width: 100%;
  }

  article img {
    max-width: 100%;
  }

  article img,
  main,
  .ssk_silk img {
    float: none;
  }

  h1.ssk_stit {
    font-size: 110%;
  }

  main {
    margin-bottom: 12%;
  }

  /* ///////////左右コンテナ*/
  .ssk_rb {
    display: none;
  }

  .ssk_lb {
    width: 100%;
    float: none;
  }

  /*ページタイトルのコンテナ*/
  .ssk_hare {
    margin: 0 auto 5%;
    padding: 3% 0;
  }

  .ssk_hare.ssk_at {
    margin: 0 auto 0;
  }

  h1.ssk_stit a {
    font-size: 130%;
  }

  /* /////////////////////slicknav /////////////////////*/
  .ssk_gn #ssk_gn-menu {
    display: none;
  }

  /*デフォルトナビアイコン*/
  .slicknav_menu .slicknav_icon {
    display: none;
  }

  /*ナビの下のボーダー*/
  .slicknav_nav {
    border-bottom: solid #db78e1 1px;
  }

  /*トップ背景色*/
  .slicknav_btn {
    float: none;
    background-color: rgba(219, 120, 225, 0.26);
    border-radius: 0;
  }

  /*メニューの背景色（hover時の色）*/
  .slicknav_menu {
    display: block;
    padding: 0;
    background: rgba(255, 255, 255, 0.71);
  }

  /*下層文字色*/
  .slicknav_menu a {
    margin: 0;
    color: #444;
    overflow: hidden;
    padding: 0;
  }

  /*下層カテゴリー内容部分背景色*/
  .slicknav_nav a {
    padding: 7px 15px;
    background: #fff;
  }

  /*下層カテゴリー内容部分hove文字色r*/
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #edc6f0;
    opacity: 1;
    color: #444;
  }

  /*ナビ内カテゴリータイトルのli・pddingで高さ*/
  .slicknav_nav .slicknav_row {
    margin: 0;
    padding: 8px;
    background: #db78e1;
    color: #fff;
  }

  /*ナビ内カテゴリータイトルのli:hover時*/
  .slicknav_nav .slicknav_row:hover {
    color: #444;
  }

  /*ナビタイトルテキスト（マーク）*/
  .slicknav_menu .slicknav_menutxt {
    float: left;
    text-shadow: none;
    line-height: 1.6em;
    /*高さ調節*/
    padding: 6px 12px;
    /*高さ調節ここでも*/
    color: #a5349c;
    font-size: 145%;
  }

  .slicknav_menu img {
    display: none;
  }

  /*ナビ内矢印*/
  .slicknav_menu>ul>li>a>p {
    display: inline-block;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #edc6f0;
  }

  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }

  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }

  .ssk_s-ia,
  .ssk_silk {
    border: none;
  }

  .ssk_s-ia li,
  .ssk_silk li {
    border: none;
  }

  /* /////////////↑slicknav設定ここまで↑ //////////////*/
  /*/////////下層リンク*/
  .ssk_lkimg {
    width: 100%;
    float: none;
    margin: 0 auto 10%;
  }

  .ssk_lkimg p {
    font-size: 100%;
  }

  .ssk_lkimg img {
    float: none;
    width: 100%;
    margin: 0 0 2%;
  }

  .ssk_lkimg>div {
    float: none;
    width: 100%;
  }

  /*/////////もっと読むボタン*/
  .ssk_more a {}

  .ssk_more {
    text-align: center;
    margin: 5% auto 0;
  }

  .ssk_more a {
    font-size: 100%;
    width: 100%;
  }

  .ssk_more a:hover {}

  /*/////////おすすめリンク */
  .ssk_l_k_b {
    margin: 0 auto 10%;
  }

  .ssk_l_k_b h2 {}

  .ssk_l_k_b h3 a {}

  .ssk_l_k_b p {
    padding: 0;
  }

  /*/////////フッター*/
  footer {
    padding: 0;
  }

  footer .ssk_ftm {
    width: 100%;
    margin-bottom: 2rem;
  }

  footer .ssk_ctn {
    margin: 0 auto 5%;
  }

  /* /////////sns */
  .sns_ssk_b {
    display: block;
  }

  .sns_ssk_d {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 3%;
  }

  .sns_ssk_e {
    font-size: 15px !important;
    padding: 10px 0 !important;
  }

  /*/////////トップに戻るボタン*/
  p.ssk_b_k_t a {
    font-size: 30px;
    line-height: 50px;
    bottom: 10px;
    right: 10px;
    width: 55px;
    height: 55px;
  }
}