@charset "utf-8";
body {
  margin: 0 auto;
  color: #333333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "小塚ゴシックpro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: #333;
}
li {
  list-style-type: none;
}
/***トップへ戻るボタン***/
#page_top {
  width: 95px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #0074bf;
  opacity: 0.6;
  border-radius: 15px;
}
#page_top a {
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/***トップへ戻るボタンここまで***/
@media screen and (min-width:641px) {
  body {
    font-size: 1.3em;
  }
  .sp {
    display: none;
  }
  /*ヘッダー*/
/*全サイトにつけると良い　画像の縦横比が整うstart*/
.header_all{
    width: 1250px; /* 好きな幅 */
    max-width: 100%;
    margin: 0 auto;
	}
  /*全サイトにつけると良い　画像の縦横比が整うend*/
  header {
    background-color: #fff;
    max-width: 100%;
    height: 165px;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 100;
    margin: 0 auto;
  }
  #logo {
    float: left;
    width: 35%;
    margin-top: 40px;
  }
   /*#logo img {
    width: 100%;
  }*/
  #logo span {
    display: block;
    padding-bottom: 10px;
  }
  #logo:hover {
    opacity: 0.5;
  }
  #headerRight {
    float: right;
    margin-top: 13px;
  }
  #tel {
    float: right;
    overflow: hidden;
    margin-bottom: 10px;
  }
  #tel a {
    color: #0074bf;
    font-size: 2.2em;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  #tel li {
    float: left;
    background-image: url("../images/tel.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 8%;
    padding-left: 40px;
    margin-left: 20px;
    padding-top: 15px;
  }
  #gnavi {
    clear: both;
    overflow: hidden;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  #gnavi li {
    float: left;
    margin-left: 38px;
    font-weight: bold;
  }
  #gnavi li:nth-child(3) {
    margin-right: 0;
  }
  #gnavi li a {
    color: #0074bf;
    transition: all ease .3s;
  }
  #gnavi li a:hover {
    color: #f69522;
  }
  #gnavi li:last-child {
    background: #b6252e;
    background: linear-gradient(to right, #f22431, #b6252e);
    box-sizing: border-box;
  }
  #gnavi li:last-child a {
    display: block;
    text-decoration: none;
    transition: ease all .3s;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    width: 400px;
    height: 60px;
    position: relative;
  }
  #gnavi li:last-child ::before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    transition: ease-out all .2s;
  }
  #gnavi li:last-child :hover::before {
    width: 390px;
    height: 50px;
  }
  #gnavi li a:last-child::before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    margin: auto;
    transition: ease-out all .2s;
  }
  #gnavi nav li:last-child a:hover::before {
    width: 166px;
    height: 46px;
  }
  #gnavi li:last-child a span {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    transition: ease all .3s;
    padding-top: 2px;
  }
  #gnavi li:last-child a:hover span {
    color: #b6252e;
  }
  #mail span {
    background-image: url("../images/mail.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10%;
    left: 25px;
    font-size: 0.9em;
  }
  #mail a:hover span {
    background-image: url("../images/mailhover.png");
  }
  #gnavi #mail a {
    color: #ffffff;
  }
  #home {
    padding-top: 23px;
  }
  #office {
    padding-top: 23px;
  }


/*ブレイクポイント追加 header*/
@media screen and (max-width:1080px){
headerall {
  width: 100%; /* 好きな幅 */ 
  max-width: 1000px;
  margin: 0 auto;
  }

 #logo {
    float: left;
    width: 37%;
    margin-top: 40px;
  }
#logo span {
    font-size: 0.8em;
  }
  #logo img {
    width: 90%;
  }
#headerRight {
    float: right;
    margin-top: 8px;
  }
#tel a {
    color: #0074bf;
    font-size: 1.6em;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  #tel li {
    float: left;
    background-image: url("../images/tel.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 7%;
    padding-left: 40px;
    margin-left: 20px;
    padding-top: 15px;
  }
