@charset "utf-8";

/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/
/*-----------------------------------------------------------
■ 1 Html
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
/*reset*/
html {
  color: #000;
  background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
figure,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,
img {
  border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal
}

ol,
ul {
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

q:before,
q:after {
  content: ''
}

abbr,
acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%
}

legend {
  color: #000
}

#yui3-css-stamp.cssreset {
  display: none
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  /* letter-spacing: 0.05em; */
  letter-spacing: .1em;
  line-height: 30px;
  color: #6D6660;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

a:focus,
*:focus {
  outline: none;
}

a:hover img {
  opacity: 0.8;
}

img {
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  height: auto;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
}

strong {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }

  .auto_height {
    height: auto !important;
  }
}

/*--------------------------------------
	fonts
--------------------------------------*/
.fnt-shuei {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------
	icons
--------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url('./libs/icomoon/icomoon.eot');
  src: url('../libs/icomoon/icomoon.eot#iefix') format('embedded-opentype'), url('./libs/icomoon/icomoon.ttf') format('truetype'), url('./libs/icomoon/icomoon.woff') format('woff'), url('./libs/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home::before {
  content: "\e90b";
}

.icon-blog::before {
  content: "\e900";
}

.icon-category::before {
  content: "\e901";
}

.icon-check::before {
  content: "\e902";
}

.icon-checked::before {
  content: "\e903";
}

.icon-down::before {
  content: "\e904";
}

.icon-facebook::before {
  content: "\e905";
}

.icon-google::before {
  content: "\e906";
}

.icon-line::before {
  content: "\e907";
}

.icon-twitter::before {
  content: "\e908";
}

.icon-arrow02::before {
  content: "\e909";
}

.icon-arrow01::before {
  content: "\e910";
}

.icon-search::before {
  content: "\e911";
}

.icon-tag::before {
  content: "\e912";
}

.icon-checkbox-unchecked::before {
  content: "\ea53";
}

.icon-checkbox-checked::before {
  content: "\ea52";
}

.radio-unchecked::before {
  content: "\ea56";
}

.radio-checked::before {
  content: "\ea54";
}

.radio-checked2::before {
  content: "\ea55";
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 7 Free" !important
}

/*--------------------------------------
	shortcuts
--------------------------------------*/
/*margin */
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

/* clear */
.clearfix {
  zoom: 1;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.cl {
  clear: both !important;
}

/* text indent */
.textHide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* text-align */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* font-weight */
.fb {
  font-weight: bold !important;
}

.half {
  display: inline-block;
}

/*Pc/sp change*/
.sp {
  display: none;
}

.mb {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .mb {
    display: block;
  }

  .pcm {
    display: none;
  }
}

/*--------------------------------------
	container / wrapper
--------------------------------------*/
.container {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

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

#wrapper {
  height: 100%;
  /* padding-top: 100px; */
}

@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }

  #wrapper {
    padding-top: 0;
  }

  .home #wrapper {
    padding-top: 73px;
  }
}

/*--------------------------------------
	text color
--------------------------------------*/
.txt_color {
  color: #94C789;
}

.txt_color_green {
  color: #A3C258;
}

.txt_link {
  vertical-align: top;
  text-decoration: underline !important;
  font-weight: bold;
  color: #94C789 !important;
}

.txt_link:hover {
  text-decoration: none !important;
}

.catch_title {
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #FFAEA2;
}

/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
#header {
  /*position: fixed;
	top: 0;
	left: 0;*/
  width: 100%;
  background: #fff;
  z-index: 1000;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  /* height: 100px; */
  /* position: fixed; */
  top: 0 !important;
  left: 0;
  box-shadow: 0px 6px 10px -5px rgba(172, 173, 172, 0.85);
  -moz-box-shadow: 0px 6px 5px -5px rgba(172, 173, 172, 0.85);
  -webkit-box-shadow: 0px 6px 5px -5px rgba(172, 173, 172, 0.85);
}

/* container */
.header__main-container,
.header__sub-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}

.header__main-container {
  padding: 20px 0 9px 10px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.header__main-container h1 {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: small;
  line-height: 1.6em;
  letter-spacing: normal;
}

.header__main-container .row {
  width: 100%;
  position: relative;
  z-index: 5;
}

.header__sub-container {
  flex-grow: 1;
  flex-shrink: 0;
  position: relative;
}

header .contactBox {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
}

header .contactBox .mainKyushin {
  display: none;
}

header .contactBox .mainContact a,
header .contactBox .mainTel a {
  color: #fff;
  background: #506988;
  border: solid 1px #909eb2;
  box-shadow: 0 0 0 5px #506988;
  display: block;
  float: right;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  margin: 15px 0;
  padding: .4em 1em;
  text-decoration: none;
  transition: all 300ms 0s ease;
  line-height: 1.6em;
}

header .contactBox .mainContact a:hover {
  filter: brightness(1.2);
}

header .contactBox .mainContact a::before {
  content: '\f003';
  font-family: "Font Awesome 7 Free";
  font-size: 1.6em;
  padding-right: .6em;
  top: 2px;
  position: relative;
}

header .contactBox .mainTel a::before {
  content: '\f095';
  font-family: "Font Awesome 7 Free";
  font-size: 1.6em;
  padding-right: .6em;
  font-weight: 600;
  top: 2px;
  position: relative;
}

/* menu */
.menu-text {
  color: #6D6660;
}

/* sub menu */
header .g-nav>li>.up-menu sub {
  color: #94C789;
}

#header .sns li {
  margin-right: 10px;
  width: 20px;
}

#header .sns {
  justify-content: flex-end;
  margin-right: 20px;
  position: relative;
  z-index: 101;
}

#header .sns li:last-of-type {
  margin-right: 0;
  margin-top: -3px;
}

@media screen and (max-width: 767px) {

  /* container */
  .header__main-container {
    padding: 0px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .header__sub-container {
    width: 100%;
    flex-grow: initial;
    flex-shrink: initial;
    flex-basis: initial;
  }
}

/*--------------------------------------
	logo
--------------------------------------*/
header .header__logo {
  width: 349px;
  position: relative;
  z-index: 100;
}

header .logo-child {
  width: 343px;
}

header .header__logo img {
  width: 100%;
  max-width: 349px;
}

header .headerRight {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}

/*--------------------------------------
	nav
--------------------------------------*/
header .header__nav_sp {
  display: none;
}

header .header__nav nav ol {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 40px;
}

header .header__nav nav ol>li:hover {}

header .header__nav nav ol>li {
  position: relative;
  height: 100%;
  font-size: 14px;
}

header .header__nav nav ol>li.contact {
  background: #FCEF8B;
  margin-left: 30px;
}

header .header__nav nav ol>li.contact a {
  color: #FF9E00;
}

header .header__nav nav ol>li:after {
  width: 0%;
  height: 3px;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  transition: all 0.4s ease;
}

header .header__nav nav ol>li:hover:after {
  width: 100%;
}

header .header__nav nav ol>li .sub-menu:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-right: 0 solid transparent;
  border-bottom: 21px solid #F8E9CC;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(-135deg);
  box-sizing: border-box;
  border-left: 21px solid transparent;
  transition: none;
}

header .header__nav nav ol .sub-menu .menu-item-has-children:hover .sub-menu:after {
  display: none;
}

/* header .header__nav nav ol>li .up-menu {
  position: relative;
  width: auto;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: pre;
  color: #6D6660;
  cursor: pointer;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
} */

header .header__nav nav ol>li>.up-menu a,
header .header__nav nav ol>li>.up-menu span {
  color: #4c2f1f;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  letter-spacing: normal;
}

header .header__nav nav ol>li>.up-menu a:hover {
  /* background: #F2F6EA */
}

header .header__nav nav ol>li>.up-menu .menu-text span {
  color: #FF9E00;
  font-size: 8px;
  text-transform: uppercase;
  padding: 10px;
}

header .header__nav nav ol>li>.up-menu sub {
  display: block;
  padding-top: 10px;
  font-size: 10px;
  letter-spacing: 0.25em;
}

.sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 330px;
  height: auto;
  padding: 0;
  border-radius: 0.5em;
  box-shadow: 0 1px 5px rgb(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  /* background: #F8E9CC; */
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 10px;
}

.sub-menu a {
  font-size: 14px;
  position: relative;
}

