@charset "utf-8";

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

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

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

article ul {
  margin: 2em 10px;
  padding: 1.5em 1em;
  border: dashed 2px #ffc3c3;
  border-radius: 8px;
  background: #ffeaea;
  box-shadow: 0 0 0 10px #ffeaea;
  color: #565656;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "●";
  margin: 0 0.3em 0 0;
  color: #ffc3c3;
}

article ol {
  counter-reset: counter-name;
  margin: 2em 10px;
  padding: 1.5em 1em;
  border: dashed 2px #ffc3c3;
  border-radius: 8px;
  background: #ffeaea;
  box-shadow: 0 0 0 10px #ffeaea;
  color: #565656;
}

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

blockquote {
  padding: 3em 1em;
  background: #d5eeff;
  position: relative;
  border-radius: 8px;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #1b435d;
  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 #666;
  background: #ffeaea;
}

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

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

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

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

a:hover,
.tr_c_h_a a:hover {
  color: #74d1dd;
  opacity: 1;
  transition: 0.2s;
}

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

h3,
h4,
h5,
h6,
.under h1 {
  margin: 0 0 18px;
}

h2,
.under h1 {
  margin: 0 0 18px;
  background: #ffc3c3;
  font-size: 145%;
  font-weight: bold;
  border-radius: 5px;
  padding: 8px;
}

h3,
.under h2 {
  border-left: 5px solid #78bbe6;
  padding: 6px 10px;
  font-size: 130%;
}

h4,
.under h3 {
  background: #fffeba;
  padding: 5px;
  font-size: 130%;
  border-radius: 5px;
}

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

h5 {
  border-bottom: 1px solid #78bbe6;
  padding: 5px 0;
  font-size: 120%;
}

h6 {
  font-size: 100%;
  font-weight: bold;
}

strong {
  color: #ff7070;
  font-size: 120%;
  text-decoration: underline;
}

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

header .tr_c {
  display: block;
}

.tr_c_wr>* {
  color: #666;
}

.tr_c_lb {
  /*min-*/
  width: 24%;
  float: right;
  padding: 0;
  position: sticky;
  top: 0;
  height: fit-content;
}

.tr_c_rb {
  max-width: 72%;
  /*710px*/
  float: left;
  margin: 0 auto 30px;
}

@media (max-width: 700px) {
  .tr_c_rb {
    max-width: inherit;
  }
}

/* ///////////メイン */

main {
  margin-bottom: 30px;
}

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

article {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
}

/* ヘッダーエリア */

.tr_c_h_a {
  width: 100%;
  margin: 0 0 30px;
  background: #f8acac;
  padding: 0;
  border-bottom: solid 5px #fffeba;
}

.tr_c .tr_c_ct_tit {
  margin: 20px 0 25px;
}

.tr_c_stit a {
  text-align: center;
  font-size: 200%;
  color: #fff;
  font-weight: normal;
  margin: 0 0 10px;
  line-height: 1.3;
}

.tr_c_h_a p.tr_c_cp {
  text-align: center;
  font-size: 70%;
  color: #fff;
}

.tr_c_gnv>ul {
  display: flex;
  justify-content: space-around;
  margin: 0 auto 15px;
  width: 100%;
}

.tr_c_gnv ul#tr_c_gnv-menu>li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 12px;
  text-align: center;
  border: solid 2px #fff;
}

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

.slicknav_menu {
  display: none;
}

.tr_c_gnv a {
  display: block;
  color: #fff;
  padding: 5px;
}

.tr_c_gnv a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.tr_c_slide {
  margin: 0 0 20px;
}

.bx-wrapper {
  margin: 0 auto;
  background: none;
}

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

.bx-wrapper img {
  display: block;
}

.tr_c_lkc {
  background: #fff;
  padding: 15px;
}

.tr_c_lkc h2 {
  font-size: 120%;
}

.tr_c_lkc img {
  max-width: 100%;
  margin-right: 10px;
}

.tr_c_lkc_wr {
  overflow: hidden;
  width: 100%;
  margin: 0 0 30px;
}

