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

.flex,
header .els-c-con {
  display: flex;
  justify-content: space-between;
}

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

.els-ct-cf:after {
  content: "";
  clear: both;
  display: block;
}

body {
  border-top: solid 3px #f9ad85;
  background-color: #fff;
  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";
}

strong {
  background: #ffdbc7;
  color: #f4742d;
}

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

article ul {
  padding: 1em;
  margin: 1.5em 0;
  background: rgba(254, 204, 177, 0.34);
}

article ul li {
  list-style-type: square;
  list-style-position: inside;
  margin: 0 0 1%;
}

article ol {
  counter-reset: counter-name;
  background: rgba(254, 204, 177, 0.34);
  padding: 0.5em 1em;
  margin: 1.5em 0;
}

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

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

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

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #d4d4d4;
  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 #bbb;
  background: rgba(81, 195, 64, 0.21);
}

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

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

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

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

a {
  color: #3f3f3f;
  display: block;
}

a:hover {
  color: #f57f40;
  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: 15px;
}

h2,
.under h1 {
  background: #5fa854;
  color: #fff;
  padding: 8px;
  font-weight: normal;
}

h3,
.under h2 {
  background: rgba(254, 204, 177, 0.67);
  padding: 5px;
}

h4,
.under h3 {
  border-left: 3px solid #f57f40;
  padding-left: 6px;
}

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

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

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

.els-c-con {
  max-width: 1060px;
  margin: 0 auto;
  /* overflow: hidden; */
}

.con_wrap>* {
  color: #3f3f3f;
}

.els-ct-sa {
  background: #fff;
  max-width: 74%;
  /*740px*/
  float: left;
}

@media (max-width: 640px) {
  .els-ct-sa {
    max-width: inherit;
  }
}

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

main {
  margin-bottom: 30px;
}

article {
  margin-bottom: 30px;
}

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

.els-c-hd {
  width: 100%;
  margin: 15px auto;
  padding: 0;
  overflow: hidden;
}

.els-c-hd.under_p {
  margin: 25px 0 35px;
}

.els-c-con .els-c-title {
  width: 820px;
  float: right;
}

.els-c-hd.under_p .els-c-con .els-c-title {
  margin: 0;
  width: 100%;
  float: none;
}

.els-ct-ti a {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.3;
}

.els-c-hd p.els-c-cp {
  margin: 0 0 1em;
  font-size: 85%;
}

.els-c-hd.under_p p.els-c-cp {
  margin: 0 0 0.3em;
}

.els-c-mainvisual {
  width: 200px;
  float: left;
}

.bx-wrapper {
  margin: 0 auto;
  border: 1px solid #f9ad85;
  box-shadow: none;
}

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

nav {
  margin: 0 0 40px;
  border-top: solid 1px #f57f40;
  border-bottom: solid 1px #f57f40;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feccb1+0,f17432+50,ea5507+51,fb955e+100;Red+Gloss+%232 */
  background: #feccb1;
  /* Old browsers */
  background: -moz-linear-gradient(top,
      #feccb1 0%,
      #f17432 50%,
      #ea5507 51%,
      #fb955e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      #feccb1 0%,
      #f17432 50%,
      #ea5507 51%,
      #fb955e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      #feccb1 0%,
      #f17432 50%,
      #ea5507 51%,
      #fb955e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feccb1', endColorstr='#fb955e', GradientType=0);
  /* IE6-9 */
}

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

.els-c-nv ul#els-c-nv-menu>li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-align: center;
  margin: 3px 0;
  border-right: solid 1px rgba(255, 255, 255, 0.79);
  width: 24%;
}

.els-c-nv ul#els-c-nv-menu>li:last-child {
  border: none;
}

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

.slicknav_menu {
  display: none;
}

#els-c-nv-menu li a {
  color: #fff;
  padding: 7px 2em;
  display: block;
}

#els-c-nv-menu li:first-child a::before {
  content: "\f015";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

.els-c-lk {
  background: rgba(254, 204, 177, 0.2);
  padding: 15px;
}

.els-c-lk img {
  max-width: 100%;
}

.els-c-top {
  overflow: hidden;
  width: 100%;
}

.els-c-top .els-c-lk {
  width: 48%;
  float: left;
  margin: 0 4% 20px 0;
}

.els-c-top .els-c-lk:nth-of-type(2n) {
  margin-right: 0;
}

