@charset "UTF-8";
/*
Theme Name: Genova Template
File: top.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the top-page css
Version: 1.0
*/
/*--------------------------------------
	mainimage
--------------------------------------*/
#mainimage img {
  width: 100%;
}

#mainimage h1 {
  display: none;
}

#mainimage {
  position: relative;
  background: #fff;
}

#mainimage .main-catch {
  position: absolute;
  left: calc(50% + 23px);
  top: 15%;
  width: 32%;
}

/*
Theme Name: kenzo_dental_clinic
Theme URI: http://www.kenzo-dc.com/
Author: legit y-kobayashi
Author URI:
Description: 歯牙移植・歯周病治療なら健造デンタルクリニック
Version: 1.0
*/
/*  common  */
/* IE10以外 */
#topNav,
#pickup,
#recentBlog,
#blogRanking,
#Ymovie {
  margin-top: 40px;
}

#pickup h2,
#recentBlog h2,
#blogRanking h2,
#Ymovie h2 {
  background: url(../img/headIcon.png) no-repeat;
  color: #4c2f1f;
  line-height: 33px;
  font-size: 1.25em;
  font-weight: 900;
  margin-bottom: 20px;
  text-indent: 2em;
}

article div {
  color: #464646;
  font-family: "Noto Sans Japanese", serif;
  font-weight: 500;
  line-height: 1.31em;
  letter-spacing: 0.1em;
  max-width: 100%;
}

.pickup ul,
.recentBlog ul,
.blogRanking ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-y: hidden;
}

.pickup ul {
  height: 360px;
}

.layerWrap,
.searchWrap {
  overflow: hidden;
}

/*  keySlides*/
#kvSlider .item {
  position: relative;
}
#kvSlider .item a {
  position: absolute;
  z-index: 2;
  inset: 0;
}
#kvSlider .slick-dots {
  width: 86px;
  height: 48px;
  margin: -3px auto 0;
  background: #e3d6cd;
  align-items: center;
  justify-content: center;
  padding: 5px 0px 5px 0px;
}

.kyVisual {
  clear: both;
  max-width: 100%;
}

.kyVisual img {
  max-width: 100%;
  vertical-align: bottom;
}

.slideNav {
  width: 100%;
  height: 40px;
  background: #e3d6cd;
  box-sizing: border-box;
  text-align: center;
}

.slideNav ul {
  display: inline-block;
  text-align: center;
}

.slideNav ul li {
  display: inline;
}

.slideNav ul li a {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-block;
  margin: 0.7em 0.4em;
}

.slideNav ul li a.current {
  background-color: #6b2120;
  cursor: none;
}

.slideNav ul li a.slideBtn {
  background-color: #aa967e;
  cursor: pointer;
}

/*  top menu  */
#topNav {
  width: 100%;
  background: url(../img/topMenuBg.png) top center/cover no-repeat;
}

#topNav h2 {
  font-size: 1.5em;
  font-weight: 900;
  padding: 20px 0;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

#topNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#topNav ul li {
  width: 470px;
  height: 120px;
  border: solid 3px #fff;
  border-radius: 10px 0 0 10px;
  margin-bottom: 20px;
  transition: all 300ms 0s ease;
}

#topNav ul li:last-of-type {
  background: #f9fafb;
  border-radius: 0;
}

.topNavbox {
  display: flex;
  overflow: hidden;
}

.iconSide {
  width: 160px;
  height: 120px;
  background: #aa967e;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: -4px -4px 3px 0px #94836e inset, 4px 4px 3px #b6a590 inset;
  -moz-box-shadow: -4px -4px 3px 0px #94836e inset, 4px 4px 3px #b6a590 inset;
  box-shadow: -4px -4px 3px 0px #94836e inset, 4px 4px 3px #b6a590 inset;
  float: left;
  text-align: center;
}

.iconSide .ttl {
  color: #f0f0e6;
  padding: 0.55em 0;
  text-shadow: #828282 -1px 2px 0px;
}

.iconSide .img {
  padding: 0;
}

.navDesc {
  width: 310px;
  height: 120px;
  background: #f9fafb;
  box-sizing: border-box;
  -webkit-box-shadow: -4px -4px 3px 0px #dfe0e0 inset;
  -moz-box-shadow: -4px -4px 3px 0px #dfe0e0 inset;
  box-shadow: -4px -4px 3px 0px #dfe0e0 inset;
  float: right;
  font-size: 0.875em;
  line-height: 1.875em;
  padding: 0.75em;
  position: relative;
}

.navDesc h3 {
  color: #946668;
  font-weight: 900;
  line-height: 1.875em;
}

.navDesc p {
  max-width: 235px;
  line-height: 1.875em;
}

.navDesc p + p {
  border-top: dashed 1px #c48484;
}

.navDesc:after {
  content: "\f01d";
  color: #e7d8c5;
  font-family: "Font Awesome 7 Free";
  font-size: 2.8em;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.4em;
}

.searchLi {
  padding: 0.875em;
  text-align: center;
}
.searchLi .search-box {
  max-width: 300px;
  margin: 0 auto;
}
.searchLi .search-box .icon-search::before {
  color: #a1605e;
  opacity: 1;
}

