@charset "UTF-8";
html {
  font-size: 62.5%;
  /* 10px */ }

.notice {
  font-size: 14px;
}
.fs_24 {
  font-size: 2.4rem;
}
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

br.br-sp {
  display: none;
}

.tx_sp {
  display: none;
}
span.line{
    background:linear-gradient(transparent 60%, #ff6 60%);
    
}

h1 {
  color:#00A0E8;
  font-size: 6.4rem;
  margin: 0 auto 25px;
  font-weight: 800;
  font-family: 'Roboto', sans-serif !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-family: 'Zen Old Mincho', serif !important;
  font-weight: nomal;
  line-height: 1.0; 
  background:#ffffff;
  padding: 15px 0 10px;
  text-align: center;
}

h1.h1__line01{
    width:16em;

  }

h1.h1__line02{
    width:12em;
  }

h2 {
  font-size: 4.0rem;
  position: relative;
  text-align: center; /* 文字の中央寄せ */

}

h2::before {
  background-color: #F97700; /* 線の色 */
  bottom: -5px; /* 線の位置 */
  content: "";
  height: 6px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 40px; /* 線の長さ */
}
/* レイアウトのためのcss */

h3,h4 {
  font-size: 2.4rem; }
h2, h3 {
  text-align: center;
  margin: 0 0 60px 0;
  font-weight: nomal; 
}
h4 {
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: nomal; 
}
.btn,
a.btn,
button.btn {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529; }

a.btn--orange {
  color: #fff;
  background-color: #eb6100; }

a.btn--orange:hover {
  color: #fff;
  background: #DB7D3A; }

a.btn--blue,
a.btn--blue02 {
  width: 200px;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
  font-weight: 600; }

a.btn--blue:hover,
a.btn--blue02:hover {
  opacity: 0.6; }

a.btn--blue {
  color: #fff;
  background-color: #00A0E8;
  padding: 7px 0 6px; }

a.btn-blue:hover {
  color: #fff;
  background: #00A0E8; }

a.btn--blue02 {
  color: #00A0E8;
  background-color: #ffffff;
  border: 1px solid #00A0E8;
  padding: 5px 0 4px; }

a.btn--shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }

a.btn--radius {
  border-radius: 100vh; }

  .c-kanjo{
    color:#AF207F;
  }

  .c-kyuyo{
    color:#0075C2;
  }
.marker{
  background: linear-gradient(transparent 60%, #FFF100 40%);
}
/*------------------------------------------------
全体
-------------------------------------------------*/
#thanksday-report {
  font-size: 1.6rem;
  /* 16px */
  line-height: 1.8;
  width: 100%; }

section {
  width: 1000px;
  margin: 0 auto; }


  #thanksday-report p.lead{
    text-align:center;
    margin:0 0 40px 0;
  }
  .thanksday__branding {
  padding: 60px 0 70px;
}
.thanksday__summary,
.thanksday__info,
.thanksday__question,
.thanksday__result,
.thanksday__voice {
  padding: 80px 0 90px;
}
.thanksday__summary{
  border-bottom:1px solid #dddddd ;
}

.contents__area{ 
  width:100%;
  display: -ms-flexbox;
  display: flex;
 -ms-flex-wrap: wrap;
  flex-wrap: wrap;
   /* これを指定する */
  -ms-flex-pack: justify;
  justify-content: space-between; 
}
.c-youtube{
  margin: 0 0 80px 0;
}


/*------------------------------------------------
branding
-------------------------------------------------*/
h1.branding__img__main{
  width: 100%;
  margin:0;
  padding:0;
}
h1.branding__img__main img{
  width: 100%;
}

.thanksday__branding {
  color: #ffffff;
  background: rgba(0, 160, 232);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align:center;
}

.thanksday__branding.cm {
  background-image: url("https://www.obc.co.jp/hubfs/obc/v1/images/landing/thanksday2024/branding.png"); 
  background-position: center top;
}

.thanksday__branding.cm::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 160, 232, 0.9);
  top: 0;
  left: 0;
  z-index: -1; }

  .thanksday__branding p.sub {
    font-size: 4.8rem; 
      font-weight: 800;
  font-family: 'Roboto', sans-serif !important;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-family: 'Zen Old Mincho', serif !important;
  font-weight: nomal;
  margin: 0 0 30px 0;
  }

  .thanksday__branding p.branding__day {
    font-size: 2.4rem;
    margin:60px 0 0 0;
  }


