/* CSS Document */

body.mb64 {
  padding-bottom: 64px;
}

/*-------共通の見出し-------*/

#pageTitle {
  background-color: #008cba;
  line-height: 1.5;
  font-size: 16px;
  padding: 13px 15px;
  color: #fff;
  margin-top: -5px;
}

h2.txtTitle02 {
  padding-top: 32px;
  background: url(../img/index_bg01.png) no-repeat top center;
  background-size: 14px auto;
  color: #333;
  font-size: 21px;
  text-align: center;
  line-height: 1.43;
  margin-bottom: 20px;
  margin-top: 20px;
}

h2.txtTitle02 small {
  display: block;
  font-size: 14px;
  color: #008cba;
  text-align: center;
  line-height: 1.5;
}

h3.txtTitle03 {
  position: relative;
  color: #008cba;
  font-weight: 500;
  font-size: 19px;
  /*line-height: 1;*/
  line-height: 1.5;
  margin-bottom: 20px;
}

section.dotSection h3 {
  background: none;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  color: #333;
}

h4.txtTitle04 {
  text-align: left;
  font-size: 16px;
  margin-bottom: 15px;
  color: #000;
  background: url(../img/index_bg01.png) no-repeat center left;
  background-size: 9px auto;
  padding-left: 15px;
}

h5.txtTitle05 {
  text-align: left;
  font-size: 16px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
}

strong.boldStrong {
  font-weight: 600;
}
.blockTxt {
  display: block;
}

.chefName {
  font-size: 14px;
}

/*-------セクション-------*/
.mainPanel {
  margin-bottom: 20px;
}
.fruidSection {
  padding: 10px 4% 0;
}
.fruidSection .w-full {
  margin-left: -4%;
  margin-right: -4%;
}

.dotSection {
  padding: 15px 4%;
  background: url(../img/index_bg02.png);
  background-size: 6px 6px;
  margin-bottom: 20px;
}
.dotSection.thick {
  background: url(/sp/common/img/bg_thick.jpg);
}
.pickUpSection {
  padding: 15px 4%;
  background: url(../img/index_bg02.png);
  background-size: 6px 6px;
  margin-bottom: 20px;
}
.wideVisualSection {
  padding: 0 0 20px;
}
.wideVisualSection .inner {
  padding: 0 4%;
}
/*-------本文-------*/

.fruidSection p,
.pickUpSection p,
.dotSection p,
.remodal p,
.wideVisualSection p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.fruidSection p:last-child,
.pickUpSection p:last-child,
.dotSection p:last-child,
.remodal p:last-child,
.wideVisualSection p:last-child {
  margin-bottom: 0;
}
.fruidSection p.red,
.pickUpSection p.red,
.dotSection p.red,
.remodal p.red,
.wideVisualSection p.red,
.fruidSection strong.red,
.pickUpSection strong.red,
.dotSection strong.red,
.remodal strong.red,
.wideVisualSection strong.red {
  color: #fa5553;
  font-weight: bold;
}
.fruidSection p.small,
.pickUpSection p.small,
.dotSection p.small,
.remodal p.small,
.wideVisualSection p.small {
  color: #666666;
  font-size: 12px;
  line-height: 1.7;
}
/*#Container small {
	font-size: 12px;
	line-height: 21px;
	padding-left: 12px;
	display: block;
	text-indent: -12px;
}*/

.remodal small {
  font-size: 12px;
  line-height: 16px;
  padding-left: 12px;
  margin-bottom: 18px;
  display: block;
  text-indent: -12px;
}

table small {
  padding-left: 1em;
  display: block;
  text-indent: -1em;
}
table small:before {
  content: '※';
}
/* ※印の補足文章 */
p.supplement small {
  font-size: 12px;
  line-height: 21px;
  padding-left: 12px;
  display: block;
  text-indent: -12px;
}

p.supplement small + small {
  display: inline-block;
  margin: 10px 0 0;
}

p.supplement small:before {
  content: '※';
}
p.supplement small span.smallList {
  display: inline-block;
}
p.supplement small span.smallList:before {
  content: '・';
}
/* 矩形の補足文章。特許など */
span.supplement {
  border: 1px solid #ddd;
  padding: 3px;
  display: inline-block;
  font-size: 10px;
  margin-right: 3px;
  line-height: 12px;
}
p.supplement small.no1,
p.supplement small.no2,
p.supplement small.no3 {
  text-indent: 0;
  padding-left: 25px;
}
p.supplement small.no1:before,
p.supplement small.no2:before,
p.supplement small.no3:before {
  position: absolute;
  left: 15px;
}

p.supplement small.no1:before {
  content: '※1';
}
p.supplement small.no2:before {
  content: '※2';
}
p.supplement small.no3:before {
  content: '※3';
}

