@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		index.scss
Note:			index用SCSSファイル


New Creation:	2014/08/12.


Created By		Takumi Ohchi

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	ブラウザデフォルトスタイルリセット
2.	container
3.	共通部分
4.	header
5.	content
6.	main
7.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #FFF;
  line-height: 1;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  color: #585858;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
div,
p,
ul,
ol,
dl,
form,
table,
address,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
}

a,
strong,
span,
input,
textarea,
select,
label {
  font-weight: normal;
  font-style: normal;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th {
  font-weight: normal;
}

em {
  font-style: normal;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

hr {
  margin: 0.5em 0;
  height: 0.1em;
  border: none;
  border-top: solid 0.1em #c7bcb5;
}

p,
li {
  background: url(../img/dummy.png);
}

a {
  color: #7BA6A0;
}

header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
}

/*----------------------------------------------------------------------
2.	container
----------------------------------------------------------------------*/
#container {
  background: #F2F3F3;
}

/*----------------------------------------------------------------------
3.	共通部分
----------------------------------------------------------------------*/
.nav-box {
  padding: 3% 0 0;
  background: #73A59D;
}
.nav-box .nav-list {
  padding: 0 3% 2%;
  background: #73A59D;
}
.nav-box .nav-list {
  *zoom: 1;
}
.nav-box .nav-list::after {
  content: "";
  display: table;
  clear: both;
}
.nav-box .nav-list .nav-item {
  float: left;
  width: 49%;
}
.nav-box .nav-list .nav-item img {
  width: 100%;
}
.nav-box .nav-list .nav-item:first-child {
  margin-right: 2%;
}
.nav-box .nav-link {
  margin: 0 auto;
  padding: 0 0 1%;
  width: 94%;
}
.nav-box .nav-link img {
  width: 100%;
}
.nav-box .nav-link.last {
  padding-bottom: 3%;
}
.nav-box .f-threepoints {
  margin: 1% auto 2%;
  width: 98%;
}
.nav-box .f-threepoints .threepoints-list {
  padding: 0 2% 3%;
  background: #416563;
}
.nav-box .f-threepoints .threepoints-list .threepoints-item {
  padding: 2% 0 0;
}
.nav-box .f-threepoints .threepoints-list .threepoints-item img {
  width: 100%;
}
.nav-box .f-threepoints .threepoints-list .threepoints-item:first-child {
  padding-top: 1%;
}

.contact-box {
  padding: 10% 5%;
  background: url(../img/nav_contact_btn_bg.png?v=2) left top -5px no-repeat;
  background-size: 100% auto;
}
.contact-box .nav-contact-title {
  margin-bottom: 1%;
  margin-left: 2%;
  width: 35%;
}
.contact-box .nav-contact-mail-list {
  overflow: hidden;
}
.contact-box .nav-contact-mail-item {
  float: left;
  width: 50%;
}
.contact-box li a {
  display: block;
  text-decoration: none;
  line-height: 1.1;
  font-size: 1.2rem;
  color: #FFF;
}
.contact-box.footer-contact {
  padding: 9% 0 1%;
  background: url(../img/nav_contact_btn_bg_footer.png?v=2) left top -5px no-repeat;
  background-size: 100% auto;
}
.contact-box.footer-contact .nav-contact-title {
  padding: 0 5%;
  width: 55%;
}
.contact-box.footer-contact .nav-contact-text {
  margin: 2% 0;
  padding-left: 7%;
  background-color: #406564;
  line-height: 2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  color: #fff;
}
.contact-box.footer-contact .nav-contact-pdf, .contact-box.footer-contact .nav-contact-mail {
  padding: 0 5%;
}

.banner-slide {
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  padding: 0;
  width: 100%;
  background-color: rgba(239, 240, 240, 0.85);
}
.banner-slide-list {
  margin-bottom: 0;
}
.banner-slide-item {
  margin: 0 5px;
}
.banner-slide .slick-arrow {
  z-index: 2;
  padding-top: 8%;
  width: 10%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.banner-slide .slick-arrow::before {
  display: none;
}
.banner-slide .slick-next {
  top: 36%;
  right: 0;
  background-image: url(../img/slide_arrow_next.png);
}
.banner-slide .slick-prev {
  top: 36%;
  left: 0;
  background-image: url(../img/slide_arrow_prev.png);
}
.banner-slide .slick-dots {
  position: static;
  bottom: 0;
  margin-top: 3%;
}
.banner-slide .slick-dots li {
  margin: 0 2rem;
  width: 1.5rem;
  height: 1.5rem;
}
.banner-slide .slick-dots button {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #fff;
}
.banner-slide .slick-dots button::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
}
.banner-slide .slick-active button {
  background-color: #ec746b;
}