.searchLi .ttl-1 {
  color: #4c2f1f;
  line-height: 1.5em;
  font-size: 0.875em;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

.inMenuSearch {
  width: 300px;
  height: 32px;
  border: none;
  border-radius: 16px;
  -moz-box-shadow: 4px 4px 3px #bababa inset, 4px 4px 3px #bababa;
  -webkit-box-shadow: 4px 4px 3px #bababa inset, 4px 4px 3px #bababa;
  box-shadow: 4px 4px 3px #bababa inset, 4px 4px 3px #bababa;
  box-sizing: border-box;
  outline: none;
  margin-top: 1em;
  padding-left: 0.6em;
}

.searchBtn {
  position: relative;
}

.searchBtn:after {
  content: "\f002";
  color: #a1605e;
  font-family: "Font Awesome 7 Free";
  font-size: 1.5em;
  line-height: 60px;
  position: absolute;
  right: 90px;
}

input.searchsubmit {
  border: none;
  outline: none;
  text-indent: -9999px;
}

span.bZone {
  width: 3em;
  height: 2.5em;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 80px;
  z-index: 3;
}

.sideContents .inMenuSearch {
  width: 235px;
  box-sizing: border-box;
  padding-left: 0.6em;
}

.sideContents .searchBtn:after {
  color: #ae967e;
  right: 20px;
}

.sideContents span.bZone {
  width: 3em;
  height: 2.5em;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 3;
}

/*  pick up  */
#pickup .post-box {
  margin-top: 0;
}

#pickup .post-box__content {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  max-width: 100%;
  width: 1000px;
  height: 360px;
  margin: 0 auto;
}
#pickup .post-box__content dl {
  width: 33.3333333333%;
  -moz-box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
  -webkit-box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
  box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
  box-sizing: border-box;
  padding: 2.25em 1.125em 1.125em;
  background: #f9fafb;
  color: #464646;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#pickup .post-box__content dl::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  z-index: -1;
  transition: all 0.3s;
}
#pickup .post-box__content dl:hover::after {
  background-color: #aa967e;
  top: 0;
  left: 0;
}
#pickup .post-box__content .post-link {
  position: absolute;
  z-index: 2;
  inset: 0;
}
#pickup .post-box__content .if {
  position: absolute;
  top: 1.125em;
  left: 1.125em;
  right: 1.125em;
  font-size: 16px;
  line-height: 1.31em;
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
}
#pickup .post-box__content .if .cat-label {
  display: none;
}
#pickup .post-box__content .label {
  background: #464646;
  color: #fff;
  display: inline-block;
  font-size: 0.625em;
  font-weight: 200;
  letter-spacing: 0.08em;
  padding: 0.2em 0.6em;
}
#pickup .post-box__content time {
  font-size: 0.625em;
  letter-spacing: 0.08em;
  font-weight: 500;
}
#pickup .post-box__content .thumb {
  width: 100%;
  max-width: 290px;
  padding: 1.125em 0;
  box-sizing: content-box;
  height: 193px;
  margin-bottom: 0;
}
#pickup .post-box__content .thumb a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#pickup .post-box__content .thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#pickup .post-box__content dd {
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
}
#pickup .post-box__content dd a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.pickup ul li {
  width: 323px;
  background: #f9fafb;
  -moz-box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
  -webkit-box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
  box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
  box-sizing: border-box;
  padding: 1.125em;
}

.pickCard span {
  background: #464646;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 0.625em;
  font-weight: 200;
  letter-spacing: 0.08em;
  padding: 0.2em 0.6em;
}

.pickCard time {
  float: right;
  font-size: 0.625em;
  letter-spacing: 0.08em;
}

.pickCard img {
  width: 100%;
  max-width: 290px;
  height: 193px;
  padding: 1.125em 0;
}

/* Ymovie */
#Ymovie iframe {
  width: 800px;
}

/*  recentBlog  */
#recentBlog .post-box {
  margin-top: 0;
}

#recentBlog .post-box__content {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  max-width: 100%;
  width: 1000px;
  margin: 0 auto 30px;
}
#recentBlog .post-box__content dl {
  padding: 0;
  width: 25%;
  -moz-box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
  -webkit-box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
  box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
  box-sizing: border-box;
  background: #f9fafb;
  color: #464646;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
}
#recentBlog .post-box__content dl::before {
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: -75%;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 2;
}
#recentBlog .post-box__content dl:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
#recentBlog .post-box__content .post-link {
  position: absolute;
  z-index: 2;
  inset: 0;
}
#recentBlog .post-box__content .if {
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
}
#recentBlog .post-box__content .if .label {
  display: none;
}
#recentBlog .post-box__content .cat-label {
  background: #464646;
  color: #fff;
  padding: 0.2em 0.6em;
  font-weight: 500;
  line-height: 1.31em;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#recentBlog .post-box__content time {
  color: #464646;
  font-size: 0.8em;
  font-weight: 500;
  padding: 0.875em;
}
#recentBlog .post-box__content .thumb {
  width: 100%;
  max-width: 290px;
  box-sizing: content-box;
  height: 160px;
}
#recentBlog .post-box__content .thumb a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#recentBlog .post-box__content .thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#recentBlog .post-box__content dd {
  line-height: 1.375em;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  padding: 0.875em;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
}
#recentBlog .post-box__content dd a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