/* リンク */
.innerBasic p a {
  color: #008cba;
  text-decoration: underline;
}
.innerBasic a[target='_blank']::after {
  content: '';
  display: inline-block;
  width: 12.5px;
  height: 10px;
  background-image: url(/sp/common/img/icon_external.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 10px;
}
.innerBasic a.noIcon[target='_blank']::after,
#FooterMenu01 a[target='_blank']::after,
#GlobalNavSp a[target='_blank']::after {
  content: none;
}
.innerBasic a[href$='.pdf']::after {
  content: '';
  display: inline-block;
  width: 13.5px;
  height: 16px;
  background-image: url(/sp/common/img/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 10px;
}

/* リスト */
ul.basicList {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}
ul.basicList li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

ul.basicList li a {
  color: #008cba;
  text-decoration: underline;
}

ul.linkList {
  margin: 18px 0 0;
  list-style-type: none;
  padding-left: 4px;
  font-size: 14px;
}

ul.linkList li + li {
  margin: 20px 0 0;
}

ul.linkList li a {
  background: url(../img/index_arrow05.png) no-repeat left 8px;
  background-size: 6px auto;
  line-height: 24px;
  padding-left: 16px;
  text-decoration: underline;
  display: inline-block;
}
.fee ul.linkList li a {
  color: #333333;
}
ul.linkList li a[target='_blank']::after {
  content: '';
  display: inline-block;
  width: 12.5px;
  height: 10px;
  background-image: url(/sp/common/img/icon_external.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 10px;
}
ul.linkList li a[href$='.pdf']::after {
  display: inline-block;
  margin-left: 10px;
  width: 13.5px;
  height: 15px;
  background-image: url(/sp/common/img/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  transform: translateY(2px);
}

/*-------------リンクボタン------------------*/

.more,
.modalBtn,
.order {
  max-width: 270px;
  height: 44px;
  margin: 20px auto 0;
  border-radius: 40px;
}
.more.wLine {
  max-width: 345px;
  background: none;
  height: auto;
}
.more.thin {
  background-color: #d9eef7;
}
.more.thin a {
  color: #008cba;
}

.more.multiLineBtn {
  max-width: 270px;
  height: 61px;
  margin: 30px auto 0;
  border-radius: 40px;
}

/* リンクボタン */
.more {
  background: #008cba;
}
/* モーダルボタン */
.modalBtn {
  background: #fff;
  border: 1px solid #69acd1;
}
/* ボタン */
.order {
  background: #ff8500;
  margin: 10px auto 0;
}
.order.simulation {
  max-width: 325px;
  height: 55px;
  border-radius: 4.5px;
}
.order.simulation a {
  line-height: 55px;
  font-size: 16px;
}
.order.simulation a span {
  width: 60px;
  height: 60px;
  background-size: 60px auto;
  top: -35px;
  right: -10px;
}
.order.simulation a::before {
  width: 20px;
  background: url(../img/header_icon02.png) no-repeat center 15px;
  background-size: 20px auto;
}
.more a,
.modalBtn a,
.order a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
  position: relative;
  text-decoration: none;
}
.more a,
.order a {
  color: #fff;
}
.more.multiLineBtn a {
  line-height: 18px;
  padding-top: 12px;
}
.modalBtn a {
  color: #008cba;
}
.more.wLine a {
  display: inline-block;
  background: #008cba;
  border-radius: 40px;
  width: 47%;
  margin-bottom: 15px;
}
.more.wLine a:nth-of-type(2n) {
  margin-left: 4.3%;
}
.order a span {
  position: absolute;
  top: -14px;
  right: -22px;
  width: 45px;
  height: 45px;
  background: url(../img/footer_icon01.png) no-repeat left center;
  background-size: 45px auto;
  text-indent: -9999px;
}

.more a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 44px;
  margin-right: 6px;
  background: url(../img/index_arrow01.png) no-repeat center center;
  background-size: 7px auto;
  vertical-align: top;
}
.more.blueArrow a:before {
  background: url(../img/index_arrow01.png) no-repeat center center;
  background-size: 7px auto;
}
.more.left a:before {
  background: url(../img/index_arrow01.png) no-repeat center center;
  background-size: 7px auto;
}
.more.left.blueArrow.thin a:before {
  background: url(../img/index_arrow01.png) no-repeat center center;
  background-size: 7px auto;
}
.modalBtn a:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 44px;
  margin-right: 6px;
  background: url(../img/icon_zoom.png) no-repeat center center;
  background-size: 16px auto;
  vertical-align: top;
}
.more.myPageBtn a:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 41px;
  margin-right: 6px;
  background: url(../img/mypage_icon.png) no-repeat center center;
  background-size: 13px auto;
  vertical-align: top;
}
.more.multiLineBtn a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 13px;
  margin-right: 6px;
  background: url(../img/index_arrow01.png) no-repeat center center;
  background-size: 7px auto;
  vertical-align: top;
  position: absolute;
  top: 24px;
  left: 30px;
}
.more.multiLineBtn.longTxt a:before {
  left: 20px;
}
.order a:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 44px;
  margin-right: 6px;
  background: url(../img/header_icon02.png) no-repeat center center;
  background-size: 16px auto;
  vertical-align: top;
}
/*---------------画像付きリンク------------------*/
.imgLinkMenu {
  letter-spacing: -0.4em;
}
.imgLinkMenu li {
  display: inline-block;
  letter-spacing: normal;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-bottom: 15px;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
}
.imgLinkMenu li:nth-of-type(2n) {
  margin-right: 0;
}
.imgLinkMenu li:nth-last-of-type(1),
.imgLinkMenu li:nth-last-of-type(2) {
  margin-bottom: 0;
}
.imgLinkMenu li a {
  display: block;
}
.imgLinkMenu li a img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.imgLinkMenu li a p {
  height: 70px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  padding: 12% 8%;
  position: relative;
}
.imgLinkMenu li a p.hauto {
  height: auto;
}
.imgLinkMenu li a p::after {
  content: '';
  width: 7px;
  height: 10px;
  background: url(/sp/assets/img/index_arrow01.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.imgLinkMenu li a p span {
  display: inline-block;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.imgLinkMenu.recipeCategory li a p {
  height: auto;
}

.imgLinkMenu.recipeCategory li a p {
  padding: 8%;
}

.imgLinkMenu.tri {
}
.imgLinkMenu.tri li {
  width: 31.3%;
  margin-right: 3%;
}

.imgLinkMenu.tri li:nth-of-type(2n) {
  margin-right: 3%;
}
.imgLinkMenu.tri li:nth-of-type(3n) {
  margin-right: 0;
}
.imgLinkMenu.tri li:nth-last-of-type(3) {
  margin-bottom: 0;
}
.imgLinkMenu.tri li a p {
  height: auto;
}

.imgLinkList {
  width: 100%;
  margin-top: 20px;
}
.imgLinkList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.imgLinkList.bt li:first-of-type {
  border-top: solid 1px #ccc;
  padding-top: 20px;
}
.imgLinkList li a {
  display: table;
  line-height: 21px;
  width: 100%;
}

.imgLinkList li a > div {
  display: table-cell;
  vertical-align: middle;
}
.imgLinkList li a > div:nth-of-type(1) {
  width: 48%;
}
.imgLinkList li a > div:nth-of-type(2) {
  padding: 0 10% 0 5%;
  position: relative;
}
.imgLinkList li a > div:nth-of-type(2) strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.imgLinkList li a > div:nth-of-type(2) p {
  font-size: 12px;
  line-height: 20px;
}
.imgLinkList.column li a > div:nth-of-type(2) p {
  margin-top: 5px;
}

.imgLinkList li a > div:nth-of-type(2)::after {
  content: '';
  width: 7px;
  height: 10px;
  background: url(/sp/assets/img/index_arrow01.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.imgLinkList.imgS li a > div:nth-of-type(1) {
  width: 32%;
}
.imgLinkList li.interview a > div:nth-of-type(2) strong::after {
  content: 'インタビュー';
  display: block;
  text-align: center;
  width: 70px;
  margin-top: 10px;
  background-color: #fff114;
  font-size: 10px;
  font-weight: normal;
  border-radius: 6px;
}
.imgLinkList.imgXs li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
.imgLinkList.imgXs li:first-child {
  padding-top: 10px;
  margin-top: 10px;
  border-top: solid 1px #ccc;
}
.imgLinkList.imgXs li a > div:nth-of-type(1) {
  width: 22%;
}
/*---------------ページ内リンク------------------*/

ul#pageLinkMenu {
  margin-left: -5px;
  margin-right: -5px;
  padding: 0;
  overflow: hidden;
}
ul#pageLinkMenu.column4 li {
  float: left;
  width: 24%;
  margin-right: 1%;
}
ul#pageLinkMenu.column3 li {
  float: left;
  width: 33.33%;
  padding: 0 5px;
}
ul#pageLinkMenu.column2 li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
ul#pageLinkMenu.column2 li a {
  padding: 15px 0px 23px;
  background-position: center bottom 10px;
}
ul#pageLinkMenu li:last-child {
  margin-right: 0;
}
ul#pageLinkMenu li a {
  text-align: center;
  display: block;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 9px 0px 25px;
  line-height: 14px;
  box-sizing: content-box;
  background-image: url(../img/index_arrow04.png);
  background-repeat: no-repeat;
  background-position: center bottom 9px;
  background-size: 10px auto;
  color: #000;
  text-decoration: none;
}
/*----------------レシピのタイトル---------------------*/
.menuTitle {
  display: table;
  width: 100%;
}
.menuTitle div {
  display: table-cell;
  width: 14%;
  vertical-align: top;
  /*padding-top: 13px;*/
}
.menuTitle p {
  display: table-cell;
  vertical-align: top;
  padding-left: 5%;
}
.menuTitle p span {
  display: block;
  /*text-align: right;*/
  margin-top: 10px;
}
.menuTitle p span em {
  display: inline-block;
  padding: 2px 10px;
  background-color: #f1f1f1;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 10px;
}
.indexTtl01 {
  max-width: 175px;
}
/*----------------材料リスト---------------------*/
.material ul {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.material ul li {
  display: table-row;
  border-bottom: solid 1px #ccc;
  height: 40px;
}
.bt ul li:first-child {
  border-top: solid 1px #ccc;
}
.material ul li:nth-of-type(2n) {
  background-image: url(/sp/life/recipe/menu/assets/img/basic01_bg_01.jpg);
  background-size: 42px;
}
.material ul li p {
  display: table-cell;
  vertical-align: middle;
}
.material ul li p:last-child {
  text-align: right;
}
.material ul li p small {
  display: block;
  font-size: 10px;
  line-height: normal;
}
.material strong {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 40px 0 15px;
}
.howTo ul li small,
.material > small {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  padding-left: 10px;
  position: relative;
  line-height: 1.1;
}
.howTo ul li small::before,
.material > small::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
/*----------------作り方リスト---------------------*/
.howTo ul li {
  position: relative;
  padding: 10px 0 10px 10%;
  border-bottom: solid 1px #ccc;
}
.howTo ul li span {
  display: inline-block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 13px;
  left: 0;
  background-image: url(/sp/life/recipe/menu/assets/img/basic01_bg_num.png);
  background-size: cover;
  text-align: center;
  font-size: 11px;
  padding-top: 5px;
}
.howTo .point01 {
  display: table;
  width: 100%;
  background-color: #fcfbcd;
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;
}
.howTo .point01 div {
  display: table-cell;
  vertical-align: top;
  width: 48%;
}
.howTo .point01 div:last-child {
  padding-left: 3.5%;
}
.howTo .point01 strong {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  color: #008cba;
  font-weight: bold;
}
.howTo .point01 p {
  font-size: 12px;
  line-height: 1.6;
}
.howTo .advice {
  background-image: url(/sp/life/recipe/menu/assets/img/basic01_bg_advice.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 111px 69px;
  margin-top: 20px;
}
.howTo .advice div {
  width: auto;
  margin-left: 100px;
  margin-right: 0;
  background-color: #fcfbcd;
  border-radius: 8px;
  padding: 20px;
}
.howTo .advice strong {
  display: block;
  color: #008cba;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*----------------qリスト---------------------*/
.qList {
  border-top: 1px solid #dddddd;
  font-size: 13px;
  line-height: 1.4;
}
.qList li {
  border-bottom: 1px solid #dddddd;
}
.qList li a {
  position: relative;
  display: block;
  padding: 1em 1.5em;
  color: #333333;
}
.qList li a:before {
  position: absolute;
  left: 0.15em;
  top: 1em;
  color: #008cba;
  font-weight: bold;
  content: 'Q.';
}
.qList li a:after {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 7px;
  height: 10px;
  margin: -5px 0 0 0;
  background: url(/sp/assets/img/index_arrow01.png) no-repeat;
  background-size: contain;
  content: '';
}
.qList.max15 li:nth-child(n + 15) {
  display: none;
}
.qList.max15.expanded li:nth-child(n + 15) {
  display: block;
}

.qListMore {
  display: block;
  width: 185px;
  padding: 1em;
  border: 1px solid #008cba;
  border-radius: 1.8em;
  margin: 30px auto 0;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.2;
}
.qListMore span {
  color: #008cba;
}
.qListMore span:before {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.5em 0 0;
  vertical-align: -0.1em;
  content: '';
}
.qListMore .open:before {
  background: url(/sp/common/img/icon_puls.png) no-repeat center center;
  background-size: contain;
}
.qListMore .close {
  display: none;
}
.qListMore .close:before {
  background: url(/sp/common/img/icon_minus.png) no-repeat center center;
  background-size: contain;
}
.qListMore.active .open {
  display: none;
}
.qListMore.active .close {
  display: inline;
}

.qListPickup .qList li:nth-child(n + 6) {
  display: none;
}
.qListPickup .qList.expanded li:nth-child(n + 6) {
  display: block;
}

/*----------------faqブロック---------------------*/

.faqBox {
  border-bottom: solid 1px #ddd;
  padding-top: 15px;
}
.faq.fruidSection img {
  width: auto;
  max-width: 100%;
}
.faqBox:first-of-type {
  border-top: solid 1px #ddd;
}
.faqBox .faqTitle {
  display: block;
  position: relative;
  padding-left: 50px;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.faqBox .faqTitle::after {
  content: '';
  width: 7px;
  height: 10px;
  background: url(/sp/assets/img/index_arrow01.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.faqBox .faqTitle img {
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.faqBox .faqTitle h2 {
  font-weight: bold;
  font-size: 1.25em;
}
.faqBox .dotSection {
  padding: 15px 3%;
}
.faqBox ul li {
  position: relative;
}
.faqBox ul li::before {
  content: 'Q.';
  font-size: 12px;
  position: absolute;
  top: 9px;
  left: 0;
}
.faqBox ul li a {
  display: inline-block;
  text-decoration: underline;
  font-size: 12px;
  color: #008cba;
  padding: 0.7em 1.4em;
  line-height: 1.2;
}

/*----------------faq詳細---------------------*/
.faqSection dl {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}
.faqSection dl dt {
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
.faqSection dl dd {
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
}
.faqSection dl dd p {
  font-size: 14px;
  line-height: 24px;
}
.faqSection dl dt {
  padding: 20px 15px 20px 40px;
  position: relative;
}
.faqSection dl dd {
  padding: 0 15px 20px 40px;
  position: relative;
}
.faqSection dl dt::before,
.faqSection dl dd::before {
  font-weight: bold;
  position: absolute;
  left: 15px;
}
.faqSection dl dt {
  line-height: 1.4em;
}
.faqSection dl dt::before {
  content: 'Q.';
  color: #008cba;
  top: 20px;
}
.faqSection dl dd::before {
  content: 'A.';
  font-size: 14px;
  line-height: 24px;
  color: #ff8500;
  top: 1px;
}

/*----------------お客様の声---------------------*/
.voiceTitle01 {
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #008cba;
  text-align: center;
}
.voiceTitle02 {
  font-size: 19px;
  margin-top: 20px;
  text-align: center;
  line-height: 1.3;
}
.limit::before {
  content: '';
  display: block;
  height: 17px;
  background-image: url(/sp/voice/assets/img/voice_limit_txt.png);
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.customerName small {
  display: block;
  font-size: 12px;
}
ul#pageLinkMenu.voice li {
  margin-bottom: 2%;
}
ul#pageLinkMenu.sub.voice li {
  width: 49.5%;
}
ul#pageLinkMenu.voice li:nth-last-of-type(2) {
  margin-right: 0;
}
ul#pageLinkMenu.voice li:last-of-type {
  width: 100%;
}
ul#pageLinkMenu.voice li a {
  padding-top: 50px;
  position: relative;
}
ul#pageLinkMenu.voice li:last-of-type a {
  padding-top: 10px;
}
ul#pageLinkMenu.voice li a::before {
  content: '';
  display: block;
  width: 51px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 18%;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
ul#pageLinkMenu.voice li:nth-of-type(1) a::before {
  background-image: url(/sp/voice/assets/img/voice_icn01.png);
}
ul#pageLinkMenu.voice li:nth-of-type(2) a::before {
  background-image: url(/sp/voice/assets/img/voice_icn02.png);
}
ul#pageLinkMenu.voice li:nth-of-type(3) a::before {
  background-image: url(/sp/voice/assets/img/voice_icn03.png);
}
ul#pageLinkMenu.voice li:last-of-type a::before {
  background-image: url(/sp/voice/assets/img/voice_icn04.png);
  left: 27%;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
