/* html5doctor.com Reset Stylesheet v1.6.1*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

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

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

ol, ul, li {list-style: none;}

img {vertical-align: top;}

* {box-sizing: border-box;}

/*=================================================
===================================================
  Base Common
===================================================
===================================================*/
body {
  font-family: Meiryo, メイリオ, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body p { line-height: 1.5;}
.sp-on {display: none;}
.sp-off {display: block;}

.wrap-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto
}

.title01 {
  font-size: 2rem;
  margin: 60px 0 15px;
}

/*========== Header ==========*/
#header .wrap-content {
  position: relative;
  padding: 7px 0;
}
#header #btn-gnav {
  width: 30px;
  min-height: 30px;
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 100;
  display: block;
  padding: 6px;
}
#header #btn-gnav span {
  display: block;
  background: #005bac;
  height: 2px;
  width: 30px;
  position: absolute;
  transition: all 0.1s;
}
#header #btn-gnav span:nth-child(1){top: 12px;}
#header #btn-gnav span:nth-child(2){top: 20px;}
#header #btn-gnav span:nth-child(3){top: 20px;}
#header #btn-gnav span:nth-child(4){top: 28px;}

#header #btn-gnav.active span:nth-child(2) {
  transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
  transition: all 0.4s;
  top: 20px;
}
#header #btn-gnav.active span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.4s;
  top: 20px;
}
#header #btn-gnav.active span:nth-child(1),
#header #btn-gnav.active span:nth-child(4) {
  opacity: 0;
}

#gnav {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: rgba(30,119,198,.9);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.6s linear;
}
#gnav.active {
  visibility: visible;
  opacity: 1;
}
#gnav ul li {
  float: none;
  width: 100%;
  text-align: left;
}
#gnav ul li a {
  color: #ffffff;
  display: block;
  padding: 20px;
  border-left: none;
  border-bottom: 1px solid #519ee1;
}
#gnav ul li a:hover {color: #ffffff;}
#gnav ul li a:after {
  content: "";
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin-top: 2px;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}
#gnav ul li:last-child a {border-right: none;}

#gnav .gnav-last {padding: 20px;}
#gnav .gnav-last a {
  color: #ffffff;
  margin-right: 15px;
}
#gnav .gnav-last a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}


/*========== Visual ==========*/
#sub-visual {
  position: relative;
  background-color: #f4f4ef;
}
#sub-visual .sub-visual_text {
  position: absolute;
  bottom: 5%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 10px 0 0;
}
#sub-visual .sub-visual_img img {width: 100%;}

.sub-visual_text02 {
  text-align: center;
  padding: 10px 0 65px;
  background-color: #f4f4ef;
}
.sub-visual_text02 img {max-width: 100%;}

/*========== merit ==========*/
.merit {
  background-color: #f08826;
  padding: 55px 0;
}
.merit-title {
  text-align: center;
  margin-bottom: 50px;
}