#recentBlog {
  text-align: center;
}

#recentBlog h2 {
  text-align: left;
}

.recentBlog ul {
  margin-bottom: 20px;
}

.recentBlog ul li {
  width: 240px;
  background-color: #fff;
  position: relative;
  -moz-box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
  -webkit-box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
  box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
  letter-spacing: 0.08em;
  line-height: 1.375em;
  font-size: 0.875em;
  font-weight: 500;
  overflow: hidden;
  text-align: left;
}

.recentBlog .blogTag,
.rankCard .blogTag {
  background: #464646;
  color: #fff;
  padding: 0.2em 0.6em;
  position: absolute;
  right: 0;
  top: 0;
}

.recentBlog ul li img {
  width: 100%;
  max-width: 240px;
  height: 160px;
}

.recentCard time {
  display: block;
  font-size: 0.7em;
  padding: 0.875em;
}

.recentCard h3 {
  letter-spacing: 0.1em;
  line-height: 1.375em;
  font-size: 0.9em;
  padding: 0.875em;
  padding-top: 0;
}

.topReadMore {
  background: #aa967e;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 28px;
  padding: 0.875em 3.75em;
  position: relative;
  transition: all 300ms 0s ease;
}

.topReadMore span {
  font-size: 0.75em;
  padding: 0 2em;
}

.topReadMore img {
  vertical-align: middle;
}

/*  top ranking  */
.blogRanking ul li {
  width: 190px;
  background-color: #fff;
  -moz-box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
  -webkit-box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
  box-shadow: 4px 4px 3px rgba(172, 173, 172, 0.4);
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.375em;
  position: relative;
}

.recentCard .blogTag {
  position: absolute;
  top: 0;
  right: 0;
}

.rankCard img {
  width: 100%;
  max-width: 190px;
  height: 127px;
  display: block;
}

.rankCard .blogTag {
  font-size: 0.9em;
  letter-spacing: 0.1em;
}

.blogTag a {
  width: 25px;
  height: 25px;
  background: #464646;
  color: #fff;
  line-height: 25px;
}

.wpp-list li {
  text-align: center;
}

.wpp-list li {
  position: relative;
  text-align: center;
}

.wpp-list li:first-of-type:after {
  content: "1";
  width: 25px;
  height: 25px;
  background: #edd17d;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.wpp-list li:nth-of-type(2):after {
  content: "2";
  width: 25px;
  height: 25px;
  background: #7a7b7c;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.wpp-list li:nth-of-type(3):after {
  content: "3";
  width: 25px;
  height: 25px;
  background: #c48484;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.wpp-list li:nth-of-type(4):after {
  content: "4";
  z-index: 5;
}

.wpp-list li:nth-of-type(5):after {
  content: "5";
  z-index: 5;
}

.wpp-list li:nth-of-type(4):after,
.wpp-list li:nth-of-type(5):after {
  width: 25px;
  height: 25px;
  background: #506988;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.rankCard time {
  display: inline-block;
  float: left;
  font-size: 0.75em;
  padding: 0.8em;
}

.rankCard h3 {
  clear: both;
  font-size: 0.8em;
  padding: 0 0.6em 0.6em;
  text-align: justify;
}

.recentCard {
  text-align: justify;
}

/* layer */
.layerWrap {
  margin: 40px auto 0;
  overflow: hidden;
}

.mainWrap {
  width: 740px;
  box-sizing: border-box;
  float: left;
  position: relative;
}

.sidebar {
  width: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}

.layerKy {
  width: 100%;
  height: 180px;
  background: url(../img/layerBn.png) center center no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  text-align: center;
  z-index: 5;
}

.titleCov {
  background: rgba(255, 255, 255, 0.4);
  color: #244e88;
  display: inline-block;
  flex: 1;
  min-width: 450px;
  padding: 1.625em 1em;
}

.titleCov h2 {
  border-bottom: solid 1px #244e88;
  font-size: 1.875em;
}

.titleCov p {
  font-size: 1.125em;
}

.pnkz {
  background: #fbf9f1;
}

.pnkz ul li {
  display: inline;
  font-size: 0.75em;
  line-height: 3.75em;
}

li.level-1.top a i {
  color: #506988;
}

.pnkz ul li + li:before {
  content: ">";
  padding: 0 0.4em;
}

/*  sidebar  */
.sideContents {
  font-weight: 500;
}

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

.sideIcons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.sideSearch {
  width: 235px;
  height: 32px;
  border: none;
  border-radius: 16px;
  box-shadow: 4px 4px 3px #bababa inset, 4px 4px 3px #bababa;
  -moz-box-shadow: 4px 4px 3px #bababa inset, 4px 4px 3px #bababa;
  -webkit-box-shadow: 4px 4px 3px #bababa inset, 4px 4px 3px #bababa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin-top: 1em;
}

.sideContents h3 {
  height: 83px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #506988;
  font-size: 1em;
  padding: 1em 1.4em;
}

.sideContents h3 span {
  color: #777;
  font-size: 0.875em;
  padding-left: 0.5em;
}

.sideContents h3:first-of-type {
  background: url(../img/sideHead1.png) no-repeat;
}

.sideContents h3:nth-of-type(2) {
  background: url(../img/sideHead2.png) no-repeat;
}

