@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.dpus_ha,
.dpus_lcomt_top,
.flex {
  display: flex;
  justify-content: space-between;
}
header.dpus_ha {
  display: block;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
.dpus_cf:after {
  content: "";
  clear: both;
  display: block;
}
body {
  background: #b7b7b7;
  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";
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px dotted #464242;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 2px;
  background: #7d1174;
}
article ol {
  border: 1px dotted #464242;
  counter-reset: counter-name;
  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;
  font-weight: bold;
  color: #7d1174;
}
blockquote {
  background: #666;
  padding: 3em 1em;
  color: #fff;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #eee;
  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 #464242;
  background: #eee;
}
table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #464242;
}
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 #464242;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  background: #eee;
  font-style: normal;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
a {
  color: #464242;
  display: block;
}
a:hover {
  color: #7d1174;
  opacity: 0.8;
  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 {
  font-weight: bold;
}
h2::first-letter, .under h1::first-letter {
  color: #7d1174;
  font-size: 155%;
}
h3, .under h2 {
  border-bottom: 1px solid #ccc;
  border-left: 5px solid #7d1174;
  padding: 4px 0 4px 10px;
  font-size: 130%;
}
h4, .under h3 {
  font-size: 130%;
  border: 1px solid #7d1174;
  padding: 5px;
}
.under h3 {margin-top: 40px;}

h5 {
  font-size: 120%;
  padding-bottom: 5px;
  border-bottom: 1px dotted #464242;
}
h6 {
  font-size: 100%;
  font-weight: bold;
}
strong {
  background: linear-gradient(transparent 60%, rgb(255, 138, 123) 60%);
}
.dpus {
  max-width: 1010px;
  margin: 0 auto;
  /* overflow: hidden; */
  padding: 0 35px;
  background: #fff;
}
.dpus_wr {
  padding-top: 20px;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.dpus_wr > * {
  color: #414141;
}
.dpus_ls {
  width: 640px;
  float: left;
}
.dpus_rs {
  width: 260px;
  float: right;
  margin: 0 auto 30px;
  position: sticky;
  top: 0;
  height: fit-content;
}
main {
  margin-bottom: 50px;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
  border: solid #eee 1px;
}
article {
  margin-bottom: 30px;
}

.dpus_ha {
  margin: 0 auto 20px;
}

.dpus_ctit {
  margin: 45px auto 0;
  width: 370px;
  float: right;
}
.dpus_stit {
  font-size: 28px;
  line-height: 1.3;
}
.dpus_stit a::first-letter {
  color: #7d1174;
  font-size: 126%;
}
.dpus_ha p.dpus_cp {
  font-size: 70%;
  color: #6c6666;
  margin: 0 0 15px;
}
.dpus_ha.dpus_anoth {
  width: 100%;
  margin: 0 0 40px;
  float: none;
}
.dpus_ha.dpus_anoth .dpus_ctit {
  margin: 0 0 20px;
  width: 100%;
  float: none;
}
.dpus_ha.dpus_anoth h1.dpus_stit {
  margin: 0 0 10px;
  font-size: 29px;
}

.dpus_slide {
  float: left;
  width: 550px;
  position: relative;
  margin: 0 auto;
}
.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.bx-wrapper img {
  border-radius: 10px;
}

ul#dpus_gnv-menu {
  margin: 0 auto 35px;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}
.dpus_gnv ul#dpus_gnv-menu > li {
  display: block;
  font-size: 14px;
  width: 24%;
}
.slicknav_menu {
  display: none;
}
#dpus_gnv-menu li a {
  display: block;
  padding: 8px;
  text-align: center;
  border: solid 1px #7d1174;
  background: #7d1174;
  color: #fff;
}
#dpus_gnv-menu li a:hover {
  background: #fff;
  color: #7d1174;
}
.bx-wrapper .bx-controls-direction a {
  display: none;
}
.dpus_lcont img {
  border-radius: 15px;
  display: block;
  margin: 0 auto 15px;
  width: 80%;
}
.dpus_lcomt_top {
  overflow: hidden;
  width: 100%;
  padding: 20px 0 0;
  margin: 0 auto 30px;
}
.dpus_lcomt_top .dpus_lcont {
  width: 32%;
  border: solid 1px #666;
  float: left;
  margin: 0 2% 20px 0;
  padding: 15px;
}
.dpus_lcomt_top .dpus_lcont:nth-of-type(3n) {
  margin-right: 0;
}
.dpus_lcomt_top .dpus_lcont h2 {
  margin: 0 0 15px;
  padding: 0;
  background: none;
}
.dpus_more {
  text-align: center;
  margin: 20px auto 0;
}
.dpus_more a {
  padding: 1em;
  background: #444;
  color: #fff;
  width: 100%;
  border: solid 1px #444;
  display: block;
}
.dpus_more a:hover {
  background: #fff;
  color: #444;
  opacity: 1;
}