@media screen and (max-width: 768px) {
  .bugyo-hr__branding.cm {
    background-position: 70% 0; } }


.thanksday__branding .branding__contents .branding__cta {
  width: 15em;
  margin: 0 auto; }

.thanksday__branding .btn {
  padding: 20px 60px 18px;
  font-size: 2.0rem;
  margin: 0 0 30px; }

.thanksday__branding .btn .fa-arrow-down {
  position: absolute;
  top: calc(40%);
  right: 1.8rem; }

.thanksday__branding p.tx__cta {
  margin: 0 0 40px 0;
  line-height: 1.6; }

.thanksday__branding p.tx__cta a {
  font-size: 2.0rem;
  color: #ffffff;
  text-decoration: underline; }

.thanksday__branding p.tx__cta a:hover {
  text-decoration: none; 
}

/*------------------------------------------------
summary
-------------------------------------------------*/

.thanksday__summary .contents__area dl{

  width:24%;
  text-align: center; 
  margin: 0 0 80px 0;
  padding:20px 0 0;
  background:#FFFBE0;
  border-radius: 10px;

}
.thanksday__summary .contents__area dl dt{ 
  font-size: 1.8rem;
  height:2em;
  line-height: 1.3;
  margin: 0;
  display:flex;
  justify-content:center;
  align-items:center;
    color:#F9AA00;

}
.thanksday__summary .contents__area dl dt span{ 
  background: linear-gradient(transparent 60%, #FFF100 40%);
}
.thanksday__summary .contents__area dl dd{ 
  font-size: 4.0rem;
  font-weight: 700;
  color:#F97700;
}
.thanksday__summary .contents__area dl dd span{ 
  font-weight: normal;
  color:#F97700;
}
.thanksday__summary .contents__area dl dd span{ 
}
.thanksday__summary .summary__tx{ 
  font-size: 2.4rem;
  text-align: center;
  margin: 0;
}
.thanksday__summary .summary__img{ 
  width:64%;
  margin: 0 auto 80px;
}
.thanksday__summary ul.contents__area{ 
  display:block;
  
}
.thanksday__summary ul.contents__area li{ 
  width:90%;
  margin: 0 auto;
}
/*------------------------------------------------
info
-------------------------------------------------*/

.thanksday__info dl.info__theme{ 
  margin: 80px auto;
  text-align:center;
}
.thanksday__info dl.info__theme dt{ 
  margin: 0 0 10px 0;
}
.thanksday__info dl.info__theme dd{ 

}
.thanksday__info dl.info__theme dd::after{ 

}

.thanksday__info .contents__area dl{ 
  width:47%;

  padding:2%;
  background: #f8f8f8;
  border-radius: 10px;
}
.thanksday__info .contents__area dl.kanjo{ 
  color:#AF207F;
}
.thanksday__info .contents__area dl.kyuyo{ 
  color:#0075C2;
}
.thanksday__info .contents__area dl dt{ 
  margin:0 0 20px 0;
    text-align: center;
}
.thanksday__info .contents__area dl dd{ 
  font-size: 1.8rem;
  
}
.thanksday__info .contents__area dl dd.info__title{ 
  margin:0;
  font-size: 3.2rem;
  font-weight: 600;

}

/*------------------------------------------------
question
-------------------------------------------------*/

.thanksday__question{
background-image: url(https://www.obc.co.jp/hubfs/obc/v1/images/landing/thanksday2024/bg.png);     /* 背景画像指定 */
background-repeat: repeat;                /* 背景の繰り返し設定 */
}
.question__list__top h3,.question__list__middle h3{
  padding:14px 0 10px;
  margin: 0 auto 40px;
  color:#ffffff;
  border-radius: 5px;
}
.question__list__top span{
  color:#FFF100;
}
.question__list__bottom h3{
 text-align: center;
 
}
.thanksday__question .question__list__top h3.title__kanjo,.thanksday__question .question__list__middle h3.title__kanjo{
  background:#AF207F;
}
.thanksday__question .question__list__bottom h3.title__kanjo{
  color:#AF207F;
  background:none;
}
.thanksday__question .question__list__top h3.title__kyuyo,.thanksday__question .question__list__middle h3.title__kyuyo{
  background:#0075C2
  ;
}
.thanksday__question .question__list__bottom h3.title__kyuyo{
  color:#0075C2;
    background:none;
}


.thanksday__question .question__list{
  margin: 0 0 60px 0;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding:2% 5% 2%;
}
.thanksday__question .question__list .question__list__top,.thanksday__question .question__list .question__list__middle{
  padding:4% 0;
}

.thanksday__question .question__list dl{
  margin: 0;
  width:47%;
}
.thanksday__question .question__list dl dt.q{
margin: 0 0 15px 0;
font-weight: normal;
	padding-left:2.3em;
	text-indent:-2.3em;
}

.thanksday__question .question__list dl dd{
text-align:center;
width:auto;
height:auto;
margin:0;
}
.thanksday__question .question__insight{
  margin: 0 0 30px 0;
  padding:4% 3% 3%;
  background:#eeeeee;

  border-radius: 15px;
  }
  .thanksday__question .question__insight .contents__area{
    padding:0;
    margin: 0;

    }
.thanksday__question .question__insight figure{
width:10%;
text-align: right;
}

.thanksday__question .question__insight dl{
  width:89%;
  margin: 0 0 20px 0;
  }
.thanksday__question .question__insight dl dt{
    font-size: 2.4rem;
    font-weight:normal;
    margin: 0;
    line-height: 1.4;
    }

.thanksday__question .question__insight dl dd{
      text-align: left;
}

.question__list__bottom h3{
    margin: 40px 0 20px 0;
}

.question__list__bottom ul li{
    margin: 0 0 20px 0;
    padding-left:-1.0em;
	text-indent:-1.0em;
    padding:0 0 10px 0;
    border-bottom: 2px dotted #cccccc;
}
    
/*------------------------------------------------
thanksday__result
-------------------------------------------------*/
.thanksday__result .contents__area{
  margin:0 0 60px 0;
}
.thanksday__result .result__pic li{
  width:25%;
  text-align: center;
}
.thanksday__result .result__pic li img{
  border-radius: 500px;
}
.thanksday__result .result__tokuten li{
  width:23%;
  text-align: center;
}
.thanksday__result .contents__area dl{
  width:25%;
  text-align: center;
}
.thanksday__result .contents__area dl dt{
height:229px;
}
.thanksday__result .result__tx{
  margin: 0 0 40px 0;
}
.thanksday__result .award{
  width:85%;
  margin:0 auto;
}
/*------------------------------------------------
voice
-------------------------------------------------*/

.thanksday__voice{
  background-image: url(https://www.obc.co.jp/hubfs/obc/v1/images/landing/thanksday2024/bg_dot2025.png);     /* 背景画像指定 */
  background-repeat: repeat;                /* 背景の繰り返し設定 */
  }

  .thanksday__voice .voice__products{
    margin: 0 0 60px 0;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding:5% 3% 3%;
  }

  .thanksday__voice .voice__products ul li{
    margin: 0 0 12px 0;
    border-bottom:2px dotted #cccccc;
    padding:0 0 10px 0;
  }
  .thanksday__voice .voice__products ul li:last-child{
    border-bottom:none;
  
  }
  .thanksday__voice .voice__end__img{
    width:60%;
    height:auto;
    margin: 0 auto 60px;

  }
  .thanksday__voice .voice__end__tx{
    font-size: 2.4rem;
    text-align: center;
  }

 
/*------------------------------------------------
footer
-------------------------------------------------*/

footer {
  background: #FFA500;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.95;
  text-align: center;
  padding: 20px;
}

footer img{
  width:7%;
  height:auto;
  margin: 0 0 5px 0;
}


/*------------------------------------------------
ラインアップ
-------------------------------------------------*/


.bugyo-hr__lineup .lineup__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* これを指定する */
  -ms-flex-pack: justify;
  justify-content: space-between; }

.bugyo-hr__lineup .lineup__list::before {
  content: "";
  display: block;
  width: 24%;
  -ms-flex-order: 1;
  order: 1; }

.bugyo-hr__lineup .lineup__list::after {
  content: "";
  display: block;
  width: 24%; }

.bugyo-hr__lineup .lineup__list {
  margin: 0 0 80px 0; }

.bugyo-hr__lineup .lineup__list dl {
  width: 24%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  /* 高さを揃えるための指定 */
  -ms-flex-direction: column;
  flex-direction: column;
  /* 高さを揃えるための指定 */
  padding: 2% 1.5%;
  text-align: center;
  margin: 0 0 20px 0;
  border-radius: 10px;
  background: #ffffff; }

.bugyo-hr__lineup .lineup__list dl dt {
  margin: 0 auto 10px;
  width: auto;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.3; }

.bugyo-hr__lineup #bugyo-cloud dl dt {
  height: 54px; }

.bugyo-hr__lineup #bugyo-edge dl dt {
  height: 80px; }


  
  @media screen and (max-width: 768px) {
    .bugyo-hr__branding.cm {
      background-position: 70% 0; } 
  


  }

/* 20241113 Add  */

.c-youtube {
    margin: auto;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.c-youtube a[data-lity]:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-youtube a[data-lity] iframe {
    z-index: -1
}

.c-youtube iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-youtube-image a {
    position: relative
}

.c-youtube-image a:after {
    background: url(https://www.obc.co.jp/hubfs/obc/v1/images/common/icon_play.svg) no-repeat 50%/cover;
    bottom: 0;
    content: "";
    display: block;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 72px
}

.c-youtube .hs-responsive-embed-wrapper {
    display: block!important;
    margin: auto!important;
    max-height: 100%!important;
    max-width: 100%!important;
    min-width: auto!important;
    overflow: visible!important;
    position: static!important;
    width: auto!important
}

.c-youtube .hs-responsive-embed-wrapper .hs-responsive-embed-inner-wrapper {
    max-width: 100%!important;
    overflow: visible!important;
    padding: 0!important;
    position: static!important
}




















































@media screen and (max-width: 768px) {

  #thanksday-report {
    font-size: 1.6rem;
    /* 16px */
    line-height: 1.8;
    width: 100%; }
  
  section {
    width: 96%;
    margin: 0 auto; }


    

  #thanksday-report p.lead{
    text-align:center;
    margin:0 0 30px 0;
  }
  .thanksday__branding {
  padding: 40px 0 35px;
}
.thanksday__summary,
.thanksday__info,
.thanksday__question,
.thanksday__result,
.thanksday__voice {
  padding: 40px 0;
}


/*------------------------------------------------
branding
-------------------------------------------------*/


    
    .thanksday__branding.cm::after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 160, 232, 0.9);
      top: 0;
      left: 0;
      z-index: -1; }
    
      .thanksday__branding p.sub {
        font-size: 2.2rem; 
          font-weight: 800;
      font-family: 'Roboto', sans-serif !important;
      font-family: 'Roboto Condensed', sans-serif !important;
      font-family: 'Zen Old Mincho', serif !important;
      font-weight: nomal;
      margin: 0 0 10px 0;
      }
    
      .thanksday__branding p.branding__day {
        font-size: 1.6rem;
        margin:30px 0 0 0;
      }
    



      h1 {
        color:#00A0E8;
        font-size:2.4rem;
        margin: 0 auto 10px;
        font-weight: 800;
        font-family: 'Roboto', sans-serif !important;
        font-family: 'Roboto Condensed', sans-serif !important;
        font-family: 'Zen Old Mincho', serif !important;
        font-weight: nomal;
        line-height: 1.0; 
        background:#ffffff;
        padding: 10px 0 4px;
        text-align: center;
      }
      
      h1.h1__line01{
          width:16em;
        }
      
      h1.h1__line02{
          width:11em;
        }
      
      h2 {
        font-size: 3.2rem;
        color:#36A8DC;
        line-height: 1.1;
      }
      
      h3,h4 {
        font-size: 1.8rem; }
      h2, h3 {
        text-align: center;
        margin: 0 0 40px 0;
        font-weight: nomal; 
      }


