html, body {
background-color: #F3F1F1;
}

.Home > section {
padding-right: 50px;
padding-left: 50px;
}

@media (max-width: 700px) {

.Home > section {
padding-right: 20px;
padding-left: 20px;
}

}

.MainArea {
min-height: initial;
background-color: #F3F1F1;
}

@media (min-width: 701px) {
  header {
  height: 108px;
  }
}

#Describe {
margin-top: 40px;
}

#Heading *{
text-align: center;
}

#Heading > .Pict:nth-child(1) {
height: 180px;
background-image: url('../img/illus.home.180x250.svg');
}

#Heading > .Pict:nth-child(2) {
height: 40px;
background-image: url('../img/home/title-simple.240x40.svg');
}

#Heading > h1 {
text-transform: uppercase;
font-weight: bolder;
font-size: 48px;
line-height: 44px;
color: #7C6F6E;
}

#Heading > h2 {
padding-top: 16px;
font-family: 'Merriweather', serif;
font-size: 20px; 
line-height: 32px;
color: #F8AF03;
font-weight: 400;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
}

#Heading > h2 * {
color: #7C6F6E;
font-weight: 300;
}

#Describe {
background-color: #EDE9E9;
padding-top: 60px;
padding-left: 32px;
padding-right: 32px;
text-align: center;
padding-bottom: 60px;
}

#Describe > .Pict {
height: 120px;
background-image: url('/img/illus.home.120x120.svg');
}

#Describe > h2 {
text-align: center;
font-family: 'Merriweather', serif;
font-weight: 400;
font-size: 16px;
color: #EA6F0A;
margin-top: 8px;
}

#Describe > h1 {
text-align: center;
font-weight: bold;
font-size: 30px;
line-height: 28px;
text-transform: uppercase;
color: #695E5C;
}

#Describe > p {
margin-top: 64px;
margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
font-size: 16px;
line-height: 20px;
color: #7C6F6E;
}

#Describe > #Cases > div {
margin-top: 64px;
display: inline-block;
vertical-align: top;
width: 33%;
padding-top: 156px;
text-align: center;
font-size: 14px;
line-height: 18px;
color: #7C6F6E;
background-position: top center;
background-size: 200px 150px;
background-repeat: no-repeat;
}

#Describe > #Cases > div:nth-child(1) {
background-image: url('/img/home/illus.election.200x150.svg');
}

#Describe > #Cases > div:nth-child(2) {
background-image: url('/img/home/illus.destination.200x150.svg');
}

#Describe > #Cases > div:nth-child(3) {
background-image: url('/img/home/illus.ordering.200x150.svg');
}

#Describe > .Bt1 {
margin-right: auto;
margin-left: auto;
max-width: 240px;
margin-top: 16px;
background-color: #F8AF03;
}

#Describe > .Bt1:hover {
background-color: #EA6F0A;
}

#Describe > .Bt3 {
margin-top: 16px;
width: 120px;
}

#Explain {
background-color: #E0DDDD;
padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}

.Arrow {
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
background-color: red;
overflow: visible;
position: relative;
}

.Arrow::after {
content: "";
position: absolute;
top: -20px;
left: -20px;
margin-left: auto;
margin-right: auto;
width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 20px 20px;
border-color: transparent transparent #E0DDDD transparent;
}

#Explain h1 {
text-transform: uppercase;
font-size: 28px;
font-weight: normal;
text-align: center;
color: #7C6F6E;
}

#Explain > .Desc {
margin-top: 40px;
margin-bottom: 40px;
}

#Explain .Item {
display: inline-block;
vertical-align: top;
width: 25%;
text-align: center;
padding-top: 60px;
background-position: top center;
background-repeat: no-repeat;
background-size: 60px 60px;
}

#Explain .Item * {
color: #7C6F6E;
}

#Explain .Item .Title {
text-transform: uppercase;
}

#Explain .Item > div {
margin-top: 4px;
padding-left: 10px;
padding-right: 10px;
}

#Explain .Item > .Desc {
font-size: 14px;
}

@media (max-width: 700px) {

#Explain .Item {
width: 50%;
}

}

@media (max-width: 500px) {

#Explain .Item {
width: 100%;
}

}

#Explain .Item:nth-child(1) {
background-image: url('/img/home/push.polls.ballot-in-progress.60x60.svg');
}

#Explain .Item:nth-child(2) {
background-image: url('/img/home/push.create-poll.send.60x60.svg');
}

#Explain .Item:nth-child(3) {
background-image: url('/img/home/push.confidential.60x60.svg');
}

#Explain .Item:nth-child(4) {
background-image: url('/img/home/push.ballot.results.60x60.svg');
}

#Explain a {
display: inline-block;
text-decoration: none;
border: 1px solid #7C6F6E;
color: #7C6F6E;
text-transform: uppercase;
padding: 16px;
font-weight: bold;
}

#Explain a:hover {
color: #FFFFFF;
background-color: #7C6F6E;
}

#Contents {
padding-top: 36px;
border-top: 2px solid #F3F1F1;
background-color: #FFFFFF;
margin-top: 40px;
padding-bottom: 40px;
}

