@charset "utf-8";

/******************************************************************
basement
******************************************************************/
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  background: #f5f5f7;
  color: #2B2B2B;
  font-weight:normal;
  font-size:16px;
  line-height:1.8;
  font-family: sans-serif;
  letter-spacing: 0.08em;
}
p {
  font-size: 14px;
  line-height: 2.3;
}
a {
  opacity: 1;
  color:#000;
  text-decoration: none;
  outline: none;
  transition : opacity 0.4s;
  -webkit-transition : opacity 0.4s;
}
a:hover {
  opacity: 0.6;
}
img {
  max-width: 100%;
}
section {
  position: relative;
}
#wrapper {
  width: 100%;
}
.text-h {
  font-size: 40px;
  letter-spacing: 0em;
  line-height: 1.65;
}
.text-h:before,
.text-h:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.text-h:before {
  margin-top: calc((1 - 1.65) * 0.5em);
}
.text-l {
  font-size: 40px;
  letter-spacing: 0em;
  line-height: 1.65;

  font-weight: bold;
}
.text-l:before,
.text-l:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.text-l:before {
  margin-top: calc((1 - 1.65) * 0.5em);
}
.text-m {
  font-size: 28px;
  letter-spacing: 0em;
  line-height: 1.7;
}
.text-m:before,
.text-m:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.text-m:before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.text-s {
  font-size: 22px;
  letter-spacing: 0em;
  line-height: 1.7;
}
.text-s:before,
.text-s:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.text-s:before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-48 { margin-top: 48px; }
.mt-64 { margin-top: 64px; }
.mt-128 { margin-top: 128px; }
.br { display: block; }
.br-m { display: block; }

@media screen and (max-width:999px){
  body{
    width: 100%;
    font-size: 14px;
  }
  p {
    line-height: 1.9;
  }
  #wrapper {
    width: 1000px;
  }
}

/* option */
span.br{ display: inline-block;}
.pc{ display: inherit; padding: 0; margin: 0; letter-spacing: 0; }
.sp{ display: none; }
.att{ font-size: 12px; }
@media screen and (max-width:999px){
  .pc{ display: none; }
  .sp{ display: inherit; }
}



/******************************************************************
Anchor Link
******************************************************************/
.anchorLink {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 0;
  background-color: #fff;
}
.anchorLink img {
  width: 300px;
  margin: 0 10px;
  border: 1px solid #999;
}
@media screen and (max-width:999px){
  .anchorLink {
    padding: 30px 0;
  }
  .anchorLink img {
    width: 43%;
    padding: 0;
    border: 1px solid #999;
  }
}
.head {
  width: 100%;
  background-color: #FABE00;
}
.head__wrapper {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  background-color: #FABE00;
  padding: 0 20px;
}
.logo img {
  padding-top: 10px;
  width: 300px;
}
.tablink img {
  width: 220px;
}
.hero {
  width: 100%;
  background-color: #FABE00;
}
.hero_wrapper {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  align-items: flex-end;
  background-color: #FABE00;
}
.hero__left {
  width: 500px
  overflow: hidden;
}
.hero__left img {
  margin-left: -50px;
  width: 500px;
}
.hero__right {
  position: relative;
}
.hero__right img {
  width: 650px;
  padding-bottom: 40px;
}
.hero__right img.text1 {
  display: block;
  position: absolute;
  top: 23px;
  left: 45px;
  z-index: 1;
  width: 370px;
}
.hero__right img.text2 {
  display: block;
  position: absolute;
  top: 225px;
  left: 30px;
  z-index: 1;
  width: 350px;
}
.hero__right img.text3 {
  display: block;
  position: absolute;
  bottom: 60px;
  left: 45px;
  width: 350px;
  z-index: 1;
}


/******************************************************************
sec1
******************************************************************/
.section1 {
  width: 100%;
}
.section1 .inner {
  text-align: center;
  margin: 0 auto;
  background-color: #FABE00;
}



/******************************************************************
btn
******************************************************************/
.btn {
  width: 100%;
  padding: 50px 0;
}
.btn .inner {
  text-align: center;
  margin: 0 auto;
/*  background-color: #eee;*/
}
.btn img {
  width: 800px;
}

