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

body {
  color: #000;
  font-family: "YakuHanJP", "TsukuGoPr5-R", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "MS UI Gothic",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

#wrapper {
  padding: 0 18px;
  max-width: 1188px;
  background: #541b86;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-inline: auto;
}

#container {
  background: #fff;
}

del {
  text-decoration: line-through;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

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 {
  color: #541b86;
}

em {
  color: #999;
}

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

ins {
  display: inline-block;
}

/*--- table*/
table {
  border-collapse: collapse;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 150px;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  border-right: 4px solid #f0f4f5;
  border-bottom: solid 4px #f0f4f5;
  background: #c8d7db;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border-bottom: 4px solid #f0f4f5;
  border-left: 4px solid #f0f4f5;
}

table th:nth-last-child(1) {
  border-right: none;
}

table td:nth-of-type(1) {
  border-left: none;
}

/*--- blockquote*/
blockquote {
  width: 90%;
  position: relative;
  margin: 0 auto 30px;
  line-height: 1.8;
  font-size: 1.2vw;
  padding: 20px 5%;
  border-bottom: solid 4px #e6e6e6;
}

blockquote:before {
  content: "❝";
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 4vw;
  color: #e6e6e6;
}

blockquote:after {
  content: "❞";
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 4vw;
  color: #e6e6e6;
}

/*--- list ul*/
article ul {
  padding: 0 20px;
  margin-top: 10px;
  box-sizing: border-box;
  background: #f5f5f5;
}

article ul li {
  font-size: 12px;
  margin: 0.5em 0;
  padding: 10px 20px;
  line-height: 2.35em;
  border-bottom: solid 1px #c6c6c6;
}

article ul li:before {
  content: "||";
  color: #c6c6c6;
  margin-right: 8px;
}

/*--- list ol*/
article ol {
  margin: 1.5em 0;
  counter-reset: number;
  list-style-type: none !important;
  padding: 10px 20px;
  background-color: #f0f4f5;
}

article ol li {
  margin: 0.5em 0;
  padding: 10px 45px;
  list-style: none;
  position: relative;
}

article ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  color: #999;
  font-size: 14px;
  left: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #999;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--- link*/
a {
  display: block;
  color: #333;
}

a:hover {
  opacity: 0.6;
  color: #541b86;
}

/*--- layout ---*/
.con_wrap {
  background: #f9f8f5;

}

.con_wrap>* {
  color: #333;
}

.page_siaIn {
  max-width: 1146px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.con_wrap main .page_siaIn>section {
  max-width: 78%;
  background: #fff;
  padding: 2%;
  float: left;
}

@media (max-width: 693px) {
  .page_siaIn {
    flex-direction: column;
  }

  .con_wrap main .page_siaIn>section {
    max-width: inherit;
  }
}

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

article {
  margin-bottom: 30px;
}

article img {
  max-width: 100%;
  margin-bottom: 15px;
  border: solid 1px #e4ebf1;
}

/*--- title ---*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 500;
}

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

h2,
.under h1 {
  font-size: 1.5vw;
  padding: 30px 10px;
  text-align: center;
  border-left: solid 5px #541b86;
  background: #fff;
  text-align: left;
}

h3,
.under h2 {
  width: 100%;
  padding: 19px 30px;
  border-top: 3px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

h4,
.under h3 {
  padding: 15px 10px 30px;
  position: relative;
}

h4:before,
.under h3::before {
  content: "";
  z-index: 1;
  position: absolute;
  background: #ccc;
  width: 50px;
  height: 4px;
  bottom: 13px;
  right: 10px;
  left: 0;
}

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

h5 {
  font-size: 110%;
  padding-left: 33px;
  position: relative;
  z-index: 1;
}

h5:before {
  content: "";
  z-index: 1;
  position: absolute;
  border-left: 14px solid #75499d;
  border-right: 6px solid #cbbada;
  width: 0px;
  height: 20px;
  top: 0;
  left: 0;
}

h6 {
  font-size: 12px;
  font-size: 0.85714rem;
  letter-spacing: 1px;
  color: #cbcbcb;
  font-family: Lato, "Gill Sans", sans-serif;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin: 0 0 52px;
}

h6:before {
  content: "";
  z-index: 1;
  position: absolute;
  background: #cbcbcb;
  width: 50px;
  height: 4px;
  bottom: -24px;
  left: 0;
}

/*--- header ---*/
.top-hd {
  width: 100%;
  height: 96px;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.top-hdIn {
  max-width: 58vw;
  float: left;
  margin-top: 16px;
}

@media (max-width: 693px) {
  .top-hdIn {
    max-width: inherit;
  }
}

.top-title {
  padding-left: 4.5vw;
  text-align: left;
}

.top-title:before {
  font-family: FontAwesome;
  content: "\f043";
  color: #541b86;
  font-size: 3vw;
  line-height: 100%;
  margin: 5px;
  position: absolute;
  left: 1.2vw;
}

/*--- h1*/
.ttl_h a {
  font-size: 1.4vw;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
}

/*--- headCopy*/
.top-cp {
  font-size: 1vw;
  font-weight: 600;
  margin-top: 0.2vw;
}

/*--- headNav ---*/
#top-nv {
  width: 384px;
  float: right;
}

#top-nv ul {
  margin: 0 auto;
  overflow: hidden;
}

#top-nv li {
  float: left;
  width: 96px;
  height: 96px;
  font-size: 0.7vw;
  font-weight: 600;
  display: table;
}