.tr_c_lkc_wr .tr_c_lkc {
  width: 48%;
  float: left;
  margin: 0 4% 30px 0;
}

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

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

.tr_c_more_b a {
  border-radius: 5px;
  display: inline-block;
  float: right;
  padding: 0.8em 2em;
  background: #fffeba;
}

.tr_c_more_b a:hover {
  background: #ffc3c3;
  color: #fff;
}

/* .tr_c_lkc.l_one .tr_c_more_b a {
  width: 30%;
} */
aside li>p {
  background: #a7d9f9;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 16px;
  padding: 10px 15px;
  font-weight: bold;
}

aside a {
  padding: 13px 0;
  font-size: 95%;
}

.side-tr_c>li {
  margin: 0 0 40px;
  background: #fff;
}

aside img {
  display: block;
  margin: 0 0 5px;
  width: 100%;
}

.tr_c_s-a {
  margin: 0;
  padding: 15px;
}

.tr_c_s-b {
  padding: 15px;
}

.tr_c_s-b a {
  overflow: hidden;
}

/* おすすめリンク */

.tr_c_recb {
  padding: 15px;
  background: #fff;
}

.tr_c_recb h2 {
  margin: 0 0 25px;
  text-align: left;
  border: none;
  background: #fffeba;
}

.tr_c_recb h3 {
  margin: 0 0 3px;
  border: none;
  padding: 0;
}

.tr_c_recb h3 a {
  display: block;
  padding: 8px 5px 5px;
}

.tr_c_recb h3 a::before {
  content: "\f144";
  font-family: FontAwesome;
  margin: 0 0.5em 0 0;
}

.tr_c_recb h3 a:hover {}

.tr_c_rec_in {
  margin: 0 auto 2%;
}

.tr_c_rec_in:last-child {
  margin: 0 auto;
}

/* footer */

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

footer p {
  color: #86c5ed;
  font-size: 18px;
  font-weight: bold;
}

footer a {
  color: #666;
  font-size: 80%;
}

footer .tr_c {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}

.tr_c_ft_cp {
  background: #ffc3c3;
  font-size: 65%;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 1em;
}

.tr_c_ft_mn {
  width: 23%;
  margin-right: 2%;
}

.tr_c_ft_mn ul {
  padding: 0 0 0 1em;
}

/* under */

.tr_c_nf {
  font-size: 180%;
  color: #7fc5f2;
}

/* pan nav */

.tr_c_pan {
  margin-bottom: 10px;
  font-weight: bold;
}

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

.tr_c_pan font {
  color: #1b435d;
}

/* SNS */

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

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

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

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

.tr_c_sn_b {
  text-align: left;
  display: block;
  font-size: 14px;
  width: 100%;
  border-bottom: solid 1px #1b435d;
  padding: 4px;
  margin: 0 0 20px;
  box-sizing: border-box;
}

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

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

.tr_c_sn_d {
  display: block;
  text-align: center;
  font-size: 14px !important;
  box-sizing: border-box;
  text-decoration: none;
  padding: 0.7em 1em;
  text-decoration: none;
  background: #f8f8ed;
  color: #666;
  /*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.tr_c_sn_d:hover {
  text-decoration: none !important;
  color: #666;
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

/* SNSごとの背景色 */

#twitter {
  border-left: solid 8px #9ee4ff;
}

#hatena {
  border-left: solid 8px #94b3eb;
}

#facebook {
  border-left: solid 8px #6a8fdb;
}

#ggl-plus {
  border-left: solid 8px #f7a89e;
}

p.tr_c_sn_top_b a {
  font-size: 30px;
  line-height: 53px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 1;
  background: rgba(248, 172, 172, 0.91);
  width: 55px;
  height: 55px;
  color: #fff;
  border-radius: 50%;
}

/*下層などflex内で要素が増える時*/
.tr_c.tr_c_wr.bcx_c:has(.tr_c_pan) {
  flex-wrap: wrap;
}

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

/*パンくず*/