.sub-menu a:before {
  content:
    "";
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 0 solid transparent;
  border-bottom: 10px solid #FF9E00;
  position: absolute;
  left: 6%;
  top: 20px;
  margin-left: -11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  border-left: 10px solid transparent;
  transition: none;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

header .header__nav nav ol .sub-menu .sub02 .menu-text {
  padding-left: 10%;
}

header .header__nav nav ol>li.hover ul .menu-item-has-children.active .sub-menu {
  display: block;
}

@media screen and (min-width: 768px) {
  header .header__nav nav ol>li dl {
    pointer-events: none;
  }

  header .header__nav nav ol .sub-menu a {
    display: block;
    padding: 1% 5%;
    transition: none;
  }

  header .header__nav nav ol .sub-menu a:hover,
  header .header__nav nav ol .sub-menu .menu-text:hover,
  header .header__nav nav ol .sub-menu .menu-item-has-children:hover span.menu-text {
    background: #F5D79C;
    color: #000;
    cursor: pointer;
    display: block;
  }

  header .header__nav nav ol .sub-menu .menu-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    box-shadow: none;
    position: static;
    margin-left: -10px;
    transform: translateX(0);
    display: none;
  }

  header .header__nav nav ol .sub-menu .menu-text {
    padding: 9px 9%;
    display: block;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    border-bottom: 1px solid #F5D79C;
    font-weight: bold;
  }

  header .header__nav nav ol .sub-menu li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  header .header__nav nav ol .sub-menu li:last-of-type a {
    border-bottom: 0;
  }

  header .header__nav nav ol .sub-menu .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  header .header__nav nav ol .sub-menu .menu-item-has-children:hover .sub-menu a {
    padding-left: 10%;
  }

  header .header__nav nav ol>li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 6px;
    width: 0%;
    height: 1px;
    background: #4c2f1f;
  }
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
  .header__main-container {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1380px) {
  header .header__logo {
    max-width: 68%;
  }

  .header__sub-container {}

  .header__main-container {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  header .header__nav nav ol>li>.up-menu a,
  header .header__nav nav ol>li>.up-menu span {
    padding: 1.6rem 1rem;
  }

  .header__sub-container {
    flex-basis: 236px;
  }

  header .header__nav nav ol>li>.up-menu a,
  header .header__nav nav ol>li>.up-menu span {
    padding: 9px 5px 0 5px;
    line-height: 1;
    height: 30px;
    letter-spacing: 1px;
    display: flex;
  }

  header .header__nav nav ol>li>.up-menu span {
    padding: 3rem 1rem 2.2rem;
  }

  header .header__logo {
    width: 212px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  header .header__nav nav ol>li .up-menu {
    font-size: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  header .header__nav nav ol {
    display: flex !important;
    gap: 20px;
  }

  header .contactBox {
    padding-right: 12px;
  }

  header .header__nav nav ol>li.contact {
    margin-left: 7px;
  }
}

@media screen and (max-width: 767px) {
  header .header__nav nav ol>li:after {
    display: none;
  }

  header .header__sub-container {
    width: 80%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    /* min-height: 100vh; */
    z-index: 100;
    padding: 40px 0 50px;
    background-color: rgba(69, 51, 5, .8);
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    align-content: space-between;
    z-index: 100;
  }

  header .topMail {
    font-size: 38px;
    position: absolute;
    right: 57px;
    top: 4px;
  }

  header .topMail .fa.fa-envelope-o:before {
    content: "\f0e0";
    font-weight: 500;
  }

  .headerLeft {
    display: none;
  }

  header .headerRight {
    flex-direction: column;
    width: 100%;
  }

  header .header__sub-container.active {
    opacity: 1 !important;
    visibility: visible !important;
  }

  header .header__sub-container .btn-close {
    margin-top: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: white;
    width: 100%;
    height: 50px;
    z-index: 90000;
    line-height: 4em;
    font-size: 14px;
    text-align: center;
  }

  header .header__nav_sp {
    display: block;
    width: 100%;
  }

  header .header__nav_pc {
    display: none;
  }

  header .contactBox {
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin-top: 30px;
    padding: 0 30px;
  }

  header .contactBox .mainKyushin {
    display: block;
  }

  header .contactBox .mainKyushin a,
  header .contactBox .mainContact a,
  header .contactBox .mainTel a {
    color: #fff;
    padding: 8px 0;
    background: #506988;
    border: solid 2px #909eb2;
    box-shadow: 0 0 0 4px #506988;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  header .contactBox .mainKyushin a {
    color: #fff;
    padding: 8px 0;
    background: #8E3132;
    border: solid 2px #7C3233;
    box-shadow: 0 0 0 4px #7C3233;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 100%;
  }

  header .contactBox .mainTel a {
    width: 100%;
    color: #fff;
    padding: 8px 0;
    background: #009482;
    border: solid 2px #a5bca1;
    box-shadow: 0 0 0 4px #009482;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.3em;
  }

  header .header__nav nav ol {
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  header .header__nav nav ol>li {
    position: relative;
    width: 100%;
    border-left: none;
    border-top: 1px solid #fff;
  }

  header .header__nav nav ol>li>.up-menu,
  header .header__nav nav ol>li .sub-menu li .menu-text {
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 6px 10px;
    display: inline-block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }

  header .header__nav nav ol>li .sub-menu li .menu-text::after {
    content: '\f105';
    font-family: "Font Awesome 7 Free";
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    font-weight: 900;
    align-items: center;
  }

  header .header__nav nav ol>li .sub-menu li .menu-text {
    padding-right: 18px;
  }

  .sub-menu a:before {
    left: 10%;
    top: 50%;
    margin-top: -8px;
    display: none;
  }

  /* header .header__nav nav ol>li>.up-menu:hover {
    opacity: 0.6;
  } */

  header .header__nav nav ol>li>.up-menu a,
  header .header__nav nav ol>li>.up-menu span {
    padding: 0px;
  }

  header .header__nav nav ol>li>.up-menu span {
    margin: 0;
  }

  header .header__nav nav ol>li>span {
    position: relative;
  }

  header .header__nav nav ol>li .up-menu .menu-text,
  header .header__nav nav ol>li>.up-menu sub,
  header .header__nav nav ol>li .sub-menu li span.menu-text {
    color: white;
    width: 100%;
  }

  header .header__nav nav ol>li+li {
    margin-left: 0px;
  }

  header .header__nav nav ol>li ul li {
    border-top: 1px solid #fff;
  }

  /* .menu-item-has-children .up-menu::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-top: -14px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  } */

  /* .menu-item-has-children.hover .up-menu::after {
    margin-top: -3px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  } */

  .sub-menu {
    width: 100%;
  }

  header .header__nav nav ol>li .sub-menu a {
    padding: 15px 20px 12px;
    text-align: left;
  }

  header .header__nav nav ol>li .sub-menu a:hover {
    text-decoration: none;
  }

  header .header__nav nav ol>li dl {
    position: relative;
    top: 0;
    padding: 0;
    background: none;
  }

  header .header__nav nav ol>li dl li {
    padding-left: 0;
  }

  header .header__nav nav ol>li dl li::before {
    display: none;
  }

  header .header__nav nav ol>li dt {
    display: none;
  }

  header .header__nav nav ol>li .sub-menu {
    position: inherit;
    display: none;
    top: 0;
    padding: 0;
    border-radius: 0;
  }

  header .header__nav nav ol>li.hover .sub-menu {
    padding: 0 15px;
    display: block;
    visibility: initial;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }

  header .header__nav nav ol>li .sub-menu li {
    display: block;
  }

  header .header__nav nav ol>li .sub-menu li:first-child {
    border-top: 0px;
  }

  header .header__nav nav ol>li .sub-menu a {
    display: block;
  }

  header .header__nav nav ol>li.hover>span+dl,
  header .header_menu .header__nav nav ol>li>span:hover+dl {
    opacity: 1;
    pointer-events: auto;
  }


}

@media screen and (max-width: 767px) {
  header .header__nav .conversion {
    margin: 70px -30px 0;
  }

  header .header__logo {
    width: 188px;
    margin: 20px 0 5px 12px;
    z-index: 20;
  }

  header h1 {
    font-size: 6px !important;
  }

  header .header__nav nav ol {}

  header .header__nav nav ol>li {}

  header .header__nav nav ol>li>.up-menu,
  header .header__nav nav ol>li .sub-menu li span.menu-text {
    background: rgba(0, 0, 0, .6);
  }

  header .header__nav nav ol>li .sub-menu li span.menu-text {
    position: relative;
  }

  header .header__nav nav ol>li>.up-menu:hover {}

  header .header__nav nav ol>li>.up-menu a,
  header .header__nav nav ol>li>.up-menu span {
    padding: 3px;
    color: #fff;
    font-weight: 500;
    align-items: flex-start;
    font-size: 14px;
  }

  header .header__nav nav ol>li>.up-menu span {
    margin: 0;
    display: none;
  }

  header .header__nav nav ol>li>span {
    position: relative;
  }

  header .header__nav nav ol>li .up-menu .menu-text,
  header .header__nav nav ol>li>.up-menu sub {
    display: block;
  }

  header .header__nav nav ol>li+li {
    margin-left: 0px;
  }

  header .header__nav nav ol>li.contact {
    margin-left: 0;
  }

  header .header__nav nav ol>li.contact .up-menu {
    background: #FCEF8B;
    color: #FF9E00;
  }

  header .header__nav nav ol>li.contact .up-menu a {
    color: #FF9E00;
  }

  header .header__nav nav ol>li ul li {}

  .menu-item-has-children .up-menu::after,
  header .header__nav nav ol>li .sub-menu li span.menu-text:after {
    content: '\f0dc';
    font-family: "Font Awesome 7 Free";
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    font-weight: 900;
    align-items: center;
  }

  /* .menu-item-has-children.hover .up-menu::after,
  header .header__nav nav ol>li .sub-menu li:hover .sub-menu>.menu-text:after {
    margin-top: -3px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  } */

  .sub-menu {
    width: 100%;
  }

  header .header__nav nav ol>li .sub-menu a {
    padding: 15px 20px 12px;
    text-align: left;
    /* color: #fff; */
  }

  header .header__nav nav ol>li .sub-menu a:hover {
    text-decoration: none;
  }

  header .header__nav nav ol>li dl {
    position: relative;
    top: 0;
    padding: 0;
    background: none;
  }

  header .header__nav nav ol>li dl li {
    padding-left: 0;
  }

  header .header__nav nav ol>li dl li::before {
    display: none;
  }

  header .header__nav nav ol>li dt {
    display: none;
  }

  header .header__nav nav ol>li .sub-menu {
    position: inherit;
    display: none;
    top: 0;
    padding: 0;
    border-radius: 0;
  }

  header .header__nav nav ol>li.hover .sub-menu {
    display: block;
    visibility: initial;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }

  header .header__nav nav ol>li .sub-menu li {
    display: block;
  }

  header .header__nav nav ol>li .sub-menu:after {
    display: none
  }

  header .header__nav nav ol>li .sub-menu li:first-child {
    border-top: 0px;
  }

  header .header__nav nav ol>li .sub-menu a {
    display: block;
  }

  header .header__nav nav ol>li.hover>span+dl,
  header .header_menu .header__nav nav ol>li>span:hover+dl {
    opacity: 1;
    pointer-events: auto;
  }

  header .header__sub-container.active+.header__nav {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .header__sub-container.active .header__logo {
    position: fixed;
    top: 2px;
    left: 0;
    z-index: 114;
    max-width: 266px;
    margin: 15px 10px;
  }

  header .header__nav nav ol>li:hover .sub-menu:after {
    display: none;
  }

  header .header__nav nav ol>li.hover ul .menu-item-has-children .sub-menu {
    display: none;
  }

  header .header__nav nav ol>li .sub-menu li.active span.menu-text:after {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -4px;
  }
}

/*--------------------------------------
	toggle menu
--------------------------------------*/
header .toggle-menu {
  display: none;
}

.toggle-menu__trigger,
.toggle-menu__trigger span {
  display: inline-block;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.toggle-menu__trigger span {
  /* opacity: 0; */
  /* visibility: hidden; */
}

.toggle-menu__trigger {
  position: relative;
  display: block;
  width: 35px;
  height: 25px;
  padding: 0;
  border: 0px;
  margin: 0;
  text-align: center;
  background: none;
}

.toggle-menu__trigger:after {
  position: absolute;
  content: "MENU";
  top: 0;
  font-size: 11px;
  right: 0;
  color: #5882BC;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  letter-spacing: 1px;
  display: none;
}

.toggle-menu.active {
  transform: translateY(0);
}

.toggle-menu.active .toggle-menu__trigger:after {
  content: "CLOSE";
}

.toggle-menu__trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #555;
}

.toggle-menu__trigger span:nth-of-type(1) {
  top: 0;
}

.toggle-menu__trigger span:nth-of-type(2) {
  top: 10px;
}

.toggle-menu__trigger span:nth-of-type(3) {
  bottom: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(1) {
  -moz-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(2) {
  opacity: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(3) {
  -moz-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  #header {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }

  header .toggle-menu {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 103;
    padding: 0;
  }

  header .toggle-menu.bot {
    top: 85vh;
  }
}

/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
#footer {
  /* padding: 30px 0; */
  background-size: cover;
  /* text-align: center; */
  line-height: normal;
  letter-spacing: normal;
}

#footer .bnr {
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#footer .img01 {
  max-width: 800px;
  margin: 0 auto 40px;
}

#footer .bnr li {
  width: 260px;
  max-width: 25%;
  margin-bottom: 1%;
  margin-right: 1%;
}

#footer .bnr li:nth-child(4n + 4) {
  margin-right: 0;
}

#footer .sns {
  justify-content: flex-end;
  margin-bottom: 23px;
}

#footer .sns li {
  margin-right: 10px;
}

#footer .sns li:last-of-type {}

/*--------------------------------------
	footer menu
--------------------------------------*/
footer .footer-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

footer .footer-menu__block {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 8%;
}

footer .footer-menu__block:first-child {
  margin: 0;
}

footer .footer-menu__block .footer-menu__title {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.1em;
}

footer .footer-menu__block .footer-menu__navi {
  padding-top: 0;
}

footer .footer-menu__block .footer-menu__navi li {
  position: relative;
  margin-top: 19px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

footer .footer-menu__block .footer-menu__navi li:first-child {
  margin: 0;
}

footer .footer-menu__block .footer-menu__navi li::before {
  margin-right: 5px;
  font-size: 10px;
  color: #6fba2c;
}

footer .footer-menu__block .footer-menu__navi li a {
  vertical-align: top;
}

footer .footer-menu__block .footer-menu__navi li a:hover {
  color: #6fba2c;
}

footer .footer-menu__block .access_box {
  font-size: 13px;
  line-height: 1.9;
}

footer .footer-menu__block .access_box p {
  margin-bottom: 22px;
}

footer .footer-menu__block .access_box dl dt {
  font-weight: bold;
}

footer .logo {
  width: 228px;
  margin: 0 auto -2px;
}

footer .sitemap {
  font-size: 10px;
  margin-bottom: -8px;
}

footer .sitemap:hover {
  text-decoration: underline;
}

footer .copyright {
  font-size: 15px;
  line-height: 1.8;
  color: #6D6660;
  text-align: left;
}

footer .sitemap {
  text-align: left;
}

footer .sitemap a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
  #footer .bnr li {
    max-width: 24%;
  }
}

@media screen and (max-width: 767px) {
  .container-sp {
    padding: 0;
  }

  footer .footer-menu {
    display: block;
    width: 100%;
    background: #fbf9f1;
    font-size: 1em;
    line-height: 1;
  }

  footer .footer-menu .menu-item {
    margin-top: 0 !important;
    position: relative;
    border-bottom: 1px solid #aa967a;
  }

  footer .footer-menu__block .footer-menu__navi li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 14px 10px;
    position: relative;
  }

  footer .footer-menu__block .footer-menu__navi li a::before {
    content: '';
    position: absolute;
    background: url(./img/sp/semiFooterCaret.png) no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 39 / 42;
    width: 15px;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
  }

  .footer .footer-menu .menu-item .menu-text {}

  footer .footer-menu__block {
    margin-top: 40px;
    margin-left: 0;
  }

  footer .footer-menu__block .footer-menu__title {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }

  footer .copyright {
    text-align: center;
  }

  footer .sitemap {
    text-align: center;

  }

  #footer .sns {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
  }

  #footer .sns li {
    width: 14%;
  }

  footer .logo {
    width: 130px;
  }

  #footer .bnr {
    justify-content: space-between;
    margin-bottom: 20px;
  }

  #footer .bnr li {
    max-width: 50%;
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}