.footer.nomargin {
  margin-bottom: 0;
}

.pagetop {
  bottom: 10.5%;
}
.pagetop.nomargin {
  bottom: 0;
}

.link-button {
  padding: 0 6% 8%;
}

.topicpath {
  width: 100%;
  border-top: 1px solid #406464;
  border-bottom: 1px solid #406464;
  background: #FFF;
}
.topicpath ol {
  *zoom: 1;
}
.topicpath ol::after {
  content: "";
  display: table;
  clear: both;
}
.topicpath ol li {
  position: relative;
  float: left;
  padding: 5px 21px 5px 14px;
  text-align: left;
  line-height: 1.25;
  font-size: 1.4rem;
  color: #585858;
}
.topicpath ol li a {
  text-decoration: none;
  color: #7BA6A0;
}
.topicpath ol li::after {
  transform: skew(-30deg);
  content: "";
  display: block;
  position: absolute;
  right: 6px;
  bottom: 0;
  z-index: 1000;
  width: 1px;
  height: 52%;
  border-right: 2px solid #406464;
  background: #FFF;
}
.topicpath ol li::before {
  transform: skew(30deg);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 6px;
  z-index: 1000;
  width: 1px;
  height: 52%;
  border-right: 2px solid #406464;
  background: #FFF;
}
.topicpath ol li:first-child {
  padding: 5px 21px 5px 10px;
}

.flow-contact-box {
  display: none;
  width: 100%;
}
.flow-contact-box.fixed {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.9;
}

.pager {
  *zoom: 1;
}
.pager::after {
  content: "";
  display: table;
  clear: both;
}
.pager .page-prev {
  float: left;
  margin-left: 0.3em;
  font-size: 1.6rem;
}
.pager .page-prev a {
  display: block;
  position: relative;
  padding: 0.3em;
  text-decoration: none;
}
.pager .page-prev a::before {
  content: "＜";
  display: inline-block;
  padding-right: 5px;
}
.pager .page-next {
  float: right;
  margin-right: 0.3em;
  font-size: 1.6rem;
}
.pager .page-next a {
  display: block;
  position: relative;
  padding: 0.5em;
  text-decoration: none;
}
.pager .page-next a::after {
  content: "＞";
  display: inline-block;
  padding-left: 5px;
}
.pager .page-num {
  margin: 5% 0 0;
  padding: 2% 0;
  background: #DFF0EE;
  text-align: center;
}
.pager .page-num {
  *zoom: 1;
}
.pager .page-num::after {
  content: "";
  display: table;
  clear: both;
}
.pager .page-num li {
  display: inline-block;
  font-size: 1.6rem;
}
.pager .page-num li a {
  display: block;
  padding: 0.3em;
  text-decoration: none;
}
.pager .page-num li.page-first a::after {
  content: "…";
}
.pager .page-num li.page-last a::before {
  content: "…";
}
.pager .page-num li.current {
  padding: 0.3em;
  background: #999;
  color: #FFF;
}

.link-list {
  padding-bottom: 5%;
}
.link-list .link-item {
  border-top: 2px solid #9FA0A0;
  background-image: linear-gradient(to bottom, #fefefe 0%, #efefef 71%, #efefef 71%, #dadadb 87%, #c1c1c2 100%);
  background-color: #fefefe;
}
.link-list .link-item a {
  display: block;
  position: relative;
  padding: 6% 10% 6% 30%;
  text-decoration: none;
}
.link-list .link-item a::before, .link-list .link-item a::after {
  content: "";
  display: block;
  position: absolute;
}
.link-list .link-item a::before {
  top: 0;
  right: 0;
  width: 8%;
  height: 100%;
  background-image: linear-gradient(to bottom, #e5e6e6 0%, #d6d7d7 67%, #9fa0a0 100%);
  background-color: #e5e6e6;
}
.link-list .link-item a::after {
  content: "";
  top: 0;
  right: 0;
  width: 8%;
  height: 100%;
  background: url(../img/arrow_right.png) center no-repeat;
  background-size: 50% auto;
}
.link-list .link-item a dl dt {
  padding-bottom: 5px;
  font-size: 1.6rem;
  color: #0E6876;
}
.link-list .link-item a dl dd {
  line-height: 1.4;
  font-size: 1.25rem;
  color: #727171;
}
.link-list .link-item.current {
  position: relative;
}
.link-list .link-item.current::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/current_cover.png) left top repeat;
}

