main {
 margin: 0 auto;
 max-width: 735px;
 padding-bottom: 30px;
}

main .logo-top{
 padding-top: 0px;
} 

main .logo-top img{
 display: block;
} 

.stamp-placement{
 width: 100%;
 position: relative;
 margin-top: 0px;
}

.section-present .section-center .section-w100 >p {
 display: none;
}
.common-content .content{
 padding:24px 10px;
}

.common-content h4{
 padding-left: 1em;
 text-indent: -1em;
 font-weight: bold;
}

.common-content .content > h3::before{
 content: "■";
 color: #1f409b;
}
.common-content .content > .margin-top-0px {
 margin-top: 0px;
}
.common-content .content > .margin-bottom-0px {
 margin-bottom: 0px;
}
.common-content .content > .margin-left-16px {
 margin-left: 16px;
}
.common-content .content > .margin-left-20px {
 margin-left: 20px;
}

.section-present .img-badge p.font-bold{
 font-weight: bold;
}
.section-present .img-badge h1{
     font-size: 20px;
    color: #ff008d;
    font-weight: bold;
    text-shadow: 1px 1px 5px white;
}
.section-present .btn-exchange.active{
 background-color: #1f409b;
}

.section-present .img-badge{
    padding-top: 0px;
    padding-bottom: 0px;
}

#btn-questionnaire{
 display: block;
 margin: 0 auto;
 margin-top: 20px;
 margin-bottom: 40px;
 text-align: center;
}

#btn-questionnaire.active{
 background-color: #1f409b;
}

#questionnaireConfirmForward{
 background-color: #1f409b;
}

#submitQuestionnaire{
background-color: #1f409b;
}

#returnToTop{
  background-color: #1f409b;
}

.section-present .btn-exchange-do{
  background-color: #1f409b;
}

.section-present .btn-exchange-back {
 background-color: #ffffff;
 border: 2px solid #1f409b;
 color: #1f409b;
}



.banner{
 margin: 30px auto 48px auto;
}
.theme_color_background_transparent{
max-width: 745px;
}

#modal-menu {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 735px;
  top: 0;
  left: 0;
  height: calc(100vh - 62px); /* 62px はフッターメニューの高さを指定*/
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  z-index: 2222;
}
#modal-menu {
  left: auto !important;
}
@media only screen and (max-width: 480px) {
  #modal-menu {
    left: 0 !important;
  }
}

@media only screen and (max-height: 735px) {
#modal-menu #menu_outer {
    display: block !important;
    margin: auto;
    width: 90% !important;
}
 
#modal-menu #menu_outer #menu_inner {
    max-width: 100% !important;
}
}

.text-center{
 text-align: center;
 margin-top: 50px;
}