#gnavi li {
    float: left;
    margin-left: 18px;
    font-weight: bold;
  }
#gnavi li:last-child a {
  display: block;
  text-decoration: none;
  transition: ease all .3s;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  width: 330px;
  height: 60px;
  position: relative;
}
 #mail span {
    background-image: url("../images/mail.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 8%;
    left: 25px;
    font-size: 0.8em;
  }
}
@media screen and (max-width:842px){
headerall {
  width: 100%; /* 好きな幅 */ 
  max-width: 842px;
  margin: 0 auto;
  }
#logo span {
    font-size: 0.7em;
  }
#gnavi li {
    float: left;
    margin-left: 14px;
    font-weight: bold;
	font-size: 0.8em
  }
#tel a {
    color: #0074bf;
    font-size: 1.2em;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  #tel li {
    float: left;
    background-image: url("../images/tel.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 7%;
    padding-left: 40px;
    margin-left: 20px;
    padding-top: 15px;
  }
#gnavi li {
    float: left;
    margin-left: 18px;
    font-weight: bold;
  }
#gnavi li:last-child a {
  display: block;
  text-decoration: none;
  transition: ease all .3s;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  width: 250px;
  height: 50px;
  position: relative;
}
 #mail span {
    background-image: url("../images/mail.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 7%;
    left: 25px;
    font-size: 0.8em;
  }
}
/*ブレイクポイント追加 header終了*/
  /*ヘッダー終了*/
	
  /*メインビジュアル*/
  main {
    width: 100%;
    margin: 0 auto;
  }
  /*全サイトにつけると良い　画像の縦横比が整うstart*/
  .main_all{
    width: 1250px; /* 好きな幅 */
    max-width: 100%;
    margin: 0 auto;
    /*  padding: 24px;
*/ /*  background: #fff59d;*/
  }
  /*全サイトにつけると良い　画像の縦横比が整うend*/
  #main1 {
    position: relative;
    height: 430px;
    overflow: hidden;
    /*  margin-bottom: 30px;*/
    background-color: #ffffff;
    background-image: none;
  }
  #main1 h1 {
    position: absolute;
    padding: 2%;
    top: 44%;
    left: 11%;
    color: #333;
    z-index: 1;
    line-height: 1.5;
    background: rgba(236, 240, 244, 0.8);
    border-radius: 30px;
    font-size: 1.4em;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
/*ブレイクポイント追加 h１*/
@media screen and (max-width:778px){
 #main1 h1 {
    position: absolute;
    padding: 2%;
    top: 44%;
    left: 11%;
    color: #333;
    z-index: 1;
    line-height: 1.5;
    background: rgba(236, 240, 244, 0.8);
    border-radius: 30px;
    font-size: 1.0em;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
/*ブレイクポイント追加 h１終了*/
  #mainyohaku {
    float: left;
    background-color: #dbdcda;
  }
  #mainPhoto {
    float: right;
    width: 65%;
    height: 430px;
    margin-bottom: 15px;
    background-image: url(../images/main01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 82%;
  }
  /*.anim-box {
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  border-radius: 5px;
  max-width: 400px;
  height: 250px;
}
*/
  .anim-box.zoomin.is-animated {
    animation: zoomIn 3s cubic-bezier(0.6, 3, 0.8, 2) 1 forwards;
  }
  @keyframes zoomIn {
    0% {
      transform: scale(0.8);
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }


  /*コンテンツ　見出し*/
  #content {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 15px 0;
    background-color: #0074bf;
    margin-bottom: 30px;
  }
  h2 {
    text-align: center;
    font-size: 1.6em;
    color: #ffffff;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 800;
    font-style: normal;
  }
 /*打ち出し　 オーナー様共通CSS*/