#Contents > h1 {
text-transform: uppercase;
color: #695E5C;
text-align: center;
font-size: 36px;
line-height: 40px;
}

#Contents > div > div {
display: inline-block;
width: 33%;
vertical-align: top;
margin-top: 36px;
overflow: hidden;
position: relative;
}

#Contents article {
border-top: 3px solid #A69695;
margin-left: 18px;
margin-right: 18px;
}

#Contents article:hover {
border-top: 3px solid #7C6F6E;
}

#Contents > div > div:first-child > article {
margin-left: 0;
}

#Contents > div > div:last-child > article {
margin-right: 0;
}

#Contents article h1 {
padding-top: 8px;
font-size: 18px;
line-height: 22px;
}

article.Mini > .Details {
font-size: 10px;
}

article.Mini > h2 { /**/
font-size: 14px;
/*line-height: 16px;*/
}

#Contents article > .Pict {
height: 160px;
}

#Contents > .Bt1 {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 300px;
}

#Contents > .Bt1wIcon::before {
background-image: url('../img/bt.articles.56x56.24x24-FFFFFF.svg');
}

#Social {
text-align: center;
display: block;
text-decoration: none;
margin-top: 20px;
margin-bottom: 20px;
height: 100px;
line-height: 100px;
background-color: #3B5998;
}
  
#Social span {
text-transform: uppercase;
color: #FFFFFF;
font-weight: bold;
font-size: 16px;
}
  
#Social span::after {
content: "";
display: inline-block;
vertical-align: top;
width: 64px;
height: 100px;
background-repeat: no-repeat;
background-image: url('../img/social.fbneg.64x64.30x30.svg');
background-position: right;
background-size: 64px 64px;
}

@media (max-width: 700px) {

  #Heading > h1 {
  font-size: 40px;
  line-height: 36px;
  }

  #Heading > h2 {
  font-size: 20px;
  line-height: 26px;
  }

  #Explain > .Text {
  width: 100%;
  }

  #Explain > .Pict {
  margin-top: 16px;
  position: static;
  height: 200px;
  top: auto;
  bottom: auto;
  right: auto;
  width: 100%;
  }

  #Describe > #Cases > div {
  display: block;
  width: 100%;
  }
}

@media (max-width: 800px) {
  #Contents > div > div {
  display: block;
  width: auto;
  }

  #Contents > div > div > article {
  margin-left: 0;
  margin-right: 0;
  }
}

@media (max-width: 500px) {
  #Heading > h1 {
  font-size: 36px;
  line-height: 36px;
  }
}

.Carousel {
margin-top: 100px;
text-align: center;
background-color: #FFFFFF;
padding-bottom: 40px;
}

.Carousel .Title {
position: relative;
top: -20px;
}

.Carousel .Title > div {
display: inline-block;
vertical-align: top;
}

.Carousel .Title .Desc {
text-transform: uppercase;
background-color: #E0DDDD;
color: #7C6F6E;
font-weight: normal;
height: 39px;
vertical-align: middle;
line-height: 39px;
height: 39px;
font-size: 16px;
padding-left: 30px;
padding-right: 30px;
}

.Carousel .Title .Left,
.Carousel .Title .Right {
position: relative;
width: 15px;
height: 39px;
}

@media (max-width: 500px) {

.Carousel .Title .Left,
.Carousel .Title .Right {
display: none;
}

.Carousel .Title .Desc {
height: auto;
}

}

.Carousel .Title .Left::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 19px 0;
border-color: transparent #E0DDDD transparent transparent;
}

.Carousel .Title .Left::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 19px 15px;
border-color: transparent transparent #E0DDDD transparent;
}

.Carousel .Title .Right::before {
content: "";
position: absolute;
right: 0;
top: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 19px 15px 0 0;
border-color: #E0DDDD transparent transparent transparent;
}

.Carousel .Title .Right::after {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 19px 0 0 15px;
border-color: transparent transparent transparent #E0DDDD;
}

.Carousel .Content {
position: relative;
padding-left: 60px;
padding-right: 60px;
text-align: center;
min-height: 300px;
}

.Carousel .Content > .Left {
position: absolute;
left: 0;
width: 60px;
top: 0;
bottom: 0;
background-image: url('/img/carousel/left-E0DDDD.svg');
background-position: center left;
background-size: 30px;
background-repeat: no-repeat;
cursor: pointer;
}

.Carousel .Content > .Right {
position: absolute;
right: 0;
width: 60px;
top: 0;
bottom: 0;
background-image: url('/img/carousel/right-E0DDDD.svg');
background-position: center right;
background-size: 30px;
background-repeat: no-repeat;
cursor: pointer;
}

.Carousel .Content > .Left:hover {
background-image: url('/img/carousel/left-F8AF03.svg');
}

.Carousel .Content > .Right:hover {
background-image: url('/img/carousel/right-F8AF03.svg');
}

.Carousel .Content > .Slide {
max-width: 700px;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
}

