/*
==================================================
 mongol.css
==================================================
*
* 1.0 - Typography
* 2.0 - Elements
* 3.0 - Links
* 4.0 - Content
*	 4.1 - Header
*	 4.2 - pages
*	 4.3 - Footer
* 5.0 - Media Queries
*
*/

/*
==================================================
 1.0 - Typography
--------------------------------------------------
*/

body {
  color: #1a1a1a;
  line-height: 1.8;
  font-feature-settings: "palt";
}

.serif {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*
==================================================
 2.0 - Elements
--------------------------------------------------
*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
}

p {
  margin-bottom: 0.8em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (min-width: 768px) {
  dt {
    float: left;
    width: 7em;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  dd {
    margin-left: 7em;
  }
}

/*
==================================================
 2.0 - Links
--------------------------------------------------
*/

a {
  color: #1a1a1a;
  font-weight: bold;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #1a1a1a;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}

a.link-external i,
a.link-pdf i {
  padding-left: 20px;
  padding-right: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  font-style: normal;
}
a.link-external i {
  background-image: url("/mongol/assets/images/ic_external_link.png");
}
a.link-pdf i {
  background-image: url("/mongol/assets/images/ic_pdf.png");
}

/*
==================================================
 3.0 - Content
--------------------------------------------------
*/

.site {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  width: 100%;
  height: auto !important;
  height: 100%;
}

/*
--------------------------------------------------
 3.1 - Header
--------------------------------------------------
*/

.header {
  position: absolute !important;
  z-index: 100;
  width: 100%;
}

/*
--------------------------------------------------
 3.2 - Hero
--------------------------------------------------
*/

#hero {
  position: relative;
  width: 100%;
  height: 450px;
}

#hero .background-image {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -99999999;
  background: url("/mongol/assets/images/bg_hero.jpg") center bottom no-repeat;
  background-size: cover;
}

#hero .background-image {
  background: none\9;
}

#hero .background-image .cover {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

#hero .hero-inner {
  position: relative;
  display: block;
  margin: 80px auto 0;
  width: 70%;
  background-color: transparent;
}

#hero h1 {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

#hero .flag {
  padding-top: 125px;
  width: 400px;
  height: 120px;
}

@media screen and (max-width: 1199px) {
  /* < 1200px */
}

@media screen and (max-width: 979px) {
  /* < 980px */
  #hero .flag {
    padding-top: 20px;
  }

  #hero .flag {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  /* < 768px */
  #hero .hero-inner {
    width: 95%;
  }
}

@media screen and (max-width: 479px) {
  /* < 480px */
  #hero .flag {
    width: 96%;
    height: auto;
  }
}

/*
--------------------------------------------------
 3.3 - Section
--------------------------------------------------
*/

.section {
  padding: 50px 0;
}

@media screen and (max-width: 479px) {
  /* < 480px */
  .section {
    padding: 30px 0;
  }
}

.section-hl {
  margin: 0 auto 40px;
  width: 560px;
  height: 45px;
}

@media screen and (max-width: 540px) {
  /* < 540px */
  .section-hl {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  /* < 480px */
  .block-xs {
    display: block;
  }
}

#sec1 {
  padding-top: 80px;
}

#sec1 .img-responsive {
  margin-top: 40px;
}

#sec2 {
  position: relative;
  padding-top: 20px;
  min-height: 800px;
  /*
	background: url('/mongol/assets/images/bg_sec_02.png') no-repeat -500px top;
	background-size: 1200px 950px;
*/
}

#sec2 .background-image {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -99999999;
  background: url("/mongol/assets/images/bg_sec_02.png") no-repeat -500px top;
  background-size: 1200px 950px;
}

#sec2 .bg-white {
  padding-left: 100px;
  background: url("/mongol/assets/images/bg_white_gradation.png") repeat-y left top;
}
#sec2 .bg-white {
  background: none\9;
}

#sec2 .img-responsive {
  margin-top: 20px;
}

@media screen and (max-width: 1199px) {
  /* < 1200px */
}

@media screen and (max-width: 979px) {
  /* < 980px */
  #sec2 .bg-white {
    padding-left: 0;
    background: none;
  }

  #sec2 {
    min-height: 700px;
    /*
		background: url('/mongol/assets/images/bg_sec_02_opacity.png') no-repeat right 35px;
		background-size: 840px 665px;
*/
  }

  #sec2 .background-image {
    background: url("/mongol/assets/images/bg_sec_02_opacity.png") no-repeat right 35px;
    background-size: 840px 665px;
  }
}

@media screen and (max-width: 767px) {
  /* < 768px */
}

@media screen and (max-width: 479px) {
  /* < 480px */
  #sec2 {
    min-height: 425px;
    /*
		background-position: right top;
		background-size: 600px 425px;
*/
  }

  #sec2 .background-image {
    background-position: right top;
    background-size: 600px 425px;
  }
}

#sec2 .background-image {
  background: none\9;
}

#sec2 .background-image .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#sec3 .img-responsive {
  margin-bottom: 40px;
}

#sec3 dt {
  padding-left: 20px;
  background: url("/mongol/assets/images/ic_list_header.png") left center no-repeat;
  background-size: 16px 16px;
  color: #777;
}

@media (min-width: 768px) {
  #sec3 dt {
    width: 15em;
  }
  #sec3 dd {
    margin-left: 15em;
  }
}

#sec6 .border {
  margin: 1.5em 0;
  padding: 1.5em;
  border: #eaeaea solid 4px;
}

#sec6 .border h3 {
  margin: 0 0 1em;
  padding-left: 25px;
  padding-right: 0;
  background: url("/mongol/assets/images/ic_send.png") left center no-repeat;
  background-size: 18px 18px;
  font-size: 1.4em;
  font-weight: bold;
}

#sec6 .border dl {
  margin: 0.75em 0 0;
  font-size: 1.2em;
}

/*
--------------------------------------------------
 3.4 - Footer
--------------------------------------------------
*/

.footer {
  width: 100%;
  height: auto;
  background: #d9ede2;
  text-align: center;
}

.footer h2 {
  display: block;
  margin: 40px auto 35px;
  padding: 0.5em 0.8em;
  width: 10em;
  background: #00873c;
  color: #fff;
  font-size: 1.2em;
}

.footer p {
  font-size: 2em;
}

.footer ul {
  font-size: 1.5em;
}

.footer p.copy {
  margin: 0;
  padding: 40px 0 30px;
  font-size: 0.9em;
}

@media screen and (max-width: 479px) {
  /* < 480px */
  .footer {
    font-size: 0.8em;
  }

  .footer p {
    line-height: 1.4;
  }
}

/*
==================================================
 4.0 - Media Queries
--------------------------------------------------
*/

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@media screen and (max-width: 1199px) {
  /* < 1200px */
}

@media screen and (max-width: 979px) {
  /* < 980px */
}

@media screen and (max-width: 767px) {
  /* < 768px */
}

@media screen and (max-width: 479px) {
  /* < 480px */
}