/*--------------------------------------
	fixed box
--------------------------------------*/
.fixed-box {
  position: fixed;
  right: 0px;
  bottom: 0;
  display: block;
  width: 535px;
  height: auto;
  z-index: 89;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.fixed-box .fixed-banner__pc ul,
.fixed-box .fixed-banner__sp ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.fixed-box .fixed-banner__pc ul li:first-child {
  margin-right: 10px;
}

.fixed-box .fixed-banner__pc ul li:last-of-type {
  margin-left: 10px;
}

.fixed-banner__sp {
  display: none;
}

.fixed-box img {
  max-width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .fixed-banner__sp {
    display: block;
  }

  .fixed-banner__pc {
    display: none;
  }

  #footer {
    /* padding-bottom: 5%; */
    padding-bottom: 118px;
  }

  .fixed-box {
    width: 100%;
  }

  .fixed-banner__sp {
    padding: 0;
  }

  .fixed-banner__sp li:last-of-type {
    margin-left: 5px;
  }
}

/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/
/*--------------------------------------
	conversion section
--------------------------------------*/
.conversion {
  padding: 135px 0 83px;
  text-align: center;
  /* background: url("img/footer_bg.png") no-repeat center top;
  background-size: cover; */
  margin: -71px auto 0;
  position: relative;
}

.conversion:before {
  position: absolute;
  top: -72px;
  left: 33px;
  right: 0;
  /* background: url(img/footer_deco.png) no-repeat; */
  width: 1072px;
  background-size: 100%;
  height: 266px;
  content: "";
  z-index: 0;
  margin: 0 auto;
  max-width: 95%;
}

.conversion .box {
  background: #fff;
  border-radius: 10px;
  padding: 14px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 243px;
}

.conversion .address {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.conversion .tel {
  margin-bottom: 6px;
}

.conversion .address:before {
  content: "";
  background: url("img/icon_pin.png") no-repeat;
  width: 12px;
  height: 24px;
  position: absolute;
  top: 9px;
  left: 0;
  background-size: 100%;
}

.conversion .conversion__title {
  margin-bottom: 42px;
  font-size: 35px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.conversion .conversion__text {
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 31px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  color: #5882BC;
  font-weight: bold;
  margin-bottom: 47px;
}

.conversion .conversion__list {
  display: -webkit-flex;
  display: flex;

  justify-content: space-between;

  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  justify-content: space-between;
}

.conversion .col {
  width: 340px;
  text-align: left;
  max-width: 100%;
}

.conversion .col .note {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
}

.conversion .col .time {
  margin-bottom: 12px;
}

.conversion .col .time dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 15px;
  margin-bottom: 1px;
  line-height: 26px;
}

.conversion .col .time dl dt {
  background: #6D6660;
  color: #fff;
  width: 64px;
  align-self: center;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  padding-top: 3px;
  padding-bottom: 1px;
}

.conversion .col .time dl dd {
  padding-left: 8px;
  width: calc(100% - 68px);
  box-sizing: border-box;
  letter-spacing: 0;
  font-size: 15px;
}

.conversion .conversion__list li+li {}

.conversion .conversion__list li {
  position: relative;
  z-index: 0;
  width: 48%;
}

.conversion .col1 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #FF9E00;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.conversion .col1 h3 span {
  background: #FF9E00;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
  margin-left: 10px;
}