.sideContents h3:nth-of-type(3) {
  background: url(../img/sideHead3.png) no-repeat;
}

.sideIcons li {
  width: 110px;
  height: 120px;
  border: solid 6px #ece4d9;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 6px 6px 0 #e0c5a8 inset, 6px 6px 0 #e0c5a8;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 1.2em;
  text-align: center;
}

.sideIcons li p {
  font-size: 0.8em;
}

.sideIcons li p:before {
  content: "\f04b";
  color: #339fd1;
  font-family: "Font Awesome 7 Free";
  padding-right: 0.5em;
}

.sideIcons li img {
  padding-left: 6px;
  padding-top: 10px;
  vertical-align: middle;
}

.sideIcons li:hover {
  border: solid 6px #c9c2b9;
  box-shadow: 6px 6px 0 #b59f88 inset, 6px 6px 0 #b59f88;
  filter: brightness(1.05);
}

.sideContents > p {
  position: relative;
}

.sideContents > p:after {
  content: "\f002";
  color: #aa967e;
  font-family: "Font Awesome 7 Free";
  font-size: 1.5em;
  position: absolute;
  right: 20px;
  top: 20px;
}

.sideAmenu li {
  background: url(../img/caretB.png) 0.4em 1em no-repeat;
  padding: 0.6em 0;
  text-indent: 1.8em;
  transition: all 300ms 0s ease;
}

.sideAmenu li:hover {
  background: url(../img/caretB.png) 0.8em 1em no-repeat;
  text-indent: 2em;
}

.sideAmenu li a {
  display: block;
}

.sideAmenu li + li {
  border-top: dashed 1px #aa967e;
}

.sideRank {
  margin: 20px 0;
  overflow: hidden;
  padding: 0 0.4em;
}

.sideContents .wpp-list li:first-of-type:after {
  content: "1";
  width: 25px;
  height: 25px;
  background: #edd17d;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  position: absolute;
  top: 20px;
  left: 0.4em;
  z-index: 5;
}

.sideContents .wpp-list li:nth-of-type(2):after {
  content: "2";
  width: 25px;
  height: 25px;
  background: #7a7b7c;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  position: absolute;
  top: 20px;
  left: 0.4em;
  z-index: 5;
}

.sideContents .wpp-list li:nth-of-type(3):after {
  content: "3";
  width: 25px;
  height: 25px;
  background: #c48484;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  position: absolute;
  top: 20px;
  left: 0.4em;
  z-index: 5;
}

.sideContents .wpp-list li:nth-of-type(4):after {
  content: "4";
  z-index: 5;
}

.sideContents .wpp-list li:nth-of-type(5):after {
  content: "5";
  z-index: 5;
}

.sideContents .wpp-list li:nth-of-type(4):after,
.sideContents .wpp-list li:nth-of-type(5):after {
  width: 25px;
  height: 25px;
  background: #506988;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  position: absolute;
  top: 20px;
  left: 0.4em;
}

.sideRImg {
  position: relative;
}

.sideRImg,
.sideRImg img {
  width: 108px;
  height: auto;
  float: left;
}

.sideRDesc {
  width: 116px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  float: right;
}

.sideRDesc p {
  font-size: 0.5em;
}

.sideRDesc p span {
  background: #464646;
  color: #fff;
  padding: 0.2em 0.4em;
}

.sideRDesc h4 {
  font-size: 0.687em;
  padding: 0.8em 0;
}

.sideContents:nth-of-type(4) ul li + li {
  border-top: dashed 1px #2b8291;
}

span.sideTag a {
  background: #464646;
  color: #fff;
  font-size: 0.75em;
  padding: 0.4em 0.6em;
}

span.sideTag a:nth-of-type(n+2) {
  display: none;
}

span.sideTag {
  color: rgba(0, 0, 0, 0);
}

.sideRDesc time {
  display: block;
  font-size: 0.75em;
  padding: 1em 0;
}

.sideRDesc h4 {
  font-size: 1em;
}

.sideRank h4 {
  clear: both;
  padding-top: 0.6em;
  text-align: left;
}

.sideContents .wpp-list li:hover {
  background: rgba(182, 202, 233, 0.4);
}

.sideContents .wpp-list li {
  transition: all 400ms 0s ease;
}

/* category */
.articleCard {
  overflow: hidden;
}

.thumn {
  float: left;
}

.thumn {
  width: 315px;
  height: 210px;
}

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

.articleDesc {
  width: 405px;
  height: 225px;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-align: left;
}

.articleDesc .cateTag {
  background: #464646;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 0.75em;
  padding: 0.4em 0.6em;
}

.articleDesc time {
  color: #acadac;
  font-size: 0.75em;
}

.articleDesc time {
  float: right;
}

.articleDesc h2 {
  clear: both;
  color: #7a7b7c;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75em;
}

.articleDesc p {
  color: #acadac;
  font-size: 0.875em;
  font-weight: 200;
  line-height: 1.75em;
}

.blogs li {
  padding-bottom: 20px;
}

.blogs li:hover,
.blogs li h2:hover {
  color: #219dd6;
  opacity: 0.8;
}

.blogs li + li {
  border-top: dashed 1px #aaa095;
  padding-top: 20px;
}

