@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Cinzel&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;800;900&family=Noto+Serif+JP:wght@300&display=swap");
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}
/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
body {
  background-color: #fff;
  color: #5a3110;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-weight: 500;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  line-height: 1;
}
.slick-next:before {
  content: ">";
}
.slick-prev:before {
  content: "<";
}
.slick-next:before, .slick-prev:before {
  display: inline-block;
  color: #8d8d8d;
  font-weight: 100;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: super;
}
.current-item span {
  color: #15b87b;
}
section {
  position: relative;
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.down-to-top {
  opacity: 0;
  transform: translateY(50rem);
  transition: all 1s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.left-to-right {
  opacity: 0;
  /*不透明度を指定*/
  transform: translateX(-50rem);
  /*transformプロパティの値に関数を指定することで、移動、回転、伸縮、傾斜の設定が可能*/
  transition: all 1s;
  /*変化の時間*/
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (min-width: 769px) {
  h1, h2, h3, h4, h5, h6, p, table, ul, dl, a {
    transform: rotate(0.03deg);
  }
  a {
    transition-duration: 0.5s;
  }
  html {
    font-size: calc(100vw / 1920);
  }
  body {
    font-size: 16rem;
    width: 100%;
  }
  main {
    min-height: 30vh;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  /*.slick-slide{
    margin:0 0.05rem;
  }
  .slick-next{
    right:-1rem;
  }
  .slick-prev{
    left:-1rem;
  }
  .slick-prev, .slick-next{
    width: 0.6rem;
    height: 0.6rem;
    top:50%;
  }
  .slick-next:before,
  .slick-prev:before{
    transform: scale(0.5,1) translateY(-0.2rem);
    font-size: 1.2rem;
  }*/
  html {
    font-size: calc(100vw / 750);
    min-height: 100vh;
  }
  body {
    font-size: 31rem;
    min-width: 320px;
    background: #fffdf1;
  }
  html, body {
    height: 100%;
    min-height: 100%;
  }
  html.fixed {
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
  html.fixed .siteHeader {
    z-index: 120;
  }
  main {
    margin-top: 115rem;
  }
  .pc {
    display: none !important;
  }
  .breadcrumbs {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 769px) {
  .siteHeader {
    position: relative;
    z-index: 100;
    height: 195rem;
    border-bottom: 1rem solid #707070;
  }
  .siteHeader .inner {
    max-width: 1200rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    padding: 71rem 0 0;
    position: relative;
  }
  .siteHeader .inner .siteHeader-siteBranding {
    position: relative;
    width: 423rem;
  }
  .siteHeader .inner .siteHeader-siteBranding::before {
    content: "障がいのある方とご家族、ひとり親家庭の暮らしを知識と経験で支えます。";
    font-size: 15rem;
    position: absolute;
    white-space: nowrap;
    top: -29rem;
  }
  .siteHeader .inner .right {
    background: #d7e064 url(../img/common/mail.png) no-repeat 22rem 51rem / 42rem;
    width: 250rem;
    height: 115rem;
    border-radius: 0 0 5% 5%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 40rem 0 0 75rem;
    font-size: 16rem;
    line-height: 1.5;
  }
  .siteHeader .inner .siteHeader-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    font-size: 16rem;
    margin-top: 50rem;
  }
  .siteHeader .inner .siteHeader-list li {
    position: relative;
    height: 32rem;
    display: inline-block;
    padding: 0 40rem;
  }
  .siteHeader .inner .siteHeader-list li:first-child {
    padding-left: 0;
  }
  .siteHeader .inner .siteHeader-list li:last-child {
    padding-right: 0;
  }
  .siteHeader .inner .siteHeader-list li a {
    display: block;
    width: 100%;
  }
  .siteHeader .inner .siteHeader-list ul {
    /*height: 0;
          //transition: opacity 0.5s;
          opacity: 0;*/
    display: none;
  }
  .siteHeader .inner .siteHeader-list .menu-item-has-children:hover .sub-menu {
    display: block;
    height: auto;
    opacity: 1;
    position: absolute;
    min-width: 176rem;
    width: 100%;
    top: 100%;
    left: 0rem;
  }
  .siteHeader .inner .siteHeader-list .menu-item-has-children:hover .sub-menu li {
    border-bottom: 1rem solid #fff;
    text-align: center;
    padding: 20rem 0;
    display: block;
    background: #fcc906;
    height: 53rem;
  }
  .siteHeader .inner .siteHeader-list .menu-item-has-children:hover .sub-menu li:hover {
    background: #fce27d;
  }
  .siteHeader .inner .siteHeader-list > .current-menu-item a, .siteHeader .inner .siteHeader-list > .current-menu-ancestor a {
    position: relative;
  }
  .siteHeader .inner .siteHeader-list > .current-menu-item a::after, .siteHeader .inner .siteHeader-list > .current-menu-ancestor a::after {
    content: "";
    display: block;
    height: 8rem;
    width: 120%;
    background: #fcc906;
    position: absolute;
    top: 7rem;
    left: 50%;
    margin-left: -60%;
    z-index: -1;
  }
  .siteHeader a:hover {
    opacity: 0.4;
  }
  .siteHeader .current {
    pointer-events: none;
    color: #d7e064;
    font-weight: bold;
  }
  .siteHeader .current:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader {
    padding: 0 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 115rem;
    /*********************************
    ハンバーガーメニュー
    *********************************/
  }
  .siteHeader .siteHeader-siteBranding img {
    width: 572rem;
  }
  .siteHeader .inner {
    padding: 32rem 31rem 0rem;
  }
  .siteHeader-humberger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 130rem;
    height: 115rem;
    transition: 0.5s;
    z-index: 2000;
    font-size: 25rem;
    position: absolute;
    top: 0rem;
    right: 0rem;
    background: #d7e064;
    padding: 20rem 0 47rem;
  }
  .siteHeader-humberger span {
    background: #5a3110;
    height: 8rem;
    width: 71rem;
    transition: 0.4s;
    margin: 0 auto;
  }
  .siteHeader-humberger::after {
    content: "MENU";
    display: block;
    position: absolute;
    top: 75rem;
    left: 33rem;
  }
  .siteHeader-humberger.close span:nth-of-type(1) {
    transform: translate(5rem, 23rem) rotate(-146deg);
    width: 58%;
  }
  .siteHeader-humberger.close span:nth-of-type(2) {
    opacity: 0;
  }
  .siteHeader-humberger.close span:nth-of-type(3) {
    transform: translate(5rem, -16rem) rotate(146deg);
    width: 60%;
  }
  .siteHeader-humberger.close::after {
    content: "CLOSE";
    display: block;
    position: absolute;
    top: 75rem;
    left: 33rem;
  }
  .siteHeader-spMenu {
    display: none;
    background: #5a3110;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 113rem;
    left: 0;
    color: #fff;
    z-index: 240;
    overflow: auto;
  }
  .siteHeader-spMenu ul {
    padding: 0 0 0;
    font-family: Bahnschrift, "Noto Sans JP", sans-serif;
  }
  .siteHeader-spMenu li {
    font-size: 30rem;
    line-height: 94rem;
  }
  .siteHeader-spMenu li a, .siteHeader-spMenu li p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 50rem;
    border-bottom: 1px solid #fff;
    position: relative;
    font-weight: 400;
  }
  .siteHeader-spMenu li a::after, .siteHeader-spMenu li p::after {
    content: "▶";
    font-size: 18rem;
    font-weight: normal;
    position: absolute;
    right: 35rem;
    transition: all 0.3s;
  }
  .siteHeader-spMenu li:last-child {
    border: none;
  }
  .siteHeader-spMenu .sub-menu li {
    line-height: 0;
    opacity: 0;
    transition: all 0.5s ease-out;
  }
  .siteHeader-spMenu .active p::after {
    transform: rotate(90deg);
    transition: all 0.3s;
  }
  .siteHeader-spMenu .active .sub-menu li {
    opacity: 1;
    background: #fcc906;
    color: #5a3110;
    line-height: 94rem;
    transition: all 0.5s ease-out;
  }
  .siteHeader-spMenu-tel {
    display: block;
    position: relative;
    width: 5.35rem;
    margin: 0.6rem auto 0;
    border-radius: 5rem;
    text-align: center;
    padding: 0.4rem 0;
    background: #15b87b;
    color: #fff;
  }
  .siteHeader-spMenu-tel::after {
    position: absolute;
    content: ">";
    transform: scale(0.5, 1);
    font-size: 0.8rem;
    font-weight: normal;
    right: 0.45rem;
    top: 0.19rem;
  }
}
@media screen and (min-width: 769px) {
  .siteFooter {
    background: #ebefb1;
    text-align: center;
    padding: 20rem 0 0;
  }
  .siteFooter a:hover {
    opacity: 0.4;
  }
  .siteFooter .pc_area ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    font-weight: 400;
  }
  .siteFooter .pc_area ul li {
    margin: 0 93rem;
  }
  .siteFooter .pc_area img {
    display: block;
    width: 344rem;
    margin: 36rem auto 0;
  }
  .siteFooter .copy {
    font-size: 15rem;
    text-align: center;
    color: #fff;
    line-height: 36rem;
    height: 36rem;
    background: #5a3110;
    margin-top: 20rem;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter .copy {
    font-size: 17rem;
    text-align: center;
    color: #fff;
    line-height: 60rem;
    height: 60rem;
    background: #5a3110;
    margin-top: 80rem;
    position: relative;
  }
}
.home {
  line-height: 1;
  counter-reset: number 0;
}
@media screen and (min-width: 769px) {
  .home .button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36rem;
    background: #5a3110;
    width: 315rem;
    color: #fff;
    margin: 0 auto 0;
  }
  .home .button:hover {
    background: #fcc906;
    color: #5a3110;
  }
  .home .mv {
    background: url(../img/top/mv.jpg) no-repeat center top / 100%;
    width: 1200rem;
    max-width: 1200rem;
    height: 560rem;
    padding: 181rem 291rem 0;
    margin: 0 auto;
  }
  .home .mv .cn span {
    font-size: 22rem;
    font-weight: bold;
    display: block;
    background: #d7e064;
    width: 143rem;
    height: 41rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
  }
  .home .mv .cn h1 {
    font-size: 45rem;
    margin-top: 16rem;
    margin-left: -5rem;
  }
  .home .mv p {
    line-height: 1.5;
    margin-top: 22rem;
    margin-left: 4rem;
  }
  .home .mv p span {
    background: linear-gradient(transparent 60%, rgba(215, 224, 100, 0.5) 60%);
  }
  .home .mv p strong {
    font-size: 22rem;
  }
  .home .menu {
    padding: 34rem 0 59rem;
    max-width: 1200rem;
    width: 1200rem;
    margin: 0 auto;
  }
  .home .menu h2 {
    font-size: 40rem;
    font-weight: bold;
    text-align: center;
    line-height: 69rem;
    margin-left: -51rem;
  }
  .home .menu h2 span {
    background: #d7e064;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
    width: 69rem;
    height: 69rem;
    font-size: 50rem;
    position: relative;
    top: 3rem;
    left: 11rem;
    margin-right: 17rem;
    margin-left: 1rem;
    padding-bottom: 5rem;
  }
  .home .menu .gb {
    text-align: center;
    margin-top: 15rem;
    text-indent: 41rem;
    font-size: 18rem;
  }
  .home .menu .fb {
    counter-reset: number 0;
    display: flex;
    margin-top: 82rem;
  }
  .home .menu .fb div {
    padding: 0rem 0rem 0rem;
    width: 33.3333333%;
    border-left: 1rem dotted #707070;
    height: 530rem;
  }
  .home .menu .fb div h3 {
    font-size: 20rem;
    font-weight: bold;
    letter-spacing: -0.1em;
    position: relative;
    text-align: center;
    letter-spacing: 0;
  }
  .home .menu .fb div h3::before {
    counter-increment: number 1;
    font-weight: 500;
    content: counter(number) " ";
    background: #d7e064;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
    width: 50rem;
    height: 50rem;
    padding-bottom: 4rem;
    font-size: 40rem;
    margin: 0 auto 27rem;
    letter-spacing: 0;
  }
  .home .menu .fb div ul {
    margin-top: 10rem;
    line-height: 1.9;
  }
  .home .menu .fb div ul li::before {
    content: "・";
  }
  .home .menu .fb div a {
    margin-top: 8rem;
    margin-left: 48rem;
  }
  .home .menu .fb .m1 {
    background: url(../img/top/m1.png) no-repeat 87rem 209rem / 221rem;
  }
  .home .menu .fb .m1 a:first-of-type {
    margin-top: 228rem;
  }
  .home .menu .fb .m1 ul {
    padding-left: 51rem;
  }
  .home .menu .fb .m2 {
    background: url(../img/top/m2.png) no-repeat 47rem 234rem / 300rem;
  }
  .home .menu .fb .m2 ul {
    padding-left: 37rem;
  }
  .home .menu .fb .m3 {
    background: url(../img/top/m3.png) no-repeat 50rem 241rem / 300rem;
    border-right: 1rem dotted #707070;
  }
  .home .menu .fb .m3 ul {
    padding-left: 60rem;
  }
  .home .greeting {
    background: #f0f0f0;
  }
  .home .greeting .inner {
    background: #fbfcf0 url(../img/top/greeting.jpg) no-repeat center top/ 1200rem;
    padding: 44rem 0 44rem 495rem;
    width: 1200rem;
    max-width: 1200rem;
    margin: 0 auto;
  }
  .home .greeting h2 {
    font-size: 30rem;
  }
  .home .greeting h2 span {
    background: #5a3110;
    font-size: 23rem;
    color: #fff;
    width: 175rem;
    height: 48rem;
    display: block;
    font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    padding: 15rem 0 0 11rem;
    margin-bottom: 23rem;
  }
  .home .greeting p {
    padding: 26rem 0rem 0 5rem;
    line-height: 1.9;
  }
  .home .greeting h3 {
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    font-size: 30rem;
    background: url(../img/common/logo.png) no-repeat 10rem top / 318rem;
    margin: 49rem 0rem 0rem 0rem;
    padding: 0 0 0 350rem;
  }
  .home .greeting a {
    margin: 35rem 0 0 8rem;
    width: 268rem;
    font-size: 18rem;
  }
  .home .seminar {
    background: #fbfcf0;
  }
  .home .seminar .inner {
    width: 1200rem;
    max-width: 1200rem;
    margin: 0 auto;
    padding: 84rem 0 0;
  }
  .home .seminar h2 {
    font-size: 30rem;
    font-weight: bold;
    text-align: center;
  }
  .home .seminar .fb {
    margin-top: 61rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 49rem 0;
  }
  .home .seminar .kk {
    width: 517rem;
  }
  .home .seminar .text {
    margin-left: 34rem;
  }
  .home .seminar .text p {
    line-height: 1.9;
  }
  .home .seminar .text img {
    display: block;
    margin: 22rem 0 0 30rem;
    width: 480rem;
  }
  .home .seminar .text a {
    width: 268rem;
    margin: 34rem auto 0;
    font-size: 18rem;
  }
  .home .wrapper {
    background: #fbfcf0;
  }
  .home .wrapper .inner {
    width: 1100rem;
    max-width: 1100rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 173rem;
  }
  .home .wrapper .main_content {
    width: 805rem;
    padding-bottom: 150rem;
  }
  .home .wrapper .main_content h2 {
    font-size: 30rem;
    font-weight: bold;
    text-align: center;
  }
  .home .news {
    padding-bottom: 100rem;
  }
  .home .news .list {
    padding: 0 0em;
    margin-top: 40rem;
  }
  .home .news .list ul {
    padding: 11rem 22rem 0 13rem;
    line-height: 1.5;
  }
  .home .news .list ul li {
    padding: 17rem 0rem 17rem 0;
    border-bottom: 1rem dotted #707070;
  }
  .home .news .list ul li a {
    display: flex;
    align-items: center;
  }
  .home .news .list ul li a h5 {
    display: inline-block;
    width: 235rem;
    font-size: 22rem;
    font-weight: bold;
  }
  .home .news .list ul li a .ba {
    width: 535rem;
  }
  .home .news .button {
    margin-top: 58rem;
  }
  .home .syarousi {
    padding: 68rem 0 0rem;
  }
  .home .syarousi p {
    margin-top: 49rem;
    line-height: 2;
  }
  .home .syarousi p.center {
    text-align: center;
    margin-top: 5rem;
    letter-spacing: 0.1em;
  }
  .home .syarousi a {
    display: block;
    width: 268rem;
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .home .cc {
    position: absolute;
    top: 0;
    background: #ebefb1;
    width: 620rem;
    height: 115rem;
    z-index: 110;
    font-size: 26rem;
    padding: 24rem 75rem 0 36rem;
    line-height: 1.5;
  }
  .home .button {
    display: block;
    background: #5a3110;
    color: #fff;
    text-align: center;
    height: 80rem;
    padding-top: 22rem;
    margin: 55rem 0 0;
  }
  .home .mv {
    background: #fff url(../img/top/mv_sp.jpg) no-repeat center bottom / contain;
    height: 850rem;
    padding: 35rem 35rem 0;
  }
  .home .mv .cn {
    font-size: 55rem;
  }
  .home .mv .cn span {
    font-size: 22rem;
    font-weight: bold;
    display: block;
    background: #d7e064;
    width: 143rem;
    height: 41rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
  }
  .home .mv .cn h1 {
    text-indent: -9999px;
    background: url(../img/common/logo.png) no-repeat left bottom / contain;
    width: 675rem;
    height: 85rem;
  }
  .home .mv .ps {
    position: absolute;
    top: 420rem;
  }
  .home .mv p {
    line-height: 1.6;
    font-size: 31rem;
    background: rgba(255, 255, 255, 0.4);
    display: inline;
    box-decoration-break: clone;
    /* */
    -webkit-box-decoration-break: clone;
  }
  .home .menu {
    padding: 16rem 0 0;
    background: #fff;
  }
  .home .menu h2 {
    font-size: 50rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
  }
  .home .menu h2 span {
    background: #d7e064;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
    width: 69rem;
    height: 69rem;
    margin-left: 44rem;
    padding-bottom: 6rem;
  }
  .home .menu .gb {
    background: rgba(215, 224, 100, 0.5);
    text-align: center;
    margin-top: 31rem;
    line-height: 1.7;
    padding: 13rem 76rem 0;
    font-size: 30rem;
    height: 125rem;
  }
  .home .menu .fb {
    counter-reset: number 0;
  }
  .home .menu .fb div {
    padding: 64rem 35rem 20rem;
  }
  .home .menu .fb div h3 {
    font-size: 50rem;
    padding-left: 95rem;
    letter-spacing: -0.1em;
    line-height: 1.2;
    position: relative;
    font-weight: bold;
  }
  .home .menu .fb div h3::before {
    counter-increment: number 1;
    content: counter(number) " ";
    background: #d7e064;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5%;
    width: 69rem;
    height: 69rem;
    font-size: 50rem;
    margin-right: 25rem;
    letter-spacing: 0;
    position: absolute;
    top: -5rem;
    left: 0rem;
    padding-bottom: 3rem;
  }
  .home .menu .fb div ul {
    margin-top: 36rem;
    font-size: 31rem;
    line-height: 1.9;
  }
  .home .menu .fb div ul li::before {
    content: "・";
  }
  .home .menu .fb div a {
    display: block;
    background: #5a3110;
    color: #fff;
    text-align: center;
    font-size: 31rem;
    height: 80rem;
    padding-top: 22rem;
    margin-top: 15rem;
  }
  .home .menu .fb .m1 {
    background: url(../img/top/m1.png) no-repeat 136rem 354rem / 492rem;
  }
  .home .menu .fb .m1 a:first-of-type {
    margin-top: 510rem;
  }
  .home .menu .fb .m2 {
    background: url(../img/top/m2.png) no-repeat 82rem 419rem / 586rem;
    height: 954rem;
  }
  .home .menu .fb .m3 {
    background: url(../img/top/m3.png) no-repeat 105rem 358rem / 562rem;
    height: 896rem;
  }
  .home .greeting {
    background: #fbfcf0 url(../img/top/greeting.jpg) no-repeat -120rem -65rem / 1167rem;
    padding: 454rem 0 0;
  }
  .home .greeting h2 {
    position: absolute;
    top: 165rem;
    left: 364rem;
    font-size: 50rem;
    font-family: "Noto serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  }
  .home .greeting h2 span {
    background: #5a3110;
    font-size: 23rem;
    color: #fff;
    width: 145rem;
    height: 48rem;
    display: block;
    font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
    padding: 15rem 0 0 11rem;
    margin-bottom: 23rem;
  }
  .home .greeting p {
    background: #fbfcf0;
    font-size: 31rem;
    padding: 32rem 33rem 0 35rem;
    line-height: 2;
  }
  .home .greeting a {
    display: block;
    background: #5a3110;
    color: #fff;
    text-align: center;
    font-size: 31rem;
    height: 80rem;
    padding-top: 22rem;
    margin: 52rem 35rem 0;
  }
  .home .seminar {
    background: #fbfcf0;
    padding: 95rem 35rem;
  }
  .home .seminar h2 {
    font-size: 45rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .home .seminar .fb {
    margin-top: 45rem;
  }
  .home .seminar .text {
    margin-top: 50rem;
  }
  .home .seminar .text p {
    line-height: 1.9;
  }
  .home .seminar .text img {
    display: block;
    margin-top: 24rem;
  }
  .home .seminar .text a {
    display: block;
    background: #5a3110;
    color: #fff;
    text-align: center;
    height: 80rem;
    padding-top: 22rem;
    margin: 55rem 0 0;
  }
  .home .news {
    padding: 50rem 35rem 0;
  }
  .home .news h2 {
    font-size: 45rem;
    font-weight: bold;
  }
  .home .news .list {
    margin-bottom: 50rem;
  }
  .home .news .list ul {
    padding-top: 50rem;
    line-height: 1.8;
    font-size: 27rem;
    font-weight: 400;
    font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  }
  .home .news .list ul li {
    padding: 17rem 0;
    border-bottom: 1px dotted #707070;
  }
  .home .news .list ul li span {
    display: inline-block;
    background: #fcc906;
    line-height: 27rem;
    font-size: 20rem;
    padding: 0 20rem;
    margin-left: 10rem;
  }
  .home .news .list ul li:nth-of-type(1) {
    border-top: 1px dotted #707070;
  }
  .home .news .button {
    margin-top: 66rem;
  }
  .home .syarousi {
    padding: 140rem 35rem 0rem;
  }
  .home .syarousi h2 {
    font-size: 43rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .home .syarousi p {
    margin-top: 55rem;
    line-height: 2;
  }
  .home .syarousi p.center {
    text-align: center;
    margin-top: 20rem;
  }
  .home .syarousi a {
    display: block;
    width: 485rem;
    margin: 14rem auto 0;
  }
}
.sub {
  counter-reset: number 0;
}
@media screen and (min-width: 769px) {
  .sub .entryHeader {
    background: #d7e064;
    height: 163rem;
    position: relative;
  }
  .sub .entryHeader .inner {
    width: 1100rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .sub .entryHeader h1 {
    font-size: 25rem;
    font-weight: bold;
    line-height: 50rem;
    display: flex;
    align-items: center;
  }
  .sub .entryHeader h1.num::before {
    content: "";
    width: 50rem;
    height: 50rem;
    background: #fff8cf;
    border-radius: 5rem;
    font-size: 40rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-right: 24rem;
  }
  .sub .entryHeader h1.lecture::before {
    content: "1";
  }
  .sub .entryHeader h1.challenged::before {
    content: "2";
  }
  .sub .entryHeader h1.single::before {
    content: "3";
  }
  .sub .entryHeader h1.profile::before {
    content: "4";
  }
  .sub .entryHeader h1.contact::before {
    display: none;
  }
  .sub .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1100rem;
    margin: 0 auto;
    padding-top: 71rem;
  }
  .sub .wrapper .main_content {
    width: 805rem;
    padding-bottom: 127rem;
  }
  .sub .wrapper .main_content > h2 {
    font-size: 30rem;
    font-weight: bold;
    line-height: 70rem;
    padding-left: 0rem;
    margin-bottom: 25rem;
  }
  .sub .wrapper .main_content > h2.soudan2 {
    margin-top: 89rem;
  }
  .sub .wrapper .main_content > h2.soudan3 {
    margin-top: 102rem;
  }
  .sub .wrapper .main_content > h3 {
    font-size: 22rem;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 40rem;
    position: relative;
  }
  .sub .wrapper .main_content > h3::before {
    content: "";
    display: block;
    width: 30rem;
    height: 15rem;
    background: #5a3110;
    position: absolute;
    left: 0;
    top: 10rem;
  }
  .sub .wrapper .main_content > h3.jikkuri {
    white-space: nowrap;
  }
  .sub .wrapper .main_content > h3.ns {
    padding: 0;
    margin-bottom: 0;
  }
  .sub .wrapper .main_content > h3.ns::before {
    display: none;
  }
  .sub .wrapper .main_content > h4 {
    font-size: 22rem;
    font-weight: bold;
    border-bottom: 3rem solid #5a3110;
    padding-bottom: 10rem;
  }
  .sub .wrapper .main_content > p {
    line-height: 1.8;
    margin-top: 17rem;
  }
  .sub .wrapper .main_content > p.mainas {
    margin-top: -17rem;
  }
  .sub .wrapper .main_content > p + h3 {
    margin-top: 50rem;
  }
  .sub .wrapper .main_content > p.oyanaki {
    margin-bottom: 32rem;
  }
  .sub .wrapper .main_content > p span {
    font-size: 17rem;
  }
  .sub .wrapper .main_content .button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36rem;
    background: #5a3110;
    width: 315rem;
    color: #fff;
  }
  .sub .wrapper .main_content .button:hover {
    background: #fcc906;
    color: #5a3110;
  }
  .sub .wrapper .main_content .button + .button {
    margin-top: 8rem;
  }
  .sub .wrapper .main_content .button + .button + .button {
    margin-top: 55rem;
    font-size: 18rem;
    width: 268rem;
  }
  .sub .wrapper .main_content .button.yuucho {
    width: 525rem;
    font-size: 18rem;
    margin-top: 38rem;
    margin-bottom: 70rem;
  }
  .sub .wrapper .main_content .button.toi {
    font-size: 18rem;
    width: 268rem;
  }
  .sub .wrapper .main_content .button.haken {
    margin: 40rem 0 50rem;
  }
  .sub .wrapper .main_content .button.toi2 {
    margin-top: 40rem;
  }
  .sub .wrapper .main_content .probox {
    line-height: 1.8;
    display: flex;
    align-items: flex-start;
    margin: 7rem 0 83rem;
  }
  .sub .wrapper .main_content .probox img {
    width: 301rem;
    margin-left: 17rem;
  }
  .sub .wrapper .main_content .probox p {
    line-height: 1.85;
    margin-top: 0rem;
  }
  .sub .wrapper .main_content .list {
    margin-top: 130rem;
  }
  .sub .wrapper .main_content .list h2 {
    font-size: 30rem;
    font-weight: bold;
  }
  .sub .wrapper .main_content .list h3 {
    font-size: 22rem;
    font-weight: bold;
    border-bottom: 3rem solid #5a3110;
    padding-bottom: 10rem;
    margin-top: 50rem;
    margin-bottom: 30rem;
  }
  .sub .wrapper .main_content .list .button {
    width: 268rem;
  }
  .sub .wrapper .main_content .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1rem solid #707070;
    padding: 0rem 0 35rem;
    margin-bottom: 35rem;
  }
  .sub .wrapper .main_content .box .image {
    width: 147rem;
  }
  .sub .wrapper .main_content .box .text {
    width: 620rem;
  }
  .sub .wrapper .main_content .box .text .date {
    font-weight: bold;
    margin-bottom: 10rem;
  }
  .sub .wrapper .main_content .box .text h5 {
    font-weight: bold;
    font-size: 20rem;
    line-height: 1.4;
  }
  .sub .wrapper .main_content .box .text p {
    font-size: 17rem;
    line-height: 1.8;
    margin-top: 10rem;
  }
  .sub .wrapper .main_content .box .text a {
    display: block;
    width: 120rem;
    height: 35rem;
    line-height: 35rem;
    background: #5a3110;
    border: 2rem solid #765b45;
    color: #fff;
    margin: 10rem 0 0 auto;
    font-size: 15rem;
    text-align: center;
  }
  .sub .wrapper .main_content strong {
    font-size: 20rem;
    display: block;
    margin-bottom: 20rem;
    font-weight: 400;
  }
  .sub .wrapper .main_content .textlink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 330rem;
    margin: 50rem auto 0;
    font-size: 17rem;
  }
  .sub .wrapper .main_content .textlink .next a::after {
    content: "→";
    display: inline-block;
    margin-left: 0.5em;
    text-decoration: none;
    background: #5a3110;
    color: #fff;
    border-radius: 4rem;
  }
  .sub .wrapper .main_content .textlink .prev a::before {
    content: "←";
    display: inline-block;
    margin-right: 0.5em;
    text-decoration: none;
    background: #5a3110;
    color: #fff;
    border-radius: 4rem;
  }
  .sub .mw_wp_form small {
    display: block;
    font-size: 17rem;
    margin-top: 20rem;
  }
  .sub .mw_wp_form p {
    font-size: 22rem;
    font-weight: bold;
    margin-top: 30rem;
    line-height: 1.4;
  }
  .sub .mw_wp_form p + span {
    margin-top: 20rem;
  }
  .sub .mw_wp_form textarea, .sub .mw_wp_form input[type="email"], .sub .mw_wp_form input[type="text"] {
    display: block;
    background: #fff;
    font-size: 22rem;
    font-weight: bold;
    border: 1rem solid #707070;
    width: 100%;
    height: 70rem;
    margin-top: 10rem;
    padding-left: 20rem;
  }
  .sub .mw_wp_form textarea {
    height: 220rem;
    padding-top: 20rem;
  }
  .sub .mw_wp_form .mwform-radio-field label {
    display: flex;
    align-items: center;
  }
  .sub .mw_wp_form .mwform-radio-field label .mwform-radio-field-text {
    line-height: 1.4;
    font-weight: bold;
    font-size: 22rem;
  }
  .sub .mw_wp_form input[type="submit"] {
    background: #765b45;
    color: #fff;
    display: block;
    width: 125rem;
    height: 60rem;
    margin-top: 50rem;
    text-align: center;
    font-size: 22rem;
    font-weight: bold;
  }
  .sub .s1 {
    display: block;
    width: 550rem;
    margin-top: 37rem;
  }
  .sub .s2 {
    display: block;
    width: 550rem;
    margin-top: 41rem;
    margin-bottom: 63rem;
  }
  .sub .syarousi {
    padding: 141rem 0 0rem;
  }
  .sub .syarousi h3 {
    font-size: 22rem;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 40rem;
    position: relative;
  }
  .sub .syarousi h3::before {
    content: "";
    display: block;
    width: 30rem;
    height: 15rem;
    background: #5a3110;
    position: absolute;
    left: 0;
    top: 12rem;
  }
  .sub .syarousi p {
    margin-top: 26rem;
    line-height: 2;
  }
  .sub .syarousi p.center {
    text-align: center;
    margin-top: 5rem;
    letter-spacing: 0.1em;
  }
  .sub .syarousi a {
    display: block;
    width: 268rem;
    margin: -2rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .sub .entryHeader {
    background: #d7e064;
    height: 127rem;
    padding: 0rem 0rem 0rem 40rem;
  }
  .sub .entryHeader h1 {
    font-size: 45rem;
    font-weight: bold;
    line-height: 127rem;
    display: flex;
    align-items: center;
  }
  .sub .entryHeader h1.num::before {
    content: "";
    width: 69rem;
    height: 69rem;
    background: #fff8cf;
    border-radius: 5rem;
    font-size: 50rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-right: 24rem;
  }
  .sub .entryHeader h1.lecture::before {
    content: "1";
  }
  .sub .entryHeader h1.challenged {
    font-size: 40rem;
  }
  .sub .entryHeader h1.challenged::before {
    content: "2";
  }
  .sub .entryHeader h1.single::before {
    content: "3";
  }
  .sub .entryHeader h1.profile::before {
    content: "4";
  }
  .sub .entryHeader h1.contact::before {
    display: none;
  }
  .sub .wrapper {
    padding-top: 49rem;
    background: #fbfcf0;
  }
  .sub .wrapper .main_content {
    padding: 0 37rem 0rem;
  }
  .sub .wrapper .main_content > h2 {
    font-size: 45rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .sub .wrapper .main_content > h2 + p {
    margin-top: 28rem;
    margin-bottom: 110rem;
  }
  .sub .wrapper .main_content > h3 {
    font-size: 40rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: -9rem;
    position: relative;
  }
  .sub .wrapper .main_content > h3 span {
    position: absolute;
    left: 0;
  }
  .sub .wrapper .main_content > h3 span + span {
    position: relative;
    display: block;
  }
  .sub .wrapper .main_content > h3 + p {
    margin-bottom: 110rem;
  }
  .sub .wrapper .main_content > h3.ns {
    margin-top: 104rem;
    margin-bottom: -20rem;
    padding: 0 0 0 40rem;
  }
  .sub .wrapper .main_content > h3.ns::before {
    display: none;
  }
  .sub .wrapper .main_content > h3.ns:last-of-type {
    margin-top: -30rem;
  }
  .sub .wrapper .main_content > h4 {
    font-size: 35rem;
    font-weight: bold;
    border-bottom: 3rem solid #5a3110;
    padding-bottom: 10rem;
  }
  .sub .wrapper .main_content > p {
    line-height: 2;
    margin-top: 45rem;
  }
  .sub .wrapper .main_content > p .midashi {
    font-size: 32rem;
    font-weight: bold;
    display: block;
  }
  .sub .wrapper .main_content > p .bb {
    text-decoration: underline;
  }
  .sub .wrapper .main_content.achievement h3 {
    font-size: 35rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 40rem;
    margin-left: 40rem;
    position: relative;
  }
  .sub .wrapper .main_content.achievement h3 span {
    font-size: 35rem;
    margin-left: 0rem;
    position: relative;
  }
  .sub .wrapper .main_content.achievement h3 span + span {
    display: block;
    font-size: 35rem;
    margin-left: 0rem;
  }
  .sub .wrapper .main_content.achievement h3::before {
    content: "";
    display: block;
    width: 30rem;
    height: 15rem;
    background: #5a3110;
    position: absolute;
    left: -37rem;
    top: 18rem;
  }
  .sub .wrapper .main_content.achievement strong {
    font-size: 31rem;
    margin: 10rem 0 70rem;
  }
  .sub .wrapper .main_content .button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80rem;
    font-size: 31rem;
    color: #fff;
    background: #5a3110;
    border: 5rem solid #765b45;
    margin: 70rem auto 0;
  }
  .sub .wrapper .main_content .button.haken {
    margin-top: -70rem;
    margin-bottom: -15rem;
  }
  .sub .wrapper .main_content .button.toi2 {
    margin-top: -60rem;
  }
  .sub .wrapper .main_content .button.yuucho {
    font-size: 24rem;
    margin-bottom: 50rem;
  }
  .sub .wrapper .main_content .probox {
    line-height: 2;
    margin: -105rem 0 50rem;
  }
  .sub .wrapper .main_content .probox p {
    margin-bottom: 50rem;
  }
  .sub .wrapper .main_content .probox img {
    width: 100%;
  }
  .sub .wrapper .main_content .list {
    margin-top: 114rem;
  }
  .sub .wrapper .main_content .list h2 {
    font-size: 45rem;
    font-weight: bold;
    margin-bottom: 60rem;
  }
  .sub .wrapper .main_content .list h3 {
    font-size: 22rem;
    font-weight: bold;
    border-bottom: 3rem solid #5a3110;
    padding-bottom: 10rem;
    margin-top: 50rem;
    margin-bottom: 30rem;
    display: none;
  }
  .sub .wrapper .main_content .box {
    font-size: 27rem;
    font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  }
  .sub .wrapper .main_content .box a {
    display: block;
    border-bottom: 1rem dotted #707070;
    padding: 25rem 0 28rem;
  }
  .sub .wrapper .main_content .box a h5 {
    margin-top: 24rem;
  }
  .sub .wrapper .main_content .box p {
    display: none;
  }
  .sub .thumb {
    width: 633rem;
    margin: 50rem auto 0;
  }
  .sub strong {
    font-size: 35rem;
    display: block;
    margin-bottom: 20rem;
    font-weight: 400;
  }
  .sub .textlink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 464rem;
    margin: 100rem auto 0;
    font-size: 27rem;
    line-height: 50rem;
  }
  .sub .textlink .next a::after {
    content: "→";
    display: inline-block;
    margin-left: 0.5em;
    text-decoration: none;
    background: #5a3110;
    color: #fff;
    border-radius: 4rem;
    padding: 0 9rem;
  }
  .sub .textlink .prev a::before {
    content: "←";
    display: inline-block;
    margin-right: 0.5em;
    text-decoration: none;
    background: #5a3110;
    color: #fff;
    border-radius: 4rem;
    padding: 0 9rem;
  }
  .sub .mw_wp_form {
    font-size: 35rem;
  }
  .sub .mw_wp_form small {
    display: block;
    font-size: 27rem;
    margin-top: 20rem;
  }
  .sub .mw_wp_form p {
    font-weight: bold;
    margin-top: 30rem;
    line-height: 1.4;
  }
  .sub .mw_wp_form p + span {
    margin-top: 20rem;
  }
  .sub .mw_wp_form textarea, .sub .mw_wp_form input[type="email"], .sub .mw_wp_form input[type="text"] {
    display: block;
    background: #fff;
    font-size: 22rem;
    font-weight: bold;
    border: 1rem solid #707070;
    width: 100%;
    height: 70rem;
    margin-top: 10rem;
    padding-left: 20rem;
  }
  .sub .mw_wp_form textarea {
    height: 220rem;
    padding-top: 20rem;
  }
  .sub .mw_wp_form .mwform-radio-field label {
    display: flex;
    align-items: center;
  }
  .sub .mw_wp_form .mwform-radio-field label .mwform-radio-field-text {
    line-height: 1.4;
    font-weight: bold;
    font-size: 35rem;
  }
  .sub .mw_wp_form input[type="submit"] {
    background: #765b45;
    color: #fff;
    display: block;
    width: 100%;
    height: 80rem;
    margin-top: 50rem;
    text-align: center;
    font-size: 31rem;
    font-weight: bold;
  }
  .sub .syarousi {
    padding: 140rem 0 0rem;
  }
  .sub .syarousi h3 {
    font-size: 43rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .sub .syarousi p {
    margin-top: 55rem;
    line-height: 2;
  }
  .sub .syarousi p.center {
    text-align: center;
    margin-top: 20rem;
  }
  .sub .syarousi a {
    display: block;
    width: 485rem;
    margin: 14rem auto 0;
  }
}
.archive, .blog {
  counter-reset: number 0;
}
@media screen and (min-width: 769px) {
  .archive .entryHeader, .blog .entryHeader {
    background: #d7e064;
    height: 160rem;
    position: relative;
  }
  .archive .entryHeader .inner, .blog .entryHeader .inner {
    width: 1100rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
  }
  .archive .entryHeader h1, .blog .entryHeader h1 {
    font-size: 25rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -550rem;
    margin-top: -10rem;
  }
  .archive .wrapper, .blog .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1100rem;
    margin: 0 auto;
    padding-top: 80rem;
  }
  .archive .wrapper .main_content, .blog .wrapper .main_content {
    width: 805rem;
    padding-bottom: 300rem;
  }
  .archive .wrapper .main_content > h2, .blog .wrapper .main_content > h2 {
    font-size: 22rem;
    font-weight: bold;
    border-bottom: 3rem solid #5a3110;
    padding-bottom: 10rem;
    margin-bottom: 30rem;
  }
  .archive .wrapper .main_content .box, .blog .wrapper .main_content .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1rem solid #707070;
    padding: 0rem 0 35rem;
    margin-bottom: 35rem;
  }
  .archive .wrapper .main_content .box .image, .blog .wrapper .main_content .box .image {
    width: 147rem;
  }
  .archive .wrapper .main_content .box .text, .blog .wrapper .main_content .box .text {
    width: 620rem;
  }
  .archive .wrapper .main_content .box .text .date, .blog .wrapper .main_content .box .text .date {
    font-weight: bold;
    margin-bottom: 10rem;
  }
  .archive .wrapper .main_content .box .text h5, .blog .wrapper .main_content .box .text h5 {
    font-weight: bold;
    font-size: 20rem;
    line-height: 1.4;
  }
  .archive .wrapper .main_content .box .text p, .blog .wrapper .main_content .box .text p {
    font-size: 17rem;
    line-height: 1.8;
    margin-top: 10rem;
  }
  .archive .wrapper .main_content .box .text a, .blog .wrapper .main_content .box .text a {
    display: block;
    width: 120rem;
    height: 35rem;
    line-height: 35rem;
    background: #5a3110;
    border: 2rem solid #765b45;
    color: #fff;
    margin: 10rem 0 0 auto;
    font-size: 15rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .archive .entryHeader, .blog .entryHeader {
    background: #d7e064;
    height: 127rem;
    padding: 0rem 0rem 0rem 40rem;
  }
  .archive .entryHeader h1, .blog .entryHeader h1 {
    font-size: 45rem;
    font-weight: bold;
    line-height: 127rem;
    display: flex;
    align-items: center;
  }
  .archive .wrapper, .blog .wrapper {
    padding-top: 40rem;
  }
  .archive .wrapper .main_content, .blog .wrapper .main_content {
    padding: 0 35rem 0rem;
  }
  .archive .wrapper .main_content > h2, .blog .wrapper .main_content > h2 {
    font-size: 32rem;
    font-weight: bold;
    border-bottom: 3rem solid #5a3110;
    line-height: 1.4;
    margin-bottom: 30rem;
  }
  .archive .wrapper .main_content .box, .blog .wrapper .main_content .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1rem solid #707070;
    padding: 35rem 0 35rem;
  }
  .archive .wrapper .main_content .box h5, .blog .wrapper .main_content .box h5 {
    font-weight: bold;
    font-size: 35rem;
    line-height: 1.4;
    width: 100%;
    margin-bottom: 30rem;
  }
  .archive .wrapper .main_content .box .image, .blog .wrapper .main_content .box .image {
    width: 249rem;
  }
  .archive .wrapper .main_content .box .text, .blog .wrapper .main_content .box .text {
    width: 380rem;
  }
  .archive .wrapper .main_content .box .text .date, .blog .wrapper .main_content .box .text .date {
    font-weight: bold;
    margin-bottom: 20rem;
    font-size: 30rem;
    line-height: 1.4;
  }
  .archive .wrapper .main_content .box .text p, .blog .wrapper .main_content .box .text p {
    font-size: 27rem;
    line-height: 1.8;
    margin-top: 10rem;
  }
  .archive .wrapper .main_content .box .text a, .blog .wrapper .main_content .box .text a {
    display: block;
    width: 270rem;
    line-height: 70rem;
    background: #5a3110;
    border: 2rem solid #765b45;
    color: #fff;
    margin: 10rem 0 0 auto;
    font-size: 31rem;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #secondary {
    width: 250rem;
    position: sticky;
    top: -240rem;
    margin-top: -6rem;
  }
  #secondary img {
    display: block;
    margin-bottom: 11rem;
  }
  #secondary .sa {
    margin-top: 17rem;
  }
  #secondary .sb {
    margin-top: 29rem;
  }
  #secondary .sc {
    margin-top: 19rem;
  }
  #secondary a:hover {
    opacity: 0.4;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Ffp-womanplus.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_config.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_reset.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_init.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_media.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_top.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_page.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_archive.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_sidebar.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BACGA%3BAAGA%3BACHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEmCA%3BAAAA%3BAAAA%3BAFnCA%3BAAAA%3BAAAA%3BAE2CA%3BAAAA%3BAAAA%3BAF3CA%3BAAAA%3BAEkDA%3BAAAA%3BAAAA%3BAFlDA%3BAAAA%3BAEiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFjEA%3BAAAA%3BAEgFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFhFA%3BAAAA%3BAE0FA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAF9FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE0GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF1GA%3BAAAA%3BAAAA%3BAAAA%3BAEyHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAF9HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEyIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFzIA%3BAAAA%3BAAAA%3BAAAA%3BAEoJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFpJA%3BAAAA%3BAAAA%3BAE6JA%3BAAAA%3BAAAA%3BAF7JA%3BAAAA%3BAAAA%3BAAAA%3BAEuKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFvKA%3BAAAA%3BAAAA%3BAEkLA%3BAAAA%3BAAAA%3BAFlLA%3BAAAA%3BAAAA%3BAAAA%3BAE2LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAFvMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkNA%3BAAAA%3BAAAA%3BAFlNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEgOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFhOA%3BAAAA%3BAAAA%3BAEsPA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAF3PA%3BAAAA%3BAAAA%3BAAAA%3BAEqQA%3BAAAA%3BAAAA%3BAAAA%3BAFrQA%3BAAAA%3BAAAA%3BAAAA%3BAEgRA%3BAAAA%3BAAAA%3BAAAA%3BAFhRA%3BAAAA%3BAAAA%3BAE0RA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAFnSA%3BAAAA%3BAAAA%3BAE8SA%3BAAAA%3BAAAA%3BAAAA%3BAF9SA%3BAAAA%3BAAAA%3BAE0TA%3BAAAA%3BAAAA%3BAF1TA%3BAAAA%3BAAAA%3BAEqUA%3BAAAA%3BAAAA%3BAFrUA%3BAAAA%3BAAAA%3BAE6UA%3BAAAA%3BAAAA%3BAF7UA%3BAAAA%3BAAAA%3BAEqVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFrVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFlWA%3BAAAA%3BAAAA%3BAE8WA%3BAAAA%3BAAAA%3BAF9WA%3BAAAA%3BAAAA%3BAEsXA%3BAAAA%3BAAAA%3BAFtXA%3BAAAA%3BAAAA%3BAE8XA%3BAAAA%3BAAAA%3BAF9XA%3BAAAA%3BAAAA%3BAEuYA%3BAAAA%3BAAAA%3BAAAA%3BAFvYA%3BAAAA%3BAAAA%3BAE%2BYA%3BAAAA%3BAAAA%3BAF%2FYA%3BAAAA%3BAAAA%3BAAAA%3BAEwZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFxZA%3BAAAA%3BAAAA%3BAEiaA%3BAAAA%3BAAAA%3BAFjaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE4aA%3BAAAA%3BAAAA%3BAF5aA%3BAAAA%3BAAAA%3BAEobA%3BAAAA%3BAAAA%3BAFpbA%3BAAAA%3BAAAA%3BAE4bA%3BAAAA%3BAAAA%3BAF5bA%3BAAAA%3BAEmcA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAFldA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE8dA%3BAAAA%3BAAAA%3BAF9dA%3BAAAA%3BAAAA%3BAEseA%3BAAAA%3BAAAA%3BACteA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BACpFE%3BAD4FA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BACxHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BHA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACxKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BADpHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoII%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpRN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFjBF%3BAE6BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrCJ%3BAAAA%3BAAAA%3BAAAA%3BAHGE%3BAGEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBF%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHtWJ%3BAG%2BWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3rBN%3BAAAA%3BAAAA%3BAJGE%3BAICE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJnbJ%3BAI4bE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC10BN%3BAAAA%3BAAAA%3BALGE%3BAKCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL7DV%3BAK%2BEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALzIV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%22%7D */