.header_logo img{
  max-width:200px;
}

.floating-banner {
  position: fixed;
  bottom: 40%;
  right: -30px;
  text-align: center;
  padding: 10px 0px;
  z-index: 1000;
}

@keyframes poyo {
  from, to { transform: none; }
  80% { transform: scale(1.2); }
}

.floating-banner:hover {
  animation: poyo .6s;
}
/* スマートフォンでは非表示 */
@media screen and (max-width: 768px) {
  .floating-banner {
    display: none;
  }
}

dl,dt,dd {
  margin: 0;
  padding: 0;
  line-height: 1.0;
}

ul.mpack li.button01 a,ul.mpack li.button02 a{
    background-color:#000;
    color: #fff;
    width:200px;
}

header#header {
    width: 100%;
    z-index: 1;
    background: #D2DA3E;
}

    /*section*/
section.section01 {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    position: relative;
}

div.mpack-cta{
    margin: 50px auto;
    width:50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

div.mpack-cta a{
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    width:48%;
    padding:20px;
    color:#fff;
    border: 1px;
    font-weight: 700;
}

div.mpack-cta a,div.mpack-cta-02 a,div.mpack-cta-03 a{
    /* letter-spacing: 0.1em; */
    font-size: 1em;
    font-weight: 700 !important;

}


div.mpack-cta a:first-child{
    background: #DD5F3A;
    border:1px solid #DD5F3A;
    border-radius: 10px;
}

div.mpack-cta a:last-child{
    background: #231815;
    border:1px solid #231815;
    border-radius: 10px;
}


div.mpack-cta-02{
    margin: 0 auto;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.mpack-cta-02  a:first-child{
    background: #DD5F3A;
    border: solid #DD5F3A 1px;
    display: block;
    width:440px;
    padding:20px;
    color:#fff;
    border: 1px;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    text-decoration-line: none;
}
div.mpack-cta-02  a:last-child{
    text-align: center;
    display: block;
    width:200px;
    padding:10px 0;
    color:#000;
}

div.mpack-cta-03{
    margin: 0 auto;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.mpack-cta-03  a:first-child{
    background: #DD5F3A;
    border: solid #DD5F3A 1px;
    display: block;
    width:200px;
    padding:20px;
    color:#fff;
    border: 1px;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    text-decoration-line: none;
}

div.mpack-cta-03 input[type="submit"]{
    background: #DD5F3A!important;
    border: solid #DD5F3A 1px;
    display: block;
    width:200px;
    padding:20px;
    color:#fff!important;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
}

div.mpack-cta a:hover,div.mpack-cta-02 a:hover,div.mpack-cta-03 a:hover{
  opacity: 0.8;
  filter: alpha(opacity=50);
  background: #fff;
  color: #000;
  border: solid #DD5F3A 1px;
  border-radius: 10px;
  font-weight: 700;

}
div.mpack-cta-03 input[type="submit"]:hover{
  opacity: 0.8;
  filter: alpha(opacity=50);
  background: #fff;
  border: solid #DD5F3A 1px;
  border-radius: 10px;
  font-weight: 700;
  color: #000;
}
div.mpack-cta-02  a:last-child{
    text-align: center;
    display: block;
    width:200px;
    padding:10px 0;
    color:#000;
    border:none!important;

}




div.mpack-dl{
  margin: 0 auto;
  width:50%;
  text-align: center;
}
div.mpack-dl a{
  background: #DD5F3A;
  display: block;
  width:440px;
  padding:20px;
  color:#fff;
  border: 1px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  text-decoration-line: none;

}
a.btn-dl{
  color: #fff!important;
}
.btn-cline01{
    text-align: center;
}

.lp_detail h2 {
    padding-top:30px;
    clear: both;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}




/* QandA
-----------------------------------------------------------------*/

.qanda{
    margin: 0 auto;
    padding: 0px;
    width:80%;
    font-size: 18px;
}

.qanda dt:hover{
    font-weight:bold;
    color:#000;
    cursor: pointer;
}

.qanda dd:hover{
    font-weight:bold;
    cursor: pointer;

}
dl.qanda dt{
    display: block;
    width:100%;
    margin:0;
    padding:10px;
    text-align: left;
    background: #fff;
    text-decoration-line: underline;

}

dl.qanda dt:nth-child(n+2) {
  margin-top: 20px;
}

.qanda dt span{
    display:inline-block;
    padding-left:1em;
}

.qanda dd{
    display: block;
    width:100%;
    text-align: left;
    margin:0 0 3em 0;
    padding:2em;
    background: #F9E4DC;
}


div.contact{
  padding:20px;
}
div.contact table th{
  vertical-align: top;
}

.button03{

}

.lgray_bg{
   background: #f1f1f1;
   width:100%;
}
.dayone_bg{
   background: #d2da3e;
   width:100%;
}
.mpack_bg{
   background: #f9e4dc;
   width:100%;
}

.must{
  color:#F23A3C;

}

@media (max-width: 768px){
div.contact{
  padding: 80px 20px 20px 20px;
}

#mw_wp_form mw_wp_form_input div.contact{
  padding-top:20px!important;
}

section.main-view{
  padding-top:80px;
}

#lp_cta_form{
  padding-top:0px;
  margin-top:0px;
}

.container {
    padding: 15px 0;
}

div.mpack-cta a,div.mpack-cta-02 a,div.mpack-cta-03 a{
    /* letter-spacing: 0.1em; */
    font-size: 1em;
    font-weight: 400 !important;

}

ul.mpack li.button01 a,ul.mpack li.button02 a{
    background-color:#000;
    color: #fff;
    width:120px!important;
    font-size:10px;
}


div.mpack-cta{

    margin: 0px auto 30px;
    width:50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

div.mpack-cta a{
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    width:48%;
    padding:0.5em;
    font-size: 0.5em!important;
    color:#fff;
    border: 1px;
    font-weight: 700;
}


div.mpack-cta a:hover,div.mpack-cta-02 a:hover,div.mpack-cta-03 a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
}

div.mpack-cta a:first-child{
    background: #DD5F3A;
    border-radius: 10px;
}
div.mpack-cta a:last-child{
    background: #231815;
}

div.mpack-cta a:first-child{
}
div.mpack-cta-02{
    margin: 0 auto;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.mpack-cta-02  a:first-child{
    background: #DD5F3A;
    display: block;
    width:200px!important;
    padding:10px 0;
    color:#fff;
    border: 1px;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    text-decoration-line: none;
}
div.mpack-cta-02  a:last-child{
    text-align: center;
    display: block;
    width:200px!important;
    padding:10px 0;
    color:#000;
}

div.mpack-cta-03{
    margin: 0 auto;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.mpack-cta-03  a:first-child{
    background: #DD5F3A;
    display: block;
    width:200px;
    padding:20px;
    color:#fff;
    border: 1px;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    text-decoration-line: none;
}

.qanda dt{
  text-indent: -2em;
  padding-left: 3em;
}

.qanda dt, .qanda dd{
  font-size:0.7em;
}

ul.mpack li.button02 a{
    background-color:#000;
    color: #fff;
    width:110px!important;
}

div.mpack-dl a{
  background: #DD5F3A;
  display: block;
  max-width: 200px;
  padding:20px;
  color:#fff;
  border: 1px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  text-decoration-line: none;

}

div.mpack-cta-03 input[type="submit"]{
    background: #DD5F3A!important;
    border: solid #DD5F3A 1px;
    display: block;
    width:200px;
    margin-left:20px;
    padding:20px;
    color:#fff!important;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
}



}