.pageLock {
  text-align: center;
}

.page_navi {
  margin-top: 60px;
}

.page_navi li {
  width: 50px;
  height: 50px;
  border: solid 3px #506988;
  display: inline-block;
  line-height: 50px;
  margin-bottom: 0.6em;
}

.page_navi li + li {
  margin-left: 28px;
}

.page_navi li a {
  display: block;
}

.page_navi .current {
  background: #506988;
}

.page_navi .current span {
  color: #fff;
}

/*  blog innner */
.blogInner {
  background: #fff;
  margin-bottom: 40px;
  padding: 40px;
}

.blogInner p {
  color: #555 !important;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8;
  margin: 40px 0;
}

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

ul.post-categories li a {
  background: #464646;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  padding: 0.4em 0.6em;
}

ul.post-categories,
ul.post-categories li {
  display: inline;
}

.blogHead time:before {
  content: "";
  padding-left: 2.5em;
}

.blogHead time {
  font-size: 0.75em;
  font-weight: 200;
}

.blogHead h1 {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.33em;
  padding: 1em 0;
}

.blogHead img {
  width: 100%;
  max-width: 640px;
  height: auto;
  margin-bottom: 40px;
}

.snsblock {
  margin-bottom: 40px;
  overflow: hidden;
}

.snsblock div {
  float: right;
}

.snsblockUnder {
  clear: both;
  margin: 0 auto;
}

.blogDesc h2 {
  background: #e2f1f8;
  border-radius: 10px;
  color: #000;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
  margin: 40px 0;
  padding: 1.25em;
}

.blogDesc h3 {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  color: #000;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 40px;
  margin: 40px 0;
}

.blogDesc > h4 {
  color: #000;
  font-size: 1em;
  font-weight: 500;
  margin: 40px 0;
}

.blogDesc ul {
  list-style-type: disc;
  list-style-position: inside;
}

.blogDesc ol {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 1.8;
}

.blogDesc p.aligncenter {
  display: block;
  margin: 0 auto;
}

.blogDesc p .aligncenter {
  display: block;
  margin: 0 auto;
}

.blogDesc .alignright {
  display: block;
  float: right;
  margin: 40px 0 40px 40px;
}

.blogDesc .alignleft {
  display: block;
  float: left;
  margin: 40px 40px 40px 0;
}

.blogDesc img {
  max-width: 100%;
  height: auto;
  margin: 40px 0;
}

.blogDesc table th,
.blogDesc table td {
  padding: 0.5em 0;
}

.blogDesc table td,
.blogDesc table th {
  border: solid 1px #fff;
}

.blogDesc table {
  margin-top: 40px;
}

.blogDesc blockquote {
  background: #f5f5f5;
  border: solid 1px #aaa;
  color: #777;
  padding: 2.4em 1.8em 2.4em 4.8em;
  position: relative;
}

.blogDesc blockquote:before {
  content: "\f10d";
  color: #555;
  font-family: "Font Awesome 7 Free";
  font-size: 2.6em;
  position: absolute;
  top: 0.6em;
  left: 0.6em;
}

.blogDesc blockquote p {
  margin: 0;
}

.blogDesc p img {
  max-width: 100%;
  height: auto;
}

.blogInner p a {
  color: deepskyblue;
  text-decoration: underline;
}

.leaveCom,
.recoArticle {
  background: #fff;
  margin-bottom: 40px;
  padding: 20px 40px;
}

.comment a {
  color: #c48484;
  font-size: 0.75em;
  text-decoration: underline;
}

.comment h3,
.leaveCom h3,
.recoArticle h3 {
  background: url(../img/headDec.png) center center no-repeat;
  color: #946668;
  font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
  font-size: 1.125em;
  font-weight: 500;
  text-align: center;
}

.comment h3:before {
  content: "\f086";
  color: #c48484;
  font-size: 1.44em;
  font-family: "Font Awesome 7 Free";
  padding-right: 0.6em;
}

.comNameQ {
  background: url(../img/comQicon.png) 0 0 no-repeat;
  line-height: 48px;
  text-indent: 60px;
}

.comNameA {
  background: url(../img/conAicon.png) 0 0 no-repeat;
  line-height: 48px;
  text-indent: 60px;
}

.comName time {
  color: #c48484;
}

.comName img {
  display: inline;
}

.comQ {
  margin: 40px 0 20px;
}

.com {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  margin: 20px 0;
}

.comA {
  background: #eaf2f4;
  margin-left: 20px;
  padding: 20px;
}

.leaveCom {
  background: #fff;
}

.leaveCom p {
  color: #c48484;
  font-family: "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", serif;
  font-size: 0.875em;
}

.txtCom {
  padding: 20px 0;
}

.txtCom textarea {
  width: 660px;
  height: 115px;
  border: solid 2px #aaa;
  border-radius: 5px;
}

.nameCom input,
.mailCom input {
  width: 320px;
  height: 25px;
  border: solid 2px #aaa;
  border-radius: 5px;
  margin: 20px 0;
}

.nameCom {
  float: left;
}

.mailCom {
  float: right;
}

.leaveCom input[type=submit] {
  width: 320px;
  height: 46px;
  background: #c48484;
  border: none;
  border-radius: 10px;
  box-shadow: 0 7px 0 #a1605e;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  line-height: 46px;
  margin: 20px auto;
  outline: none;
  text-align: center;
}