.els-c-lk h2 {
  background: #f57f40;
}

.els-c-more {
  text-align: center;
  margin: 20px auto 0;
  overflow: hidden;
}

.els-c-more a {
  padding: 0.8em;
  border: 1px solid #f57f40;
  color: #f57f40;
  background: #fff;
  width: 100%;
  display: block;
}

.els-c-more a::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

.els-c-more a:hover {
  background: #f57f40;
  color: #fff;
}

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

aside li>p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 2%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feccb1+0,f17432+50,ea5507+51,fb955e+100;Red+Gloss+%232 */
  background: #feccb1;
  /* Old browsers */
  background: -moz-linear-gradient(top,
      #feccb1 0%,
      #f17432 50%,
      #ea5507 51%,
      #fb955e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      #feccb1 0%,
      #f17432 50%,
      #ea5507 51%,
      #fb955e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      #feccb1 0%,
      #f17432 50%,
      #ea5507 51%,
      #fb955e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feccb1', endColorstr='#fb955e', GradientType=0);
  /* IE6-9 */
}

aside li>p::before {
  content: "\f0c9";
  font-family: FontAwesome;
  margin: 0 0.4em 0 0;
}

aside li:last-child>p::before {
  content: "\f14b";
  font-family: FontAwesome;
  margin: 0 0.4em 0 0;
}

aside a {
  background: rgba(254, 204, 177, 0.34);
  padding: 6px;
  margin: 0 0 2%;
}

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

.side-els-c-con>li {
  margin: 0 0 30px;
}

.si_trs a {
  overflow: hidden;
}

.els-c-lbk h2 {
  background: none;
  padding: 0.3em;
  margin: 0 auto 15px;
  border-bottom: solid 2px #f57f40;
  color: #f57f40;
}

.els-c-lbk h3 {
  border: none;
  padding: 0;
  margin: 0 0 5px;
  background: none;
}

.els-c-lbk h3 a {
  background: rgba(254, 204, 177, 0.22);
  padding: 5px 10px;
  display: block;
}

.els-c-lbk h3 a:hover {
  background: #fff;
}

.els-c-lbk h3 a::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
  color: #f57f40;
}

.els-c-lbk a {
  text-align: left;
}

.lbk_in {
  margin: 0 auto 3.5%;
}

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

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

footer {
  position: relative;
  padding: 50px 0 10px;
  background: rgba(254, 204, 177, 0.21);
}

footer .els-c-con p {
  font-size: 16px;
  color: #f57f40;
  font-weight: bold;
}

footer a {
  font-size: 85%;
}

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

footer .els-c-con {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.els-c-fc {
  font-size: 70%;
  text-align: center;
  color: #f57f40;
}

.els-c-mn {
  width: 27%;
  margin-right: 3%;
}

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

.els-c-nf {
  font-size: 200%;
  color: #ea5507;
}

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

.els-c-pn {
  margin-bottom: 10px;
}

.els-c-pn a {
  display: inline;
  font-size: 85%;
}

.els-c-pn font {
  color: #ccc;
}

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

.els-ct-snnbt {
  width: 100%;
  margin: 50px 0;
}

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

.els-ct-snnbt>div {
  text-align: center;
}

.els-ct-snnbt:after {
  content: "";
  clear: both;
  display: block;
}

.els-ct-snnb {
  text-align: center;
  display: none;
  color: #f57f40;
  border-bottom: solid 1px #f57f40;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding: 6px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.els-ct-snnc {
  width: 20%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.els-ct-snnc .fa {
  font-weight: bold;
}

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

.els-ct-snne {
  font-size: 14px !important;
  width: 100%;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 8px 0;
  text-decoration: none;
  transition: 0.4s;
}

.els-ct-snne:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  border-radius: 3px;
  background: #f57f40;
  transition: 0.2s;
}

.els-ct-snne:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}

.els-ct-snne:hover:after {
  top: 3px;
}

/* SNSごとの背景色 */

#twitter {
  color: #00acee;
}

#hatena {
  color: #2d4c86;
}

#facebook {
  color: #3b5998;
}

#ggl-plus {
  color: #dd4b39;
}

/*/////////トップに戻るボタン*/

p.els-c-btn a {
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 18px;
  right: 0;
  z-index: 1;
  background: rgba(234, 85, 7, 0.83);
  width: 55px;
  height: 55px;
  color: #fff;
}