body.voice #Main .yellowBox h3.comment {
  background: none;
  text-align: center;
  font-size: 16px;
  color: #008cba;
  margin-top: 0;
  margin-bottom: 15px;
}
.whiteBox03 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 18px 14px 24px;
  margin-bottom: 0;
  margin-top: 15px;
  position: relative;
}
.whiteBox03:first-child {
  margin-top: 0;
}
#Main .whiteBox03 h3 {
  margin-top: 0;
}
#Main .whiteBox03.interview h3 {
  font-size: 19px;
  margin: 20px 0 17px;
}
.whiteBox03 .icon {
  background-color: #fff114;
  padding: 5px;
  font-size: 10px;
  display: inline-block;
  border-radius: 5px;
  line-height: 10px;
  margin-bottom: 20px;
}
.whiteBox03 .yellowBox {
  padding: 15px 4%;
  background-color: #fcfbcd;
  background-size: 6px 6px;
  margin-bottom: 20px;
}
.whiteBox03 .lazyload {
  opacity: 0;
}
.whiteBox03 .lazyloaded {
  opacity: 1;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}
body.voice .yellowBox {
  padding: 15px 4%;
  background-color: #fcfbcd;
  background-size: 6px 6px;
  margin-bottom: 20px;
}
body.voice .yellowBox small {
  display: block;
  font-size: 12px;
}
body.voice #Main .yellowBox h3.comment {
  background: none;
  text-align: center;
  font-size: 16px;
  color: #008cba;
  margin-top: 0;
  margin-bottom: 15px;
}

