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

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

body {
  color: #565656;
  background-color: #fff;
  font-size: 16px;
  line-height: 2;
  font-family: YuGothic, "Yu Gothic", "Osaka", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
}

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

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

h2,
.under h1 {
  color: #565656;
  /* background: #fc4921; */
  padding: 10px 15px;
  border-bottom: 4px dotted #fc1e00;
}

h2.osusu_me {
  color: #fc1e00;
  padding: 10px 15px;
  border-bottom: 9px dotted #fc1e00;
  text-align: center;
}

h3,
.under h2 {
  padding: 0.5em;
  color: #565656;
  background: #efefef;
  border-left: dotted 4px #fc1e00;
}

h4,
.under h3 {
  border-bottom: 5px double #fc1e00;
  padding-bottom: 5px;
}

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

h5 {
  color: #565656;
  font-size: 120%;
  border-bottom: solid 2px #fc1e00;
}

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

strong {
  background: linear-gradient(transparent 60%, #fffcdf 60%);
}

article {
  /* margin: 5px; */
  padding: 17px;
  /* width: 100%; */
  float: left;
}

article ul {
  color: #565656;
  border: dotted #fc1e00 2px;
  padding: 0.5em 0.5em 0.5em 2em;
  list-style-type: square;
  margin: 10px;
}

article ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: square;
}

/*article ul{
    padding: 0.5em 0 0.5em 2.5em;
    margin: 1.5em 0;
    border: 2px solid #ccc;
}
article ul li{
    position:relative;
}*/
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 2px;
  background: #ccc;
}

article ol {
  color: #565656;
  border: dotted #4341c5 2px;
  counter-reset: counter-name;
  background: #fff;
  padding: 0.5em 0.5em 0.5em 2em;
  margin: 10px;
}

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: #fffbe0;
  padding: 4em 2em;
  position: relative;
  border: 2px dotted #fc1e00;
  margin: 10px;
}

blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #565656;
  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: 123px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
  background: #fffcdf;
}

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

pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  display: inline-block;
  border: 7px double #e1e1e1;
  margin: 0em 0;
  padding: 1em;
  background: #fff;
}

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

/* top page */
/* header */
.head-Area {
  width: 100%;
  padding: 1rem 0px 1%;
  background-color: #ff4920;
}

.head-Area a {
  color: #fff;
}

.head-Area .site-Ttl a {
  margin: 0 auto;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 1.3;
}

.head-Area p.catch-Copy {
  margin: 0 auto;
  padding: 3px 0 0 10px;
  color: #565656;
  font-size: 70%;
  text-align: center;
  width: 100%;
}

.gnav_v>ul {
  display: flex;
  justify-content: space-around;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 13px;
}

.gnav_v ul#gnav_v-menu li:first-child {
  border-left: 4px dotted #fc1e00;
}

.gnav_v ul#gnav_v-menu>li {
  display: block;
  position: relative;
  width: 25%;
  font-size: 20px;
  text-align: center;
  padding: 5px;
  border-left: 0;
  border-right: 4px dotted #fc1e00;
}

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

.slicknav_menu {
  display: none;
}

#gnav_v-menu li a {
  display: block;
  color: #ff4920;
}

#gnav_v-menu li a:hover {
  display: block;
  color: #ff4920;
  background: #fffbe0;
}

/* slider */
.mainvisual_l {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

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

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

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

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

/* contents area */
.container_r {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header .container_r {
  display: block;
}

.more-Btn {
  text-align: center;
  margin: 0 auto;
  float: c;
  width: 99%;
}

.more-Btn a {
  padding: 5px 3rem;
  /* border: 2px solid #fc1e00; */
  color: #ffffff;
  display: inline-block;
  width: 100%;
  border-radius: 30px;
  background: #565656;
  margin: 10px 0;
}

.more-Btn a:hover {
  background: #fc1e00;
  color: #fff;
}

/* main */
main {
  border: solid 4px red;
  float: right;
  font-size: 14px;
  max-width: 73%;
  /*820px*/
  margin-bottom: 100px;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
}

@media (max-width: 632px) {
  main {
    max-width: inherit;
  }
}

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

.link-Cont img {
  float: left;
  max-width: 340px;
  margin-right: 10px;
  border-radius: 15px;
}

article {
  margin-bottom: 30px;
}

.link-Cont {
  width: 100%;
  margin: 0 auto;
}

/* おすすめリンク */
.link-Box {
  width: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  margin: 0 auto;
}

.link-Box h3 {
  position: relative;
  margin-bottom: 0;
}

.link-Box h3 a {
  display: block;
}

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

.link-Box p {
  padding: 0 0 20px;
}

.link-Box a {
  text-align: left;
}

/* aside */
aside {
  float: left;
  /*min-*/
  width: 22%;
  border: solid 4px red;
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
  padding: 10px;
  margin-bottom: 15px;
  position: sticky;
  top: 0;
  height: fit-content;
}

aside li>div {
  color: #fc1e00;
  font-size: 23px;
  border-bottom: 4px dotted #fc1e00;
  text-align: center;
  margin-bottom: 10px;
}

aside a {
  padding: 4px 0px 1px 5px;
  text-align: center;
}

aside img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
  border-radius: 15px;
}

.side-Link a {
  margin-bottom: 10px;
}

/* footer */
footer {
  position: relative;
  background: #565656;
  padding: 30px 0 10px;
  color: #fff;
}

footer p {
  font-size: 21px;
  margin-bottom: 8px;
  border-bottom: 4px dotted #fc1e00;
  /* padding: 0; */
}

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

footer a:hover {
  color: #fc1e00;
}

footer .container_r {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 50px 40px;
  width: 70%;
}

.ft-Copy {
  font-size: 70%;
  text-align: center;
}

.top-Btn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}

.ft-Menu {
  width: 40%;
  margin: 0 auto;
  /* float: left; */
  padding: 0 0 0 45px;
}

/* under */
.notfound {
  font-size: 200%;
  color: #565656;
}

/* pan nav */
.panav {
  margin-bottom: 10px;
}

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

.panav font {
  color: #ccc;
}

/* SNS */
.button-area {
  width: 100%;
  margin: 50px 0;
}

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

.button-area>div {
  text-align: center;
}

.button-area:after {
  content: "";
  clear: both;
  display: block;
}

.title-fill {
  text-align: center;
  display: block;
  background-color: #ffffff;
  color: #5f5f5f;
  font-size: 17px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-bottom: solid 4px #5f5f5f;
  border-top: solid 4px #5f5f5f;
}

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

.button-whole .fa {
  font-weight: bold;
}

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

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

/* SNSごとの背景色 */
#twitter {
  background-color: #10bbef;
}

#hatena {
  background-color: #3063c3;
}

#facebook {
  background-color: #406dcc;
}

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

/*下層などflex内で要素が増える時*/
.container_r.cf:has(.panav) {
  flex-wrap: wrap;
}

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

/*パンくず*/