ul.children li {
  background: #fff;
  padding-left: 20px;
  box-sizing: border-box;
}

.comment.bxShdwB {
  background: #fff;
  margin-bottom: 40px;
  padding: 20px 16px;
}

.children {
  border-top: dotted 1px #aaa;
}

.children .children {
  border-top: dotted 1px #aaa;
}

.children .children li {
  margin-right: 0;
  padding-right: 0;
}

.reply {
  margin-bottom: 20px;
}

ul.commentlist > parent {
  padding-top: 20px;
}

.commentlist .comment > .comment-body {
  padding: 20px;
}

.commentlist > .comment + .comment {
  border-top: dotted 1px #aaa;
}

.byuser > .comment-body {
  background: #f5f5f7 !important;
}

.recoArticle ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.recoArticle ul li,
.recoC {
  width: 149px;
}

.recoC {
  position: relative;
}

.recoC span {
  background: #464646;
  color: #fff;
  font-size: 0.56em;
  padding: 0.1em 0.3em;
  position: absolute;
  top: 0;
  right: 0;
}

.recoC img {
  width: 100%;
  max-width: 149px;
  min-height: 100px;
  margin-bottom: 12px;
}

.recoC time {
  display: block;
  font-size: 0.75em;
  margin-bottom: 12px;
}

.recoC h4 {
  color: #464646;
  font-size: 0.75em;
  line-height: 20px;
  text-align: justify;
}

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

.menuWrap ul li {
  width: 360px;
  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: 0.8em;
  letter-spacing: 0.1em;
}

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

.menuDesc {
  padding: 20px;
}

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

.menuDesc p {
  width: 200px;
  display: block;
  float: right;
  font-family: "Noto Sans Japanese", serif;
  font-weight: 300;
  font-size: 0.875em;
  line-height: 20px;
}

.menuWrap ul li a {
  width: 360px;
  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 Japanese", serif;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.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 Japanese", serif;
  margin: 40px 0;
  text-align: left;
}

.subSec h3:before {
  content: "\f04e";
  color: #40c2d8;
  font-family: "Font Awesome 7 Free";
  padding-right: 0.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;
}

.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,
#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: 0.875em;
}

#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: 0.7em 0;
  position: relative;
  z-index: 2;
}

#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(0.5);
  transform: scale(0.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, 0.3);
  font-family: "Font Awesome 7 Free";
  font-size: 3.6em;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 6;
}

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

.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, 0.3);
  font-family: "Font Awesome 7 Free";
  font-size: 3em;
  position: absolute;
  left: 8px;
  top: 15px;
  z-index: 6;
}

.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 Japanese", serif;
  font-size: 0.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: 0.4em;
}

.caseMale:after {
  content: "\f183";
  color: rgba(255, 255, 255, 0.3);
  font-family: "Font Awesome 7 Free";
  font-size: 3.3em;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 6;
}

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

.bfHeadC {
  padding-right: 0.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, 0.3);
  font-family: "Font Awesome 7 Free";
  font-size: 3.3em;
  position: absolute;
  left: 18px;
  top: 10px;
  z-index: 6;
}

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

.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, 0.3);
  font-family: "Font Awesome 7 Free";
  font-size: 3em;
  position: absolute;
  left: 15px;
  top: 13px;
  z-index: 6;
}

.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: 0.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, 0.3);
  font-family: "Font Awesome 7 Free";
  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, 0.3);
  font-family: "Font Awesome 7 Free";
  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 Japanese", serif;
  font-weight: 700;
  padding-bottom: 1.25em;
  text-align: left;
}

.ndBxLo_s > div p {
  font-size: 14px;
  letter-spacing: 0.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: 0.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: 0.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 Japanese", serif;
  font-weight: 400;
  text-align: center;
}

.imTable tr td {
  padding: 16px 0;
}

.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 h2 {
  color: #506988;
  box-sizing: border-box;
  font-size: 1.5em;
  line-height: 40px;
  margin-top: -80px;
  margin-bottom: 40px;
  padding-top: 80px;
  position: relative;
  text-align: center;
}

.otherLayer h2:before {
  content: "";
  width: 100%;
  height: 40px;
  border: solid 1px #506988;
  position: absolute;
  top: 80px;
  left: 0;
}

.otherLayer h2:after {
  content: "";
  width: 680px;
  height: 52px;
  border: solid 1px #506988;
  display: block;
  position: absolute;
  top: 74px;
  left: 10px;
}

.otherLayer h2 span {
  font-size: 0.67em;
  padding-left: 4em;
}

.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: 0.08em;
  margin-bottom: 40px;
}

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

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

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

.otherPageImg:after {
  clear: both;
}

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

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

.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 Japanese", serif;
  font-weight: 400;
  margin: 0 auto 10px;
}

.clinicTable + table + p {
  font-size: 0.75em;
  font-family: "Noto Sans Japanese", serif;
  font-weight: 400;
  padding-left: 80px;
}

.hsList {
  font-size: 0.875em;
  letter-spacing: 0.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: 0.4em;
}

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

.greetBox {
  margin-top: 40px;
}