.btn2 {
  background-color: #fff;
}


/******************************************************************
sec2
******************************************************************/
.sec2 {
  width: 100%;
  margin-bottom: -1px;
  overflow: hidden;
}
.sec2 .inner {
  padding: 100px 0;
  height: 1100px;
  text-align: center;
  margin: 0 auto;
  background-color: #1D2088;
  background: #1D2088 url(../images/ahh.png) bottom center no-repeat;
  background-size: 800px;
}
.sec2 .title {
  width: 600px;
  padding-bottom: 50px;
}


.balloons {
  position: relative;
  display: block;
  width: 1000px;
  margin: 0 auto;
}
.balloon{}
.balloon1 {
  width: 300px;
  position: absolute;
  top: 0px;
  left: 150px;
}
.balloon2 {
  width: 360px;
  position: absolute;
  top: 50px;
  left: 580px;
}
.balloon3 {
  width: 350px;
  position: absolute;
  top: 250px;
  left: 0;
}
.balloon4 {
  width: 300px;
  position: absolute;
  top: 170px;
  left: 340px;
}
.balloon5 {
  width: 320px;
  position: absolute;
  top: 250px;
  left: 670px;
}

.a1 { animation: floating1 2s infinite; }
.a2 { animation: floating2 1.5s infinite; }
.a3 { animation: floating3 2s infinite; }
.a4 { animation: floating4 2.2s infinite; }
.a5 { animation: floating5 2.4s infinite; }
.a6 { animation: floating6 2.6s infinite; }
@keyframes floating1 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}
@keyframes floating2 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(10px); }
  100% { transform: translateY(0px); }
}
@keyframes floating3 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}
@keyframes floating4 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}
@keyframes floating5 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0px); }
}
@keyframes floating6 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(10px); }
  100% { transform: translateY(0px); }
}



/******************************************************************
sec3
******************************************************************/
.sec3 {
  width: 100%;
  background-color: #FABE00;
  padding: 50px 0 100px;
}
.sec3 .inner {
  width: 500px;
  text-align: left;
  margin: 0 auto;
}

.redwrap {
  padding-top: 100px;
  width: 100%;
}