/* aside */

aside li > p {
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #7d1174;
  font-weight: bold;
  font-size: 15px;
  padding: 4px 6px;
  text-align: center;
}
aside a {
  border-bottom: solid 1px #ccc;
  padding: 12px 0;
}
aside a:hover {
  text-decoration: underline;
}
.side-dpus > li {
  margin: 0 0 45px;
}
aside img {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto 5px;
  display: block;
}
.side-ab {
  margin: 0;
  border: solid 1px #7d1174;
  padding: 15px;
}
.side-ab li:last-child a,
.dpus_cd li:last-child a {
  border-bottom: none;
}
.dpus_cd {
  margin: 0;
  border: solid 1px #7d1174;
  padding: 15px;
}
.dpus_cd a {
  overflow: hidden;
}
.dpus_lbox {
  border-radius: 6px;
  background: #fff;
  border: dotted 1px #666;
  padding: 15px;
  margin: 30px auto;
}
.dpus_lbox h3 {
  padding: 0;
  border: none;
  margin: 0 0 5px;
}
.dpus_lbox h3 a {
  display: block;
  padding: 5px;
  background: #444;
  border: solid 1px #444;
  color: #fff;
}
.dpus_lbox h3 a::after {
  content: ">";
  margin-left: 10px;
}
.dpus_lbox h3 a:hover {
  opacity: 1;
  background: #fff;
  color: #444;
}
.dpus_lbox a {
  text-align: left;
}
.dpus_lbox_in {
  margin: 0 0 3%;
}
.dpus_lbox_in:last-child {
  margin: 0;
}

/* footer */

footer {
  position: relative;
  background: #550d4f;
  margin: 30px auto 0;
  width: 1010px;
  padding: 30px 0 10px;
}
footer .dpus p {
  color: #fff;
  font-size: 17px;
  margin: 0 0 2%;
}
footer a {
  color: #fff;
  font-size: 85%;
}
footer a:hover {
  text-decoration: underline;
}
footer .dpus {
  display: flex;
  flex-wrap: wrap;
  background: none;
  margin: 0 auto 50px;
}
.dpus_ftc {
  font-size: 70%;
  color: #fff;
  padding: 0.5em 2%;
  text-align: center;
}
.dpus_ftm {
  float: left;
  width: 21%;
  margin-right: 2%;
}
.dpus_ftm ul {
  border-left: solid 1px #fff;
  padding: 0 0 0 1em;
}

/* under */

.dpus_nf {
  font-size: 200%;
  color: #717171;
}

/* pan nav */

.dpus_pan {
  margin-bottom: 10px;
}
.dpus_pan a {
  display: inline;
  font-size: 85%;
}
.dpus_pan font {
  color: #ccc;
}

/* SNS */