.request .yellowBox {
  padding: 20px;
  background-color: #fcfbcd;
  margin-top: 20px;
  border-radius: 4px;
}
/*-----------------レシピ---------------------*/
.data {
  padding: 9px 0;
  margin: 15px auto 0;
  border: 1px solid #008cba;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.data ul {
  display: table;
  padding: 0;
  width: 100%;
  background-image: url(/sp/life/recipe/assets/img/line01.png), url(/sp/life/recipe/assets/img/line01.png);
  background-position: 34% 0%, 72% 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 2px auto, 2px auto;
}
.data.honkaku ul {
  display: table;
  background: none;
}
.data li {
  display: table-cell;
  min-height: 40px;
  padding: 0 5px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
}
#Main .data li h3 {
  font-size: 1em;
  margin-top: 0;
}
.data li .time {
  display: inline-block;
  padding-left: 29px;
  text-align: center;
  background: url(/sp/life/recipe/assets/img/detail_time.png) no-repeat left center;
  background-size: 22px auto;
  min-width: 67px;
}
.data li .energy {
  display: inline-block;
  padding-left: 27px;
  text-align: center;
  background: url(/sp/life/recipe/assets/img/detail_energy.png) no-repeat left center;
  background-size: 19px auto;
  min-width: 67px;
}
.data li .level {
  display: inline-block;
  text-align: center;
  min-width: 67px;
}
.data li .level img {
  width: 14px;
}
.data li span {
  color: #e64f20;
  font-weight: bold;
}
/*----------------コラム---------------------*/
.mw100 {
  max-width: 100%;
  width: auto;
}
.imgLinkList.column li a > div {
  vertical-align: top;
}
.imgLinkList.column li a > div:nth-of-type(1)::after {
  display: block;
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
  border-radius: 3px;
  line-height: 21px;
  border: solid 1px;
}
.imgLinkList.column li.others a > div:nth-of-type(1)::after {
  content: 'お役立ち';
  color: #fc63a4;
  border-color: #fc63a4;
}
.imgLinkList.column li.foods a > div:nth-of-type(1)::after {
  content: 'フード・レシピ';
  color: #ff8500;
  border-color: #ff8500;
}
.imgLinkList.column li.basic a > div:nth-of-type(1)::after {
  content: '基礎知識';
  color: #008cc9;
  border-color: #008cc9;
}
.imgLinkList.column li.health a > div:nth-of-type(1)::after {
  content: '健康・美容';
  color: #14c0b2;
  border-color: #14c0b2;
}
.imgLinkList.column li.mama a > div:nth-of-type(1)::after {
  content: '育児・子育て';
  color: #fd5c6b;
  border-color: #fd5c6b;
}
/*.imgLinkList.column li.new a>div:nth-of-type(2)::before {
	content:"NEW";
	display: inline-block;
	font-size:12px;
	background-color: #fff114;
	border-radius: 6px;
	width:60px;
	text-align: center;
	margin-bottom:10px;
}*/
body.top .imgLinkList.column li:nth-child(1) a > div:nth-of-type(2)::before,
body.top .imgLinkList.column li:nth-child(2) a > div:nth-of-type(2)::before,
body.top .imgLinkList.column li:nth-child(3) a > div:nth-of-type(2)::before {
  content: 'NEW';
  display: inline-block;
  font-size: 12px;
  background-color: #fff114;
  border-radius: 6px;
  width: 60px;
  text-align: center;
  margin-bottom: 10px;
}
#Share2 {
  margin-top: 20px;
}
#Share2 p {
  width: 243px;
  margin: 0 auto 15px;
}
#Share2 p img {
  width: 100%;
  height: auto;
}
#Share2 ul {
  padding: 0 17px;
}
#Share2 ul li {
  float: left;
  width: 25%;
  padding: 0 3px;
}
#Share2 ul li a {
  display: block;
}
#Share2 ul li a img {
  width: 100%;
  height: auto;
}
/*-----------------キャンペーンページ---------------------*/
.camp {
}
.camp a {
  background-color: #ff8500;
  border-radius: 4px;
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 30px;
  line-height: 1.5;
}
.camp a::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 13px;
  /*background: url(../img/index_arrow02.png) no-repeat center center;*/
  background-size: 7px auto;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.privilege::before {
  content: '';
  display: block;
  height: 22px;
  margin-bottom: 15px;
  background-image: url(/sp/campaign/assets/img/season_img_03.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 22px;
}

.whiteBox {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 18px 14px 24px;
  margin-bottom: 0;
}

.news-wrap ul li:first-child .whiteBox02 {
  margin-top: 0;
}
.news-wrap ul li {
  overflow: hidden;
}
.news-wrap .more_news_link a {
  background: #008cba;
  width: 270px;
  height: 44px;
  margin: 40px auto 0;
  border-radius: 40px;
  display: block;
}
.news-wrap .more_news_link a span {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
  position: relative;
}
.news-wrap .more_news_link a span:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 44px;
  margin-left: 6px;
  background: url(/common/img/icon_arrow08.png) no-repeat center center;
  background-size: 10px auto;
  vertical-align: top;
}
.whiteBox02 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 18px 14px 24px;
  margin-bottom: 0;
  position: relative;
  margin-top: 15px;
}
.whiteBox02:after {
  content: 'イベント';
  border: 1px solid #ff8500;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px;
  color: #ff8500;
  font-size: 10px;
}
.whiteBox02.event:after {
  content: 'イベント';
  border: 1px solid #ff8500;
  color: #ff8500;
}
.whiteBox02.campaign:after {
  content: 'キャンペーン';
  border: 1px solid #fd5c6b;
  color: #fd5c6b;
}
.whiteBox02.media:after {
  content: 'メディア情報';
  border: 1px solid #14c0b2;
  color: #14c0b2;
}
.whiteBox02.other:after {
  content: 'その他';
  border: 1px solid #008cba;
  color: #008cba;
}
.whiteBox02 .date {
  font-size: 12px;
  margin-bottom: 0;
}
#Main .whiteBox02 h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}
.whiteBox02 .yellowBox {
  background-color: #fcfbcd;
  padding: 15px;
  border-radius: 5px;
}
.whiteBox02 .yellowBox h4 {
  font-size: 14px;
  font-weight: bold;
  color: #008cba;
  margin-bottom: 15px;
}
.whiteBox02 .yellowBox h5 {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.whiteBox02 .yellowBox p {
  font-size: 12px;
  line-height: 1.5em;
}

.campBox strong {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
.campBox strong span {
  color: #008cc9;
}
.campBox a {
  text-decoration-line: underline;
  font-size: 14px;
  display: inline-block;
  padding-left: 10px;
  position: relative;
}
.campBox a::before {
  content: '';
  display: block;
  width: 6px;
  height: 100%;
  background-image: url(/sp/common/img/index_arrow05.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 6px auto;
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------表組み---------------------*/

table.sideTh {
  width: 100%;
  margin: 25px 0 20px;
}
table.sideTh th {
  padding: 10px;
  border: 1px solid #ddd;
  width: 36%;
  background-color: #ffffee;
  font-size: 10px;
  line-height: 18px;
  vertical-align: middle;
}
table.sideTh.headTh th {
  background-color: #fcfcfc;
}

table.sideTh.headTh tr.headThTop th {
  background-color: #ffffee;
  color: #000;
  text-align: center;
}
table.sideTh td {
  padding: 10px;
  border: 1px solid #ddd;
  width: 64%;
  font-size: 10px;
  line-height: 18px;
  vertical-align: middle;
}

table.sideTh.tdDouble td {
  width: 36%;
}
table.sideTh.tdDouble td:last-child {
  width: 28%;
}
table.sideTh.headTh td {
  padding: 10px;
  border: 1px solid #ddd;
  width: 35%;
  font-size: 10px;
  line-height: 1.3;
  vertical-align: middle;
}
table.sideTh ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 12px;
}
table.sideTh tr.thSeparate th {
  padding: 5px;
  width: 22%;
}
table.sideTh tr.thSeparate th.thVertical {
  padding: 1%;
  width: 7%;
}
table.sideTh tr.thSeparate td {
  text-align: center;
}

.scrollTable table {
  width: 100%;
}
.scrollTable {
  overflow: auto;
  white-space: nowrap;
  position: relative;
}
.scrollTable::-webkit-scrollbar {
  height: 5px;
}
.scrollTable::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scrollTable::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
.scrollTable-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: url(/sp/common/img/ico_scroll_arrow.png) no-repeat center center;
  background-size: 150px auto;
  pointer-events: none;
}
/*---------------アコーディオン------------------*/

.accordionSection dl {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}
.accordionSection dl + dl {
  margin-top: 10px;
}
.accordionSection dl dt {
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
  padding-right: 40px;
  background: url(../img/accordion_icon_plus.png) no-repeat center right 10px;
  background-size: 16px auto;
}
.accordionSection dl dt.active {
  background: url(../img/accordion_icon_minus.png) no-repeat center right 10px;
  background-size: 16px auto;
}
.accordionSection dl dd {
  border-top: 1px solid #ddd;
  padding: 10px;
  display: none;
}
.accordionSection.faq dl {
  margin-bottom: 10px;
}
.accordionSection.faq dl dt,
.accordionSection.faq dl dd {
  padding: 10px 30px;
  position: relative;
}
.accordionSection.faq dl dt::before,
.accordionSection.faq dl dd::before {
  font-weight: bold;
  position: absolute;
  left: 10px;
}
.accordionSection.faq dl dt {
  line-height: 1.4em;
}
.accordionSection.faq dl dt::before {
  content: 'Q';
  color: #008cba;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.accordionSection.faq dl dd::before {
  content: 'A';
  font-size: 14px;
  color: #ff8500;
  top: 17px;
}
/*----------------2カラムレイアウト-----------*/

ul.twoColumnPattern {
  width: 100%;
  overflow: hidden;
}
ul.twoColumnPattern li {
  width: 48.5%;
  float: left;
}

ul.twoColumnPattern.leftSmall li {
  width: 40.5%;
  float: left;
}
ul.twoColumnPattern.leftSmall li:last-child {
  width: 54.5%;
  float: left;
}

ul.twoColumnPattern li img {
  width: 100%;
}
ul.twoColumnPattern li:nth-child(2) {
  padding-left: 3%;
}

/*-------------YOUTUBE---------------*/

.youtubeArea {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtubeArea iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*---------------bxslider関連---------------*/

#sliderWrapper .bx-wrapper .bx-controls {
  margin-top: 25px;
}
#sliderWrapper .bx-wrapper .bx-controls .bx-pager {
  width: 100%;
  margin: auto;
  padding: 0 0 5px;
  text-align: center;
}
#sliderWrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
}
#sliderWrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 4px;
  background-color: #ccc;
  text-indent: -9999px;
}
#sliderWrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active {
  background-color: #01a0ca;
}
#sectionSlider .bx-caption {
  text-align: center;
  margin-top: 20px;
}
section #sectionSlider .bx-caption span {
  font-size: 14px;
}