.greetBox p {
  color: #464646;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  line-height: 2.14em;
}

.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: "Font Awesome 7 Free";
  padding-right: 0.4em;
}

/* add 0917 */
.otherLayer + .otherLayer {
  margin-top: 40px;
}

.contactStep {
  width: 86%;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
}

.contactStep li {
  width: 155px;
  color: #a1605e;
  font-size: 0.9em;
  line-height: 3.8;
  position: relative;
  text-align: center;
}

.contactStep li span:before {
  transform: rotate(-45deg);
}

.contactStep li span {
  width: 40px;
  height: 40px;
  border: solid 1px #a1605e;
  display: block;
  position: absolute;
  left: 57px;
  top: 2px;
  transform: rotate(45deg);
}

.contactStep li span:after {
  content: "";
  width: 40px;
  height: 40px;
  border: solid 1px #a1605e;
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
}

li.cStep {
  color: #40c2d8;
}

li.cStep span,
li.cStep span:after {
  border: solid 1px #40c2d8;
}

.contactTable {
  width: 100%;
  font-weight: bold;
  margin-top: 40px;
}

.contactTable th {
  position: relative;
  text-align: center;
}

.contactTable tr + tr {
  border-top: dotted 1px #aaa;
  padding: 1em 0;
}

.contactTable th span {
  color: #FD5538;
  position: absolute;
  right: 0;
}

.contactTable td {
  width: 65%;
  padding: 1em 1.2em;
}

.contactTable td input[type=text],
.contactTable td input[type=email],
.contactTable td textarea {
  width: 100%;
  background: #f0f0f0;
  border: solid 1px #acadac;
  border-radius: 5px;
}

.contactTable td input[type=text]:focus,
.contactTable td textarea:focus,
.contactTable td input[type=email]:focus {
  background: #fff;
}

.contactTable td label {
  width: 48%;
  display: inline-block;
}

.contactTable th span:nth-of-type(2) {
  display: block;
  position: static;
}

.contactTable label {
  cursor: pointer;
}

.mw_wp_form .horizontal-item + .horizontal-item:nth-of-type(2n+1) {
  margin-left: 0;
}

.contactWarn {
  font-size: 0.8em;
  margin-top: 40px;
  text-align: center;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: rgb(255, 255, 255) !important;
}

.privacyBtn {
  background: #fff;
  border: solid 1px #aaa;
  border-radius: 5px;
  display: inline-block;
  margin: 0.6em 0;
  padding: 0.6em 4em;
  text-align: center;
}

.contactWarn input[type=submit] {
  background: #506988;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0.8em 10em;
}

.contactWarn input[type=submit]:hover {
  background: #6988af;
}

a.conTopA {
  color: #506988;
  margin-top: 60px;
  text-align: center;
}

section.otherPage {
  text-align: center;
}

a.conTopA i {
  font-size: 4em;
}

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

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

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

.blogs li > h4 {
  color: #506988;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.searchWrap {
  margin: 20px 0;
}

.searchWrap img {
  max-width: 230px;
  height: auto;
  display: block;
  float: left;
}

.searchWrap p {
  width: 410px;
  color: #464646;
  display: block;
  float: right;
  font-size: 14px;
}

.blogs > li {
  text-align: left;
}

.blogs > li + li {
  border-top: solid 1px #506988;
}

.stH3 + .blogs {
  margin-top: 20px;
}

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

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

.underSecWrap p,
.underSecWrap a {
  cursor: pointer;
  text-decoration: underline;
}

p.underSecTop:before {
  content: "\f139";
  color: steelblue;
  font-family: "Font Awesome 7 Free";
}

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

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

/* add 20171117 */
.mamahack-fb {
  background: #dccfc6 !important;
}

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

/* action */
.pickup ul li {
  background: #f9fafb;
  color: #464646;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.pickup ul li:before,
.pickup ul li:after,
#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;
}

.pickup ul li,
.pickup ul li:before,
.pickup ul li:after,
#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 0.3s;
  transition: all 0.3s;
}

.pickup ul li:hover {
  color: #fff;
}

.pickup ul li::after {
  width: 100%;
  height: 100%;
  top: -100%;
}

.pickup ul li:hover::after {
  background-color: #aa967e;
  top: 0;
  left: 0;
}

.pickup ul li a {
  display: block;
}