#container > .banner-list {
  margin: 5% 0 3.5rem;
  padding: 0 2%;
}
#container > .banner-list img {
  width: 100%;
}
#container > .banner-list .banner-item {
  margin-bottom: 1rem;
}

/*----------------------------------------------------------------------
4.	#header
----------------------------------------------------------------------*/
.header-inner {
  position: relative;
  padding: 1% 4% 1% 2%;
  min-height: 31px;
  border-top: 4px solid #406464;
  background: url(../img/header_bg.gif?v=2) left bottom no-repeat;
  background-color: #6b9f98;
  background-size: 100%;
}

.logo {
  width: 67%;
}
.logo img {
  width: 100%;
}

.h-menu {
  position: absolute;
  top: 8%;
  right: 5%;
  width: 13%;
}
.h-menu img {
  width: 100%;
}

.drawer {
  display: none;
}

/*----------------------------------------------------------------------
5.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
6.	#main
----------------------------------------------------------------------*/
.main-title {
  position: relative;
  padding: 3%;
  border: 1px solid #c9c9ca;
  background: #78A6A1;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
  line-height: 1.2;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 2.4rem;
  font-weight: normal;
  color: #FFF;
  box-sizing: border-box;
}
.main-title::before {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
}

.lead {
  padding: 5% 3% 6%;
  line-height: 1.6;
  font-size: 1.6rem;
}

.text {
  line-height: 1.5;
  font-size: 1.6rem;
  color: #898989;
}
.text mark {
  background: none;
  color: #E15F5A;
}

