@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:after {
  content: "";
  clear: both;
  display: block;
}

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

a {
  color: #5c5260;
  display: block;
}

a:hover {
  font-weight: bold;
  color: #5c5260;
  transition: 0.1s;
}

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

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

/* +下層用 */
h2,
.under h1 {
  color: #5c5260;
  padding: 10px 15px;
  background: #c2f6ea;
}

.under h1 {
  font-size: 140%;
  margin-bottom: 25px;
}

h3,
.under h2 {
  border-left: 5px solid #5c5260;
  padding-left: 10px;
}

h4,
.under h3 {
  border-bottom: 1px solid #5c5260;
  padding-bottom: 5px;
}

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

h5 {
  color: #5c5260;
  font-size: 120%;
}

h6 {
  color: #5c5260;
  font-size: 100%;
}

strong {
  color: #ce4d09;
  text-decoration: underline;
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #5c5260;
}

article ul li {
  position: relative;
}

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

article ol {
  counter-reset: counter-name;
  background: #fff;
  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;
}

blockquote {
  background: #fff;
  padding: 3em 1em;
  position: relative;
  border: dashed 1px #5c5260;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #5c5260;
  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;
  color: #5c5260;
}

table th {
  background: #ffdccd;
  width: 150px;
  padding: 10px;
  font-weight: normal;
  vertical-align: top;
  border: 1px solid #5c5260;
}

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

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: 1px solid #5c5260;
  margin: 1em 0;
  padding: 1em;
}

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

em {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

ins {
  display: inline-block;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/* header */

.hd_a {
  width: 100%;
  min-height: 140px;
  padding: 0;
  background: url("../images/bg_title.png") no-repeat scroll 36px 44px,
    url("../images/bg_02.png") repeat-x scroll 0 4px;
  background-size: 300px auto, 61% auto;
  background-color: #fff;
}

.hd_a .contt {
  overflow: hidden;
}

.hd_a a {
  color: #5c5260;
}

.maintitle {
  font-size: 120%;
  width: 340px;
  float: left;
}

.hd_a .maintitle a {
  font-size: 34px;
  font-weight: bold;
}

.hd_a p.h_copy {
  margin-bottom: 10px;
  color: #5c5260;
  font-size: 70%;
  float: right;
  text-align: right;
  margin: 76px 0 0;
  width: 440px;
}

/*ヘッダーナビ（スクロール固定）*/

nav {
  background: #ffdccd;
  padding: 15px 0;
  width: 100%;
}

#gnavm {
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  justify-content: space-around;
}

#gnavm>li {
  display: block;
  width: 25%;
  font-size: 13px;
  text-align: center;
}

#gnavm li a {
  color: #5c5260;
  display: block;
}

#gnavm li ul.gn_subm {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}

/*固定ナビ*/

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

.slicknav_menu {
  display: none;
}

/* スライダー */

.mainimg {
  z-index: -1;
  position: relative;
}

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

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

/* コンテナエリア */

.contt {
  padding: 40px 0;
  max-width: 960px;
  margin: 0 auto;
}

.btn_wr {
  overflow: hidden;
}

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

.mottoyomu {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.mottoyomu a {
  padding: 0.5em;
  border: 1px solid #5c5260;
  display: block;
}

.mottoyomu a:hover {
  background: #ffdccd;
  font-weight: normal;
}

/*3列リンク*/
.conte_top {
  overflow: hidden;
  margin: -100px auto 30px;
  position: relative;
  z-index: 99;
  display: flex;
}

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

.conte_top .link_in {
  max-width: 310px;
  margin: 0 15px 0 0;
  padding: 15px;
  background: #fff;
  float: left;
}

.link_in h2 {
  color: #5c5260;
  padding: 10px 0;
  margin: 0 0 0;
  background: none;
}

.conte_top .link_in:nth-child(3) {
  margin: 0;
}

.link_in img {
  float: left;
  max-width: 100%;
  margin: 0 0 10px;
}

/* main */

main {
  float: left;
  max-width: 700px;
  margin-bottom: 50px;
}

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

article {
  margin: 0;
}

/* おすすめリンク */

.lbox {
  border: solid 1px #5c5260;
  padding: 20px;
  margin: 0 0 30px;
}

.lbox h2 {
  background: url("../images/bg_04.png") repeat-x scroll 0 bottom;
}

.lbox h3 {
  border: none;
  padding: 10px 0;
  margin-bottom: 0;
}

.lbox h3 a:before {
  content: "\f0c8";
  margin: 0 0.5em 0 0;
  font-family: FontAwesome;
  color: #c2f6ea;
}

.lbox h3 a::after {
  content: ">";
  margin-left: 5px;
}

.lbox p {
  padding: 0 0 20px;
  margin-bottom: 15px;
}

.lbox a {
  text-align: left;
}

/* サイド */
aside {
  float: right;
  /*min-*/
  width: 225px;
  position: sticky;
  top: 55px;
  height: fit-content;
}

aside li>div {
  color: #5c5260;
  font-size: 21px;
  border-bottom: 1px solid #5c5260;
}

aside a {
  padding: 10px 0;
}

aside .slink img {
  max-width: 100%;
  margin: 0 0 10px;
}

.s_con>li {
  margin: 0 0 30px;
}

.s_con>li p {
  font-size: 120%;
  margin: 0 0 10px;
  display: block;
  background: url("../images/bg_04.png") repeat-x scroll 0 bottom;
}

.slink a {
  margin-bottom: 10px;
}

/* footer */

footer {
  position: relative;
  background: #fff;
  padding: 50px 0 10px;
  color: #5c5260;
}

footer p {
  font-size: 20px;
  background: url("../images/bg_04.png") repeat-x scroll 0 bottom;
}

footer a {
  color: #5c5260;
  font-size: 85%;
}

footer a:hover {
  color: #5c5260;
  text-decoration: underline;
}

footer .contt {
  margin: 0 auto 50px;
}

.ftm {
  margin: 0 auto 30px;
  width: 69%;
}

.ftc {
  font-size: 70%;
  text-align: center;
  background: none;
}

/*戻るボタン*/

.tpb {
  position: fixed;
  bottom: 15px;
  right: 25px;
  z-index: 999;
}

.tpb img {
  width: 60px;
}

/* under */

.not_f {
  font-size: 200%;
  color: #5c5260;
}

/* pan nav */

.pnav {
  margin-bottom: 10px;
}

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

.pnav font {
  color: #ccc;
}

/* SNS */

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

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

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

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

.s_ttf {
  text-align: center;
  display: block;
  background-color: #c2f6ea;
  color: #5c5260;
  font-size: 14px;
  border: solid 1px #5c5260;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.swhole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

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

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

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

/* SNSごとの背景色 */

#twitter {
  background-color: #3dc1f4;
}

#hatena {
  background-color: #516c9d;
}

#facebook {
  background-color: #2f56a8;
}

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