/*-------------------月々の金額-------------------*/

#monthlyPayment,
.monthlyPayment {
  margin-bottom: 40px;
}
#monthlyPayment h2,
.monthlyPayment h2 {
  margin-bottom: 17px;
  padding-top: 0 !important;
  background: none !important;
  text-align: center;
}
#monthlyPayment h2 img,
.monthlyPayment h2 img {
  max-width: 315px;
}
#monthlyPayment p.paymentImg,
.monthlyPayment p.paymentImg {
  text-align: center;
}
#monthlyPayment p.paymentImg img,
.monthlyPayment p.paymentImg img {
  max-width: 295px;
}
#monthlyPayment ul.twoColumnPattern {
}
#monthlyPayment ul.twoColumnPattern li,
.monthlyPayment ul.twoColumnPattern li {
  width: 40%;
  text-align: right;
}
#monthlyPayment ul.twoColumnPattern li:last-child,
.monthlyPayment ul.twoColumnPattern li:last-child {
  width: 56%;
  float: right;
  text-align: left;
  padding-top: 10px;
}
#monthlyPayment ul.twoColumnPattern li img,
.monthlyPayment ul.twoColumnPattern li img {
  width: 66%;
}
.monthlyPayment.reModal ul.twoColumnPattern li img {
  width: 100%;
  max-width: 91px;
}
#monthlyPayment ul.twoColumnPattern li p,
.monthlyPayment ul.twoColumnPattern li p {
  font-size: 18px;
  margin-bottom: 5px !important;
  padding-left: 0 !important;
  line-height: 21px !important;
}
#monthlyPayment ul.twoColumnPattern li p:last-child,
.monthlyPayment ul.twoColumnPattern li p:last-child {
  font-size: 16px;
}
#monthlyPayment ul.twoColumnPattern li p strong,
.monthlyPayment ul.twoColumnPattern li p strong {
  font-size: 30px;
  color: #008cba;
  font-weight: 600;
}
#monthlyPayment ul.twoColumnPattern li small,
.monthlyPayment ul.twoColumnPattern li small {
  font-size: 10px;
  margin-top: 5px;
}
#monthlyPayment p.paymentTxt,
.monthlyPayment p.paymentTxt {
  text-align: center;
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.5em;
}
#monthlyPayment p.paymentTxt strong,
.monthlyPayment p.paymentTxt strong {
  font-size: 21px;
  color: #008cba;
  font-weight: 600;
}
#monthlyPayment p.paymentTxt small,
.monthlyPayment p.paymentTxt small {
  font-size: 12px;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
strong.feeRemodalTtl {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

/*------------------鮮度キープシステムとはパーツ-----------------*/
.supportService .serviceSet {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 18px 15px 24px;
  margin-bottom: 0;
}
.supportService .serviceSet img.keepSystemLogo {
  display: block;
  max-width: 234px;
  margin: 0 auto 10px;
}

/*------------------中央揃えなど-----------------*/

.centerText {
  text-align: center !important;
}
.mgbShort {
  margin-bottom: 10px !important;
}
.centerText strong {
  font-weight: 600;
}
.noMargin {
  margin: 0 !important;
}
.noBtmMargin {
  margin-bottom: 0 !important;
}
.noBtmPadding {
  padding-bottom: 0 !important;
}

/*---------------お客様の声------------------*/

#customerVoice p {
  text-align: center;
}

#customerVoice ul li {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 5px;
}
#customerVoice ul li + li {
  margin-top: 10px;
}
#customerVoice ul li a {
  display: block;
}
#customerVoice ul li dl {
  display: table;
  width: 100%;
}
#customerVoice ul li dl dd {
  display: table-cell;
  width: 110px;
}
#customerVoice ul li dl dd img {
  width: 100%;
}
#customerVoice ul li dl dt {
  display: table-cell;
  padding-right: 33px;
  padding-left: 18px;
  background: url(../img/index_arrow01.png) no-repeat center right 10px;
  background-size: 7px auto;
  color: #333;
  font-size: 12px;
  vertical-align: middle;
  line-height: 1.5em;
}

/*------------------よくある質問---------------------------*/

#faqList {
  padding: 50px 15px 0;
}
/*#faqList h2{
    padding-left: 32px;
    background: url(/sp/assets/img/index_icon01.png) no-repeat left top;
    background-size: 22px auto;
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ddd;
    font-size: 16px;
    font-weight: 600;
}*/

#faqList ul {
  margin: 30px 0 0;
}

#faqList ul li {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
#faqList ul li:first-child {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#faqList ul li a {
  display: block;
  width: 100%;
  padding: 16px 18px 16px 0;
  background: url(../img/index_arrow01.png) no-repeat center right 5px;
  background-size: 7px auto;
  font-size: 12px;
  line-height: 1.6em;
}

