/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body {
  background-color: rgba(0,0,0,0.03);
  font-family: HiraginoSans-W6;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: rgba(0, 0, 0, 0.56);
} 
header {
  padding:24px 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#logo{
  padding-top: 5px;
}
header div{
  padding:5px 0;
}
#headerright{
  display: flex;
  justify-content: flex-end;
}
#headerright div+a{
  border-left:solid 1px rgba(0, 0, 0, 0.56);
}
#otoia{
  margin-right:23px;
}
#phonenumber{
  text-decoration: none;
  color: rgba(0, 0, 0, 0.56);
}
#call{
  display: flex;
  justify-content: flex-end;

}
#callimg{
  margin:0 10px 0 18px;
}
#container{
  margin: 10px auto 70px; 
  max-width: 720px;
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#banner-section{
  width:40%;
}
#logo2{
  margin-left:-10px;
}
#title1{
  font-family: HiraginoSans-W7;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: 0.6px;
  color: rgba(0, 0, 0, 0.84);
  margin-top:0px;
}
#title2{
  border-bottom: solid 3px #00aed1;
  padding-bottom: 6px;
}
#des{
  width: 374px;
  height: 112px;
  font-family: HiraginoSans-W6;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.56);
}
.mt24{
  margin-top:24px;
}
#topimg{
  width:100%;
}
#light{
  display: flex;
  justify-content: flex-start;
  font-family: HiraginoSans-W7;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.84); 
}
#light img{
  margin-right:10px;
}
ul{
  padding-left:22px;
}
.aisatu{
  width: 100%;
  margin: 60px 0;
  max-width: 680px;
}
.plan{
  font-family: HiraginoSans-W6;
  font-size: 2em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.56);
}
.okotowari{
  font-family: HiraginoSans-W6;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.56);  
}
#resubscribeConfirmText {
  margin: 3px 5px;
}

#resubscribeLink {
  color: blue;
  text-decoration:underline;
}

.form-area {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  padding: 10px;
  background-color: #ffffff;
  max-width: 700px;
  margin: 0 auto;
  width: 93%;
}
.hs-button {
  max-width: 300px;
}
.hs-form-field {
  min-height: 86px;
}

@media screen and (max-width: 769px) {
  .plan{
    font-size: 1.1rem;
    text-align: center;
  }
  
  .aisatu{
    margin: 50px 0;
    max-width: 500px;
  }
  
  .okotowari{
    font-size: 0.9em;
    margin: 10px 7px;
  }
  
  .hs-form-field {
    min-height: 80px;
  }
}

.thanks-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
}

.redirect-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
}

.thanks {
  font-size: 40px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 769px) {
  .thanks{
    font-size: 1.9rem;
    text-align: center;
  }