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

/*↓↓スライダー送りの動き修正↓↓*/
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  transition: 0s;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  transition: 0s;
}

/*↑↑スライダー送りの動き修正↑↑*/
.cf_bx:after {
  content: "";
  clear: both;
  display: block;
}

body {
  border-top: 4px solid #000;
  background: #f4eded;
  font-size: 15px;
  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: 2px solid #ef6c88;
  border-radius: 5px;
}

article ul li {
  position: relative;
}

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

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

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;
  color: #ef6c88;
  font-weight: bold;
}

blockquote {
  background: #eee;
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #b35367;
  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: 8px;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #000;
  background: #ef6c88;
}

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

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

b {
  font-size: 100%;
}

em {
  font-style: normal;
  background: #eee;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

a {
  color: #4a4b4b;
  display: block;
}

a:hover {
  opacity: 0.6;
  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 {
  padding: 8px 0 10px 10px;
  font-weight: bold;
  border-bottom: dotted 1px #ef6c88;
  border-left: solid 5px #ef6c88;
}

h3,
.under h1 {
  background: #000;
  color: #fff;
  padding: 5px;
}

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

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

h5 {
  font-size: 120%;
  padding: 3px;
  background: #eee;
}

h6 {
  padding: 3px;
  font-size: 100%;
  border-bottom: solid 1px #000;
}

strong {
  color: #ff497a;
  font-size: 107%;
  letter-spacing: 0.01em;
}

.conta {
  max-width: 1024px;
  margin: 0 auto;
}

.conta_wrap {
  margin: 15px auto 0;
}

.conta_wrap>* {
  color: #4a4b4b;
}

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

.conta_r {
  max-width: 72%;
  /*700px*/
  float: left;
  padding: 0;
}

@media (max-width: 730px) {
  .conta_r {
    max-width: inherit;
  }
}

.conta_l {
  /*min-*/
  width: 24%;
  /*300px*/
  float: right;
  margin: 0 auto 30px;
  position: sticky;
  top: 60px;
  height: fit-content;
}

main {
  margin-bottom: 50px;
}

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

article {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

main article {
  padding: 20px;
}

.conta_h {
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 0;
}

.conta .conta_tit {
  margin: 20px 0 15px;
  overflow: hidden;
}

.conta_stit a {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
}

.conta_h p.c_p {
  padding: 19px 0 0;
  font-size: 70%;
}

/*/////////ヘッダーナビ*/
nav {
  background: #000000;
}

.conta_gn>ul {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1024px;
  display: flex;
  justify-content: space-around;
}

.conta_gn ul#conta_gn-menu>li {
  display: block;
  float: left;
  position: relative;
  width: 25%;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-left: solid 1px #666;
}

.conta_gn ul#conta_gn-menu>li:last-child {
  border-right: solid 1px #666;
}

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

ul#conta_gn-menu li a {
  display: block;
  padding: 15px 0;
  color: #fff;
}

ul#conta_gn-menu li a:hover {
  opacity: 1;
  background: #ef6c88;
  color: #fff;
}

.slicknav_menu {
  display: none;
}

.conta_mvis {
  margin: 0 0 20px;
}

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

.conta_link_c img {
  width: 100%;
  margin: 0;
}

.conta_link_t {
  overflow: hidden;
  width: 100%;
}

.conta_link_t .conta_link_c {
  width: 340px;
  padding: 0;
  float: left;
  margin: 0 20px 40px 0;
}

.conta_link_c>div:first-child {
  padding: 15px;
}

.conta_link_c>div:first-child p {
  padding: 0 0 15px;
}

.conta_link_t .conta_link_c:nth-of-type(even) {
  margin-right: 0;
}

.conta_link_c h2 {
  margin: 0 0 10px;
  font-size: 18px;
  background: none;
  font-weight: bold;
  padding: 0 0 0 7px;
  border-bottom: none;
}

.conta_link_c.l_one {
  overflow: hidden;
  padding: ;
}

.conta_link_c .lk_img {
  position: relative;
}

.conta_link_c .lk_img img {
  z-index: 10;
}

.conta_mbtn {
  position: absolute;
  z-index: 13;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  font-weight: bold;
}

.conta_mbtn a {
  display: block;
  font-size: 110%;
  padding: 0.4em 1em;
}

.conta_mbtn a::before {
  content: "\f138";
  display: inline;
  font-family: FontAwesome;
  margin: 0 0.4em 0 0;
  color: #ef6c88;
}

.conta_link_c.l_one .lk_sec .conta_mbtn {
  width: 60%;
}

.conta_rec {
  padding: 15px;
}

.conta_rec h2 {
  margin: 0 0 25px;
  padding: 0 0 8px;
  font-size: 19px;
  border-left: none;
  border-bottom: dotted 2px #ef6c88;
}

.conta_rec h3 {
  padding: 0;
  border: none;
  margin: 0 0 5px;
  position: relative;
}

.conta_rec h3 a {
  padding: 5px;
  display: block;
  color: #fff;
  /* text-align: center; */
  background: #000;
}

.conta_rec h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.conta_rec h3 a:hover {
  color: #fff;
  background: #ef6c88;
  opacity: 1;
}

.conta_rec a {
  text-align: left;
}

.conta_recin {
  padding: 0;
  margin: 0 0 2%;
}

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

aside li>p,
.sc_a-title {
  background: #000;
  font-size: 16px;
  color: #fff;
  display: block;
  border-radius: 30px;
  padding: 8px;
  margin: 0 auto 20px;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}

aside a {
  font-size: 14px;
  padding: 7px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  background: #fff;
  margin: 0 0 2%;
}

.side-conta>li,
.sc_a {
  margin: 0 0 40px;
}

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

.side-ab {
  overflow: hidden;
}

.side-bc a {
  overflow: hidden;
}

footer {
  position: relative;
  background: #fff;
  padding: 50px 0 10px;
  border-top: #eaeaea solid 1px;
}

footer p {
  color: #ef6c88;
  font-size: 18px;
}

footer .conta_ft_m p {
  font-weight: bold;
}

footer a {
  font-size: 85%;
}

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

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

.conta_ft_c {
  font-size: 70%;
  color: #000;
  text-align: center;
}

.conta_ft_m {
  width: 22%;
  margin-right: 3%;
}

.conta_nf {
  font-size: 180%;
  color: #ef6c88;
}

.conta_pan {
  margin-bottom: 0;
}

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

.conta_pan font {
  color: #ccc;
}

.sc_a {
  width: 100%;
}

.sns-conta {
  width: 100%;
}

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

.sc_b {
  margin: 0 0 2%;
}

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

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

.sc_c:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#twitter {
  background-color: #00acee;
}

#hatena {
  background-color: #2d4c86;
}

#facebook {
  background-color: #3b5998;
}

#ggl-plus {
  background-color: #dd4b39;
}

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

p.back_top a {
  background: rgba(239, 108, 136, 0.89);
  bottom: 10px;
  color: #fff;
  font-size: 26px;
  height: 50px;
  line-height: 45px;
  position: fixed;
  right: 15px;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  z-index: 1;
}

p.back_top a:hover {
  opacity: 1;
}