/*------------------なるほど情報局---------------------------*/
.infoThumbnail {
  margin-top: 40px;
}
.infoThumbnail ul {
}
.infoThumbnail ul li {
  padding: 20px 0;
  border-bottom: solid 1px #dddddd;
}
.infoThumbnail ul li:first-child {
  border-top: solid 1px #dddddd;
}
.infoThumbnail ul li a {
  display: block;
}
.infoThumbnail ul li img {
}
.infoThumbnail ul li a p {
  padding-right: 30px;
  font-size: 12px;
  line-height: 1.6;
  background-image: url(/sp/common/img/index_arrow01.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 7px 10px;
}
.infoThumbnail ul li a strong {
  display: block;
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 14px;
}
.infoThumbnail ul li a strong.campaignName {
  margin: 15px 0 0;
  font-size: 18px;
}
strong.bb {
  display: block;
  font-weight: bold;
}
/*============================
料金
============================*/

.feeIndexMenu {
}
.feeIndexMenu ul {
}
.feeIndexMenu ul li {
  width: 33.3%;
  float: left;
  padding: 10px 0;
  border-bottom: solid 1px #d8d8d8;
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 47px 47px;
}
.feeIndexMenu ul li:nth-of-type(1) {
  background-image: url(/sp/fee/assets/img/index_ico_01.jpg);
}
.feeIndexMenu ul li:nth-of-type(2) {
  background-image: url(/sp/fee/assets/img/index_ico_02.jpg);
}
.feeIndexMenu ul li:nth-of-type(3) {
  background-image: url(/sp/fee/assets/img/index_ico_03.jpg);
}
.feeIndexMenu ul li:nth-of-type(4) {
  background-image: url(/sp/fee/assets/img/index_ico_04.jpg);
}
.feeIndexMenu ul li:nth-of-type(5) {
  background-image: url(/sp/fee/assets/img/index_ico_05.jpg);
}
.feeIndexMenu ul li:nth-of-type(6) {
  background-image: url(/sp/fee/assets/img/index_ico_06.jpg);
}
.feeIndexMenu ul li a {
  display: block;
  height: 125px;
  text-align: center;
  border-right: solid 1px #d8d8d8;
  position: relative;
}
.feeIndexMenu ul li:nth-of-type(3n) a {
  border-right: none;
}
.feeIndexMenu ul li a p {
  width: 100%;
  font-size: 11px;
  line-height: 1.27;
  margin-bottom: 0;
  position: absolute;
  bottom: 10px;
}
.feeIndexMenu ul li a p strong {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.feeIndexMenu ul li:nth-of-type(3) a p strong {
  margin-bottom: 3px;
}
/*---------月々の支払いbox---------*/

#monthlyPayment.fee h2 img,
.monthlyPayment.fee h2 img {
  max-width: 263px;
}
#monthlyPayment.fee p.paymentTxt,
.monthlyPayment.fee p.paymentTxt {
  border: solid 1px #eee;
  border-radius: 8px;
}

/*---------fee---------*/
.modalTable {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.modalTable th,
.modalTable td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 15px;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 13px;
}

.modalTable th {
  width: 110px;
  background: #feffef;
}

.modalTable th.splitTh {
  width: 25px;
  padding: 0;
  text-align: center;
}

.tC {
  text-align: center;
}

.modalTable ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 12px;
}
.modalTable.modalTableGuide th,
.modalTable.modalTableGuide td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px 2px;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 13px;
  width: 33.3%;
  text-align: center;
}
.iconFamily {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #008cc9;
}
.iconFamily img {
  width: 60px;
  height: auto;
  display: block;
  margin: 0 auto 6px;
}
.iconBottle {
  text-align: center;
  font-size: 13px;
}
.iconBottle img {
  width: 26px;
  height: auto;
  margin-right: 5px;
}
.iconBottle span {
  position: relative;
  top: -4px;
}
/*---------paymentbox---------*/

h2.txtTitle02.recommend {
  position: relative;
}
h2.txtTitle02.recommend::after {
  content: '';
  width: 70px;
  height: 66px;
  background-image: url(/sp/fee/assets/img/payment_recommend.jpg);
  background-size: 100%;
  position: absolute;
  top: -20px;
  right: calc(50% - 160px);
}
/*=========ボックス========*/
.payment {
}
.payment strong {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.payment p {
}
.payment p img {
  max-width: 314px;
}
.payment p.supplement {
  margin-top: 10px;
}
.payment p.yellowBox {
  background-color: #fcfbcd;
  padding: 10px 15px;
  border-radius: 4px;
}
/*=========表組み========*/
table.sideTh.fee th,
table.sideTh.fee td {
  font-size: 13px;
}

table.sideTh.fee th {
  width: 120px;
}
table.sideTh.fee td {
  width: auto;
}
.sideTh.headTh.fee {
  width: 100%;
  margin-bottom: 20px;
}

.sideTh.headTh.fee th,
.sideTh.headTh.fee td {
  font-size: 14px;
  padding: 10px;
}
.sideTh.headTh.fee th {
  width: 45%;
}
.sideTh.headTh.fee td {
  width: 55%;
}
.sideTh.headTh.fee.about th {
  width: 125px;
}
.sideTh.headTh.fee.about td {
  width: 55%;
}
.sideTh.headTh.fee tr:nth-of-type(2n + 1) {
  background-image: url(/recipe/assets/img/basic01_bg_01.jpg);
  background-size: 42px;
}
.sideTh.headTh.fee .headThTop th {
  text-align: center;
  background-color: #ffffee;
}

.sideTh.headTh.fee tr th {
  background-color: transparent;
}

/*新規追加201030*/
table.sideTh2.fee th,
table.sideTh2.fee td {
  font-size: 10px;
}

table.sideTh2.fee th {
  /* width: 120px;*/
}
table.sideTh2.fee td {
  width: auto;
}
.sideTh2.headTh.fee {
  width: 100%;
  margin-bottom: 20px;
}

.sideTh2.headTh.fee th,
.sideTh2.headTh.fee td {
  font-size: 14px;
  padding: 10px;
}
.sideTh2.headTh.fee th {
  width: 45%;
}
.sideTh2.headTh.fee td {
  width: 25%;
}
.sideTh2.headTh.fee.about th {
  width: 125px;
}
.sideTh2.headTh.fee.about td {
  width: 25%;
}
.sideTh2.headTh.fee tr:nth-of-type(2n + 1) {
  background-image: url(/recipe/assets/img/basic01_bg_01.jpg);
  background-size: 42px;
}
.sideTh2.headTh.fee .headThTop th {
  text-align: center;
  background-color: #ffffee;
}

.sideTh2.headTh.fee tr th {
  background-color: transparent;
}

table.type06 th {
  width: 350px;
  font-weight: bold;
  vertical-align: top;
  background: #ffffee;
  /* color: #333; */
  border: 1px solid #ddd;
  font-size: 10px;
  padding: 17px 10px;
}
table.type06 td {
  width: 300px;
  vertical-align: top;
  border: 1px solid #ddd;
  font-size: 10px;
  padding: 17px 10px;
}

table.type06 td th {
  border: 1px solid #ddd;
}

/*新規追加201030*/

/*=========リスト========*/
.basicList.fee li {
  font-weight: 600;
}
.basicList.fee li + li {
  margin-top: 20px;
}
.basicList.fee small {
  font-weight: normal;
  display: block;
  font-size: 14px;
  line-height: 1.4;
}

/*=========TELリンク========*/
a.telLink {
  max-width: 328px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*=========ユーザーリスト========*/
.feeList {
}
.feeList ul {
}
.feeList ul li {
  height: 60px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 60px;
}
.feeList ul li + li {
  margin-top: 10px;
}
.feeList ul li:nth-of-type(1) {
  background-image: url(/sp/fee/assets/img/users_guide_icn01.png);
}
.feeList ul li:nth-of-type(2) {
  background-image: url(/sp/fee/assets/img/users_guide_icn02.png);
}
.feeList ul li:nth-of-type(3) {
  background-image: url(/sp/fee/assets/img/users_guide_icn03.png);
}
.feeList ul li:nth-of-type(4) {
  background-image: url(/sp/fee/assets/img/users_guide_icn04.png);
}
.about .feeList ul li:nth-of-type(1) {
  background-image: url(/sp/fee/assets/img/about_icn01.png);
}
.about .feeList ul li:nth-of-type(2) {
  background-image: url(/sp/fee/assets/img/about_icn02.png);
}
.about .feeList ul li:nth-of-type(3) {
  background-image: url(/sp/fee/assets/img/about_icn03.png);
}
.about .feeList ul li:nth-of-type(4) {
  background-image: url(/sp/fee/assets/img/about_icn04.png);
}
.feeList ul li p {
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 75px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.feeList ul li p em {
  color: #008cc9;
}
.about .feeList ul li p em {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
}
.about .feeList ul li {
  height: 72px;
}
.about .feeList ul li + li {
  margin-top: 15px;
}
/*=========4ちつのサポートボックス========*/

.fourSupports {
}

.fourSupports > div {
  padding: 18px 20px 24px;
}
.fourSupports > div + div {
  margin-top: 15px;
}
.fourSupports strong {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
}
.fourSupports strong img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.fourSupports img {
  max-width: 303px;
}
.fourSupports > div:nth-of-type(1) strong::before {
  content: '';
  display: block;
  width: 54px;
  height: 54px;
  background-image: url(/sp/fee/assets/img/users_guide_recommend.png);
  background-size: cover;
  position: absolute;
  top: -30px;
  right: -30px;
}
/*========flow=========*/
.flowStep {
}
.flowStep .left {
  width: 48%;
  float: left;
}
.flowStep .right {
  width: 48%;
  float: right;
}
.flowStep .whiteBox {
  border: none;
}

.flowStep .whiteBox p {
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  margin-top: 15px;
}
.flowStep .whiteBox small {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.58;
}
.flowStep .whiteBox small::before {
  content: '※';
}
.flowStep .whiteBox em {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

/*========画像サイズ=========*/
.troubleImg01 {
  max-width: 271px;
}
.troubleImg02 {
  max-width: 294px;
}
.aboutTxt01 {
  max-width: 119px;
}
.aboutTxt02 {
  max-width: 295px;
}
.flowStep07Txt {
  max-width: 118px;
}

/*========資料請求=========*/
.requestAbout {
}
.requestAbout .whiteBox {
  padding: 20px 15px;
}
.requestAbout .whiteBox .box {
}
.requestAbout .whiteBox .box .img {
  width: 35%;
  float: left;
}
.requestAbout .whiteBox .box .img img {
}
.requestAbout .whiteBox .box h4 {
  width: 60%;
  float: right;
  font-size: 16px;
  line-height: 1.5;
}
.requestAbout .whiteBox .box h4 span {
  font-size: 14px;
  color: #008cba;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.requestAbout .whiteBox .box p {
  clear: both;
  line-height: 1.5;
}
.requestAbout .icn_plus {
  width: 33px;
  height: 33px;
  margin: 10px auto;
}
.requestAbout .icn_plus img {
}
.request h4 {
  font-size: 15px;
}

/*---------よくある質問リスト---------*/
#faqList.fee {
  padding: 10px 15px 0;
}
#faqList.fee h2.txtTitle02 {
  background: none;
  font-size: 16px;
}
#faqList.fee h2.txtTitle02::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 23px;
  height: 19px;
  background-image: url(/sp/fee/assets/img/faq.jpg);
  background-size: 100%;
  position: relative;
  top: 5px;
}
/*------------------商品への導線---------------------------*/

#productLinkList {
  margin: 50px 0 0;
  padding: 40px 15px 38px !important;
  border-top: 1px solid #7cb7d7;
  border-bottom: 1px solid #7cb7d7;
}