#top-nv li a {
  border-left: 1px solid #e8e8e8;
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

#top-nv li a:before {
  font-family: FontAwesome;
  content: "\f015";
  font-size: 2vw;
  font-weight: normal;
  display: inline-block;
  width: 100%;
}

#top-nv li:nth-of-type(2) a:before {
  content: "\f0b1";
}

#top-nv li:nth-of-type(3) a:before {
  content: "\f1b9";
}

#top-nv li:nth-of-type(4) a:before {
  content: "\f02e";
}

#top-nv li a:hover {
  background: #541b86;
  color: #fff;
  opacity: 1;
}

.slicknav_menu {
  display: none;
}

/*--- mainSlider ---*/
.top-mainvisual {
  overflow: hidden;
  position: relative;
  height: auto;
  width: 100%;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}

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

.top-slider li img {
  display: block;
}

.bx-wrapper {
  position: relative;
  max-width: 100% !important;
  margin: 0 auto;
  border: none;
  box-shadow: none;
  background: #0083cd;
}

.top-mainvisual .bx-viewport {
  height: auto !important;
}

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

/*--- 下層リンク ---*/
.top-top {
  max-width: 1146px;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0;
  display: flex;
}

.top-top .top-lk {
  max-width: 362px;
  background: #fff;
  border-bottom: solid 4px #e6e6e6;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 0 0 30px;
}

.top-top .top-lk:nth-of-type(1) {
  margin: 0;
}

.top-top .top-lk img {
  border-bottom: 4px solid #541b86;
  background: #fff;
  position: relative;
  width: 362px;
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
}

.top-top .top-lk>div {
  margin: 0 0 23px;
  background: #fff;
  padding: 20px 40px 25px;
}

.top-top .top-lk h2 {
  font-size: 20px;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  background: none;
}

.top-top .top-lk h2:before {
  display: none;
}

/*--- readMore*/
.top-more {
  width: 142px;
  margin: 20px auto 0;
}

.top-more a {
  display: inline-block;
  padding: 8px 40px;
  border: 1px solid #cccccc;
  background: #fff;
  font-size: 12px;
}

.top-more a:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

/*--- aside ---*/
aside dt {
  padding: 15px 10px 30px;
  position: relative;
}

aside dt:before {
  content: "";
  z-index: 1;
  position: absolute;
  background: #ccc;
  width: 50px;
  height: 4px;
  bottom: 13px;
  right: 10px;
  left: 0;
}

aside dd {
  font-size: 0.7vw;
}