.col2 {
  width: 100%;
}
.col2 .items {
  width: 38%;
  margin: 0 6%;
  float: left;
}
.col2 .items:nth-child(2n+2) {float: right;}
.col2 .items .items-img img {width: 100%;}
.col2 .items .items-content {
  text-align: center;
  position: relative;
  padding: 25px 0 0;
}
.col2 .items .items-content .items-content_text {
  font-size: 1.5rem;
  font-weight: bold;
}
/*========== about ==========*/
.about {
  background-color: #f4f4ef;
  padding: 80px 0;
}
.about-content {
  padding: 60px 30px;
  margin-bottom: 70px;
  background-color: #fff;
  box-shadow:1px 3px 3px 2px #d9d9d9;
}
.about-title {
  text-align: center;
  margin-bottom: 20px;
}
.about table {
  width: 100%;
  margin-top: 25px;
  border: collapse;
  border-bottom:1px solid #eb7626;
}
.about table tr {
  border-top:1px solid #eb7626;
}
.about table th {
  background-color: #fffae6;
  vertical-align: middle;
  padding: 15px;
  font-size: 18px;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.about table th.space {
  background-color: #fff5cf;
}
.about table td {
  width: 40%;
  padding: 25px;
  line-height: 1.8;
}
.about table .bl{
  border-left:1px solid #eb7626;
}
.about table ul {
}
.about table li::before {
  content: "●";
  color: #eb7626;
}
.about table li {
  margin-left: 1em;
  text-indent: -1em;
}
.about ul.att {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}
.about ul.att li {
  margin-left: 1em;
  text-indent: -1em;
}

.about .select {
  text-align: center;
}
.about .select h3 {
  margin-bottom: 40px;
}

.about .link a {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  padding: 25px 80px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
  background: #000000;
}
.about .link a:hover {
  opacity: 0.7;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.about .link a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
  width: 12px;
  height: 12px;
  margin-right: 15px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}

/*========== flow ==========*/
.flow {
  background-color: #fff;
  padding: 60px 0;
}
.flow-title {
  text-align: center;
  margin-bottom: 30px;
}
.flow .items {
  display: table;
  width: 100%;
  border: 1px solid #eb7626;
  padding: 40px 0;
}
.flow .items .items-step {
  display: table-cell;
  text-align: center;
  width: 150px;
  vertical-align: top;
}
.flow .items .items-content {
  display: table-cell;
  padding: 0 40px 0 0;
  vertical-align: middle;
}
.flow .items .items-content strong {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 10px;
}
.flow .items .items-content p {
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1.7;
}
.flow .items .items-content p a {
  text-decoration: none;
  color: #000;
}
.flow .items .items-content p a:hover {
  color: #eb7626;
}
.flow .step-ico {
  margin: 20px auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 23px solid #000;
}
.flow .items table {
  margin-top: 20px;
}
.flow .items table th {
  background-color: #fdecf2;
  vertical-align: middle;
  padding: 10px 20px;
  font-weight: normal;
}
.flow .items table td {
  padding: 0 20px;
}
.flow .items table td ol {
  margin: 0;
}
.flow .items table td ol li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
}

.flow .items .detail-link,
.flow .items .att-link {
  display: inline-block;
  color: #000;
  padding: 10px 100px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 30%;
  background: #eeeeee;
  cursor: pointer;
  position: relative;

}
.flow .items .detail-link:hover.
.flow .items .att-link:hover {
  opacity: 0.7;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  cursor: pointer;
}
.flow .items .detail-link i {
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  top: 5px;
  right: 10px;
}
.flow .items .detail-link i:after,
.flow .items .detail-link i:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 12px;
  left: 0;
  text-align: center;
}
.flow .items .detail-link i:after {
  transform: rotate(-450deg);
  -webkit-transform: rotate(-450deg);
  transition: 0.4s all;
}
.flow .items .detail-link.active i:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.4s all;
}


.flow .items .detail {
  display: none;
}
.flow .items .detail {
  padding-top: 20px;
}
.flow .items .detail h3 {
  line-height: 1.3;
  color:#eb7626;
  font-size: 1.125rem;
  margin-left: 1em;
  text-indent: -1em;
}
.flow .items .detail em {
  color:#eb7626;
  font-weight: bold;
  font-style: normal;
}
.flow .items .att-detail {
  display: none;
}
.flow .items .att-detail {
  display: none;
}
.flow .items .att-detail strong {
  font-size: 1.125rem;
  margin-top: 20px;
}
.flow .items .att-detail em {
  color:#eb7626;
  font-weight: bold;
  font-style: normal;
}

.flow .items .att-detail ol {
  line-height: 1.7;
}
.flow .items .att-detail li::before {
  content: "●";
  color: #eb7626;
}
.flow .items .att-detail li {
  margin-left: 1em;
  text-indent: -1em;
}
.flow .items .att-detail figure {
  text-align: center;
}
.flow .items .att-detail img {
  max-width:100%;
  margin-bottom: 1em;
}
/*========== simulation ==========*/
#simulation .spOnly {
display: none;
}