#productLinkList a {
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
}

#productLinkList h3 {
  margin-top: 40px !important;
  margin-bottom: 20px;
}
#productLinkList h3:first-child {
  margin-top: 0 !important;
}

#productLinkList div.bannerSet {
  border: 1px solid #ddd;
  border-radius: 5px;
  background: url(../img/index_arrow01.png) no-repeat center right 5px;
  background-color: #fff;
  background-size: 7px auto;
}
#productLinkList div.bannerSet div:first-child {
  float: left;
  width: 40%;
}
#productLinkList div.bannerSet div:first-child img {
  width: 100%;
  height: auto;
  border-radius: 5px 0px 0px 5px;
}
#productLinkList div.bannerSet div:last-child {
  float: right;
  width: 60%;
  text-align: center;
}
#productLinkList div.bannerSet div:last-child p {
  text-align: center;
  margin-bottom: 0 !important;
  margin: 15px 0 5px !important;
  font-size: 11px !important;
  line-height: 14px !important;
}
#productLinkList div.bannerSet div:last-child.singleLine p {
  margin: 32px 0 5px !important;
}
#productLinkList div.bannerSet div:last-child.tripleLine p {
  margin: 24px 0 5px !important;
}
#productLinkList div.bannerSet div:last-child img.logoSmartplus {
  max-width: 158px;
  height: auto;
}

#productLinkList div.bannerSet div:last-child p.productTitle {
  text-align: center;
  margin-bottom: 0 !important;
  margin: 5px 0 5px !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 600;
}
#productLinkList div.bannerSet div:last-child p.productTitle span {
  border: 1px solid #ddd;
  padding: 3px;
  display: block;
  font-size: 10px;
  margin-right: auto;
  line-height: 12px;
  width: 50px;
  margin-top: 5px;
  margin-left: auto;
}
/*------------------サイドメニュー---------------------------*/
nav#sideNavi {
  width: 100%;
}
nav#sideNavi ul {
  /*border: 1px solid #ddd;
	border-radius: 8px;*/
}
nav#sideNavi ul li {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
nav#sideNavi ul li:last-child {
  border-bottom: 1px solid #ddd;
  border-radius: 0 0 8px 8px;
}
nav#sideNavi ul li a {
  font-size: 13px;
  display: block;
  padding: 20px 0px 20px 10px;
  border-bottom: 1px solid #ddd !important;
  background-image: url(/sp/common/img/icon_nav.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
}
nav#sideNavi ul li:last-child a {
  border-bottom: 0px solid #ddd !important;
}
nav#sideNavi ul li a small {
  font-size: 11px;
  display: block;
}
nav#sideNavi ul li.currentLink {
  background-color: #008cba;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  border-right: 1px solid #008cba;
  border-left: 1px solid #008cba;
}
nav#sideNavi ul li.currentLink a {
  text-align: center;
  color: #fff !important;
  background-color: #008cba;
  background-image: url(/sp/common/img/icon_navcurrent.png);
  border-radius: 7px 7px 0px 0px;
}

nav#sideNavi ul li.active {
  /*background: url(../img/index_bg02.png);
background-size: 6px 6px; */
}
nav#sideNavi ul li.active a {
  color: #008bca;
}
nav#sideNavi.iconFaq ul li a {
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: 10px center, center right 10px;
  background-size: 30px 30px, auto;
}
nav#sideNavi.iconFaq ul li.currentLink a {
  background-size: auto;
  background-position: center right 10px;
  padding-left: 0;
}
nav#sideNavi.iconFaq ul li.how_to_order a {
  background-image: url(/sp/faq/assets/img/ico_01.jpg), url(/sp/common/img/icon_nav.png);
}
nav#sideNavi.iconFaq ul li.delivery a {
  background-image: url(/sp/faq/assets/img/ico_02.jpg), url(/sp/common/img/icon_nav.png);
}
nav#sideNavi.iconFaq ul li.water a {
  background-image: url(/sp/faq/assets/img/ico_03.jpg), url(/sp/common/img/icon_nav.png);
}
nav#sideNavi.iconFaq ul li.server a {
  background-image: url(/sp/faq/assets/img/ico_04.jpg), url(/sp/common/img/icon_nav.png);
}
nav#sideNavi.iconFaq ul li.procedure a {
  background-image: url(/sp/faq/assets/img/ico_05.jpg), url(/sp/common/img/icon_nav.png);
}