.recentBlog ul li,
.topReadMore,
.blogRanking ul li {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.recentBlog ul li:before,
.blogRanking ul li:before {
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: -75%;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 2;
}

.recentBlog ul li:hover::before,
.blogRanking ul li:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.recentBlog ul li:hover,
.topReadMore:hover,
.blogRanking ul li:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.topReadMore:after {
  content: url(../img/caretW.png);
  position: absolute;
  top: 15px;
  right: 35px;
  transform: scale(0.8);
}

.topReadMore:after:hover {
  content: url(../img/caretW.png);
  position: absolute;
  top: 15px;
  right: 10px;
  transform: scale(0.8);
}

#topNav ul li:hover {
  filter: brightness(1.05);
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    width: 100%;
    color: #4c2f1f;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: 900;
    display: block;
  }
  #topNav {
    margin-top: 0;
  }
}
/* IE11から */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    width: 100%;
    color: #4c2f1f;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: 900;
    display: block;
  }
  #topNav {
    margin-top: 40px;
  }
}
/*YouTube設置設定*/
.mamahack-fb {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrap {
    width: 100%;
    padding: 0 30px;
  }
  #topNav ul {
    justify-content: center;
  }
  #pickup {
    padding: 0 30px;
  }
  #pickup .post-box__content dd {
    font-size: 14px;
  }
  #recentBlog .post-box {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .home #wrapper {
    padding-top: 0;
  }
  #mainimage {
    padding-top: 84px;
    background: url(../img/headBg.jpg) repeat;
  }
  #kvSlider .slick-dots {
    width: auto;
    height: auto;
    margin: 0 auto;
    background: transparent;
    padding: 0;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
  }
  #kvSlider .slick-arrow {
    display: none !important;
  }
  #topNav {
    margin-top: 10px;
    background: #e3d6cd;
    border-top: solid 1px #4c2f1f;
  }
  #topNav h2 {
    text-shadow: unset;
    font-size: 16px;
    padding: 8px 0;
    color: #555;
  }
  #pickup {
    margin-top: 20px;
  }
  #pickup .pickup {
    padding: 0;
  }
  #pickup h2 {
    color: #555;
    padding: 5px 0;
    width: 100% !important;
    font-size: 16px;
    background: #e3d6cd;
    border-top: solid 1px #4c2f1f;
    border-bottom: solid 1px #4c2f1f;
    text-indent: unset;
  }
  #pickup .post-box__content dl::after {
    display: none;
  }
  #topNav .wrap {
    padding: 0;
  }
  #topNav ul {
    border-top: 1px solid #4c2f1f;
    border-right: 1px solid #4c2f1f;
  }
  #topNav ul li {
    background: #FBF9F1;
    padding: 9px 13px 9px;
    width: 25%;
    aspect-ratio: 1/1;
    height: auto;
    border: unset;
    box-shadow: inset 1px -1px 1px #4c2f1f;
    border-radius: 0;
    margin-bottom: 0;
  }
  #topNav ul li:nth-child(3) {
    padding-left: 5px;
    padding-right: 5px;
  }
  #topNav ul li:nth-child(7) {
    padding-left: 5px;
    padding-right: 3px;
    padding-top: 9px;
  }
  #topNav ul li:last-child {
    padding: 11px 17px 15px;
    background: #FBF9F1;
  }
  .iconSide {
    width: 100%;
    height: auto;
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    float: unset;
    text-align: center;
  }
  .iconSide .ttl {
    display: none;
  }
  .iconSide .img {
    width: 100%;
  }
  .navDesc {
    display: none;
  }
  .searchLi {
    padding: 0;
  }
  .searchLi .ttl-1 {
    display: none;
  }
  .searchLi .search-box {
    position: relative;
    width: 0%;
    transition: all 0.3s ease;
  }
  .searchLi .search-box.active {
    width: 100%;
  }
  .searchLi .search-box #s {
    margin-top: 0;
    padding-left: 0;
    width: 430%;
    position: absolute;
    left: -400%;
    bottom: -32px;
  }
  .searchLi .icon-search {
    text-indent: -9999px;
    outline: none;
  }
  #topNav h2 {
    text-align: center;
  }
  #pickup .post-box__content {
    flex-direction: column;
    height: auto;
  }
  #pickup .post-box__content dl {
    width: 100%;
    padding: 2.25em 1.125em 1.125em;
    border-top: solid 1px rgba(170, 170, 170, 0.4);
    border-left: solid 1px rgba(170, 170, 170, 0.4);
  }
  #pickup .post-box__content time {
    color: #464646;
  }
  #pickup h2,
  #recentBlog h2,
  #blogRanking h2,
  #Ymovie h2 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #pickup .post-box {
    padding: 0 20px;
  }
  #pickup .post-box__content .thumb {
    max-width: unset;
  }
  #pickup .post-box__content dd {
    font-size: 12px;
  }
  #pickup .post-box__content .thumb a img {
    width: 100% !important;
  }
  .recentBlog {
    padding: 0;
  }
  #recentBlog h2 {
    background: #506988;
    color: #fff;
    padding: 8px 0;
    width: 100% !important;
    font-size: 16px;
    text-indent: unset;
  }
  #recentBlog .post-box {
    padding: 0 20px;
  }
  #recentBlog .post-box__content {
    height: auto;
    flex-wrap: wrap;
    gap: 10px;
  }
  #recentBlog .post-box__content dl {
    width: 48%;
  }
  #recentBlog .post-box__content .thumb {
    height: 100px;
  }
  main {
    padding-bottom: 0;
  }
  .topReadMore {
    padding: 0.875em 2.75em;
  }
  .topReadMore span {
    padding-left: 0;
  }
  .topReadMore::after {
    clear: right;
    content: " ＞＞";
    display: inline-block;
    padding-left: 1em;
    right: 20px;
  }
  #Ymovie .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #Ymovie h2 {
    background: #506988;
    color: #fff;
    padding: 8px 0;
    width: 100% !important;
    font-size: 16px;
    text-indent: unset;
    margin-bottom: 0;
  }
  #Ymovie iframe {
    width: 100%;
    height: 350px;
  }
}

/*# sourceMappingURL=top.css.map */