#simulation {
  padding: 70px 0;
  background-color: #f4f4ef;
}
#simulation h2 {
  border-left: 5px solid #e1732a;
  margin-bottom: 20px;
  padding: 15px 15px;
  font-size: 1.5rem;
}
#simulation h3 {
  border-left: 5px solid #e1732a;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 1.125rem;
}
#simulation .table-simulation {
  background: #FFF;
  border-top: 1px solid #e3984d;
  border-left: 1px solid #e3984d;
  font-size: 0.75rem;
  margin: 0 0 30px 0;
  width: 100%;
}
#simulation .table-simulation th {
  background: #e1732a;
  border-right: 1px solid #e3984d;
  border-bottom: 1px solid #e3984d;
  color: #FFF;
  padding: 7px 5px;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.7;
}

#simulation .table-simulation .fl{font-size:1rem;}
#simulation .table-simulation td{
	border-right:1px solid #e3984d;
	border-bottom:1px solid #e3984d;
  padding: 7px 5px;
	white-space:nowrap;
}
#simulation .table-simulation td.co1{background:#fef9e6;}
#simulation .table-simulation td.co2{background:#faf0cc;}
#simulation .table-simulation td span.co3{color:#9fa0a0;}
#simulation .table-simulation td.right{text-align:right;}
#simulation .table-simulation td.left{text-align:left;}
#simulation .table-simulation td strong{font-weight:bold;}




/*========== foot ==========*/
#foot{
  background: #fffae6;
  padding: 80px 0;
}
/*========== app ==========*/
.app {
  background: #eb7626;
  color: #ffffff;
  padding: 20px 30px 40px;
  margin-bottom: 40px;
}