.sn_cta {
  width: 100%;
  margin: 50px 0;
}
.sn_ctb {
  width: 100%;
  margin: 0 auto;
}
.sn_cta > div {
  text-align: center;
}
.sn_cta:after {
  content: "";
  clear: both;
  display: block;
}
.sn_ctc {
  text-align: center;
  display: none;
  border-bottom: solid 1px #ccc;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 3%;
  box-sizing: border-box;
}
.sn_ctd {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 2%;
}
.sn_ctd .fa {
  font-weight: bold;
}
.sn_cte {
  display: block;
  text-align: center;
  font-size: 14px !important;
  padding: 6px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.sn_cte:hover {
  text-decoration: none !important;
  opacity: 1;
}

/* SNSごとの背景色 */

#twitter {
  border: solid 2px #00acee;
  color: #00acee;
}
#hatena {
  border: solid 2px #2d4c86;
  color: #2d4c86;
}
#facebook {
  border: solid 2px #3b5998;
  color: #3b5998;
}
#ggl-plus {
  border: solid 2px #dd4b39;
  color: #dd4b39;
}
#twitter:hover {
  background: #00acee;
  color: #fff;
}
#hatena:hover {
  background: #2d4c86;
  color: #fff;
}
#facebook:hover {
  background: #3b5998;
  color: #fff;
}
#ggl-plus:hover {
  background: #dd4b39;
  color: #fff;
}
p.dpus_bktop a {
  font-size: 30px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  background: rgba(68, 68, 68, 0.57);
  width: 55px;
  height: 55px;
  color: #fff;
}
@media screen and (max-width: 722px) {
  .dpus_ha,
  .dpus_lcomt_top,
  .flex {
    flex-direction: column;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
    line-height: 1.3;
  }
  body {
    font-size: 15px;
    line-height: 2;
  }
  h2 {
    padding: 0;
    font-size: 140%;
  }
  h2::first-letter {
    font-size: 130%;
  }
  main,
  .side-menu,
  .dpus_cd img,
  article img {
    width: 100%;
  }
  article img {
    max-width: 100%;
  }
  article img,
  main,
  .dpus_cd img {
    float: none;
  }
  .dpus {
    padding: 3%;
    width: 97%;
    margin: 0 auto;
  }
  .dpus_wr {
    border-top: none;
  }
  /* ///////////左右コンテナ*/
  .dpus_rs {
    display: none;
  }
  .dpus_ls {
    width: 100%;
    float: none;
  }
  /* ヘッダーエリア */
  .dpus_ha {
    width: 100%;
    float: none;
    margin: 0 0 8%;
  }
  /*ページタイトルのコンテナ*/
  .dpus_ctit {
    margin: 0 0 5%;
    float: none;
    width: 100%;
  }
  h1.dpus_stit {
    font-size: 170%;
  }
  .dpus_ha p.dpus_cp {
    margin: 0 0 1%;
    line-height: 1.3;
  }
  .dpus_ha.dpus_anoth {
    width: 100%;
    float: none;
    padding: 0;
  }
  .dpus_ha.dpus_anoth h1.dpus_stit {
    margin: 0 0 3%;
    font-size: 165%;
  }
  .dpus_ha.dpus_anoth .dpus_ctit {
    margin: 0;
  }
  /*/////////スライダー*/
  .dpus_slide {
    float: none;
    max-width: 100%;
  }
  /*/////////下層リンク*/
  .dpus_lcomt_top {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0 auto 10%;
  }
  .dpus_lcomt_top .dpus_lcont {
    width: 100%;
    float: none;
    padding: 4.2%;
    margin: 0 auto 8%;
    border: solid 1px #ccc;
  }
  .dpus_lcomt_top .dpus_lcont:nth-of-type(3n) {
    border: solid 1px #ccc;
  }
  .dpus_lcont img {
    float: none;
    display: block;
    margin: 0 auto 2%;
  }
  .dpus_lcomt_top .dpus_lcont h2 {
    margin: 0 0 3%;
  }
  /*/////////もっと読むボタン*/
  .dpus_more a {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
  /* おすすめリンク */
  .dpus_lbox {
    padding: 3%;
    margin: 5% auto;
  }
  .dpus_lbox h3 {
    border: none;
  }
  .dpus_lbox h3 a {
  }
  /*/////////フッター*/
  footer {
    padding: 0;
    width: 100%;
  }
  footer .dpus_ftm {
    width: 100%;
    margin-bottom: 2rem;
  }
  /* /////////sns */
  .sn_cta {
    margin: 8% 0;
  }
  .sn_ctb {
    display: block;
    width: 100%;
  }
  .sn_ctd {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }
  .sn_ctc {
    padding: 0 0 1%;
    margin-bottom: 4%;
    font-size: 100%;
  }
  .sn_cte {
    padding: 7px 0 !important;
  }
  /*/////////トップに戻るボタン*/
  p.dpus_bktop a {
    font-size: 30px;
    line-height: 40px;
    width: 50px;
    height: 50px;
  }
  /* ////////////////slicknav //////////////*/
  .dpus_gnv #dpus_gnv-menu {
    display: none;
  }
  /*デフォルトナビアイコン*/
  .slicknav_menu .slicknav_icon {
    display: none;
  }
  /*ナビの下のボーダー*/
  .slicknav_nav {
    border-bottom: none;
  }
  /*トップ背景色*/
  .slicknav_btn {
    float: none;
    border-radius: 0;
    background: #7d1174;
  }
  /*メニューの背景色（hover時の色）*/
  .slicknav_menu {
    display: block;
    padding: 0;
    background: #464242;
  }
  /*下層文字色*/
  .slicknav_menu a {
    color: #464242;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  /*下層メニュー内容部分背景色*/
  .slicknav_nav a {
    padding: 7px 15px;
    background: #ededed;
  }
  /*下層メニュー内容部分hover文字色*/
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    opacity: 1;
    color: #fff;
  }
  .slicknav_nav ul {
    margin: 0;
    border: none;
  }
  /*ナビタイトルテキスト（マーク）*/
  .slicknav_menu .slicknav_menutxt {
    float: right;
    text-shadow: none;
    line-height: 1.6em;
    padding: 9px 15px;
    color: #fff;
    font-size: 110%;
  }
  .slicknav_menu img {
    display: none;
  }
  /*ナビ内矢印*/
  .slicknav_menu > ul > li > a > p {
    display: inline-block;
  }
  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: none;
  }
  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }
  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }
  /*ナビ内メニュータイトルのli*/
  .slicknav_nav .slicknav_row {
    margin: 0;
    padding: 10px;
  }
  /*スクロール固定でできるクラス*/
  .sticky {
    position: fixed;
    top: 0;
    z-index: 199;
    width: 100%;
  }
  /* /////////////↑slicknav設定ここまで↑ //////////////*/
}
