@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 {
  font-size: 15px;
  line-height: 1.8;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Constantia", "Baskerville",
    sans-serif;
  background-color: #f5f3f4;
}
a {
  color: #16168c;
  display: block;
}
a:hover {
  text-decoration: underline;
  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;
  text-align: center;
}
h2, .under h1 {
  color: #fff;
  background: #951f64;
  padding: 10px 15px;
  border: dashed 2px #fff;
}
h3,
.title_H, .under h2 {
  border: 6px double #951f64;
  padding: 5px 15px;
}
h4, .under h3 {
  border: 2px solid #951f64;
  padding: 5px 15px;
}
.under h3 {margin-top: 40px;}

h5 {
  border-bottom: 6px double #951f64;
  font-size: 120%;
}
h6 {
  border-bottom: 2px solid #951f64;
  font-size: 100%;
}
strong {
  color: #951f64;
  border-bottom: 4px double #951f64;
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #16168c;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #16168c;
  border-radius: 50%;
}
article ol {
  counter-reset: counter-name;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  border: 1px solid #16168c;
}
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;
  color: #16168c;
}
blockquote {
  background: #f5f3f4;
  padding: 3em 1em;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #16168c;
  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 #16168c;
  background: #eee;
  color: #16168c;
}
table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #16168c;
}
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 dashed #16168c;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  font-style: normal;
  border: 1px dotted #16168c;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
  border-bottom: 1px dashed #000;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