#ownarmain{
    width: 750px;
    margin: 0 auto;
	margin-bottom: 50px;
	}
    
    
    /*コンテンツ　最新物件情報CSS*/
    #NewBukkenInfo {
        margin-left: auto;
        line-height: 1.4;
        margin-bottom: 45px;
        font-family: heisei-maru-gothic-std, sans-serif;
        font-weight: 400;
        font-style: normal;
        
    }
    #NewBukkenInfo table {
        width: 100%;
    }
    #NewBukkenInfo table caption {
        font-size: 120%;
    }
    #NewBukkenInfo table th {
        text-align: center;
        background-color: #87cefa;
        padding: 0.5em;
        border:solid 2px #fff;
    }
    #NewBukkenInfo table td {
        padding: 0.5em;
        display: table-cell;
        vertical-align: middle;
        border:solid 1.8px #ddd;
    }

    #NewBukkenInfo table td img {
        width: 100px;
        height: auto;
        margin: 0 auto;
    }
    
    #NewBukkenInfo a:hover {
        opacity: 0.5;
    }
    /*コンテンツ　最新物件情報CSS*ここまで/
    
    
  /*コンテンツ　テナント様・オーナー様共通CSS*/
  h3 {
    margin-left: 11%;
    font-size: 1.5em;
    margin-top: 35px;
    margin-bottom: 30px;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  h4 {
    padding-bottom: 13px;
    padding-top: 45px;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  .bukken ul {
    height: 500px;
  }
  .bukken li {
    color: #ffffff;
    font-size: 1.6em;
    text-align: center;
    line-height: 1.3;
    padding-top: 40px;
  }
  .bukken p {
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  /*コンテンツ　テナント様*/
  #tenant {
    margin-bottom: 100px;
  }
  #tenant .bukken {
    display: flex;
  }
  #tenant .bukken div {
    width: 50%;
  }
  .intro a {
    margin-left: 11%;
    color: #0074bf;
    font-weight: bold;
    margin-bottom: 45px;
    display: block;
    line-height: 1.3;
  }
  .intro a:hover {
    opacity: 0.5;
  }
  #tenant_p {
    margin-left: 11%;
    line-height: 1.4;
    margin-bottom: 45px;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  #bukken1 {
    background-image: url(../images/bukken1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  #bukken1:hover {
    background-image: url(../images/bukken1-1.jpg);
  }
  #tenant .bukken div img {
    width: 100%;
  }
  #tenant .bukken section {
    width: 50%;
  }
  #tenant .bukken section {
    background-color: #3eb370;
    height: auto;
  }
  #tenant span {
    background-image: url("../images/tel2.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 8%;
    padding-top: 16px;
  }
  #tenant a span {
    color: #0074bf;
    font-size: 1.3em;
    padding-left: 6%;
    padding-right: 4%;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  #tokyo {
    margin-bottom: 20px;
  }

  /*コンテンツ　テナント様end*/

  /*コンテンツ　オーナー様*/
  #ownar .bukken {
    display: flex;
  }
  #ownar .bukken section {
    width: 50%;
  }
  #ownar .bukken section {
    background-color: #f69522;
    height: auto;
  }
  #ownar_p {
    margin-left: 11%;
    line-height: 1.4;
    margin-bottom: 45px;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  #bukken2 {
    background-image: url(../images/bukken2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #bukken2:hover {
    background-image: url(../images/bukken2-2.jpg);
  }
  #ownar .bukken div img {
    width: 100%;
  }
  #ownar .bukken div {
    width: 50%;
  }
  .bukken #tokyo2 {
    margin-bottom: 17px;
  }
  #ownar span {
    background-image: url("../images/mail.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10%;
    left: 25px;
  }
  #ownar a:hover span {
    background-image: url("../images/mailhover.png");
  }
  #ownar a span {
    color: #fff;
    font-size: 0.7em;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 800;
    font-style: normal;
    padding-top: 5px;
  }
  #ownar li a {
    display: block;
    text-decoration: none;
    transition: ease all .3s;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    width: 450px;
    height: 60px;
    position: relative;
    background: #b6252e;
    background: linear-gradient(to right, #f22431, #b6252e);
    box-sizing: border-box;
    padding-left: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    margin-bottom: 25px;
  }
  #ownar li a::before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    transition: ease-out all .2s;
  }
  #ownar li a:hover::before {
    width: 440px;
    height: 50px;
  }
  #ownar li a::before {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    margin: auto;
    transition: ease-out all .2s;
  }
  #ownar nav li a:hover::before {
    width: 440px;
    height: 40px;
  }
  #ownar li a span {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    transition: ease all .3s;
  }
  #ownar li a:hover span {
    color: #b6252e;
  }
  #bukken2 {
    background-image: url(../images/bukken2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

/*ブレイクポイント追加 ownar*/
@media screen and (max-width:900px){
.bukken li {
  color: #ffffff;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.3;
  padding-top: 40px;
}
#ownar li a {
  display: block;
  text-decoration: none;
  transition: ease all .3s;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  width: 300px;
}
}
/*ブレイクポイント追加 ownar終了*/
  /*コンテンツ　オーナー様end*/

  /*コンテンツ　街並み*/
  #city {
    width: 100%;
    height: auto;
  }
  #cityscape img {
    width: 100%;
    height: auto;
  }
  /*コンテンツ　街並みend*/
  /*コタニ興業から2ページ目～残す*/
  /*フッター*/
  footer {
    width: 100%;
    background-color: #0074bf;
  }
  #footerInner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  #logo4 {
    width: 400px;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  #logo4:hover {
    opacity: 0.5;
  }
  #footerInner nav {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #gnavi2 {
    width: 47%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
  }
  #gnavi2 a {
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  #gnavi2 a:hover {
    opacity: 0.5;
  }
  #mail2 a {
    background-image: url(../images/mail2.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    padding-bottom: 0px;
    background-size: 15%;
  }
  #copy {
    color: #ffffff;
  }
  footer p {
    text-align: center;
    margin-bottom: 10px;
  }