.app .app-title {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f4b792;
}
.app .app-inner {vertical-align: top;}
.app .app-content {
  width: 50%;
  margin-right: -0.4em;
  display: inline-block;
  vertical-align: top;
  padding-right: 5%;
}
.app .app-content p {line-height: 1.8;}
.app .app-link {
  display: inline-block;
  width: 100%;
}
.app .app-link .link-01,
.app .app-link .link-02 {
  display: block;
  color: #ffffff;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 10px;
}
.app .app-link .link-01 {background: #000000; margin-top: 20px;}
.app .app-link .link-02 {background: #f3a254;}
.app .app-link .link-01:hover,
.app .app-link .link-02:hover {
  opacity: 0.5;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.app .doc {
  width: 45%;
  display: inline-block;
  border: 1px solid #f4b792;
}
.app .doc dt {
  padding: 15px;
  text-align: center;
  font-size: 1.125rem;
  border-bottom: 1px solid #f4b792;
}
.app .doc dd {
  padding: 15px;
  font-size: 0.875rem;
  line-height: 1.7;
}
.app .doc dd li {
  margin-left: 1em;
  text-indent: -1em;
}

/*========== contact ==========*/

.contact {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 60px;
}
.contact .contact-title {
  text-align: center;
  font-size: 1.625rem;
  font-weight: normal;
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contact .contact-img {
  width: 36%;
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.4em;
  text-align: center;
}
.contact .contact-content {
  width: 60%;
  margin-left: 4%;
  display: inline-block;
  vertical-align: middle;
}

.contact .contact-content h3 {
  font-size: 1.125rem;
  color: #eb7626;
  margin-bottom: 10px;
}
.contact .contact-content .link-01 {
  display: block;
  margin-bottom: 10px;
  background: #eb7626;
  color: #ffffff;
  font-size: 1.125rem;
  padding: 8px;
  text-align: center;
}
.contact .contact-content .link-01:hover {
  opacity: 0.5;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.contact .contact-content .link-02 {
  color: #000000;
  text-decoration: underline;
}
.contact .contact-content .link-02:hover {color: #eb7626;}


/*========== footer ==========*/
#footer {
  background: #251e1c;
  padding: 10px 0 20px;
}
#footer .footer-copy {
  text-align: center;
  color: #ffffff;
  font-size: 0.75rem;
}

#btn-top {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 30px;
  right: 25px;
  border-radius: 50% 50%;
  background: rgba(255,255,255,.7);
  text-align: center;
  box-shadow: 1px 0px 6px rgba(0,0,0,.3);
  display: none;
}
#btn-top:before {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 25px auto -10px;
  border-left: 2px solid #1558a0;
  border-bottom: 2px solid #1558a0;
  transform: rotate(135deg);
}
#btn-top span {color: #1558a0}
#btn-top:hover {
  cursor: pointer;
  background: #ffffff;
}




@media only screen and (max-width: 768px) {
  body p {font-size: 0.875rem;}
  /*========== Visual ==========*/
  #sub-visual .sub-visual_text {padding: 6px 0;}
  #sub-visual .sub-visual_text img {height: 60px;}
  .sub-visual_text02 {
    padding: 10px 20px 30px;
  }
  .sub-visual_text02 img {
    width: 100%;
  }


  .title01 {
    font-size: 1.5rem;
    margin: 40px 0 10px;
  }

  /*========== merit ==========*/
  .merit {
    padding: 30px 10px;
  }
  .merit-title {
    margin-bottom: 30px;
  }
  .merit-title img {
    width: 90%;
  }

  .col2 {
    width: 100%;
  }
  .col2 .items {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 10%;
    float: none;
    text-align: center;
  }
  .col2 .items:nth-child(2n+2) {float: none;}
  .col2 .items .items-img img {width: 80%;}
  .col2 .items .items-content {
    text-align: center;
    padding: 20px 0;
  }
  .col2 .items:nth-child(2) {
    margin-bottom: 0;
  }
  .col2 .items .items-content .items-content_text {
    font-size: 1.125rem;
  }

  /*========== about ==========*/
  .about {
    padding: 30px 10px;
  }
  .about-content {
    padding: 30px 15px;
    margin-bottom: 35px;
  }
  .about-title img {
    height: 26px;
  }
  .about table {
    margin-top: 20px;
  }
  .about table tr {
  }
  .about table th {
    padding: 10px;
    font-size: 0.875rem;
    letter-spacing: 0;
  }

  .about table th.space {
  }
  .about table td {
    padding: 10px;
    font-size: 0.875rem;
  }
  .about table .bl{
  }
  .about table ul {
  }
  .about table li::before {
  }
  .about ul.att {
  }
  .about ul.att li {
  }

  .about .select {
    padding: 0 5px;
  }
  .about .select h3 {
    display: inline-block;
    max-width: 90%;
    margin-bottom: 20px;
  }
  .about .select img {
    max-width: 100%;
  }


  .about .link a {
    display: block;
    width: 100%;
    padding: 20px 10px;
    margin-top: 30px;
    font-size: 0.875rem;
  }
  .about .link a:hover {
  }
  .about .link a:before {
  }

  /*========== flow ==========*/
  .flow {
    padding: 30px 10px;
  }
  .flow-title {
    margin-bottom: 20px;
  }
  .flow-title img {
    height: 26px;
  }
  .flow .items {
    padding: 20px 0;
  }
  .flow .items .items-step {
    width: 80px;
  }
  .flow .items .items-step img {
    max-width: 60px;
  }
  .flow .items .items-content {
    padding: 0 20px 0 0;
    word-break: break-all;
  }
  .flow .items .items-content strong {
    font-size: 1.125rem;
    line-height: 1.2;
  }
  .flow .items .items-content p {
    font-size: 0.875rem;
  }
  .flow .items .items-content p a {
  }
  .flow .items .items-content p a:hover {
  }
  .flow .step-ico {
    margin: 10px auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #000;
  }
  .flow .items table {
    margin-top: 10px;
  }
  .flow .items table th {
    background-color: #fdecf2;
    vertical-align: middle;
    padding: 5px 10px;
    font-weight: normal;
  }
  .flow .items table td {
    padding: 0 10px;
  }
  .flow .items table td ol {
  }
  .flow .items table td ol li {
    font-size: 0.875rem;
  }

  .flow .items .detail-link,
  .flow .items .att-link  {
    width: 100%;
    padding: 10px;
    margin-left: 0;
  }
  .flow .items .detail {
  }
  .flow .items .detail {
  }
  .flow .items .detail h3 {
    font-size: 1rem;
  }
  .flow .items .detail em {
  }
  .flow .items .att-detail {
  }
  .flow .items .att-detail strong {
    font-size: 1rem;
  }

  .flow .items .att-detail ol {
    font-size: 0.875rem;
  }
  .flow .items .att-detail li::before {
  }
  .flow .items .att-detail li {
  }
  .flow .items .att-detail img {
  }

  /*========== simulation ==========*/
  #simulation .pcOnly {
    display: none;
  }
  #simulation .spOnly {
    display: table;
  }
  #simulation {
    padding: 30px 10px;
  }
  #simulation h2 {
    margin-bottom: 20px;
    padding: 10px 10px;
    font-size: 1.125rem;
  }
  #simulation h3 {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 1rem;
  }
  #simulation .table-simulation {
    font-size: 0.75rem;
    margin: 0 0 30px 0;
    width: 100%;
  }
  #simulation .table-simulation th {
    padding: 5px 3px;
  	white-space: normal;
  }

  #simulation .table-simulation .fl{font-size:1rem;}
  #simulation .table-simulation td {
    padding: 5px 3px;
  	white-space: normal;
  }

  /*========== foot ==========*/
  #foot{
    padding: 30px 10px;
  }
  /*========== app ==========*/
  .app {
    padding: 14px 14px 10px;
    margin-bottom: 30px;
  }

  .app .app-title {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  .app .app-title img {height: 26px;}
  .app .app-content {
    width: 100%;
    margin-right: 0;
    display: block;
    padding-right: 0;
  }

  .app .app-content p {
    line-height: 1.6;
    font-size: 0.875rem;
  }
  .app .app-link {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .app .app-link .link-01,
  .app .app-link .link-02 {
    padding: 12px 0;
    margin-bottom: 15px;
  }

  .app .doc {
    width: 100%;
    display: block;
  }
  .app .doc dt {
    padding: 10px;
    font-size: 1.125rem;
  }
  .app .doc dd {
    padding: 10px;
    font-size: 0.875rem;
  }
  .app .doc dd li {
  }

  /*========== contact ==========*/

  .contact {
    padding: 14px;
    margin-bottom: 30px;
  }
  .contact .contact-title {
    font-size: 1.125rem;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .contact .contact-img {
    width: 100%;
    display: block;
    margin-right: 0;
  }

  .contact .contact-content {
    width: 100%;
    margin-left: 0;
    display: block;
    margin-top: 20px;
  }

  .contact .contact-content h3 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .contact .contact-content .link-01 {
    margin-bottom: 7px;
    font-size: 1rem;
    padding: 6px;
  }
  .contact .contact-content p {font-size: 0.875rem;}

  /*========== footer ==========*/
  #footer {
    padding: 10px 0 10px;
  }
  #footer .footer-copy {
    font-size: 0.625rem;
  }

  #btn-top {
    font-size: 0.75rem;
    width: 46px;
    height: 46px;
    right: 13px;
  }
  #btn-top:before {
    width: 12px;
    height: 12px;
    margin: 13px auto -5px;
    border-left: 1px solid #1558a0;
    border-bottom: 1px solid #1558a0;
  }
}


/*=================================================
  Helper  styles
===================================================*/
.cfx:after {
  content: "";
  display: block;
  clear: both;
  line-height: 0;
  font-size: 0;
}
