@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
#contentArea {
  background: white;
  width: 1000px;
  margin: 0 auto;
}

#contentArea #contentAreaInner {
  padding: 0;
  margin: 0;
  width: 735px;
  float: left;
}

#contentArea #contentRight {
  width: 235px;
  float: right;
  padding: 0;
  margin: 0;
}

/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/*
**  ===================================================================
**  Blocks
**  ===================================================================
*/
/*
**  ===================================================================
**  button CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.button {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.button__list {
  display: table-cell;
  padding-right: 16px;
}

.button__hover {
  margin: 0 auto;
}

.button__hover:hover img {
  opacity: .75;
  -ms-filter: "alpha(opacity=70)";
}

/*
**  ===================================================================
**  media CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.media-typeA {
  padding-top: 65px;
}

.media-typeB {
  padding-top: 85px;
}

.media__list {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.media__item {
  display: table-cell;
  padding: 0 20px 20px;
}

.media__text {
  font-size: 14px;
  margin-top: 10px;
}

.media__text-blue {
  color: #22477e;
}

.media__note {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
}

.media__note li {
  text-indent: -1em;
  padding-left: 1em;
}

.media__note02 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: 0 25px;
}

.media__note02 li {
  text-indent: -1em;
  padding-left: 1em;
}

.media__note03 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: 0 12px;
}

.media__note03 li {
  text-indent: -1em;
  padding-left: 1em;
}

.media__note04 {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: left;
  margin: -10px 105px 0;
}

.media__note04 li {
  text-indent: -1em;
  padding-left: 1em;
}

.media__image {
  padding: 25px 0;
}

.list-typeA {
  margin-bottom: 65px;
}

.media-entry {
  padding-top: 30px;
}

.media-entry__list {
  display: table;
  table-layout: fixed;
  width: 90%;
}

.media-entry__item {
  display: table-cell;
  padding-right: 20px;
}

.media-entry__label-title {
  margin-bottom: 20px;
}

.media-entry__label-button {
  vertical-align: bottom;
}

.media-pop {
  margin: 0 auto;
}

.media-pop__image {
  padding: 25px 0 10px;
}

.media-pop__note {
  line-height: 1.8;
  color: #955e4b;
  font-size: 12px;
  text-align: right;
}

.pop-typeA {
  width: 300px;
}

.pop-typeB {
  width: 450px;
}

/*
**  ===================================================================
**  panel CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  JavaScript CSS 「js-」
**  ===================================================================
*/
/*
**  ===================================================================
**  utility CSS ※prefix「u-」
**  ===================================================================
*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-pl100 {
  padding-left: 100px;
}

/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
#contentArea p.apology {
  border: 3px solid #ff0000;
  border-radius: 10px;
  padding: 20px 10px;
  margin-bottom: 20px;
  background: #ffffff;
  text-align: left;
}

#contentArea .item01 {
  border: 3px solid #f00;
  margin: 0 auto 10px;
}

#contentArea .item01 ul {
  padding: 15px;
}

#contentArea .item01 ul li {
  font-size: 12px;
  color: #ff0000;
}

#docomo-snoopyArea {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 13px;
  color: #41210f;
  font-family: 'Noto Sans Japanese';
}

#docomo-snoopyArea h2 {
  margin: 0;
  padding: 0;
}

#docomo-snoopyArea img {
  vertical-align: bottom;
}

#snoopyAreaInner {
  background: #00abeb;
}

.l-contents {
  background: #00abeb;
}

.l-contents__body {
  background: url(../img/contents__body.png) repeat-y center top;
}

.l-contents__foot {
  background: url(../img/contents__foot.png) no-repeat center bottom;
  padding-bottom: 26px;
}

.l-contents__title.typeA {
  margin-bottom: 40px;
}

.l-contents__title.typeB {
  margin-bottom: 30px;
}

.l-contents__inner {
  padding: 20px 30px 40px;
}

.l-contents__inner.typeA {
  padding: 20px 30px;
}

.l-contact {
  text-align: center;
  padding: 30px 0 40px;
}

.campaign__title {
  margin-bottom: 15px;
}

.original-item {
  position: relative;
}

.original-item__inner {
  border: 2px solid #004386;
  padding: 28px;
  background: #ffffff;
}

.original-item__inner.typeA {
  border: 2px solid #e0b200;
}

.original-item__inner.typeB {
  padding: 8px 28px 35px;
}

.original-item__text {
  font-size: 12px;
  text-align: left;
}

.original-item__text.typeA {
  color: #333333;
}

.original-item__text.typeB {
  color: #ffffff;
}

.original-item__text.typeC {
  margin-top: 20px;
}

.original-item__text.typeD {
  background: #ff0000;
  border-radius: 25px;
  padding: 20px;
  color: #ffffff;
  font-size: 14px;
}

.original-item__text.typeE {
  color: #333333;
  font-size: 14px;
  margin-bottom: 40px;
}

.original-item__text.typeF {
  text-align: center;
  font-size: 14px;
}

.original-item__text.typeG {
  margin-bottom: 20px;
}

.original-item__read {
  margin-bottom: 20px;
}

.original-item__title.typeA {
  margin-bottom: 20px;
}

.original-item__title.typeB {
  margin-bottom: 30px;
}

.original-item__image.typeA {
  text-align: left;
  margin-bottom: 30px;
}

.original-item__image.typeB {
  text-align: left;
  margin-bottom: 40px;
}

.original-item__image.typeC {
  padding-bottom: 40px;
}

.original-item__image.typeD {
  padding-bottom: 20px;
}

.original-item__image.typeE {
  text-align: left;
}

.original-item__price {
  margin-bottom: 30px;
}

.original-item__button {
  margin-bottom: 25px;
}

.original-method__list {
  overflow: hidden;
  display: table;
  margin-bottom: 15px;
}

.original-method__list.typeA {
  margin-bottom: 20px;
}

.original-method__item {
  display: table-cell;
}

.original-method__item.typeA {
  padding-right: 19px;
}

.original-method__note {
  font-size: 12px;
  text-align: center;
  color: #333333;
}

.original-method__note.typeA {
  text-align: left;
}

.original-target__area {
  margin-bottom: 20px;
  position: relative;
}

.original-target__area.typeA {
  margin-bottom: 30px;
}

.original-target__img.typeA {
  margin-bottom: 20px;
}

.original-target__img.typeB {
  margin-bottom: 30px;
}

.section.typeA {
  margin-bottom: 60px;
}

.section.typeB {
  margin-bottom: 25px;
}

.section.typeC {
  margin-bottom: 40px;
}

.section.typeD {
  margin-bottom: 30px;
}

.section__data.typeA {
  margin-bottom: 20px;
}

.section__data.typeB {
  margin-bottom: 30px;
}

.section__data.typeC {
  margin-bottom: 40px;
}

.section__data.typeD {
  text-align: left;
}

.section__data__area {
  position: relative;
}

.section__data__badge {
  position: absolute;
  top: -25px;
  right: -15px;
}

.section__txt {
  margin: 20px 0;
}

.section__txt__typeA {
  text-align: left;
  font-weight: bold;
}

.receipt-lottery__block {
  border: 2px dotted #00abeb;
  border-radius: 20px;
}

.receipt-lottery__inner {
  padding: 20px;
}

.receipt-lottery__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.receipt-lottery__list {
  text-align: left;
  font-size: 14px;
}

.receipt-lottery__list li {
  text-indent: -1em;
  padding-left: 1em;
}

.inner-body__horizontal {
  text-align: center;
  margin-top: 20px;
}

.inner-body__horizontal li {
  display: inline-block;
  margin-right: 1em;
}

.color__red {
  color: #ff0000;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fw-b {
  font-weight: bold;
}

/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
header .campaign__title {
  margin-bottom: 17px;
}

header .campaign__item {
  margin-bottom: 20px;
}

/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.l-copy {
  color: #000000;
  font-size: 10px;
  text-align: center;
  margin-bottom: 40px;
}

.ly-bnr ul {
  margin-bottom: 40px;
}

.ly-bnr ul li {
  margin-bottom: 20px;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.l-nav {
  margin: 0 10px;
}

.l-nav.typeA {
  margin-bottom: 35px;
}

.l-nav__area {
  display: table;
  margin-bottom: 5px;
}

.l-nav__list.typeA {
  display: table-cell;
  vertical-align: top;
  padding-right: 25px;
}

.l-nav__list.typeA:last-child {
  padding-right: 0;
}

.l-nav__list.typeB {
  display: table;
  margin: 0 20px 15px;
}

.l-nav__list.typeB:last-child {
  margin-bottom: 0;
}

.l-nav__list.typeC {
  padding: 10px 0;
}

.l-nav__item.typeA {
  display: table-cell;
  vertical-align: bottom;
  padding-right: 10px;
}

.l-nav__item.typeA:last-child {
  padding-right: 0;
}

.l-nav__item.typeB {
  margin-bottom: 10px;
}

.l-nav__text {
  font-size: 10px;
  color: #ffffff;
  text-align: right;
  margin-bottom: 10px;
}

.l-nav__img.typeA {
  margin-top: -10px;
}

.l-nav__img.typeB {
  margin-bottom: -10px;
}

.l-nav__title {
  margin-bottom: 10px;
}

.l-nav__head {
  background: url(../img/l-nav__head.png) no-repeat center top;
  background-size: 100%;
  padding-top: 27px;
  margin-bottom: 20px;
}

.l-nav__body {
  padding: 0 20px;
  background: url(../img/l-nav__body.png) repeat-y center top;
  background-size: 100%;
}

.l-nav__foot {
  background: url(../img/l-nav__foot.png) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 18px;
}

.l-nav_inner__head01 {
  background: url(../img/l-nav_inner__head01.png) no-repeat center top;
  background-size: 100%;
  padding-top: 24px;
}

.l-nav_inner__head02 {
  background: url(../img/l-nav_inner__head02.png) no-repeat center top;
  background-size: 100%;
  padding-top: 24px;
  margin-bottom: 22px;
}

.l-nav_inner__body01 {
  background: url(../img/l-nav_inner__body01.png) repeat-y center top;
  background-size: 100%;
}

.l-nav_inner__body02 {
  background: url(../img/l-nav_inner__body02.png) repeat-y center top;
  background-size: 100%;
}

.l-nav_inner__foot01 {
  background: url(../img/l-nav_inner__foot01.png) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 24px;
}

.l-nav_inner__foot02 {
  background: url(../img/l-nav_inner__foot02.png) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 24px;
}
