@charset "UTF-8";

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

body {
  background: #fff;
  font-size: 16px;
  line-height: 2;
  font-family: -apple-system, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 only */
.cf {
  *zoom: 1;
}

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

a:hover {
  color: #c12586;
  transition: 0.5s;
}

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

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

h2,
h3,
h4,
h5,
h6 {
  font-size: 130%;
  margin-bottom: 25px;
  padding: 8px 0;
}

/* top page */

/* header */
#wrap {
  display: flex;
  justify-content: inherit;
}

.head_top {
  /* min-width: 25%; */
  width: 25%;
  /*320px*/
  position: sticky;
  padding: 3em 2em;
  margin: 0 auto;
  z-index: 10;
  background: #fff;
  top: 0;
  height: fit-content;
}

#rightwrap {
  max-width: 70%;

  background: #ffffee;
  margin: 0 auto;

}

@media (max-width: 667px) {
  #rightwrap {
    max-width: inherit;
  }
}

.container .er {
  padding: 1rem 110px 20rem;
}

.head_top .site_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}

.head_top .site_ttl a {
  color: #333;
  line-height: 1.3;
}

.head_top p.catch_copy {
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}

nav.gnav>ul {
  margin: 20px auto;
}

nav.gnav ul#g_menu>li {
  display: block;
  position: relative;
  font-size: 12px;
  border-bottom: 1px dotted #bbb;
}

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

ul.sub-menu li a {
  display: block;
}

ul.sub-menu li a:hover {
  color: #f5f2e8;
  background-color: #388186;
}

.slicknav_menu {
  display: none;
}

#g_menu li a {
  display: block;
  color: #333;
  padding: 1em 0;
  position: relative;
}

#g_menu li a:hover {
  color: #b86398;
}

/* slider */
#slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

#sliderinner {
  position: relative;
  left: 50%;
  width: 2250px;
  margin-left: -1125px;
}

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

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #0071bc;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  transition: 0s;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/left.png) no-repeat 0 0;
}

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

.bx-wrapper .bx-controls-direction a {
  width: 34px;
  height: 58px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0;
}

/* contents area */
.container {
  margin: 0 auto;
  position: relative;
}

.container section article {
  padding: 2%;
}

.container section article:nth-of-type(1) {
  background: url(../images/bk_01.png) no-repeat,
    url(../images/bk_02.png) no-repeat, #ffffee;
  background-position: right bottom, left top;
}

.container section article:nth-of-type(2) {
  background: url(../images/bk_01.png) no-repeat,
    url(../images/bk_02.png) no-repeat, #fbf4ea;
  background-position: right bottom, left top;
  clear: both;
}

.container section article:nth-of-type(3) {
  background: url(../images/bk_01.png) no-repeat,
    url(../images/bk_02.png) no-repeat, #f5ebea;
  background-position: right bottom, left top;
}

.container section article:nth-of-type(4) {
  background: url(../images/bk_01.png) no-repeat,
    url(../images/bk_02.png) no-repeat, #fbf5f5;
  background-position: right bottom, left top;
}

.container section article:nth-of-type(5) {
  background: url(../images/bk_01.png) no-repeat,
    url(../images/bk_02.png) no-repeat, #dae9ec;
  background-position: right bottom, left top;
}

.container section article:nth-of-type(6) {
  background: url(../images/bk_01.png) no-repeat,
    url(../images/bk_02.png) no-repeat, #ffffee;
  background-position: right bottom, left top;
}

.btn_4 {
  text-align: right;
}

.btn_4 a {
  border: 3px solid #b86398;
  color: #b86398;
  padding: 10px 70px;
  display: inline-block;
}

.btn_4 a:hover {
  background: #b86398;
  color: #fff;
}

.note {
  float: right;
  width: 100%;
}

.note p {
  background: url(../images/line.png) repeat bottom left;
  line-height: 32px;
  margin: 0 0 20px;
}

/* section */
.main-area {
  padding: 0 2%;
}

.container article .art-box {
  padding: 0 20px;
}

.article>.cf {
  max-width: 1000px;
  margin: 0 auto;
}

.article>.cf img {
  float: left;
  margin: 0 30px 0 auto;

  max-width: 35%;
}

.article p img {
  max-width: 100%;
}

.article img,
img.eyecatch,
.side-link img {
  border: 5px solid #fff;
  box-shadow: 0 0 1px rgba(51, 51, 51, 0.3);
}

.article img {
  display: block;
  width: -webkit-fill-available;
}

.article .art-R {
  width: 280px;
  float: right;
}

.art-R a {
  display: block;
  text-align: right;
}

/* 保留 article.article {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 667px) {
  article.article {
    flex-direction: column;
  }
} */
article.article {
  padding: 2%;
}