/*フッター  ブレークポイント追加--*/
@media screen and (max-width:1434px){
#footerInner nav {
   width: 95%;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}
#gnavi2 {
    width: 87%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}
#gnavi2 li {
	font-size: 0.9em;
	list-style: none;
 }
  /*コタニ興業から2ページ目～残す*/
  /*コンテンツ　会社概要 start*/
  #coinfo {
    margin: 100px 0;
  }
  #coinfo h2 {
    color: #333;
    text-align: left;
    font-size: 1.2em;
    margin-left: 10%;
    margin-bottom: 10px;
    line-height: 3;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  #coinfo h2::before {
    display: inline-block;
    content: "";
    z-index: 1;
    border-left: 14px solid #3eb370;
    border-right: 6px solid #6bf2a1;
    width: 0px;
    height: 20px;
    top: 30px;
    left: 0;
  }
  #coinfo h2::after {
    display: inline-block;
    content: "";
    z-index: 1;
    border-left: 14px solid #3eb370;
    border-right: 6px solid #6bf2a1;
    width: 0px;
    height: 20px;
    top: 30px;
    left: 0;
  }
  section#coinfo dl {
    display: table;
    width: 80%;
    margin: auto;
  }
  section#coinfo dl dt, section#coinfo dl dd {
    float: left;
    display: table-cell;
    padding: 10px 0;
    border-top: 1px dotted #3eb370;
    line-height: 1.6rem;
  }
  section#coinfo dl dt {
    width: 20%;
    font-weight: bold;
    color: #3eb370;
  }
  section#coinfo dl dd {
    width: 80%;
  }
  #coinfo a {
    color: #3eb370;
  }
  /*コンテンツ　会社概要 end*/
  /*コンテンツ　プライバシーポリシー start*/
  section#privacy {
    margin: 100px 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #privacy h2 {
    font-size: 1.3rem;
    color: #333;
    text-align: left;
  }
  #privacy h2::before {
    display: inline-block;
    content: "";
    z-index: 1;
    border-left: 14px solid #3eb370;
    border-right: 6px solid #6bf2a1;
    width: 0px;
    height: 20px;
    top: 30px;
    left: 0;
  }
  #privacy h2::after {
    display: inline-block;
    content: "";
    z-index: 1;
    border-left: 14px solid #3eb370;
    border-right: 6px solid #6bf2a1;
    width: 0px;
    height: 20px;
    top: 30px;
    left: 0;
  }
  section#privacy h4 {
    margin: 40px auto 0 auto;
    font-weight: bold;
    text-align: left;
  }
  section#privacy h4::before {
    content: "";
    border-left: 5px solid #3eb370;
    padding-right: 5px;
    width: 0px;
    height: 20px;
  }
  section#privacy p {
    margin: 10px auto 0 auto;
    line-height: 1.6rem;
  }
  /*コンテンツ　プライバシーポリシー end*/
  /*コンテンツ　問い合わせ start*/
  section#contact {
    width: 90%;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  section#contact table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  section#contact h2 {
    color: #333;
    text-align: left;
    font-size: 1.2em;
    margin-left: 10%;
    margin-bottom: 30px;
  }
  #contact h2::before {
    display: inline-block;
    content: "";
    z-index: 1;
    border-left: 14px solid #3eb370;
    border-right: 6px solid #6bf2a1;
    width: 0px;
    height: 20px;
    top: 30px;
    left: 0;
  }
  #contact h2::after {
    display: inline-block;
    content: "";
    z-index: 1;
    border-left: 14px solid #3eb370;
    border-right: 6px solid #6bf2a1;
    width: 0px;
    height: 20px;
    top: 30px;
    left: 0;
  }
  section#contact #item {
    margin-left: 10%;
    margin-bottom: 20px;
  }
  section#contact table th, section#contact table td {
    float: left;
    padding: 10px 0;
    border-top: 1px dotted #3eb370;
    text-align: left;
    line-height: 1.6rem;
  }
  section#contact table th {
    width: 34%;
    color: #3eb370;
  }
  section#contact table td {
    width: 65%;
  }
  section#contact table td input[type=text] {
    width: 70%;
    padding: 5px;
  }
  section#contact table td textarea {
    width: 70%;
    padding: 5px;
  }
  section#contact table td select {
    padding: 5px;
  }
  section#contact table th span {
    margin-left: 10px;
    font-size: 0.8rem;
    font-weight: bold;
    color: #DC0F12;
  }
  section#contact .buttons {
    text-align: center;
    outline: none;
  }
  section#contact input[type=submit], section#contact input[type=reset], section#contact input[type=button], .buttons a {
    padding: 20px 40px;
    margin-bottom: 20px;
    background-color: #ef771d;
    color: #ffffff;
    font-size: 0.8em;
    font-weight: bolder;
    border: none;
  }
  /*コンテンツ　問い合わせ end*/
  /*確認 start*/
  #submit {
    margin-left: 10%;
  }
  .buttons input {
    width: 170px;
    margin: 0 auto;
  }
  /*確認 end*/
  /*error start*/
  .buttons input {}
  #error, #error1 {
    padding-left: 10%;
    padding-bottom: 50px;
    color: #ff0000;
    font-weight: bolder;
  }
  /*error end*/
  /*thank you start*/
  #contact2 p {
    margin-bottom: 50px;
  }
  section#contact2 {
    width: 80%;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  section#contact2 h2 {
    color: #333;
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  #contact2 h2::before {
    display: inline-block;
    content: "";
    z-index: 1;
    border-left: 14px solid #3eb370;
    border-right: 6px solid #6bf2a1;
    width: 0px;
    height: 20px;
    top: 30px;
    left: 0;
  }
  #contact2 h2::after {
    display: inline-block;
    content: "";
    z-index: 1;
    border-left: 14px solid #3eb370;
    border-right: 6px solid #6bf2a1;
    width: 0px;
    height: 20px;
    top: 30px;
    left: 0;
  }
  /*thank you end*/
}