.sec3 p strong {
  background:linear-gradient(transparent 60%, #f66 60%);
  font-size: 1.5em;

}
.sec3 .redwrap .inner {
  width: 500px;
  text-align: left;
  margin: 0 auto;
  background-color: #f00;
  color: #fff;
}
.sec3 .redwrap .inner p {
  font-size: 24px;
}



/******************************************************************
sec4
******************************************************************/
.sec4 {
  position: relative;
  padding-top: 180px;
}
.sec4__title-bar {
  width: 36px;
  height: 3px;
  background: #004098;
  margin-right: 16px;
}
.sec4__title {
  width: 100%;
}
.sec4__title-img {
  align-items: center;
  display: flex;
  position: relative;
  width: 360px;
}
.sec4__title-img:before {
  left: calc(-3.64583333% - 12px);
  min-width: 24px;
}
.sec4__title-img2 {
  width: 400px;
}
.sec4__title-text {
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 15.4px;
}
.sec4__title-text:before,
.sec4__title-text:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.sec4__title-text:before {
  margin-top: calc((1 - 1) * 0.5em);
}
.sec4__wrap {
  color: #1D2088;
  margin: auto;
  max-width: 1080px;
  margin-top: 100px;
  padding-top: 100px;
}
.sec4__parallax {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 1640px;
  width: 100%;
  height: 1500px;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: auto;
}
@media screen and (min-width: 768px) {
  .sec4__parallax {
    height: 2050px;
    top: 880px;
  }
}
@media screen and (min-width: 768px) {
  .sec4__title {
    display: none;
  }
}
.sec4__title--sticky {
  display: none;
}
@media screen and (min-width: 768px) {
  .sec4__title--sticky {
    display: block;
  }
}
.sec4__inner {
  margin-left: 8.533%;
  margin-right: 8.533%;
  width: auto;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-right: calc(8.533% - 5px);
}
@media screen and (min-width: 768px) {
  .sec4__inner {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .sec4__inner {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec4__contents {
    margin-top: 100px;
    width: 55.4%;
  }
}
@media screen and (min-width: 950px) {
  .sec4__contents {
    margin-top: 305px;
  }
}
.sec4__contents.sec4__contents2 {
  margin-top: 100px;
  padding-bottom: 50px;
}
.sec4__text-line {
  border-bottom: 3px solid #004098;
  display: inline-block;
  padding-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .sec4__text-line {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .sec4__text-line {
    padding-bottom: 18px;
  }
}
.sec4__text--indent {
  padding-left: 0.5em;
}
@media screen and (min-width: 626px) {
  .sec4__text--indent {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec4__text--indent {
    padding-left: 0.5em;
  }
}
@media screen and (min-width: 1174px) {
  .sec4__text--indent {
    padding: 0;
  }
}
.sec4__box-wrap {
  padding-bottom: 5px;
  padding-right: 5px;
  margin-top: 78px;
}
@media screen and (min-width: 768px) {
  .sec4__box-wrap {
    padding-bottom: 0;
    padding-right: 0;
    margin-top: 0;
    left: 0;
    position: sticky;
    top: 100px;
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .sec4__logo {
    margin-top: 50px;
  }
}
.article-head {
  width: 1000px;
  margin: 0 auto 200px;
  position: relative;
}
img.chigai {
  position: absolute;
  top: 50px;
  left: 70px;
  width: 550px;
}

/******************************************************************
sec5
******************************************************************/
.sec5 {
  width: 100%;
  background-color: #1D2088;
  padding: 50px 0 400px;
  margin: 0 auto;
  background-color: #1D2088;
  background: #1D2088 url(../images/22454179.png) bottom center no-repeat;
  background-size: 500px;
}
.sec5 .inner {
  text-align: center;
  margin: 0 auto;
  width: 500px;
}
.sec5 .wrap {
  padding-top: 100px;
  color: #fff;
  text-align: left;
  background-color: transparent;
}
.wrapbottom {
  width: 800px;
  margin: 0 auto;
  padding-top: 200px;
}

/******************************************************************
sec6
******************************************************************/
.sec6 {
  width: 100%;
  background-color: #FABE00;
  padding: 100px 0 100px;
}
.sec6 .inner {
  text-align: center;
  margin: 0 auto;
  background-color: #FABE00;
}

.sec6 .title {
  width: 400px;
  padding-bottom: 50px;
}
.card {
  margin: 50px auto;
  width: 880px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.card li {
  margin-right: 50px;
  margin-top: -50px;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 390px;
  height: 680px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.3);
  list-style: none;
}
.card li:nth-child(2n) {
  margin-top: 50px;
}

.reasonimg {
  padding: 30px 30px;
}

.reasontxt p {
  padding: 0 30px;
  text-align: justify;
  line-height: 1.5;
  font-size: 18px;
}


/******************************************************************
sec6b
******************************************************************/
.sec6b {
  width: 100%;
  background-color: #EEEFEF;
  padding: 100px 0;
  margin: 0 auto;
  overflow: hidden;
}
.sec6b .inner {
  width: 880px;
  height: 500px;
  margin: 0 auto;
  background-color: #EEEFEF;
  background: #EEEFEF url(../images/23854020.png) center right no-repeat;
  background-size: 600px;
}
.sec6b img {
  width: 450px;
  padding-top: 100px;
  padding-bottom: 50px;
}




/******************************************************************
sec6c
******************************************************************/
.sec6c {
  width: 100%;
  background-color: #1D2088;
  padding: 100px 0;
  margin: 0 auto;
  overflow: hidden;
}
.sec6c .inner {
  width: 880px;
  margin: 0 auto;
  position: relative;
}


.sec6c .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec6c img.title {
  width: 575px;
  height: 135px;
}

.sec6c img.icon {
  width: 250px;
}

.sec6c:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;
  margin-left: -50px;
  border: 50px solid transparent;
  border-top: 50px solid #1D2088;
  z-index: 1  ;
}


/******************************************************************
sec7
******************************************************************/
.sec7 {
  width: 100%;
  background-color: #fff;
  padding: 100px 20px 0px;
  overflow: hidden;
}
.sec7 .inner {
  width: 1000px;
  text-align: left;
  margin: 0 auto;
  background-color: #fff;
}
.sec7 .title {
  width: 650px;
  padding-bottom: 0px;
}
.sec7 .wrap {
  display: flex;
  align-items: center;
}
.kakomi {
  width: 470px;
  height: 300px;
  background-color: #FABE00;
}
.kakomi img {
  width: 400px;
  padding: 30px;
}
.kakomi p {
  padding-left: 30px;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 1.5em;
}
.light {
  padding-left: 20px;
  width: 550px;
}


/******************************************************************
sec8
******************************************************************/
.sec8 {
  width: 100%;
  background-color: #fff;
  padding: 0px 0 0px;
}
.sec8 .inner {
  padding-top: 50px;
  width: 1000px;
  text-align: center;
  margin: 0 auto;
  background-color: #EEEFEF;
}
.sec8 .title {
  width: 750px;
  padding-bottom: 50px;
  padding-left: 50px;
}
.sec8 .dlwrap {
  position: relative;
  width: 777px;
  border: 4px solid #1D2088;
  background: #1D2088;
  background: #E9E9F3;
  margin: -100px auto 100px;
  z-index: 1;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.form1 img {
  width: 160px;
}
.form2 img {
  width: 160px;
}
.form3 img {
  width: 185px;
}
.select {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.select::before {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-width: 15px 10px 0 10px;
  border-style: solid;
  border-color: #E9E9F3 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
.formleft table th {
  width: 200px;
  padding-right: 20px;
}
.formleft table td {
  padding-left: 0;
  padding-right: 0;
  width: 300px;
}
.form select {
  font-size: 24px;
  line-height: 1.3;
  appearance: none;
  width: 200px;
  padding: 11px 15px;
  padding-right: 1em;
  border: none;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis; // 文字の省略
  cursor: pointer;
}
.form input[type="email"] {
  line-height: 1.5;
  font-size: 20px;
  padding: 10px 0;
  padding-left: 1rem;
}
.agreement button {
  font-weight: bold;
  text-decoration: underline;
}
.agreement button:hover {
  opacity: 0.8;
}
.submit button {
  color: #fff;
  display: block;
  width: 400px;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 30px;
  border: 1px solid #1D2088;
  font-size: 24px;
  text-align: center;
  background-color: #1D2088;
  cursor: pointer;
  transition: 0.5s all;
  line-height: 1.3;
  border-radius: 10px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);  
}
.submit button small {
  font-size: 12px;
  line-height: 1.3;
}
.sec8 input,
.sec8 textarea,
.sec8 select {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 24px;
  margin: 5px auto;
  padding: 5px 15px;
  border: #ccc solid 1px;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.2);
  box-sizing: border-box;
}
.sec8 input::placeholder {
  color: #999;
}
.sec8 form {
  padding-top: 30px;
}
.sec8 input[type=text],
.sec8 input[type=email],
.sec8 textarea {
  width: 350px;
}
.formTable {
  width: 100%;
  border-spacing: 0px;
  margin-bottom: 30px;
}
.formTable th {
  text-align: left;
  font-size: 16px;
  width: 300px;
  padding: 1rem 0;
  font-weight: normal;
}
.formTable td {
  padding: 1rem 0;
  text-align: left;
  position: relative;
}
.formTable th {
  width: 225px;
  padding-right: 20px;
  line-height: 1;
}
.formTable th p {
  font-size: 18px;
}
.formTable th.tight {
  width: 150px;
}
.formTable th span {
  padding: 3px;
  font-size: 12px;
  line-height: 1;
}
.agreement {
  position: relative;
  margin-bottom: 2rem;
}
.agreement label {
  font-size: 18px;
}
.agreement input {
  margin-right: 1rem;
  transform: scale(1.2);
}
.sec8 .title2 {
  margin: 50px auto 30px;
  width: 650px;
}
.sec8 .dl-company {
  margin: 0 auto;
  display: flex;
  width: 800px;
  align-items: center;
}
.sec8 .dl-company img {
  width: 250px;
  padding-right: 20px;
}
.sec8 .companydtail {
  text-align: left;
}
.sec8 .companyhead {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.sec8 .companydtail-detail p {
  line-height: 1.3;
  text-align: justify;
  margin-bottom: 1rem;
}
.sec8 .title3 {
  margin: 100px auto 30px;
  width: 500px;
}
.sec8 .dlprocedure ul {
  display: flex;
}
.sec8 .dlprocedure li {
  list-style: none;
}
.sec8 .dlprocedure .pro1 img,
.sec8 .dlprocedure .pro2 img {
  width: 320px;
}
.sec8 .pro3 img {
  width: 360px;
}


/******************************************************************
sec9
******************************************************************/
.sec9 {
  width: 100%;
  background-color: #fff;
  padding: 0px 0 50px;
}
.sec9 .inner {
  width: 1000px;
  text-align: left;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 20px;
  overflow: hidden;
}
.sec9 p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  padding: 0 100px;
}
.sec9 p:before {
  content: "※";
}


/******************************************************************
sec10
******************************************************************/
.sec10 {
  width: 100%;
  background-color: #fff;
  padding: 100px 20px 0;
  overflow: hidden;
}
.sec10 .inner {
  width: 1000px;
  text-align: left;
  margin: 0 auto;
  padding: 0px 0 0;
  height: 375px;
  margin: 0 auto;
  background: url(../images/23628264.png) bottom right no-repeat;
  background-size: 400px;
  overflow: inherit;
}
.sec10 .inner img {
  width: 550px;
}


/*------------------------- modal -------------------------*/
.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}
.modal__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0,0,0,0.6);
}
.modal__container {
  position: relative;
  max-width: 800px;
  height: 95vh;
  max-height: 900px;
  overflow-y: auto;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.modal__close {
  position: sticky;
  top: 20px;
  width: 100%;
  padding-right: 20px;
  border: 0;
  background: transparent;
  text-align: right;
  font-size: 24px;
}
.modal__close:before { content: "\2715"; }
.modal__content {
  margin-top: -30px;
  color: rgba(0,0,0,.8);
  line-height: 1.3;
  text-align: left;
  font-size: 14px;
}
.modal__title {
  padding: 70px 20px 10px;
}
.modal__title__text {
  padding-bottom: 10px;
  box-sizing: border-box;
  color: #333;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.1;
  font-family: serif;
  text-align: center;
}
.modal__paragraph {
  margin: 20px 40px;
  box-sizing: border-box;
}
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}
@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
@media screen and (max-width:999px){
  .modal__container {
    max-width: 90vw;
    height: 80vh;
    background-size: 120px;
  }
  .modal__close {
    top: 10px;
    padding-right: 16px;
  }
  .modal__content {
    background-size: 120px;
  }
  .modal__title {
    padding-right: 1rem;
    padding-left: 1rem;
  }  
  .modal__paragraph {
    margin: 20px 1.5rem;
    font-size: 14px;
  }
}


/******************************************************************
footer
******************************************************************/
.footer {
  border-top: 3px solid #FABE00;
  padding: 30px 0;
  background-color: #1D2088;
  overflow: hidden;
}
.footer__inner {
  max-width: 1100px;
  padding: 3rem 2rem;
  text-align: center;
}
.footer__logo {
  margin-bottom: 1rem;
}
.footer__logo img {
  max-width: 400px;
}
.footer__copy {
  font-size: 14px;
  color: #fff;
}
.footerpr {
  margin: 20px auto 30px;
  text-align: left;
  line-height: 1.3;
  width: 800px;
  color: #333;
  padding: 10px;
  background-color: #FABE00;
}
.footer .contact {
  width: 100%;
  text-align: center;
}
.footer .contact a {
  color: #fff;
}
.footer .contact i {
  padding-right: 5px;
}
.footer .contact a:hover {
  text-decoration: underline;
}
@media screen and (max-width:999px){
  .footer {
    width: 1000px;
    overflow: hidden;
  }
}