/* style */
.container section .content1_img img {
  max-width: 860px;
  margin: 0 auto 25px;
  text-align: center;
  display: block;
  float: none;
}

/* +下層用 */
.container h2,
.under h1 {
  font-size: 160%;
  color: #0071bc;
  position: relative;
}

.container h3,
.under h2 {
  color: #fff;
  position: relative;
  padding: 0.5em 0.75em;
  background-color: #e8a885;
}

.container h3:after,
.under h2:after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #e8a885;
}

.container h4

/*, .under h3*/
  {
  color: #e8a885;
  font-weight: bold;
}

.container h5 {
  font-size: 110%;
  padding-bottom: 0.5em;
  border-bottom: 5px solid #e8a885;
}

.container h6,
article.link-box h6 {
  font-size: 110%;
  padding: 0 0.75em;
  border-left: 6px solid #e8a885;
}

b,
strong,
.bo {
  font-weight: bold;
  font-size: 100%;
  color: #e52f2f;
}

.container article ul,
.container .subEntry ul {
  /* margin: 1.5em 0; */
}

.container article ul li,
.container .subEntry ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: disc;
  font-weight: bold;
  color: #e8a885;
}

.container article ol,
.container .subEntry ol {
  counter-reset: counter-name;
  border: 2px solid #e8a885;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
  background: #fff;
}

.container article ol li,
.container .subEntry ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.container article ol li:before,
.container .subEntry ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
  color: #e8a885;
  font-weight: bold;
}

blockquote {
  background: #fff;
  padding: 3em 1em;
  position: relative;
  margin-bottom: 1em;
}

blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  color: #e8a885;
  position: absolute;
  left: 0;
  top: 0;
}

blockquote:after {
  content: "”";
  font-size: 600%;
  line-height: 0em;
  color: #e8a885;
  position: absolute;
  right: 0;
  bottom: 0;
}

.container main p img {
  display: inline-block;
  float: none;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

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 #f2ccb7;
  background: #e8a885;
  color: #fff;
}

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

/* link */
article.link-box h3 a:before {
  content: "\f08e";
  font-family: FontAwesome;
  margin-right: 5px;
}

article.link-box h3 {
  display: block;
  background: none;
  margin: 0 auto;
  padding: 0;
}

article.link-box h3:after {
  position: inherit;
  width: 0;
  height: 0;
  border: none;
  border-top: none;
}

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

.container section article.link-box a {
  text-align: left;
}

/* 2022/09/21 add */
.first-article {
  float: left;
  max-width: 70%;
}

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

@media (max-width: 667px) {
  .first-article {
    max-width: none;
  }

  .flex {
    flex-direction: column;
  }
}

/* aside */
aside.side-menu {
  float: right;
  /*min-*/
  width: 240px;
  position: sticky;
  top: 0;
  height: fit-content;
}

.side-container>li {
  display: inline-block;
}

.side-container>li:last-of-type {
  float: right;
  width: 100%;
}

.side-container a {
  display: block;
  padding: 10px 10px 10px 0px;
  position: relative;
}

.side-container p a {
  display: block;
  padding-left: 70px;
  height: 40px;
  line-height: 40px;
}

.side-link img {
  float: left;
  max-width: 25%;
  margin-bottom: 20px;
  margin-right: 10px;
}

.side-menu>ul>li>p {
  font-size: 21px;
  text-align: center;
  border-bottom: 2px dashed #0071bc;
  color: #0071bc;
}

p.side-link img {
  vertical-align: middle;
}

.side-link p {
  padding: 10px 0;
}

aside ul.side-sub-menu li {
  list-style: none;
}

/* footer */
footer {
  position: relative;
  padding: 0 3em;
  background: #fff;
}

footer .f_menu_area {
  display: flex;
  justify-content: inherit;
  margin: 0 auto;
  padding: 2em 0;
}

.f_menu_area>li {
  width: 28%;
  margin: 0 5% 0 0;
}

footer .f_ttl,
footer .copy {
  font-size: 10px;
  text-align: center;
}

footer a.top_btn {
  position: absolute;
  /* top: -50px; */
  right: 0;
  bottom: 20px;
}

footer .f_menu p {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}

footer .f_menu a {
  display: block;
  line-height: 1.3;
  padding: 15px 0;
}

footer .f_menu a:hover {
  color: #333;
}

/* under */

/* pan nav */
#panav {
  margin: 20px auto 35px;
}

#panav a {
  display: inline;
  font-size: 12px;
}

img.eyecatch {
  display: block;
  margin: 20px auto;
  width: 100%;
}

.button-area {
  padding: 20px;
}

.container main .subEntry p {
  padding: 0 0 20px 0;
}

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

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

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

.title-fill {
  text-align: center;
  display: block;
  background-color: #444;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.button-whole {
  float: left;
  width: 23%;
  box-sizing: border-box;
  margin: 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;
}

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