nav#sideNavi.iconVoice ul li a {
  padding-left: 60px;
  background-position: 10px center, center right 10px;
  background-size: 38.5px 28px, auto;
}
nav#sideNavi.iconVoice ul li.currentLink a {
  background-size: auto;
  background-position: center right 10px;
  padding-left: 0;
}
nav#sideNavi.iconVoice ul li.child a {
  background-image: url(/sp/voice/assets/img/ico_01.jpg), url(/sp/common/img/icon_nav.png);
}
nav#sideNavi.iconVoice ul li.pair a {
  background-image: url(/sp/voice/assets/img/ico_02.jpg), url(/sp/common/img/icon_nav.png);
}
nav#sideNavi.iconVoice ul li.single a {
  background-image: url(/sp/voice/assets/img/ico_03.jpg), url(/sp/common/img/icon_nav.png);
}
nav#sideNavi.iconVoice ul li.business a {
  background-image: url(/sp/voice/assets/img/ico_04.jpg), url(/sp/common/img/icon_nav.png);
}
/*------------------固定メニュー---------------------------*/
nav#fixMenu {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 190;
  border-top: 1px solid #ddd;
  display: none;
}
nav#fixMenu.fixed {
  display: block;
}
nav#fixMenu ul li {
  float: left;
  display: block;
}
nav#fixMenu ul li:nth-of-type(1) {
  width: 22%;
}
nav#fixMenu ul li:nth-of-type(2) {
  width: 32%;
}
nav#fixMenu ul li:nth-of-type(3) {
  width: 22%;
}
nav#fixMenu ul li:nth-of-type(4) {
  width: 24%;
}
nav#fixMenu ul li a {
  display: block;
  width: 100%;
  height: 64px;
  text-align: center;
  font-size: 10px;
  padding: 45px 0 0;
}
nav#fixMenu ul li:nth-of-type(1) a {
  background-image: url(../img/fixmenu_icon01.png), url(../img/vline.png);
  background-color: #fff;
  background-repeat: no-repeat, no-repeat;
  background-position: top 10px center, center right;
  background-size: 19px auto, 1px auto;
}
nav#fixMenu ul li:nth-of-type(2) a {
  background-image: url(../img/fixmenu_icon02.png), url(../img/vline.png);
  background-color: #fff;
  background-repeat: no-repeat, no-repeat;
  background-position: top 10px center, center right;
  background-size: 20px auto, 1px auto;
}
nav#fixMenu ul li:nth-of-type(3) a {
  background-image: url(../img/fixmenu_icon03.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top 10px center;
  background-size: 18px auto;
}
nav#fixMenu ul li:nth-of-type(4) a {
  background-image: url(../img/fixmenu_icon04.png);
  background-color: #ff8500;
  background-repeat: no-repeat;
  background-position: top 10px center;
  background-size: 24px auto;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
nav#fixMenu ul li:nth-of-type(4) a span {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 32px;
  height: 30px;
  background: url(../img/header_icon03.png) no-repeat left center;
  background-size: 32px auto;
  text-indent: -9999px;
}

body.campaign nav#fixMenu ul li:nth-of-type(1) {
  width: 33.33%;
}
body.campaign nav#fixMenu ul li:nth-of-type(2) {
  width: 33.33%;
}
body.campaign nav#fixMenu ul li:nth-of-type(3) {
  width: 33.34%;
}
body.campaign nav#fixMenu ul li:nth-of-type(1) a {
  background-image: url(../img/fixmenu_icon02.png), url(../img/vline.png);
}
body.campaign nav#fixMenu ul li:nth-of-type(2) a {
  background-image: url(../img/fixmenu_icon03.png);
}
body.campaign nav#fixMenu ul li:nth-of-type(3) a {
  background-image: url(../img/fixmenu_icon04.png);
  background-color: #ff8500;
  background-repeat: no-repeat;
  background-position: top 10px center;
  background-size: 24px auto;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
body.campaign nav#fixMenu ul li:nth-of-type(3) a span {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 32px;
  height: 30px;
  background: url(../img/header_icon03.png) no-repeat left center;
  background-size: 32px auto;
  text-indent: -9999px;
}

body.fee nav#fixMenu ul li:nth-of-type(1) {
  width: 33.33%;
}
body.fee nav#fixMenu ul li:nth-of-type(2) {
  width: 33.34%;
}
body.fee nav#fixMenu ul li:nth-of-type(3) {
  width: 33.33%;
}
body.fee nav#fixMenu ul li:nth-of-type(2) a {
  background-image: url(../img/fixmenu_icon03.png), url(../img/vline.png);
}
body.fee nav#fixMenu ul li:nth-of-type(3) a {
  background-image: url(../img/fixmenu_icon04.png);
  background-color: #ff8500;
  background-repeat: no-repeat;
  background-position: top 10px center;
  background-size: 24px auto;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
body.fee nav#fixMenu ul li:nth-of-type(3) a span {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 32px;
  height: 30px;
  background: url(../img/header_icon03.png) no-repeat left center;
  background-size: 32px auto;
  text-indent: -9999px;
}
/* 地図 */
div.map {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.map a {
  position: absolute;
}
div.map a img {
  width: 100%;
  height: auto;
}
div.map a:nth-of-type(1) {
  top: 0.1%;
  left: 28.405%;
  width: 26.086%;
  display: block;
}
div.map a:nth-of-type(2) {
  top: 44.521%;
  left: 2.898%;
  width: 26.086%;
  display: block;
}
div.map a:nth-of-type(3) {
  top: 52.159%;
  right: 2.623%;
  width: 26.086%;
  display: block;
}

/*----------モーダル----------*/

.remodal {
  /*padding: 20px!important;*/
  padding: 50px 0 100px !important;
}

.remodal .dotSection {
  /*margin-top: 18px;*/
  margin-bottom: 0;
  padding: 25px 15px;
  background: url(../img/index_bg02.png);
  background-size: 6px 6px;
}
.remodal .dotSectionNarrow {
  /*margin-top: 18px;*/
  margin-bottom: 0;
  padding: 7px 5px;
  background: url(../img/index_bg02.png);
  background-size: 6px 6px;
}

.remodal .areaModalText {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.remodal .areaModalSupplement {
  margin-bottom: 0px;
}
.remodal .areaModalSupplement small {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0px;
}
/*
.remodal>div {
	padding: 20px;
    background-color: #fff;
    position: relative;
}
*/
.remodal div table {
  margin-bottom: 10px !important;
}

.remodal div table tbody tr th {
  font-size: 11px;
  padding: 5px 10px;
}

.remodal div table tbody tr td {
  font-size: 11px;
  padding: 5px 10px;
}

.remodal div table tbody tr th small {
  font-size: 10px;
}

.borderSmallSingle {
  border: 1px solid #ccc;
  padding: 4px;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #000;
}
.remodalCloseBtm {
  position: absolute;
  bottom: -65px;
  left: 50%;
  display: block;
  overflow: visible;
  width: 176px;
  height: 46px;
  margin-left: -88px;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 23px;
  outline: 0;
  font-size: 14px;
  background: transparent;
  text-indent: 20px;
}

.remodalCloseBtm::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -30px;
  display: block;
  background: url(/sp/assets/img/remodal_close_20.png) 0 0 no-repeat;
  background-size: 10px 10px;
}
/* Margin */

.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}

/* Padding */

.pb0 {
  padding-bottom: 0 !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}

.txt-center {
  text-align: center !important;
}
.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}

/* width */
.w100per {
  width: 100% !important;
}
.w95per {
  width: 95% !important;
}
.w90per {
  width: 90% !important;
}
.w85per {
  width: 85% !important;
}
.w80per {
  width: 80% !important;
}
.w75per {
  width: 75% !important;
}
.w70per {
  width: 70% !important;
}
.w65per {
  width: 65% !important;
}
.w60per {
  width: 60% !important;
}
.w55per {
  width: 55% !important;
}
.w50per {
  width: 50% !important;
}
.w45per {
  width: 45% !important;
}
.w40per {
  width: 40% !important;
}
.w35per {
  width: 35% !important;
}
.w30per {
  width: 30% !important;
}
.w25per {
  width: 25% !important;
}
.w20per {
  width: 20% !important;
}
.red {
  color: #fa5553;
}
.blue {
  color: #008cba;
}
.bold {
  font-weight: 600;
}