.Carousel .Content > .Slide[disabled="disabled"] {
display: none;
}

.Carousel .Content > .Slide .Right,
.Carousel .Content > .Slide .Left {
display: inline-block;
vertical-align: top;
}

.Carousel .Content > .Slide .Right {
width: 50%;
padding-top: 40px;
}

.Carousel .Content > .Slide * {
color: #7C6F6E;
text-align: left;
}

.Carousel .Content > .Slide p > span {
font-weight: bold;
}

.Carousel .Content > .Slide a {
margin-top: 16px;
display: inline-block;
padding: 16px;
font-weight: bold;
text-transform: uppercase;
border: 1px solid #C1D536;
color: #C1D536;
text-decoration: none;
}

.Carousel .Content > .Slide a:hover {
background-color: #C1D536;
color: #FFFFFF;
}

.Carousel .Content > .Slide .Left {
width: 50%;
height: 220px;
background-position: bottom;
background-size: contain;
}

.Carousel .Content > .Slide.Final div {
background-position: center;
background-size: contain;
background-repeat: no-repeat;
height: 160px;
}

.Carousel .Content > .Slide.Final h3 {
text-align: center;
}

.Carousel .Footer {
text-align: center;
}

.Carousel .Footer div {
display: inline-block;
margin-left: 2px;
margin-right: 2px;
border: 1px solid #E0DDDD;
border-radius: 5px;
height: 10px;
width: 10px;
cursor: pointer;
}

.Carousel .Footer div:not([disabled="disabled"]) {
background-color: #E0DDDD;
}

.Home > .Advert {
padding: 0;
margin-top: 40px;
}

.Advert > div {
display: inline-block;
vertical-align: top;
width: 50%;
}

.Advert > .BD > div {
padding-right: 20px;
}

.Advert > .Faq > div {
padding-left: 20px;
}

.Advert > div > div > .Desc {
padding-top: 40px;
padding-bottom: 40px;
height: 460px;
padding-left: 50px;
padding-right: 50px;
}

.Advert > .BD > div > .Desc {
background-color: #C1D536;
}

.Advert > .Faq > div > .Desc {
background-color: #EA6F0A;
}

.Advert > div > div > .Desc h1 {
font-size: 30px;
text-transform: uppercase;
color: #FFFFFF;
font-weight: bold;
line-height: 36px;
}

.Advert > div > div > .Desc h2 {
margin-top: 8px;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
color: #FFFFFF;
}

.Advert > div > div > .Desc a {
text-decoration: none;
display: inline-block;
border: 1px solid #FFFFFF;
padding: 8px;
padding-left: 16px;
padding-right: 16px;
margin-top: 20px;
font-size: 20px;
text-transform: uppercase;
color: #FFFFFF;
font-weight: bold;
cursor: pointer;
}

.Advert > .Faq > div > .Desc a:hover {
color: #EA6F0A;
background-color: #FFFFFF;
}

.Advert > .BD > div > .Desc a:hover {
color: #C1D536;
background-color: #FFFFFF;
}

.Advert > div > div > .Desc > div {
height: 230px;
background-position: bottom center;
background-size: contain;
background-repeat: no-repeat;
}

.Advert > .BD > div > .Desc > div {
background-image: url('/img/home/tmp-bd.png');
}

.Advert > .Faq > div > .Desc > div {
background-image: url('/img/home/tmp-faq.png');
}

@media (max-width: 1000px) {

.Advert > div {
width: 100%;
margin-top: 40px;
}

.Advert > .BD > div {
padding-right: 0;
}

.Advert > .Faq > div {
padding-left: 0;
}

.Advert > div > div > .Desc {
height: auto;
}

.Advert > div > div > .Desc > div {
margin-top: 20px;
}

}

@media (max-width: 500px) {

.Advert > div > div > .Desc > div {
height: 160px;
}

}

@media (max-width: 500px) {

.Carousel .Footer {
display: none;
}

.Carousel .Content > .Left,
.Carousel .Content > .Right,
.Carousel .Title h3::before,
.Carousel .Title h3::after {
display: none;
}

.Carousel .Title h3 {
padding-top: 16px;
padding-bottom: 16px;
line-height: 20px;
}

.Carousel .Content > .Slide[disabled="disabled"] {
display: initial;
}

.Carousel .Content > .Slide .Right,
.Carousel .Content > .Slide .Left {
display: block;
width: 100%;
}

.Carousel .Content > .Slide .Right {
padding-top: 0;
}

.Carousel .Content {
padding: 0;
}

.Advert.BD {
background-position: bottom center;
background-size: 319px 122px;
padding-bottom: 122px;
padding-top: 32px;
}

.Advert.BD .Desc {
padding-top: 0;
padding-bottom: 0;
padding-left: 32px;
padding-right: 32px;
}

.Advert.BD .Desc h1 {
font-size: 26px;
text-transform: uppercase;
color: #FFFFFF;
font-weight: bold;
line-height: 32px;
}

.Advert.BD .Desc h2 {
margin-top: 6px;
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
color: #7C6F6E;
}

}

