@charset "utf-8";

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

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

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

article ul {
  padding: 0.5em 1em 0.5em;
  margin: 1.5em 0;
  background: #fff;
}

article ul li {
  margin: 0 0 2%;
}

article ul li:before {
  content: "・";
}

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

article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  margin: 0 0 2%;
  padding-left: 20px;
}

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

blockquote {
  background: #847f7d;
  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: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  color: #fff;
  border: 1px solid #847f7d;
  background: #9ddcdc;
}

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

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

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

em {
  background: #fff;
  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: #696969;
  display: block;
}

a:hover {
  transition: 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 140%;
  margin-bottom: 28px;
}

h2 {
  color: #fff;
  position: relative;
  padding: 0.4em 0.3em;
  font-weight: bold;
  background: #9ddcdc;
}

h3 {
  font-size: 125%;
  border-left: 6px solid #e67a7a;
  padding: 0.3em 0 0.3em 10px;
}

h4 {
  background: #fff;
  font-size: 125%;
  padding: 0.2em 0.5em;
}

h5 {
  border-bottom: 2px solid #7ec2c2;
  padding-bottom: 5px;
  font-size: 120%;
}

h6 {
  font-size: 100%;
  border-bottom: dotted 1px #7ec2c2;
}

/*下層用*/
.under h1 {
  color: #fff;
  position: relative;
  padding: 0.4em 0.3em;
  font-weight: bold;
  background: #9ddcdc;
  font-size: 140%;
  margin-bottom: 28px;
}

.under h2 {
  font-size: 125%;
  border-left: 6px solid #e67a7a;
  padding: 0.3em 0 0.3em 10px;
}

.under h3 {
  background: #fff;
  font-size: 125%;
  padding: 0.2em 0.5em;
  margin-top: 40px;
}


strong {
  color: #e34343;
  font-size: 110%;
}

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

header .ssct {
  display: block;
}

.ssct_w>* {
  color: #696969;
}

.ssct_l {
  max-width: 72%;
  /*710px*/
  float: right;
  padding: 0;
}

@media (max-width: 710px) {
  .ssct_l {
    max-width: inherit;
  }
}

.ssct_r {
  width: 24%;
  /*260px*/
  float: left;
  margin: 0 auto 30px;
  position: sticky;
  top: 0;
  height: fit-content;
}

main {
  margin-bottom: 50px;
}

article {
  margin-bottom: 30px;
}

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

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

.ssct .ssct_ctit {
  margin: 20px 0;
}

.ssct_stit a {
  font-size: 190%;
  color: #4c4c4c;
  margin: 0;
  text-align: center;
  line-height: 1.3;
}

.ssct_ha p.ssct_cp {
  font-size: 80%;
  color: #e67a7a;
  margin: 0 0 10px;
  text-align: center;
}

nav {
  background: #e67a7a;
  margin: 0 0 20px;
}

.ssct_nv>ul {
  display: flex;
  overflow: hidden;
  padding: 10px 0;
  max-width: 1020px;
  margin: 0 auto;
  justify-content: space-around;
}

.ssct_nv ul#ssct_nv-menu>li {
  display: block;
  position: relative;
  float: left;
  border-left: solid 2px #fff;
  width: 25%;
  font-size: 14px;
  text-align: center;
}

.ssct_nv ul#ssct_nv-menu>li:last-child {
  border-right: solid 2px #fff;
}

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

.slicknav_menu {
  display: none;
}

#ssct_nv-menu li a {
  display: block;
  color: #fff;
}

.ssct_vis {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 0 30px;
}

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

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

.bx-wrapper img {
  margin: 0 auto;
}

.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/lefticon.png) no-repeat 0 0;
  left: 950px;
}

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

.ssct_lc {
  overflow: hidden;
}

.ssct_lcone {
  overflow: hidden;
}

.ssct_lcone .ssct_lc {
  margin: 0 0 40px;
  background: #fff;
  padding: 15px;
}

.ssct_lcone .ssct_lc img {
  width: 40%;
  float: left;
}

.ssct_lcone .ssct_lc img+div {
  float: right;
  width: 57%;
}

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

.ssct_toplc {
  overflow: hidden;
  width: 100%;
  margin: 0 0 40px;
}