.conversion .col2 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #A3C258;
  margin-bottom: 20px;
  text-align: left;
}

.conversion .col2 h3 span {
  background: #A3C258;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
}

.conversion .col3 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #A3C258;
  margin-bottom: 20px;
  margin-top: -33px;
}

.conversion .col3 h3 span {
  background: #A3C258;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
}

.conversion .col3 h4 {
  background: #F0FECF;
  color: #A3C258;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.conversion .conversion__list li:hover img {
  opacity: 1;
}

.conversion .conversion__list li:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(51, 104, 177);
  background: linear-gradient(180deg, rgba(51, 104, 177, 1) 0%, rgba(51, 104, 177, 1) 0%, rgba(152, 179, 232, 1) 100%);
  border-radius: 66px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=124, Color=#95BEE6)";
  /*IE 8*/
  -moz-box-shadow: 2px 3px 20px -5px rgba(149, 190, 230, 0.7);
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 3px 20px -5px rgba(149, 190, 230, 0.7);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 3px 20px -5px rgba(149, 190, 230, 0.7);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=135, Color=#95BEE6);
  /*IE 5.5-7*/
  content: "";
  z-index: -1;
}

.conversion .conversion__list li:hover:After {
  background: #3667AC;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {

  .conversion .col2 h3,
  .conversion .col1 h3,
  .conversion .col3 h3 {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
  }

  .conversion .col {
    width: 32%;
  }

  .conversion:before {
    top: -11px;
  }

  .conversion .col3 h3 {
    margin-top: -22px;
  }

  .conversion .col1 h3 span {
    font-size: 10px;
  }

  .conversion .col2 h3 span {
    font-size: 10px;
  }

  .conversion .col .time dl {
    flex-direction: column
  }

  .conversion .col .time dl dt {
    align-self: flex-start;
  }

  .conversion .col .time dl dd {
    width: 100%;
    font-size: 14px;
    padding-left: 0;
  }

  .conversion .address {
    font-size: 13px;
  }

  .conversion .box {
    padding: 14px 10px;
    min-height: 312px;
  }
}

@media screen and (max-width: 767px) {
  .conversion .conversion__title {
    font-size: 28px;
  }

  .conversion .conversion__list {
    max-width: 535px;
    margin: 0 auto;
    width: 100%;
    padding: 0 9px;
    box-sizing: border-box;
  }

  .conversion .conversion__list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .conversion .conversion__list li+li {
    margin-top: 10px;
    margin-left: 0%;
  }

  .conversion .conversion__list li {
    width: 100%;
  }

  .conversion:before {
    width: 88%;
    /* background: url(img/footer_deco_sp.png) no-repeat;
    background-size: 100%; */
    top: -3%;
    left: 0;
  }

  .conversion {
    /* background: url(img/footer_bg_sp.png) no-repeat center top;
    background-size: cover; */
    padding: 21vw 0 10vw;
    margin: -13vw auto 0;
  }

  .conversion .col1 h3 {
    font-size: 21px;
  }

  .conversion .col1 h3 span {
    font-size: 16px;
  }

  .conversion .box {
    padding: 14px 20px 27px;
    min-height: auto;
  }

  .conversion .col .time dl {
    margin-bottom: 5px;
  }

  .conversion .col .time dl dd {
    font-size: 14px;
  }

  .conversion .col .time dl dt {}

  .conversion .col {
    width: 100%;
    margin-bottom: 10vw;
  }

  .conversion .col2 h3 {
    font-size: 21px;
  }

  .conversion .col2 h3 span {
    margin-left: 10px;
  }

  .conversion .col3 h3 {
    margin-top: 0;
    font-size: 21px;
  }

  .conversion .col3 h3 span {}

  .conversion .address:before {
    top: 5px;
  }

  .conversion .tel {
    width: 100%;
    margin: 0 auto 10px;
  }
}

/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0 !important;
}

.elementor img {
  width: auto !important;
}

.elementor-image-box-wrapper {
  display: block !important;
}

.elementor-widget-image-box .elementor-image-box-content {
  text-align: left !important;
}

.elementor-image-box-title {
  padding: 10px 20px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  background: #3dc2b7;
}

.elementor-image-box-img {
  float: right;
  display: block !important;
  width: 30% !important;
  margin: 0 0 10px 20px !important;
  text-align: center;
  text-align: right;
  border-radius: 10px;
  overflow: hidden;
}

.img_small .elementor-image-box-img {
  width: auto !important;
}

.img_l .elementor-image-box-img {
  float: left;
  margin: 0 20px 10px 0 !important;
}

.auto_width .elementor-image-box-img {
  width: auto !important;
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
  display: inline-block !important;
}

.elementor-widget-image .elementor-image>a:hover img,
.elementor-widget-image .elementor-image figure>a:hover img {
  opacity: 0.8 !important;
}

.elementor-slideshow__header {
  width: calc(100% - 50px) !important;
  padding-left: 0em !important;
  padding-right: 0em !important;
}

.elementor-text-editor ul {
  list-style: inside;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.title-share {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #5882BC;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.title-share:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #5882BC;
  height: 3px;
  content: "";
  margin: 0 auto;
  right: 0;
  width: 40px;
}

.title-share span {
  font-size: 12px;
  font-family: 'Baloo Bhaijaan 2', cursive;
  color: #C9CACA;
  display: block;
  letter-spacing: 0.1em;
}

.f-bnr {
  width: 100%;
  max-width: 805px;
  margin: 0 auto 15px;
  justify-content: space-between;
}

.f-bnr li {
  width: 32.3%;
}

@media screen and (max-width: 767px) {

  .elementor-image-box-img,
  .img_l .elementor-image-box-img {
    float: none;
    width: 100% !important;
    margin: 0 auto 20px !important;
    text-align: center;
  }

  .f-bnr {
    flex-direction: column;
  }

  .f-bnr li {
    width: 80%;
    margin: 0 auto 20px;
    max-width: 100%;
  }

}

/* IE飲みの修正 */
@media all and (-ms-high-contrast: none) {

  /* トップページ画像表示崩れ修正	 */
  .scroll1 {
    display: flex;
  }

  /* 追従バナー修正	 */
  .fixed-box img {
    width: 100%;
  }

  /* バナーが一番上に来るよう修正	 */
  .fixed-box {
    z-index: 999;
  }
}

.footer_bnr {
  border: 2px solid #3667AC;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 15px;
  width: 100%;
  max-width: 805px;
  box-sizing: border-box;
}

.footer_bnr li {
  padding-left: 13px;
  position: relative;
  font-size: 15px;
  line-height: 1.7;
  color: #555658;
  text-align: left;
}

.footer_bnr li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6ECEF8;
}

.footer_bnr .col2 {
  box-sizing: border-box;
}

.footer_bnr .col1 {
  color: #fff;
  text-align: center;
}

.footer_bnr .col1 h2 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
  margin-bottom: 8px;
}

.footer_bnr .col1 h2 span {
  display: block;
}

.footer_bnr .col1 .btn_link {
  color: #fff;
  background: #6ECEF8;
  box-shadow: none;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ W3", Hiragino Sans W3, sans-serif;
  font-weight: 400;
  margin: auto;
  max-width: 173px;
  line-height: 2.1;
  padding-top: 2px;
}

.footer_bnr .col1 .btn_link:hover {
  color: #fff;
  background: #6ECEF8;
  opacity: 0.8;
}

.footer_bnr .col1 .btn_link i {
  right: 10px;
  display: block;
  line-height: 1;
  font-size: 18px;
}

.footer_bnr .deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 23%;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .footer_bnr {
    justify-content: flex-start !important;
  }

  .footer_bnr .col1 {
    background: url("img/bnr_bg.png") no-repeat center right / 100% auto;
    width: 32.2%;
    padding: 22px 10px 22px 0;
  }

  .footer_bnr .col1 h2 {
    font-size: 28px;
  }

  .footer_bnr .col1 h2 span {
    font-size: 20px;
  }

  .footer_bnr .col2 {
    width: 60%;
    padding: 26px 0 26px 3.4%;
    justify-content: flex-start !important;
  }

  .footer_bnr .col2 ul {
    width: 180px;
  }

}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .footer_bnr .col1 {
    background: url("img/bnr_bg.png") no-repeat center right / cover;
  }
}

@media screen and (max-width: 767px) {
  .footer_bnr {
    display: block !important;
    margin: 0 auto 20px;
    width: 80%;

  }

  .footer_bnr .col1 {
    background: url("img/bnr_bg_sp.png") no-repeat center bottom / cover;
    padding: 12px 0 25px;
  }

  .footer_bnr .col1 h2 {
    font-size: 24px;
    margin-bottom: 3px;
  }

  .footer_bnr .col1 h2 span {
    font-size: 17px;
  }

  .footer_bnr .col1 .btn_link {
    font-size: 12px;
    line-height: 2.5;
    width: 140px;
  }

  .footer_bnr .col1 .btn_link i {
    width: 15px;
    right: 8px;
    margin-top: -1px;
  }

  .footer_bnr .col2 {
    display: block;
    padding: 20px 18px 13px;
  }

  .footer_bnr .deco {
    width: 45%;
  }

  .footer_bnr li {
    font-size: 14px;
    line-height: 2;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.slick-slider .slick-slide {
  line-height: 1em;
}

.slick-slider .slick-slide>div {
  line-height: 1em;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 4;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: .7;
}

.slick-slider .slick-prev::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.slick-slider .slick-next::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: unset;
  z-index: 4;
}

.slick-slider .slick-dots ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}