/*--- 上block*/
aside .pagemenu_t a:before {
  content: "→";
  margin-right: 4px;
  color: #999;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

aside dd a {
  line-height: 28px;
}

/*--- 下block*/
aside .pagemenu_trs dl {
  border-top: none;
}

aside .pagemenu_trs dd {
  width: 100%;
  margin: 0 auto 15px;
}

aside .pagemenu_trs dd img {
  width: 100%;
}

aside .pagemenu_trs dd p {
  width: 100%;
  padding: 20px 10px;
  text-align: center;
}

aside .pagemenu_trs a {
  background: #fff;
  text-decoration: none;
}

aside .pagemenu_trs a:hover {
  opacity: 1;
  background: #f0f4f5;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

/*--- recommend ---*/
.top-lbk {
  width: 100%;
  padding-bottom: 30px;
  background: #fff;
  border-bottom: solid 4px #e6e6e6;
  text-align: center;
  overflow: hidden;
}

.top-lbkIn {
  max-width: 1146px;
  margin: 0 auto;
}

.top-lbk h2 {
  font-size: 2vw;
  padding: 30px 10px 30px;
  text-align: center;
  position: relative;
  border: 0;
  background: none;
}

.top-lbk h2:before {
  content: "";
  z-index: 1;
  position: absolute;
  background: #541b86;
  width: 50px;
  height: 4px;
  bottom: 13px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

/*--- h3_link*/
.lbk_in {
  width: 50%;
  float: left;
  margin: 0 auto 20px;
}

.top-lbk h3 {
  width: 98%;
  margin: 0 auto;
  border: none;
}

.top-lbk h3 a {
  display: block;
  padding: 30px 0;
  border: 1px solid #cccccc;
  background: #fff;
  font-weight: bold;
  font-size: 12px;
}

.top-lbk h3 a::after {
  content: ">";
  margin-left: 10px;
}

.top-lbk h3 a:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.top-lbk p {
  color: #9d9d9d;
  font-size: 85%;
}

/*--- footer ---*/
footer {
  width: 100%;
  background: #595757;
  border-top: solid 1px #000;
}

footer ul {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}

footer ul li {
  width: 220px;
  margin-right: 100px;
  float: left;
}

footer dl {
  padding: 20px 0;
  overflow: hidden;
}

footer dt {
  padding: 15px 10px 30px;
  color: #fff;
  position: relative;
}

footer dt:before {
  content: "";
  z-index: 1;
  position: absolute;
  background: #ccc;
  width: 50px;
  height: 4px;
  bottom: 13px;
  right: 10px;
  left: 0;
}

footer dd {
  font-size: 0.7vw;
  border-bottom: solid 1px #999;
}

footer dd a {
  color: #fff;
  padding: 15px;
}

footer dd a:before {
  content: "→";
  margin-right: 4px;
  color: #999;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

footer dd a:hover {
  text-decoration: none;
  color: #fff;
}

/*--- footCopy*/
.top-fc {
  width: 100%;
  padding: 40px 0;
  margin: 0 auto;
  font-size: 0.6vw;
  color: #999;
  text-align: center;
}

/*--- 404*/
.top-nf {
  height: 700px;
}

.top-nf b {
  font-size: 200%;
  color: #541b86;
}

/*--- pan*/
.top-pan {
  max-width: 1146px;
  margin: 10px auto;
}

.top-pan a {
  display: inline;
  padding: 0 8px;
  font-size: 0.7vw;
}

/*SNS*/
.sns-ctnbt {
  width: 100%;
  margin-top: 50px;
  padding: 40px 0;
  background: #fff;
}

.sns-ctnbt dl {
  overflow: hidden;
}

.sns-ctnbt dt {
  font-size: 1.5vw;
  text-align: center;
  margin-bottom: 20px;
}

.sns-ctnbt dd {
  width: 24%;
  margin-right: 0.5%;
  float: left;
  text-align: center;
}

.sns-ctnbt dd:nth-of-type(1) {
  margin-left: 1.3%;
}

.sns-ctnbt dd a {
  font-size: 1vw;
  display: block;
  padding: 30px 0;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  background: #fff;
}

.sns-ctnbt dd a:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

/*--- bg*/
#twitter:hover {
  color: #00acee;
  border-color: #00acee;
}

#hatena:hover {
  color: #041d4d;
  border-color: #041d4d;
}

#facebook:hover {
  color: #3b5998;
  border-color: #3b5998;
}

#ggl-plus:hover {
  color: #dd4b39;
  border-color: #dd4b39;
}

/*--- topPage*/
p.top-btn a {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  background: #541b86;
}

p.top-btn a:before {
  font-family: FontAwesome;
  content: "\f106";
  text-align: center;
  font-size: 40px;
  line-height: 44px;
}

p.top-btn a:hover {
  background: #333;
  text-decoration: none;
}