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

.clf-b:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background: #fff6ed;
  font-size: 15px;
  line-height: 2;
  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-left: 3px solid #74d9ce;
}

article ul li {
  position: relative;
}

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

article ol {
  counter-reset: counter-name;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border-left: 3px solid #74d9ce;
}

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: rgba(245, 224, 180, 0.63);
  padding: 3em 1em;
  position: relative;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #898376;
  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 #40ada2;
  background: rgba(116, 217, 206, 0.23);
}

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

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: rgba(74, 200, 187, 0.11);
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

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

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

a:hover {
  color: #4ac8bb;
  transition: 0.2s;
}

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

h2,
h3,
h4,
h5,
h6,
.under h1 {
  font-size: 130%;
  margin-bottom: 25px;
}

h2,
.under h1 {
  font-weight: bold;
  font-size: 140%;
  border-bottom: 2px solid #74d9ce;
  padding-bottom: 5px;
}

h3,
.under h2 {
  border-left: 4px solid #4ac8bb;
  padding: 3px 8px;
}

h4,
.under h3 {
  background: #fff6ed;
  padding: 5px;
}

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

h5 {
  font-size: 120%;
  border-bottom: dashed 1px #4ac8bb;
  padding: 3px;
}

h6::before {
  content: "●";
  color: #ccc;
  margin: 0 0.2em 0 0;
}

h6 {
  font-size: 100%;
}

strong {
  color: #fa6754;
  font-size: 107%;
  letter-spacing: 0.01em;
  background: linear-gradient(transparent 90%, rgba(250, 103, 84, 0.54) 60%);
}

.mct {
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.mct-w {
  margin: 15px auto 0;
}

.mct-w>* {
  color: #222;
}

.mct-lside {
  max-width: 70%;
  /*620px*/
  float: right;
  padding: 0;
}

@media (max-width: 679px) {
  .mct-lside {
    max-width: inherit;
  }
}

.mct-rside {
  /*min-*/
  width: 24%;
  /*300px*/
  float: left;
  margin: 0 0 30px 20px;
  position: sticky;
  top: 50px;
  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: 15px;
}

.mct-h-a {
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 0;
}

.mct .c-tit {
  padding: 15px 0;
  overflow: hidden;
}

.s-tit a {
  font-size: 21px;

  float: right;
  font-weight: bold;
  line-height: 1.3;
}

.mct-h-a p.mct-p-cp {
  color: #666;
  width: 53%;
  padding: 19px 0 0;
  float: left;
  font-size: 70%;
}

nav {
  background: #fff;
  border-top: 2px solid #4ac8bb;
  border-bottom: rgba(201, 188, 175, 0.3) solid 2px;
}

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

.mct-nv ul#mct-nv-menu>li {
  display: block;
  float: left;
  position: relative;
  width: 25%;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

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

ul#mct-nv-menu li a {
  display: block;
  margin: 10px 0;
  border-left: solid 1px #4ac8bb;
}

.mct-nv ul#mct-nv-menu>li:last-child a {
  border-right: solid 1px #4ac8bb;
}

.slicknav_menu {
  display: none;
}

.mct-main-v {
  margin: 0 0 35px;
}

.bx-wrapper {
  margin: 0 auto;
}

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

.mct-l-cont img {
  max-width: 100%;
  margin: 0;
}

.mct-l-top article {
  padding: 0;
}

.mct-l-top {
  width: 100%;
}

.mct-l-top .mct-l-cont {
  width: 48%;
  float: left;
  margin: 0 4% 30px 0;
}

.mct-l-top .mct-l-cont>div {
  padding: 10px 10px;
}

.mct-l-top .mct-l-cont:nth-of-type(even) {
  margin-right: 0;
}

.mct-l-top .mct-l-cont h2 {
  margin: 0 0 2%;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0.3em;
}

.mct-l-top .mct-l-cont {
  font-size: 15px;
  line-height: 1.8;
}

.mct-l-top article.mct-l-cont.mct-l-box {
  padding: 10px;
}

.mct-l-top .mct-l-cont.mct-l-box h2 {
  margin: 0 0 15px;
  font-size: 19px;
}

.mct-l-box h3 {
  padding: 0;
  border: none;
  margin: 0 0 2%;
  position: relative;
}

.mct-l-box h3 a {
  padding: 8px 5px;
  border: solid 2px #74d9ce;
  display: block;
}

.mct-l-box h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.mct-l-box a {
  text-align: left;
}

.mct-l-top .mct-l-cont>div.mct-l-in {
  padding: 0;
}

.mct-l-in {
  margin: 0 0 3%;
}

.mct-l-in:last-child {
  margin: 0;
}

/*/////////もっと読むボタン*/

.mct-l-top .mct-l-cont>div.mct-more-b {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.mct-l-top .mct-l-cont>div.mct-more-b a {
  padding: 12px;
  background: #74d9ce;
  font-weight: bold;
  text-align: center;
  font-size: 90%;
}

.mct-l-top .mct-l-cont>div.mct-more-b a:hover,
.mct-l-box a:hover {
  background: rgba(116, 217, 206, 0.73);
}

aside li>p {
  color: #4ac8bb;
  font-size: 18px;
  padding: 8px 5px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

aside a {
  font-size: 14px;
  padding: 7px 0;
}

.side-mct>li {
  margin: 0 0 15px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.09);
}

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

/*/////////CATEGORYリンク*/

.mct-sa {
  padding: 10px;
}

/*/////////POSTリンク*/

.mct-sb {
  padding: 10px;
}

.mct-sb a {
  overflow: hidden;
}

footer {
  position: relative;
  background: #74d9ce;
  padding: 30px 0 0;
  border-top: #eaeaea solid 1px;
}

footer p {
  font-size: 18px;
}

footer .mct-ftm p {
  font-weight: bold;
  border-bottom: 1px dashed #222;
  margin: 0 0 0.2em;
}

footer a {
  font-size: 85%;
}

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

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

.mct-ftc {
  font-size: 70%;
  text-align: center;
  padding: 0 1em 10px;
}

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

/* under */

.mct-nfp {
  font-size: 200%;
  color: #f25e5e;
}

/* pan nav */

.mct-pan {
  margin-bottom: 0;
}

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

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

/* SNS */

.sct-a {
  width: 100%;
  margin: 50px 0;
}

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

.sct-a>div {
  text-align: center;
}

.sct-a:after {
  content: "";
  clear: both;
  display: block;
}

.sct-ca {
  text-align: left;
  display: block;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.sct-ca::before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #40ada2;
  margin: 0 0.2em 0 0;
}

.sct-da {
  width: 24.3%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.sct-da .fa {
  font-weight: bold;
}

.sct-ea {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 8px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
  letter-spacing: 0.3em;
  color: #fff;
}

.sct-ea:hover {
  background: #61c1e3;
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

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

.sct-fa:hover {
  color: #fff;
  margin: 4px auto 0;
  box-shadow: none;
}

/* SNSごとの背景色 */

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

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

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

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

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

p.mct-bk-top a {
  background: #f5e0b4;
  bottom: 10px;
  font-size: 26px;
  height: 50px;
  line-height: 45px;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 50px;
  z-index: 1;
}

p.mct-bk-top a:hover {
  opacity: 0.6;
}

/*下層などflex内で要素が増える時*/
.mct.mct-w.clf-b:has(.conte_pan) {
  flex-wrap: wrap;
}

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

/*パンくず*/