.slick-slider .slick-dots li {
  margin: 0 6px;
  width: 16px;
  height: 16px;
}

.slick-slider .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #aa967e;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-slider .slick-dots button::before {
  content: none;
}

.slick-slider .slick-dots .slick-active button {
  background: #6b2120;
  opacity: 1;
}

.slick-slider .slick-dots li:not(.slick-active):hover button {
  background: #6b2120;
}

@media only screen and (max-width: 767px) {
  .slick-slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
}

/*=============================================
 * rollover button
 *=============================================*/
.btn-over img,
.over-img img,
img.over,
img:not(.btn):not(.non-over),
button img {
  opacity: 1;
  transform: translateX(0) translateZ(0);
  -moz-transform: translateX(0) translateZ(0);
  -webkit-transform: translateX(0) translateZ(0);
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.over-img img:hover,
img.over:hover,
a:hover img:not(.btn):not(.non-over),
button:hover img {
  cursor: pointer;
  opacity: 0.8;
  transform: translateX(0.01em) translateZ(0);
  -moz-transform: translateX(0.01em) translateZ(0);
  -webkit-transform: translateX(0.01em) translateZ(0);
}

.non-over a:hover img:not(.over),
.non-over img:not(.over):not(.btn):hover {
  opacity: 1 !important;
}

.btn-over {
  display: inline-block;
  position: relative;
}

.btn-over img+img {
  pointer-events: none;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-over:hover img+img,
.btn-over.active img+img {
  opacity: 1 !important;
}

.btn-over:hover img,
.btn-over.active img {
  opacity: 0 !important;
}

.mamahack-fb {
  background: #dccfc6 !important;
}

.mamahack-fb p {
  color: #555 !important;
}

.mamahack-fb .mamahack-fb__boxLike__message {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  body {
    background: #fbf9f1 !important;
  }

  .wrap {
    width: 100%;
    padding: 0 10px;
  }

  .mamahack-fb {
    background: #dccfc6 !important;
  }

  .mamahack-fb .mamahack-fb__boxLike__note {
    color: #555;
  }

  .mamahack-fb__boxThumb {
    width: 100%;
    height: calc(100vw * 0.5);
    background-size: contain;
  }

  .mamahack-fb {
    display: flex !important;
    flex-direction: column;
    padding: 25px;
    box-sizing: border-box;
  }

  .mamahack-fb .mamahack-fb__boxLike,
  .mamahack-fb .mamahack-fb__boxLike__message {
    font-size: 14px !important;
  }

  .mamahack-fb .mamahack-fb__boxLike__button {}

  .mamahack-fb .mamahack-fb__boxLike__note {
    font-size: 14px !important;
    color: #555;
  }
}

.greetBox {
  margin-bottom: 20px;
}









/*  menu page  */
.menuWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menuWrap ul li {
  width: 49%;
  height: 160px;
  background: #ece4d9;
  border-top: solid 8px #aa967e;
  border-bottom: solid 8px #e0c5a8;
  margin-bottom: 20px;
}

.mmb h3 {
  color: #946668;
  background: #fff;
  font-size: 1.125em;
  font-weight: 500;
  padding: 3px 0px 3px 20px;
}

.mmb h3 span {
  font-size: .8em;
  letter-spacing: .1em;
}

.mmb h3 span:before {
  content: '';
  padding-left: 2.5em;
}

.menuDesc {
  padding: 12px;
}

.menuDesc img {
  display: block;
  float: left;
}

.menuDesc p {
  width: 200px;
  display: block;
  float: right;
  font-family: 'Noto Sans JP', serif;
  font-weight: 300;
  font-size: .875em;
  line-height: 20px;
  letter-spacing: normal;
}

.menuWrap ul li a {
  width: 100%;
  height: 160px;
  display: block;
}

.menuWrap ul li:hover {
  background: #f0ece8;
  border-top: solid 8px #b5a694;
  border-bottom: solid 8px #e9d4bd;
}

/*  subjects  */
.subSec {
  text-align: center;
}

.subSec h2 {
  background: #ece4d9;
  border-bottom: solid 5px #e0c5a8;
  color: #024d74;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 40px;
  padding-left: 20px;
  text-align: left;
}

.subSec p {
  color: #333;
  font-family: 'Noto Sans JP', serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.5em;
  margin-bottom: 40px;
  text-align: left;
}

.subSec p.aligncenter {
  text-align: center;
}

.subSec p img {
  max-width: 100%;
  margin-bottom: 0;
}

p.wrapImg {
  text-align: center;
}

.subSec h3 {
  color: #333;
  font-family: 'Noto Sans JP', serif;
  margin: 40px 0;
  text-align: left;
}

.subSec h3:before {
  content: '\f04e';
  color: #40c2d8;
  font-family: fontawesome;
  padding-right: .6em;
}

.subSec>img {
  background: #fff;
  margin: 0 0 40px;
  padding: 20px;
}

.flow,
.flowS {
  margin-bottom: 40px;
}

.flow li,
.flowS li {
  border-left: solid 1px #acadac;
  border-right: solid 1px #acadac;
  position: relative;
}

.flow li:first-of-type,
.flowS li:first-of-type {
  border-top: solid 1px #acadac;
  border-radius: 20px 20px 0 0;
}

.flow li:last-of-type,
.flowS li:last-of-type {
  border-bottom: solid 1px #acadac;
  border-radius: 0 0 20px 20px;
}

.flow li+li,
.flowS li+li {
  border-top: solid 1px #fff;
}

.flow li:nth-of-type(odd) {
  background: #f5f7f8;
}

.flow li:nth-of-type(even) {
  background: #dcedf0;
}

.flow li span,
.flowS li span {
  width: 70px;
  height: 70px;
  background: #506988;
  border-radius: 50%;
  color: #fff;
  font-size: 1em;
  line-height: 70px;
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
  z-index: 10;
  letter-spacing: normal;
}

.flow li:first-of-type:after,
.flowS li:first-of-type:after {
  content: '';
  height: 100%;
  border-right: solid 1px #506988;
  position: absolute;
  top: 35px;
  left: 55px;
  z-index: 5;
}

.flow li:after,
.flowS li:after {
  content: '';
  height: 100%;
  border-right: solid 1px #506988;
  position: absolute;
  top: 35px;
  left: 55px;
  z-index: 5;
}

.flow li:last-of-type:after,
.flowS li:last-of-type:after {
  content: none;
}

.noTitleFlow {
  overflow: hidden;
  padding: 20px 20px 20px 110px;
}

.noTitleFlow img {
  width: 160px;
  display: block;
  float: left;
}

.noTitleFlow p {
  width: 400px;
  float: right;
}

#fixedMenu ul li a:before,
#fixedMenu ul li a:after,
#fixedMenu5 ul li a:before,
#fixedMenu5 ul li a:after,
#fixedMenu4 ul li a:before,
#fixedMenu4 ul li a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}

#fixedMenu ul li a,
#fixedMenu ul li a:before,
#fixedMenu ul li a:after,
#fixedMenu5 ul li a,
#fixedMenu5 ul li a:before,
#fixedMenu5 ul li a:after,
#fixedMenu4 ul li a,
#fixedMenu4 ul li a:before,
#fixedMenu4 ul li a:after {
  box-sizing: border-box;
  /* margin-bottom     : 20px; */
  -webkit-transition: all .3s;
  transition: all .3s;
}

#fixedMenu,
#fixedMenu5,
#fixedMenu4 {
  width: 740px;
  position: absolute;
  top: 0;
  z-index: 999999;
}

#fixedMenu ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

#fixedMenu ul li {
  width: 185px;
  border-top: solid 1px #007cc4;
  border-left: solid 1px #007cc4;
  box-sizing: border-box;
  font-size: .875em;
}

#fixedMenu4.fixedmenu3 ul li {
  width: calc(100% / 3);
}

#fixedMenu4 ul li:nth-of-type(3) {
  border-right: solid 1px #007cc4;
}

#fixedMenu.fixedmenu3 ul li {
  width: calc(100% / 3);
}

#fixedMenu.fixedmenu3 ul li:nth-of-type(6) {
  border-bottom: solid 1px #007cc4;
}

#fixedMenu.fixedmenu3 ul li:nth-of-type(7),
#fixedMenu.fixedmenu3 ul li:nth-of-type(8) {
  border-bottom: solid 1px #007cc4;
}

#fixedMenu.fixedmenu3 ul li:nth-of-type(3),
#fixedMenu.fixedmenu3 ul li:nth-of-type(6),
#fixedMenu.fixedmenu3 ul li:nth-of-type(9) {
  border-right: solid 1px #007cc4;
}

#fixedMenu.fixedmenu3 ul li:nth-of-type(5) {
  border-bottom: none;
}

#fixedMenu.fixedmenu3 ul li:nth-of-type(4) {
  border-right: none;
}

#fixedMenu ul li:nth-of-type(4),
#fixedMenu ul li:nth-of-type(8) {
  border-right: solid 1px #007cc4;
}

#fixedMenu ul li:nth-of-type(n+5) {
  border-bottom: solid 1px #007cc4;
}

#fixedMenu ul li a,
#fixedMenu5 ul li a,
#fixedMenu4 ul li a {
  background: #f0f0f0;
  display: block;
  overflow: hidden;
  padding: .5em 0;
  position: relative;
  z-index: 2;
  letter-spacing: normal;
}

#fixedMenu ul li a:hover,
#fixedMenu5 ul li a:hover,
#fixedMenu4 ul li a:hover {
  color: #fff;
}