/* 角丸 */
img,
.page-C,
.link_Bxx,
.aaa,
h2,
h3,
article ul,
article ol,
blockquote,
pre,
.sBtn-area,
.sBtn-link {
  border-radius: 5px;
  -moz-border-radius: 5px;
  　　　-webkit-border-radius: 5px;
}
/* シャドウ */
.eyeCa img,
.page-C,
.link_Bxx,
.aaa {
  box-shadow: 0px 3px 10px -7px #000;
  -moz-box-shadow: 0px 3px 10px -7px #000;
  -webkit-box-shadow: 0px 3px 10px -7px #000;
}
/* top page */
/* header */
.introA {
  width: 100%;
}
.titlebox {
  width: fit-content; /* 50% */
  margin: 0 auto 40px;
  padding: 30px;
  background-color: #951f64;
  border-radius: 0 0 5px 5px;
  border-right: dashed 2px #f5f3f4;
  border-bottom: dashed 2px #f5f3f4;
  border-left: dashed 2px #f5f3f4;
}
.site-name a,
p.main_Cp {
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
.introA .site-name a {
  font-size: 28px;
  margin: 0 auto 20px;
}
.introA .site-name a:hover {
  text-decoration: none;
}
.introA p.main_Cp {
}
.topNAV a {
  color: #16168c;
}
.topNAV > ul {
  display: flex;
  justify-content: space-around;
}
.topNAV ul#topNAV-menu > li {
  display: block;
  position: relative;
  width: 24%;
  text-align: center;
  border-right: 2px solid #951f64;
}
ul#topNAV-menu li:first-child {
  border-left: 2px solid #951f64;
}
#topNAV-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#topNAV-menu li a {
  display: block;
}
/* slider */
.eyeCa {
  overflow: hidden;
  width: 100%;
  padding: 30px;
}
.slider_BX {
  position: relative;
  left: 50%;
  width: 3090px;
  margin-left: -1590px;
}
.bx-wrapper {
  max-width: 3090px;
  position: relative;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.bx-wrapper img {
  border-radius: 5px;
}
.bx-viewport {
  background-color: #f5f3f4 !important;
  overflow: visible !important;
}
.main-Sl li {
  margin: 0 15px !important;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 85%;
  margin: 0 0 0 100px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: -20px;
  margin-left: 60px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}
/* contents area */
.blockA {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .blockA {
  display: block;
}
.read-M {
  text-align: right;
}
.read-M a {
  padding: 3px 3rem;
  color: #16168c;
  display: inline-block;
  position: relative;
  font-size: 110%;
}
.read-M a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 10px;
  left: 30px;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #16168c;
}
/* main */
main {
  float: right;
  width: 72%;
  margin: 40px 0;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.page-C,
.link_Bxx,
.aaa,
.sBtn-area {
  padding: 15px;
  background-color: #fff;
}
.page-C img {
  float: left;
  width: 47%;
  margin-right: 3%;
}
.lcr {
  float: left;
  width: 50%;
}
article {
  margin-bottom: 30px;
}
/* おすすめリンク */
.linkIt {
  float: left;
  width: 42%;
  margin: 0 4%;
}
.linkIt h3 {
  border: none;
}
.linkIt h3 a {
  position: relative;
  margin-left: 20px;
  padding-bottom: 5px;
}
.linkIt h3 a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 5px;
  left: -20px;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #16168c;
}
.link_Bxx h3 {
  padding: 0px 15px;
  margin-bottom: 0;
}
.link_Bxx h3 a {
  display: block;
}
.link_Bxx p {
  padding: 0 0 20px 20px;
}
.link_Bxx a {
  text-align: left;
}
/* aside */
aside {
  float: left;
  width: 25%;
  margin: 40px 3% 0 0;
  position: sticky;
  top: 0;
  height: fit-content;
}
aside li > div {
  color: #951f64;
  font-size: 21px;
  border-bottom: 2px dashed #951f64;
  text-align: center;
  margin-bottom: 10px;
}
aside a {
  padding: 10px 0;
  text-align: center;
}
aside img {
  max-width: 70%;
  display: block;
  margin: 0 auto;
}
.side_Link a {
  margin-bottom: 10px;
}
aside ul li ul li:last-child {
  margin-bottom: 50px;
}
/* footer */
footer {
  position: relative;
  background: #951f64;
  padding: 50px 0 10px;
  color: #fff;
}
footer p {
  font-size: 21px;
  border-bottom: 2px dashed #fff;
  margin-bottom: 15px;
  text-align: center;
}
footer a {
  color: #fff;
  font-size: 85%;
  text-align: center;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .blockA {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.ftCPY {
  font-size: 70%;
  text-align: center;
  border: none;
}
.top_BTN {
  width: 100%;
  background-color: #fff;
  color: #16168c;
  text-align: center;
  font-size: 18px;
  border-top: 2px dashed #951f64;
}
.top_BTN p {
  padding: 5px;
}
.ftMENu {
  width: 20%;
  margin: 0 auto;
}
/* under */
.not-Fo {
  font-size: 200%;
  color: #666;
}
.nf {
  text-align: center;
}
/* pan nav */
.pa-NAV {
  margin: 40px 0 0;
  /* text-align: right; */
}
.pa-NAV a {
  display: inline;
  font-size: 85%;
}
.pa-NAV font {
  color: #ccc;
}
/* SNS */
.sBtn-area {
  width: 100%;
  margin: 50px 0;
}
.sns-blockA {
  display: flex;
  justify-content: space-between;
}
.sBtn-area > div {
  text-align: center;
}
.sBtn-area:after {
  content: "";
  clear: both;
  display: block;
}
.title_H {
  display: block;
  margin-bottom: 10px;
}
.sBtn-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.sBtn-whole .fa {
  font-weight: bold;
}
.sBtn-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.sBtn-link:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* SNSごとの背景色 */
#twitter {
  background-color: #00acee;
}
#hatena {
  background-color: #2d4c86;
}
#facebook {
  background-color: #3b5998;
}
#ggl-plus {
  background-color: #dd4b39;
}

/*下層などflex内で要素が増える時*/
.blockA.cf:has(.pa-NAV) {
  flex-wrap: wrap;
} /*パンくずが含まれる時のみ*/
.pa-NAV {
  width: 100%;
} /*パンくず*/