.ssct_toplc .ssct_lc {
  width: 48%;
  float: left;
  padding: 0;
  background: #fff;
  margin: 0 4% 30px 0;
}

.ssct_toplc .ssct_lc>div {
  padding: 15px;
}

.ssct_toplc .ssct_lc:nth-of-type(2n) {
  margin-right: 0;
}

.ssct_toplc .ssct_lc h2 {
  margin: 0;
}

.ssct_more {
  text-align: center;
  margin: 30px auto 0;
}

.ssct_more a {
  padding: 0.6em;
  border: 2px solid #7ec2c2;
  color: #7ec2c2;
  font-weight: bold;
  width: 100%;
  font-size: 100%;
  margin: 0 auto;
  display: block;
  background: #fff;
}

.ssct_lcone .ssct_more a {
  width: 50%;
  float: right;
}

.ssct_more a:hover {
  background: #7ec2c2;
  color: #fff;
}

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

aside li>p {
  font-size: 17px;
  padding: 0.3em;
  background: #e67a7a;
  margin: 0 0 3%;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

aside a {
  padding: 10px 0;
}

aside img {
  float: none;
  max-width: 100%;
  margin-bottom: 5px;
}

.side-ssct>li {
  margin: 0 0 40px;
}

/*/////////カテゴリーリンク*/

.sidea {
  padding: 0;
}

.sidea a {
  border-bottom: solid 1px #e67a7a;
}

/*/////////コラムリンク*/

.sidec {
  padding: 0;
}

.sidec a {
  overflow: hidden;
}

/*/////////おすすめリンク */
.ssct_lbx {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
}

.ssct_lbx h2 {
  background: #e67a7a;
  display: block;
  color: #fff;
  font-size: 17px;
  padding: 0.5em;
  margin: 0 auto 3%;
}

.ssct_lbx h3 {
  background: #fff;
  border: none;
  font-size: 110%;
  padding: 0;
  margin: 0 0 4px;
  border: solid 2px #7ec2c2;
  position: relative;
}

.ssct_lbx h3 a {
  display: block;
  padding: 0.4em 0.3em;
}

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

.ssct_lbx h3 a:hover {
  background: #7ec2c2;
  color: #fff;
}

.ssct_lbx a {
  text-align: left;
}

.ssct_lbxin {
  margin: 0 0 3%;
}

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

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

footer p {
  font-size: 16px;
  padding: 10px 0;
}

footer a {
  font-size: 85%;
}

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

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

.ssct_ftc {
  font-size: 70%;
  text-align: center;
  color: #fff;
  background: #9ddcdc;
}

.ssct_ftm {
  width: 27%;
  margin-right: 3%;
  padding: 0 0 0 20px;
  border-left: solid 3px #9ddcdc;
}

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

.ssct_nfd {
  font-size: 200%;
  color: #7ec2c2;
}

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

.ssct_pann {
  margin-bottom: 10px;
}

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

.ssct_pann font {
  color: #ccc;
}

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

.ssct_bare {
  width: 100%;
  margin: 50px 0;
}

.sns-ssct {
  overflow: hidden;
}

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

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

.ssct_tifil {
  text-align: left;
  display: none;
  font-size: 14px;
  width: 100%;
  padding: 0;
  border-bottom: dotted 1px #4c4c4c;
  margin-bottom: 15px;
  box-sizing: bordessct_r;
}

.ssct_bwh {
  width: 24%;
  float: left;
  border: solid 3px #7ec2c2;
  box-sizing: bordessct_r;
  margin: 0 0.5%;
}

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

.ssct_bl {
  display: block;
  background: #fff;
  text-align: center;
  font-size: 15px !important;
  padding: 6px !important;
  box-sizing: bordessct_r;
  text-decoration: none;
}

a.ssct_bl {
  color: #7ec2c2 !important;
}

a.ssct_bl:hover {
  color: #fff !important;
}

.ssct_bl:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  background: #7ec2c2;
  color: #fff;
}

p.ssct_back a {
  font-size: 25px;
  line-height: 52px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  background: rgba(230, 122, 122, 0.85);
  width: 55px;
  height: 55px;
  color: #fff;
}

/*下層などflex内で要素が増える時*/
.ssct.ssct_w.cle_fix:has(.ssct_pann) {
  flex-wrap: wrap;
}

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

/*パンくず*/