#fixedMenu ul li a::after,
#fixedMenu5 ul li a::after,
#fixedMenu4 ul li a::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

#fixedMenu ul li a:hover::after,
#fixedMenu5 ul li a:hover::after,
#fixedMenu4 ul li a:hover::after {
  background: #219dd6;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.follow {
  position: fixed !important;
  top: 0 !important;
  z-index: 10;
}

.subjectLayer nav+section {
  margin-top: 20px;
}

/* 
.subjectLayer section {
  margin-top: -90px;
  padding-top: 90px;
} */

.caseTitle {
  min-height: 70px;
  background: #fff;
  border-bottom: solid 6px #5e85a4;
  border-radius: 35px 0 0 40px;
  box-sizing: border-box;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}

.caseTitle .bub {
  position: absolute;
  left: 0;
  z-index: 3;
}

.hand:after {
  content: '\f256';
  color: rgba(255, 255, 255, .3);
  font-family: fontawesome;
  font-size: 3.6em;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 6;
  line-height: 1em;
}

.caseTitle span {
  color: #fff;
  font-size: .875em;
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: 10;
  line-height: 1.6em;
}

.caseTitle h4 {
  color: #5e85a4;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 24px;
  padding: 13px 0px 13px 100px;
  text-align: left;
}

.subB {
  color: #024d74;
  font-weight: 500;
}

.nomList {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 20px;
  text-align: left;
}

.gcap:after {
  content: '\f19d';
  color: rgba(255, 255, 255, .3);
  font-family: fontawesome;
  font-size: 3em;
  position: absolute;
  left: 8px;
  top: 15px;
  z-index: 6;
  line-height: 1em;
}

.algnLeft {
  background: none !important;
  display: block;
  float: left;
  margin: 0 40px 40px 0 !important;
  padding: 0 !important;
}

.algnLeft+.algnLeft {
  margin-right: 0 !important;
}

.subT,
.halfSubTL,
.halfSubTR {
  font-family: 'Noto Sans JP', serif;
  font-size: .875em;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.sub1 td {
  width: 185px;
}

.subT tr,
.halfSubTL tr,
.halfSubTR tr {
  border-bottom: solid 2px #fff;
}

.subT tr:last-of-type,
.halfSubTL tr:last-of-type,
.halfSubTR tr:last-of-type {
  border: none;
}

.subT td {
  padding: 1em 0;
}

.subT tr td:first-of-type {
  background: #eaf2f4;
  color: #506988;
}

.subT tr td:nth-of-type(2),
.halfSubTL {
  background: #f6e4cc;
  color: #7a7b7c;
}

.subT tr td:nth-of-type(3),
.halfSubTR {
  background: #e3d6cd;
  color: #7a7b7c;
}

.halfSubTL,
.halfSubTR {
  width: 350px;
  height: 250px;
  text-align: left;
}

.halfSubTL {
  float: left;
}

.halfSubTR {
  float: right;
}

.halfSubTL td,
.halfSubTR td {
  padding-left: 1em;
}

.cf {
  clear: both;
}

.halfSubTL tr:first-of-type,
.halfSubTR tr:first-of-type {
  color: #506988;
  text-align: center;
}

.halfSubTL tr td:first-of-type,
.halfSubTR tr td:first-of-type {
  width: 108px;
  border-right: solid 2px #fff;
}

.sub2 {
  width: 740px;
}

.sub2 tr:first-of-type td {
  color: #506988;
}

.sub2 tr td:first-of-type {
  width: 185px;
}

.sub2 tr td:nth-of-type(2) {
  width: 250px;
}

.sub2 tr td:nth-of-type(3) {
  width: 307px;
}

.sub2 td {
  padding: 1em;
}

.nomListO {
  list-style-position: inside;
  list-style-type: decimal;
  text-align: left;
}

.nomListO li+li {
  padding-top: .4em;
}

.caseMale:after {
  content: '\f183';
  color: rgba(255, 255, 255, .3);
  font-family: fontawesome;
  font-size: 3.3em;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 6;
  line-height: 1em;
}

.caseS {
  font-size: 1.125em !important;
  line-height: 36px;
  position: absolute;
}

.bfB {
  width: 740px;
  box-sizing: border-box;
  padding: 20px 20px 40px;
}

.bfB+.bfB {
  padding-top: 40px;
}

.subBefore {
  background: #faefe0;
  position: relative;
}

.subAfter {
  background: #eee6e1;
  margin-bottom: 40px;
}

.bfTitle {
  color: #506988 !important;
  font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â", YuMincho, "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ProN W3", "Hiragino Mincho ProN", "HGÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂE", "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â", serif !important;
  font-size: 1.125em !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}

.bfTitle img {
  padding-bottom: 6px;
}

.bfHeadC {
  padding-right: .8em;
}

.bfCaret {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 46px);
}

.bfImg {
  padding: 20px 0;
}

.bfDesc {
  padding: 20px;
}

.caseFemale:after {
  content: '\f182';
  color: rgba(255, 255, 255, .3);
  font-family: fontawesome;
  font-size: 3.3em;
  position: absolute;
  left: 18px;
  top: 10px;
  z-index: 6;
  line-height: 1em;
}

.titleFlow {
  overflow: hidden;
  padding: 20px 20px 20px 110px;
}

.titleFlow h4 {
  color: #506988;
  font-size: 1.125em;
  font-weight: 500;
  padding-bottom: 20px;
  text-align: left;
}

.titleFlow img {
  max-width: 100%;
}

.titleFlow img+img {
  margin-top: 15px;
}

.titleFlow a img {
  padding-left: 20px;
}

.titleFlow p {
  font-weight: 500;
  line-height: 1.6em;
}

.titleFlow img+p {
  width: 350px;
  display: block;
  float: left;
  margin-right: 1em;
}

.cgSpn {
  box-sizing: border-box;
  font-size: 1em !important;
  line-height: 20px !important;
  padding-top: 15px;
  top: 30px !important;
}

.t_lst {
  min-height: 150px;
}

.caseCal:after {
  content: '\f274';
  color: rgba(255, 255, 255, .3);
  font-family: fontawesome;
  font-size: 3em;
  position: absolute;
  left: 15px;
  top: 13px;
  z-index: 6;
  line-height: 1em;
}

.line1Case {
  line-height: 45px !important;
}

.ndBoxWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 40px;
}

.ndBx {
  width: 345px;
  border: solid 6px #ece4d9;
  border-radius: 20px;
  box-shadow: 6px 6px 0 #e0c5a8 inset, 6px 6px 0 #e0c5a8;
  box-sizing: border-box;
  padding: 1.25em;
  text-align: center;
}

.bxTtl {
  color: #004e90 !important;
  font-size: 1.25em !important;
  font-weight: 500 !important;
  padding-bottom: 16px;
  text-align: center !important;
}

.ndBx p:nth-of-type(2) {
  padding-top: 16px;
}

.ndBxLo {
  width: 580px;
  border: solid 6px #ece4d9;
  border-radius: 20px;
  box-shadow: 6px 6px 0 #e0c5a8 inset, 6px 6px 0 #e0c5a8;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 1.25em;
}

.ndBxLo>img {
  display: block;
  float: left;
}

.ndBxLo>p {
  width: 350px;
  display: block;
  float: right;
}

.ndBxLo>.bxTtl {
  width: 580px;
  float: left;
  text-align: left !important;
}

.priceTitle {
  width: 720px;
  height: 62px;
  background: #d3b3a4;
  border: solid 1px #fff;
  box-shadow: 0 0 0 6px #d3b3a4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.125em;
  letter-spacing: .08em;
  line-height: 62px;
  margin-left: 10px;
  margin-bottom: 40px;
  padding-left: 24px;
}

.priceTitle span {
  padding-left: 40px;
}

.priceTable {
  width: 720px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
}

.priceTable tr td:nth-of-type(2) {
  width: 125px;
}

.priceTable tr td:nth-of-type(3) {
  width: 369px;
}

.priceTable td {
  padding: 1em;
}

.subSec table tr:hover,
.flow li:hover,
.priceTable tr:hover {
  filter: brightness(1.05);
}

.caseScope:after {
  content: '\f0f1';
  color: rgba(255, 255, 255, .3);
  font-family: fontawesome;
  font-size: 3em;
  position: absolute;
  left: 19px;
  top: 16px;
  z-index: 6;
}

.ndBxLo_s {
  width: 95%;
  border: solid 6px #ece4d9;
  border-radius: 20px;
  box-shadow: 6px 6px 0 #e0c5a8 inset, 6px 6px 0 #e0c5a8;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 1.25em;
  overflow: hidden;
}

.ndBxLo_s>img {
  max-width: 650px;
  height: auto;
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 1em;
}

.ndBxLo_s>p {
  width: 350px;
  display: block;
  float: right;
  margin-bottom: 0;
}

.ndBxLo_s>.bxTtl {
  width: 100px;
  float: left;
  text-align: left !important;
}

.ndBxLo_s+.ndBxLo_s {
  margin-top: 0;
}

.ndBxLo_s h3 {
  margin: 0 0 20px;
}

.ndBxLo_s .nomList {
  text-indent: 1em;
}

.ndBxLo_s .nomList p {
  width: 600px;
}

.bxFlow {
  background: #e2f1f8;
  color: #506988;
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 40px;
  padding: 20px;
  padding-right: 80px;
  padding-left: 80px;
  position: relative;
  text-align: left;
}

