body {
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro",
    "Hiragino Sans",
    "Yu Gothic",
    Meiryo,
    sans-serif;
}

button, input, textarea, select {
  font-family: inherit;
}

form {
  margin: 0px;
}

.imgwrap {
    position:relative;
}

.cover{
    position:absolute;
    top:0;
    left:0;
    display:block;
    background:url('/img/spacer.gif');
}

/* <clearfix> */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*ﾂ･*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* </clearfix> */

h2 {
	color:#00a9c9;
	font-size:16px;
	font-weight:normal;
}

h2 span {
	color:#000000;
}

@media only screen and (min-width: 320px) {
  #step {
    width:320px;
  }
}

@media only screen and (min-width: 480px) {
  #step {
    width:480px;
  }
}

@media only screen and (min-width: 320px) {
  #logo {
    width:115px;
  }
}

@media only screen and (min-width: 480px) {
  #logo {
    width:230px;
  }
}
.txt_mode {
	ime-mode:inactive;
}
DIV.sp_ui_banner_bg {
    width: 100%;
    height: 28px;
    margin: 0;
    padding: 13px 0 0 0;
    background: url('/img/smartphone_banner_bg.png') repeat-x;
    background-size: 1px 41px;
    border: 0;
}
DIV.sp_ui_banner_text {
    width: 180px;
    height: 16px;
    margin: 0 auto;
    background: url('/img/smartphone_banner_text.png') no-repeat;
    background-size: 180px 16px;
}

DIV.sp_banner_320_48_bg {
    width: 100%;
    margin: 0 0 0 -1px;
    padding: 0;
}
A.sp_banner_320_48_a {
    margin: 0;
}
DIV.sp_banner_320_48_ohiru_date {
    background: url('/img/banner/sp/ohiru_date_anime.gif') no-repeat;
    background-size: 320px 48px;
    width: 320px;
    height: 48px;
    margin: 0 auto;
}


/* bbs */
.p-bbs__post__error{
  display: none;
}

.p-bbs__confirm__photo-container{
  margin: 0;
}

.p-bbs__confirm__photo{
  width: 100%;
}

.p-bbs__post__image-upload-wrap{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 0 8px;
}

.p-bbs__post__image-upload__thumbnail{
  background-image: url(/img/wmsp/project/bbs/post/img_bbs-default-image.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  width: 60px;
  height: 60px;
  border: 2px solid #bdbdbd;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  margin: 0!important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-bbs__post__image-upload__thumbnail:before{
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -2px;
  left: -2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.p-bbs__post__image-upload__notice{
  color:  #616161;
  font-size: 22.4px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin:0 0 0 8px;
  padding: 0;
  font-weight: normal;
}

.p-bbs__post__image-upload__note{
  padding: 0 8px;
}

/* Wakuwaku Douga */

.c-overlay--fade {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}

.c-overlay--fade.is-show {
  display: block;
}

.c-overlay--fade.is-active {
  opacity: 1;
}

.c-overlay--fade.is-hide {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
}

.c-overlay--fade {
  z-index: 6;
  margin: -44px 0;
}

/* dialog */

.c-dialog {
  padding: 24px 16px;
  margin: 0 24px;
  color: #212121;
  position: fixed;
  background: #fff;
  border: 2px solid #f760a7;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.c-dialog.is-show {
  display: block;
}

.c-dialog.is-active {
  opacity: 1;
}

.c-dialog.is-hide {
  opacity: 0;
}

.c-overlay--fade.is-active, .c-overlay--fade.is-hide {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.c-dialog.is-active, .c-dialog.is-hide {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

#wrapper.st-fixed {
  position: fixed;
  width: 100%;
}

.p-wakuwaku-douga__anchor--description-wrap {
  padding: 8px 26px 6px !important;
}

.p-wakuwaku-douga__modal--wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 6;
  padding: 0;
  opacity: 0;
  display: none;
}

.p-wakuwaku-douga__modal {
  padding: 16px !important;
  overflow: auto;
}

.p-wakuwaku-douga__modal__btn--close {
  position: absolute;
  padding: 0;
  top: -22px;
  right: -22px;
  z-index: 7;
  margin: 0;
}

.p-wakuwaku-douga__modal__btn--close-image {
  width: 44px;
  height: auto;
  vertical-align: top;
}

.p-wakuwaku-douga__modal__container {
  border-bottom: 1px dotted #6A6F78;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.p-wakuwaku-douga__modal__container:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.p-wakuwaku-douga__modal__heading {
  font-size: 1rem;
  background-image: url(/img/wmsp/faq/ic_bg_faq_q.png);
  background-position: 0 1px;
  background-repeat: no-repeat;
  -moz-background-size: 20px 19px;
    -o-background-size: 20px 19px;
       background-size: 20px 19px;
  padding-left: 25px;
  margin:0 0 4px;
  font-weight: normal;
}

.p-wakuwaku-douga__modal__body {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.p-wakuwaku-douga__modal__body--image {
  width: 20px;
  vertical-align: top;
}

.p-wakuwaku-douga__modal__notice-wrap{
  padding: 0;
  margin: 0;
}

.p-wakuwaku-douga__modal__notice{
  list-style:none;
}
.faq--answer P {
  margin: 0;
}
.faq--answer TD:not(.faq--feedback) {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 0.3em 0.6em;
}

.c-selfie_auth_accepted {
  text-align: center;
  margin: 8px 0;
}

/* valentine2019 */
.valentine2019-p-mailhistory-type_choco img {
    margin: 10px 0 10px 10px;
    width: 91px;
}

.valentine2019-p-mailhistory-handmade_choco img {
    margin-bottom: 10px;
    width: 150px;
}