/*------------------------------------------------
summary
-------------------------------------------------*/
.thanksday__summary .contents__area{

  margin: 0 0 60px 0;

}
.thanksday__summary .contents__area dl{

  width:49%;
  text-align: center; 
  margin: 0 0 10px 0;
  padding:10px 0;

}
.thanksday__summary .contents__area dl dt{ 
  font-size: 1.4rem;
  height:2em;
  line-height: 1.3;
  margin: 0;
  display:flex;
  justify-content:center;
  align-items:center;

}
.thanksday__summary .contents__area dl dt span{ 
  background: linear-gradient(transparent 60%, #FFF100 40%);
}
.thanksday__summary .contents__area dl dd{ 
  font-size: 2.4rem;
  font-weight: 700;
  color: #0070C0;
}
.thanksday__summary .contents__area dl dd span{ 
  font-weight: normal;
  color:#36A8DC;
}
.thanksday__summary .contents__area dl dd span{ 
}
.thanksday__summary .summary__tx{ 
  font-size: 2.4rem;
  text-align: center;
  margin: 0;
}
.thanksday__summary .summary__img{ 
  width:64%;
  margin: 0 auto 80px;
}
.thanksday__summary ul.contents__area li{ 
  margin: 0 auto 30px;
  width:98%;
  height:auto;
  
}
.thanksday__summary ul.contents__area{ 
  display:block;
  
}



/*------------------------------------------------
info
-------------------------------------------------*/

.thanksday__info dl.info__theme{ 
  margin: 40px auto;
  text-align:center;
}
.thanksday__info dl.info__theme dt{ 
  margin: 0;
}
.thanksday__info dl.info__theme dd{ 
  font-size: 4.8rem;
  color:#00A0E8;
  font-weight: 600;
  line-height: 1.1;
}
.thanksday__info dl.info__theme dd::after{ 
  content: '';
  display: inline-block;
  width: 75px;
  height: 75px;
  background-image: url(https://www.obc.co.jp/hubfs/obc/v1/images/landing/thanksday2024/info_img02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.thanksday__info .contents__area{ 
  display:block;
}

.thanksday__info .contents__area dl{ 
  width:96%;
  text-align: center;
  margin:0 auto 20px;
  padding:5% 3%;
  background: #f2f2f2;
  border-radius: 10px;
}
.thanksday__info .contents__area dl.kanjo{ 
  color:#AF207F;
}
.thanksday__info .contents__area dl.kyuyo{ 
  color:#0075C2;
}
.thanksday__info .contents__area dl dt{ 
  margin:0 auto 15px;
  width:70%;
  height:auto;
}
.thanksday__info .contents__area dl dd{ 
  font-size: 1.8rem;
}
.thanksday__info .contents__area dl dd.info__title{ 
  margin:0;
  font-size: 2.4rem;
  font-weight: 600;
}



/*------------------------------------------------
question
-------------------------------------------------*/

.thanksday__question{
  background-image: url(https://www.obc.co.jp/hubfs/obc/v1/images/landing/thanksday2024/bg_dot_1.png);     /* 背景画像指定 */
  background-repeat: repeat;                /* 背景の繰り返し設定 */
  }
  .thanksday__question h3{
    padding:5px;
    border-radius: 100px;
    margin: 0 auto 40px;
    color:#ffffff;
  }
  
  .thanksday__question h3.title__kanjo{
    background:#AF207F;
  }
  .thanksday__question h3.title__kyuyo{
    background:#0075C2;
  }
  
  .thanksday__question .question__list{
    margin: 0 0 30px 0;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding:0;
  }
  .thanksday__question .question__list {
    margin: 0 auto 30px;
    width:96%;
  }
  .thanksday__question .question__list dl{
    margin: 0 0 30px 0;
    width:96%;
  }
  .thanksday__question .question__list dl dt{
  margin: 0 0 15px 0;
  font-weight: 600;
  }

  .thanksday__question .question__list dl dd{
  text-align:center;
  width:auto;
  height:auto;
  margin:0 0 40px 0;
  }
/*------------------------------------------------
top,middle
-------------------------------------------------*/

  .thanksday__question .question__list .question__list__top, .thanksday__question .question__list .question__list__middle{
  }
  .thanksday__question .question__list .question__list__top .contents__area, .thanksday__question .question__list .question__list__middle .contents__area{
    display:block;
  }
  /*------------------------------------------------
insight
-------------------------------------------------*/

  .thanksday__question .question__insight{
    margin: 0 0 80px 0;
    padding:15% 3% 3%;
    background:#BFE7F9;
    background-image: url("https://www.obc.co.jp/hubfs/obc/v1/images/landing/thanksday2024/bg_arrow.png"); 
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 0 0 10px 10px;
    }
    .thanksday__question .question__insight .contents__area{
      padding:0 0 0% 0;
      margin: 0 0 20px 0;
      background-image: url("https://www.obc.co.jp/hubfs/obc/v1/images/landing/thanksday2024/ico_arrow.png"); 
      background-position: bottom center;
      background-repeat: no-repeat;
      }
  .thanksday__question .question__insight figure{
  display:none;
  }
  
  .thanksday__question .question__insight dl{
    width:100%;
    margin: 0 0 25px 0;
    }
  .thanksday__question .question__insight dl dt{
      font-size: 2.0rem;
      font-weight: 600;
      margin: 0 0 20px 0;
      line-height: 1.4;
      }
  
  .thanksday__question .question__insight dl dd{
        text-align: left;
  }
  





  /*------------------------------------------------
thanksday__result
-------------------------------------------------*/
.thanksday__result .contents__area{
  margin:0 auto 60px;
  width:85%;
}
.thanksday__result .result__pic li{
  width:30%;
  text-align: center;
}
.thanksday__result .result__pic li img{
  border-radius: 500px;
}
.thanksday__result .result__tokuten li{
  width:48%;
  text-align: center;
  margin: 0 0 20px 0;
}
.thanksday__result .contents__area dl{
  width:25%;
  text-align: center;
}
.thanksday__result .result__tx{
  margin: 0 0 40px 0;
}
.thanksday__result .award{
  width:85%;
  margin:0 auto;
}
  

/*------------------------------------------------
voice
-------------------------------------------------*/


  .thanksday__voice .voice__end__img{
    width:80%;
    height:auto;
    margin: 0 auto 60px;

  }
  .thanksday__voice .voice__end__tx{
    font-size: 2.4rem;
    text-align: center;
  }


/*------------------------------------------------
footer
-------------------------------------------------*/

footer {
  background: #007FC5;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.95;
  text-align: center;
  padding: 20px 0 30px;
}

footer img{
  width:20%;
  height:auto;
  margin: 0 0 5px 0;
}













  
    
  


}