.bxFlow>span {
  width: 40px;
  height: 40px;
  background: #506988;
  color: #fff;
  display: block;
  font-weight: 500;
  line-height: 40px;
  position: absolute;
  top: 16px;
  left: 20px;
  text-align: center;
  text-indent: 0;
}

.bxFlow+p {
  display: none;
  padding-left: 20px;
}

.bxFlow>i {
  font-size: 2em;
  position: absolute;
  top: 20px;
  right: 20px;
}

.caseMap:after {
  content: '\f278';
  color: rgba(255, 255, 255, .3);
  font-family: fontawesome;
  font-size: 3em;
  position: absolute;
  left: 10px;
  top: 16px;
  z-index: 6;
}

.flowS li:first-of-type {
  background: #fcfde4;
}

.flowS li:nth-of-type(2) {
  background: #fbe9ce;
}

.flowS li:nth-of-type(3) {
  background: #fbd4c3;
}

.flowS li:last-of-type {
  background: #deacac;
}

.alignRight {
  float: right;
  margin-bottom: 0;
}

.ndBxLo_s h5 {
  color: #506988;
  font-family: 'Noto Sans JP', serif;
  font-weight: 700;
  padding-bottom: 1.25em;
  text-align: left;
}

.ndBxLo_s>div p {
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 2;
  margin-bottom: 0;
}

.subSec p>a {
  color: #007cc4;
  text-decoration: underline;
}

.ndBxLo_s .bxTtl_sg {
  width: 100%;
  color: #004e90 !important;
  float: left;
  font-size: 1.25em !important;
  font-weight: 500;
  padding-bottom: 16px;
  text-align: left;
}

#fixedMenu5 ul {
  background: #f0f0f0;
  display: flex;
  text-align: center;
}

#fixedMenu5 ul li {
  width: 148px;
  border-top: solid 1px #007cc4;
  border-left: solid 1px #007cc4;
  border-bottom: solid 1px #007cc4;
  box-sizing: border-box;
  font-size: .875em;
}

#fixedMenu5 ul li:nth-of-type(5) {
  border-right: solid 1px #007cc4;
}

#fixedMenu4 ul {
  background: #f0f0f0;
  display: flex;
  text-align: center;
}

#fixedMenu4 ul li {
  width: 184px;
  border-top: solid 1px #007cc4;
  border-left: solid 1px #007cc4;
  border-bottom: solid 1px #007cc4;
  box-sizing: border-box;
  font-size: .875em;
}

#fixedMenu4 ul li:nth-of-type(4) {
  border-right: solid 1px #007cc4;
}

.imTable {
  width: 740px;
  border-top: solid 5px #5e85a4;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', serif;
  font-weight: 400;
  text-align: center;
}

.imTable tr td {
  padding: 16px 0;
  letter-spacing: normal;
}

.imTable tr+tr {
  border-top: solid 2px #fff;
}

.imTable tr+tr td:nth-of-type(1) {
  background: #f6e4cc;
  color: #7a7b7c;
  padding-left: 140px;
  text-align: left;
}

.imTable tr+tr td:nth-of-type(2) {
  width: 160px;
  background: #e3d6cd;
  color: #7a7b7c;
}

.imTable tr:last-of-type td {
  color: #fd7c38 !important;
  font-weight: 500;
}

.imTable tr:first-of-type td,
.imTable tr:last-of-type td {
  background: #fff !important;
}

.imTable tr:first-of-type td {
  color: #5e85a4;
  font-weight: 500;
}

/* other page */
.otherLayer {
  background: #fbf9f1;
  margin-bottom: 60px;
  padding: 40px 20px;
}

.otherLayer section+section {
  margin-top: 40px;
}

nav+.otherLayer {
  margin-top: 84px;
}

.cDescWrap {
  width: 680px;
  margin: 0 auto;
  overflow: hidden;
}

.stH3Desc {
  width: 250px;
  float: left;
  padding-left: 1em;
}

.otherPageDesc {
  width: 260px;
  float: left;
}

.otherPageDesc h3 {
  color: #6b2120;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.875em;
  letter-spacing: .08em;
  margin-bottom: 40px;
}

.otherPageDesc p {
  font-size: .875em;
}

.otherPageImg {
  width: 400px;
  float: right;
}

.otherPageImg .item {
  position: relative;
}

.otherPageImg .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: RGBA(0, 0, 0, 0.67);
  opacity: 1;
  padding: 20px 20px 20px 20px;
  box-shadow: none;
  border: 0px solid RGBA(0, 0, 0, 1);
  border-radius: 0px;
  color: #fff;
  font-size: 87.5%;
  text-shadow: none;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  vertical-align: middle;
}

.otherPageImg .slick-slider .slick-dots li {
  margin: 10px 4px 0;
  width: 10px;
  height: 10px;
}

.otherPageImg img {
  width: 100%;
  height: auto;
}

.otherPageImg:after {
  clear: both;
}

.mapBox {
  width: 550px;
  margin: 0 auto 40px;
}

.mapBox a {
  float: right;
  text-decoration: underline !important;
}

.clinicTable {
  width: 550px;
  margin: 20px auto 0;
}

.clinicTable th,
.clinicTable td:first-of-type {
  color: #aa967e;
}

.clinicTable tr th {
  border-bottom: solid 1px #aa967e;
  font-size: 1.25em;
}

.clinicTable tr+tr {
  border-top: dashed 1px #aa967e;
}

.clinicTable td {
  padding: 1em 0;
}

.clinicTable td:nth-of-type(2) {
  color: #464646;
}

.clinicTable+table {
  width: 550px;
  border: solid 2px #4c2f1f;
  font-family: 'Noto Sans JP', serif;
  font-weight: 400;
  margin: 0 auto 10px;
}

.clinicTable+table+p {
  font-size: .75em;
  font-family: 'Noto Sans JP', serif;
  font-weight: 400;
  padding-left: 80px;
  line-height: 1.6em;
}

.hsList {
  font-size: .875em;
  letter-spacing: .05em;
  line-height: 3em;
  text-indent: 1em;
}

.hsList+.hsList {
  margin-top: 40px;
}

.imgList {
  margin: 40px 0;
  text-align: center;
}

.imgList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 40px;
}

.stH3 {
  border-bottom: dashed 1px #506988;
  color: #506988;
  font-size: 1.5em;
  text-indent: .4em;
}

div+.stH3 {
  margin-top: 40px;
}

.greetBox {
  margin-top: 40px;
}

.greetBox p {
  color: #464646;
  font-size: .875em;
  letter-spacing: .05em;
  line-height: 2.14em;
  font-weight: 500;
}

.greetBox p+p {
  margin-top: 40px;
}

.searchInner {
  background: #fff;
  margin-bottom: 40px;
  padding: 40px;
}

.searchInner h3 {
  color: #506988;
  border-bottom: dotted 1px #506988;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 40px;
  text-align: left;
}

.searchInner h4 {
  width: 410px;
  color: #506988;
  float: right;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 1.4em;
}

.searchInner h4:before {
  content: '\f101';
  font-family: fontawesome;
  padding-right: .4em;
}

.sideAmenu+h2 {
  margin-top: 40px;
}

.underSecWrap {
  margin: 40px 0;
  text-align: right;
}

.underSecWrap p,
.underSecWrap .underSecPrice {
  cursor: pointer;
  text-decoration: underline;
  letter-spacing: normal;
  font-weight: 500;
}

.underSecWrap p:hover,
.underSecWrap .underSecPrice:hover {
  text-decoration: none;
}

p.underSecTop:before {
  content: '\f139';
  color: steelblue;
  font-family: "Font Awesome 7 Free";
  padding-right: .4em;
  font-weight: bold;
}

a.underSecPrice:before {
  content: '\f157';
  color: sandybrown;
  font-family: "Font Awesome 7 Free";
  padding-right: .4em;
  font-weight: bold;
}

.underSecWrap p+a {
  padding-left: 1.6em;
}

.subT,
.halfSubTL,
.halfSubTR {
  font-family: 'Noto Sans JP', serif;
  font-weight: 500;
}

.hasAnchor {
  padding-top: 150px;
}

div+h3.elementor-heading-title {
  margin-top: 40px;
}

.otherPagel {
  margin-bottom: 40px;
}

.crd {
  cursor: default;
}

.crd img {
  cursor: default;
}