.box {
  margin: 0 auto 10%;
  padding: 1% 1% 3%;
  width: 96%;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 0 5px #333;
}
.box mark {
  padding: 0 1px;
  background: linear-gradient(transparent 60%, #FBDCCD 60%);
  color: #736D6D;
}
.box .box-inner {
  padding: 0 1%;
}
.box .box-inner {
  *zoom: 1;
}
.box .box-inner::after {
  content: "";
  display: table;
  clear: both;
}
.box .lead {
  padding: 0;
  line-height: 1.4;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: bold;
}
.box .pic {
  box-sizing: border-box;
  width: 30%;
}
.box .pic img {
  width: 100%;
}
.box .pic.small {
  width: 20%;
}
.box .pic.big {
  width: 40%;
}
.box .pic.right {
  float: right;
  padding: 0 0 10px 10px;
}
.box .pic.left {
  float: left;
  padding: 0 10px 10px 0;
}
.box .pic.bottom {
  margin: 6% 0 0;
  width: 100%;
}

.paragraph {
  margin: 6% 0 0;
}

.l-title {
  margin: 0 0 7%;
  padding: 2%;
  border-radius: 4px 4px 0 0;
  background: #78A6A1;
  line-height: 1.25;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 2rem;
  font-weight: normal;
  color: #FFF;
}

.m-title {
  margin: 0 0 2%;
  padding: 2% 2% 2% 3%;
  border-left: 4px solid #78A6A1;
  border-radius: 0 4px 4px 0;
  background: #EBF4F3;
  line-height: 1.2;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.8rem;
  color: #665B5B;
}
.m-title span {
  display: block;
  padding: 2px 0 0;
  font-size: 1.4rem;
}

.s-title {
  margin: 0 0 6%;
  padding: 0 0 1%;
  border-bottom: 1px dotted #8e8e8f;
  line-height: 1.2;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.8rem;
}

.a-detail {
  display: none;
}

.threepoints {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
  margin: 0 auto 3rem;
  padding: 4% 2%;
  width: 96%;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #84a9a4 0%, #a1cac4 50%, #d1e8e6 100%);
  background-color: #84a9a4;
  box-sizing: border-box;
}
.threepoints__title {
  margin: 0 0 2%;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.4rem;
  color: #fff;
}
.threepoints__title em {
  padding-right: 1px;
  padding-left: 1px;
  font-size: 2rem;
}
.threepoints__item {
  margin: 0;
}
.threepoints__item:last-child {
  margin-bottom: 0;
}
.threepoints__item img {
  width: 100%;
}
.threepoints .bottom-text {
  margin: 2% auto 0;
  padding: 3% 0 2%;
  width: 86%;
  border-radius: 6px;
  background: #78A6A1;
  text-align: center;
  line-height: 1;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

.attention-notices {
  border: 0.2rem solid #d63228;
  background: #fff;
}
.attention-notices a {
  display: block;
  padding: 1.3289036545%;
  text-decoration: none;
}
.attention-notices__title {
  margin-bottom: 1.3289036545%;
  text-align: center;
  line-height: 1.375;
  font-size: 1.6rem;
  font-weight: bold;
  color: #d63228;
}
.attention-notices__text {
  line-height: 1.4285714286;
  font-size: 1.4rem;
  color: #898989;
}

/*----------------------------------------------------------------------
	よくある失敗 TOP10
----------------------------------------------------------------------*/
.best10 {
  margin: 3rem 0;
}
.best10__inner {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
  margin: 0 auto;
  width: 92%;
  border-radius: 4px;
  background: linear-gradient(#a8d2cd, #c7e5e3);
}
.best10__title {
  padding: 2% 3%;
  width: 94%;
}
.best10__list {
  margin: 0 0 0 -4%;
  width: 108%;
}
.best10__item {
  margin: 0;
}
.best10 .link-button {
  padding: 1rem 0 2rem;
  text-align: right;
}
.best10 .link-button a {
  padding-right: 3rem;
  background: url(../img/top_best10_anchor.png) right 1rem center no-repeat;
  background-size: contain;
  text-decoration: underline;
  font-size: 1.4rem;
  color: #547675;
}

/*----------------------------------------------------------------------
	豊胸を行う前に必ずご覧ください
----------------------------------------------------------------------*/
.attention {
  margin-bottom: 3rem;
}
.attention > * {
  padding: 0 3%;
}
.attention__title {
  margin: 3% 3% 4%;
  padding-bottom: 3%;
  border-bottom: 1px solid #C9CACA;
}
.attention__title img {
  width: 100%;
}
.attention__text {
  margin-bottom: 4.6875%;
  line-height: 1.4;
  font-size: 1.6rem;
}
.attention__text .note {
  float: right;
  line-height: 2;
  font-size: 1rem;
}
.attention-notices {
  margin: 0 3%;
  padding: 0;
}
.attention-doctor {
  margin: 2rem 0;
}
.attention-doctor {
  *zoom: 1;
}
.attention-doctor::after {
  content: "";
  display: table;
  clear: both;
}
.attention-doctor__inner {
  float: right;
  width: 49%;
}
.attention-doctor__title {
  margin: 1% 0 3%;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.4rem;
  color: #eb736e;
}
.attention-doctor__name {
  font-size: 1.2rem;
}
.attention-doctor__name span {
  display: block;
  padding: 0 0 2%;
  color: #cb0c0c;
}
.attention-doctor__name em {
  display: block;
  padding: 4% 0 0;
  font-size: 2.2rem;
}
.attention-doctor__text {
  padding: 4% 0 0;
  line-height: 1.3;
  font-size: 1.2rem;
}
.attention-doctor__pic {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
  box-sizing: border-box;
  float: left;
  width: 48%;
}
.attention-doctor__pic img {
  width: 100%;
}
.attention-trouble {
  padding: 0;
}
.attention-trouble__title {
  margin: 0 3%;
  padding: 1rem;
  border-radius: 4px 4px 0 0;
  background: #dbeeed;
  text-align: center;
  line-height: 1.5357142857;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.4rem;
  color: #547675;
}
.attention-trouble__list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
  background: #fff;
}
.attention-trouble__list {
  *zoom: 1;
}
.attention-trouble__list::after {
  content: "";
  display: table;
  clear: both;
}
.attention-trouble__item {
  width: 50%;
  border-top: 1px dotted #9fa0a0;
  border-right: 1px dotted #9fa0a0;
}
.attention-trouble__item:nth-child(1), .attention-trouble__item:nth-child(2) {
  border-top: 0;
}
.attention-trouble__item:nth-child(even) {
  margin-left: -0.1rem;
  border-right: 0;
}
.attention-trouble__item .item-inner {
  display: table;
  padding: 3% 0;
  width: 100%;
  table-layout: fixed;
}
.attention-trouble__item .item-pic {
  box-sizing: border-box;
  display: table-cell;
  padding: 0 3% 0 2%;
  width: 29%;
}
.attention-trouble__item .item-pic img {
  width: 100%;
}
.attention-trouble__item .item-text {
  display: table-cell;
  padding: 0 2% 0 0;
  width: 71%;
  vertical-align: middle;
  line-height: 1.4;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.2rem;
}

/*----------------------------------------------------------------------
	主な豊胸施術の概要
----------------------------------------------------------------------*/
.summary {
  margin: 0 2%;
}
.summary__title {
  overflow: hidden;
  margin-bottom: 2.0833333333%;
  font-size: 1.6rem;
  font-weight: normal;
  color: #537272;
}
.summary__title span {
  float: right;
  margin-top: 0.3rem;
  line-height: 1.6;
  font-size: 1rem;
  color: #595959;
}
.summary__table {
  clear: both;
  margin-bottom: 2.0833333333%;
  border: 0.1rem solid #c9c9ca;
  background: #fff;
  color: #898989;
}
.summary__table th,
.summary__table td {
  padding: 2.0833333333%;
  border: 0.1rem solid #c9c9ca;
}
.summary__table th {
  font-size: 1.4rem;
  color: #898989;
}
.summary__table td {
  vertical-align: top;
  text-align: justify;
  line-height: 1.4285714286;
  font-size: 1.4rem;
}
.summary__table thead th {
  text-align: center;
}
.summary__table tbody th,
.summary__table tbody td {
  padding: margin(10, 16, 10, 1) 10px;
}
.summary__table tbody td {
  box-sizing: border-box;
  width: 50%;
}
.summary__table .operation {
  background: #cce2df;
  font-size: 1.6rem;
  color: #537272;
}
.summary__table .item {
  margin-left: 1rem;
  text-indent: -1rem;
}
.summary__table .item::before {
  content: "●";
  color: #78a5a0;
}

.feature-list {
  margin: 5% 0;
  padding: 0 2%;
}
.feature-list {
  *zoom: 1;
}
.feature-list::after {
  content: "";
  display: table;
  clear: both;
}
.feature-list .feature-item {
  margin: 0 0 2%;
}
.feature-list .feature-item img {
  width: 100%;
}
.feature-list .feature-item:last-child {
  margin-bottom: 0;
}

.banner-list {
  margin: 5% 0 3.5rem;
  padding: 0 2%;
}
.banner-list img {
  width: 100%;
}

.banner-item {
  margin-bottom: 1rem;
}

/*----------------------------------------------------------------------
7.	#footer
----------------------------------------------------------------------*/
#footer {
  padding-bottom: 0;
}
#footer .banner {
  padding: 2rem 0;
}
#footer .banner .title {
  margin: 0 0.7rem;
}
#footer .banner .duration {
  margin: 1rem 0;
  text-align: center;
  font-size: 1.4rem;
}
#footer .banner .duration .emphasis {
  font-weight: bold;
}
#footer .banner-list {
  overflow: hidden;
  margin: 0 auto;
  width: 90%;
}
#footer .banner-item {
  float: left;
  margin-top: 2%;
  width: 49%;
}
#footer .banner-item:nth-child(odd) {
  margin-right: 2%;
}
#footer .banner-item:nth-child(1), #footer .banner-item:nth-child(2) {
  margin-top: 0;
}
#footer .copyright {
  position: relative;
  padding: 5% 0 21%;
  background: #406464;
  text-align: center;
  line-height: 1.4;
  font-size: 1.2rem;
  color: #FFF;
}

#pagetop {
  width: 50px;
}
#pagetop img {
  width: 100%;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}