@media screen and (min-width: 768px) {
  .hasAnchor.hasAnchor1 {
    padding-top: 100px;
  }

  .hasAnchor.hasAnchor2 {
    padding-top: 190px;
  }

  .mapBox .txtlinkHv:hover {
    text-decoration: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {

  #fixedMenu,
  #fixedMenu5,
  #fixedMenu4 {
    width: 100%;
  }

  .titleFlow img+p {
    width: 300px;
  }

  .imgListcus ul {
    max-width: 668px;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 767px) {
  .titleFlow a img {
    padding-left: 0;
  }

  .otherPagel {
    margin-bottom: 20px;
  }

  div+h3.elementor-heading-title {
    margin-top: 20px;
  }

  .underSecWrap {
    margin: 10px 0;
  }

  /*  menu  */
  .menuWrap ul {
    width: 100%;
    margin: 30px auto;
  }

  .menuWrap ul li {
    width: 100%;
    height: auto;
    border-top: solid 4px #aa967e;
    border-bottom: solid 4px #e0c5a8;
    background: #ece4d9;
    margin-bottom: 20px;
  }

  .menuWrap ul li:hover {
    border-top: solid 4px #aa967e;
    border-bottom: solid 4px #e0c5a8;
  }

  .mmb h3 {
    font-size: 1em;
  }

  .mmb h3 span {}

  .mmb h3 span:before {}

  .menuDesc {
    overflow: hidden;
    box-sizing: border-box;
  }

  .menuDesc .img {
    display: block;
    float: left;
    width: 80px;
    padding: 1em;
    box-sizing: border-box;
  }

  .menuDesc p {
    display: block;
    font-family: 'Noto Sans JP', serif;
    float: right;
    line-height: 2.2em;
    width: calc(100% - 4% - 80px);
    padding: .5em;
    color: #464646;
    font-weight: 500;
  }

  .subSec h2 {
    margin-bottom: 30px;
    font-size: 1.225em;
    line-height: 1.6em;
    padding: 10px 10px;
    text-align: center;
  }

  .subSec p {
    margin-bottom: 20px;
  }

  .subSec h3 {
    margin: 20px 0;
    font-size: 1.1em;
    line-height: 1.6em;
  }


  .flow,
  .flowS {
    margin-bottom: 20px;
  }

  .flow li,
  .flowS li {
    position: relative;
    border-left: solid 1px #acadac;
    border-right: solid 1px #acadac;
  }

  .flow li:first-of-type,
  .flowS li:first-of-type {
    border-top: solid 1px #acadac;
    border-radius: 10px 10px 0 0;
  }

  .flow li:last-of-type,
  .flowS li:last-of-type {
    border-bottom: solid 1px #acadac;
    border-radius: 0 0 10px 10px;
  }

  .flow li+li,
  .flowS li+li {
    border-top: solid 1px #fff;
  }

  .flow li:nth-of-type(odd) {
    background: #f5f7f8;
  }

  .flow li:nth-of-type(even) {
    background: #dcedf0;
  }

  .flow li span,
  .flowS li span {
    width: 40px;
    height: 40px;
    background: #506988;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    line-height: 3em;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    z-index: 10;
  }

  .flow li:first-of-type:after,
  .flowS li:first-of-type:after {
    content: '';
    height: 100%;
    border-right: solid 1px #506988;
    position: absolute;
    top: 35px;
    left: 28px;
    z-index: 5;
    /* clear: both; */
  }

  .flow li:after,
  .flowS li:after {
    content: '';
    height: 100%;
    border-right: solid 1px #506988;
    position: absolute;
    top: 35px;
    left: 28px;
    z-index: 5;
  }

  .flow li:last-of-type:after,
  .flowS li:last-of-type:after {
    content: none;
  }

  .flow.flowcus .titleFlow img {
    width: 100px !important;
  }

  main>.flow {
    margin-top: 1.8em;
  }

  main>.flow+p {
    font-size: 2em;
    padding: 0 1em;
  }

  .noTitleFlow {
    padding: 10px 10px 10px 60px;
    overflow: hidden;
  }

  .noTitleFlow img {
    width: 85px !important;
    display: block;
    float: left;
    height: auto !important;
  }

  .noTitleFlow p {
    width: calc(100% - 2% - 85px);
    float: right;
    font-size: 12px;
    padding: 0 10px;
    line-height: 1.6em;
  }

  .hasAnchor {
    padding-top: 0;
  }

  #fixedMenu,
  #fixedMenu5,
  #fixedMenu4 {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
  }

  #fixedMenu ul {
    text-align: center;
  }

  #fixedMenu.fixedmenu3 ul li {
    width: 25%;
  }

  #fixedMenu.fixedmenu3 ul li:nth-of-type(3),
  #fixedMenu.fixedmenu3 ul li:nth-of-type(6),
  #fixedMenu.fixedmenu3 ul li:nth-of-type(9) {
    border-right: none;
  }

  #fixedMenu.fixedmenu3 ul li:nth-of-type(4) {
    border-right: solid 1px #007cc4;
  }

  #fixedMenu.fixedmenu3 ul li:nth-of-type(n+5) {
    border-bottom: solid 1px #007cc4;
  }

  #fixedMenu ul li {
    width: 25%;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.6em;
  }

  #fixedMenu ul li a,
  #fixedMenu5 ul li a,
  #fixedMenu4 ul li a {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 1.6em;
  }

  .caseTitle {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .custtl .caseTitle h4 {
    font-size: 16px;
    padding: 18px 10px 18px 100px;
  }

  .caseTitle h4 {
    font-size: 12px;
    padding: 10px 10px 10px 100px;
  }

  .subSec h3 {
    color: #333;
    font-family: 'Noto Sans JP', serif;
  }

  .halfSubTL,
  .halfSubTR {
    /* height: 250px; */
    margin: 0 auto 1.8em;
    float: unset;
  }

  .sub2 {
    width: 100%;
  }

  .line1Case {
    line-height: 1.8em !important;
  }

  .bfB {
    width: 96%;
    padding: 20px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .bfB+.bfB {
    padding-top: 40px;
  }

  .subBefore {
    background: #faefe0;
    position: relative;
  }

  .subAfter {
    background: #eee6e1;
    margin-bottom: 40px;
  }

  .bfTitle {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif !important;
    font-weight: 500 !important;
    color: #506988 !important;
    margin-bottom: 0 !important;
  }

  .bfTitle img {
    padding-bottom: 6px;
  }

  .bfHeadC {
    padding-right: .8em;
    width: auto !important;
    margin: auto !important;
    display: inline !important;
  }

  .bfB .bfCaret {
    position: absolute;
    bottom: calc(((100% / 5) / 2) / 2 * -1);
    left: calc(50% - (100% / 5) / 2);
    width: calc(100% / 5) !important;
  }

  .bfImg {
    padding: 20px 0;
  }

  .bfImg img {
    width: 80%;
  }

  .bfDesc {
    padding: 0;
    margin-bottom: 10px;
  }

  .titleFlow {
    padding: 20px 20px 20px 60px;
  }

  .cgSpn {
    font-size: 11px !important;
    line-height: 1.2em !important;
    padding-top: 5px;
    letter-spacing: normal;
    top: 30px !important;
  }

  .t_lst {
    min-height: unset;
  }

  .ndBx {
    width: 100%;
    margin: 10px 0;
  }

  .ndBxLo {
    width: 100%;
    margin: 10px 0;
  }

  .ndBxLo>.bxTtl {
    width: 100%;
    float: unset;
    text-align: center !important;
  }

  .ndBxLo>img {
    display: block;
    float: unset;
    text-align: center;
    margin: 0 auto;
  }

  .ndBxLo>p {
    width: 100%;
    display: block;
    float: unset;
  }

  .priceTable {
    width: 100%;
  }

  .subT tr td:first-of-type {
    width: 34%;
  }

  .priceTitle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    padding-left: 15px;
  }

  .subSec .bfTitle img {
    width: auto !important;
  }

  .subSec p img {
    width: 90% !important;
    /* margin: 0 auto; */
    margin: 15px auto;
    display: block;
    float: unset;
  }

  .subSec>img {
    background: #fff;
    padding: 20px;
    margin: 0 auto 40px !important;
    width: 80% !important;
    height: auto;
    float: unset;
  }

  .subSec p {
    color: #333;
    font-family: 'Noto Sans JP', serif;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    letter-spacing: .08em;
    margin-bottom: 1.5em;
    padding: 0 .6em;
  }

  .ndBxLo_s>.bxTtl {
    width: 100%;
    float: unset;
    text-align: center !important;
  }

  .ndBxLo_s>img {
    max-width: 650px;
    float: unset;
    padding: 1em;
    margin: 0 auto;
  }

  .ndBxLo_s>p {
    width: 100%;
    float: unset;
  }

  .algnLeft+.algnLeft {
    margin-right: auto !important;
  }

  .bxFlow {
    margin-bottom: 30px;
  }

  .ndBxLo_s .bxTtl_sg {
    text-align: center;
    float: unset;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .imTable {
    width: 100%;
  }

  .imTable tr+tr td:nth-of-type(1) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .otherPageDesc {
    width: 100%;
    float: unset;
  }

  .otherPageImg {
    width: 100%;
    float: unset;
  }

  .cDescWrap {
    width: 100%;
  }

  .otherPageDesc h3 {
    margin-bottom: 20px;
  }

  .otherPageImg .item img {
    object-fit: cover;
    width: 100% !important;
    height: 100%;
  }

  .clinicTable {
    width: 100%;
  }

  .clinicTable+table {
    width: 100%;
    line-height: normal;
  }

  .clinicTable+table+p {
    padding-left: 0;
    line-height: 1.6em;
  }

  .clinicTable th,
  .clinicTable td {
    font-size: 12px;
    letter-spacing: normal;
  }

  .mapBox {
    width: 100%;
  }

  .mapBox a {
    text-decoration: underline;
  }

  .contact .otherLayer {
    margin-bottom: 0;
  }

  .otherLayer {
    margin-bottom: 60px;
    padding: 30px 8px;
  }

  .hsList {
    line-height: 1.8em;
  }

  .otherPageDesc img {
    width: 50%;
    margin: 0 auto 1.8em;
    display: block;
  }

  .imgList ul {
    gap: 5px;
  }

  .imgList ul li {
    width: 32%;
  }

  .algnLeft {
    width: 50%;
    margin: 0 auto !important;
    display: block;
    float: unset;
  }

  .titleFlow img+p {
    width: calc(94% - 100px);
    margin-right: 1em;
    display: block;
    float: left;
    font-size: 12px;
  }

  /* .titleFlow img {
    float: unset;
    width: 100px !important;
  } */
}