@charset "utf-8";
/* Index
++++++++++++++++++++++++++++++++++++++++
- Foundation
- Layout
- utility
- Styles
  - header
  - main visual
  - navigation
  - section
    - common
    - intro
      - No1
      - Voice
    - content
      - common
      - Kabu
      - FX
      - CFD
  - footer

++++++++++++++++++++++++++++++++++++++++ */


/* Foundation
++++++++++++++++++++++++++++++++++++++++ */

/* reset */
html,
body, article, section, nav, aside, header, footer, address, h1, h2, h3, h4, h5, h6,
p, pre, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, div, main,
a, em, strong, small, s, cite, q, dfn, abbr, time, code, var, samp, kbd, sub, sup, i, b, u, mark, span,
ins, del,
img, iframe, embed, object, video, audio,
table, caption, tbody, thead, tfoot, tr, td, th,
form, label, output, fieldset, legend,
details, summary,
canvas {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  text-align: inherit;
  vertical-align: baseline;
}

*::before,
*::after {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

/* initialize */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8em;
  text-align: left;
  line-height: 1.5;
  color: #272732;
}

@media (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
}

th, td {
  vertical-align: middle;
}

a {
  color: #272732;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.7;
}

b {
  font-weight: bold;
}

img {
  line-height: 1;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}

/* beacon出力のimg要素 レイアウト干渉避け */
body > img[height="1"][width="1"] {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 1px;
}

/* Layout
++++++++++++++++++++++++++++++++++++++++ */

/* display control */
.l-disp-none-sp {
  display: block;
}
.l-disp-none-pc {
display: none;
}
@media screen and (max-width: 767px) {
  .l-disp-none-pc {
    display: block;
  }
  .l-disp-none-sp {
    display: none;
  }
}

/* wrap */
.wrap-default {
  display: block;
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-default{
    display: block;
    width: auto;
    /*max-width: 600px;*/
    /*margin: 0 10px;*/
    margin: 0 10px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .wrap-default{
    /*margin: 0 auto;*/
  }
}

/* flex */
.l-flex{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}
.l-flex .col-bottom{
  align-self: flex-end;
}
.l-flex-between{
  justify-content: space-between;
}
.l-flex-center {
  justify-content: center;
  align-items: center;
}

/* utility
++++++++++++++++++++++++++++++++++++++++ */

/* iPhoneX safe area offset */
.u-safeareainset-btm {
  display: block;
  padding-bottom: env(safe-area-inset-bottom);
  visibility: hidden;
}

/* clearfix */
.clearfix:after {
  clear: both;
  display: block;
  content: '';
}

/* color */
.home-color{
  color: #005bac!important;
}
.key-color-01 {
  color: #d42c37!important;
}
.key-color-02 {
	color: #1f3450!important;
}
.key-bgcolor-01 {
  background-color: #fff !important;
}
.key-bgcolor-02 {
  background-color: #f0f0f0 !important;
}
.key-bgcolor-03 {
  background-color: #1f3450!important;
}
.key-bgcolor-04{
  background-color: #e90012 !important;
}

/* list */
.list-note > li{
  font-size: 1.4rem;
  padding-left: 0.75em;
  text-indent: -0.75em;
}
.list-note > li:before{
  content: "※";
}
@media screen and (max-width: 767px) {
  .list-note > li{
    font-size: 1.2rem;
  }
}

/* Styles
++++++++++++++++++++++++++++++++++++++++ */

/* header */
.header-logo {
  line-height: 20px;
  margin-bottom: 30px;
}
  .header-logo img {
  max-width: 250px;
  width: 100%;
  height: auto;
}
  @media screen and (max-width: 767px) {
  .header-logo {
    width: 100%;
    max-width: 640px;
    line-height: 24px;
    margin-bottom: 24px;;
  }
  .header-logo img {
    max-width: 135px;
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
}

/* main visual */
.mv {
  background-image: url(/corp/lp/sns/campaign/fx_2203/images/mv-bg-pc.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 30px 0 20px;
}
.mv-inner {
  width: 960px;
  margin: 0 auto;
}
.mv-ttl {
	width: 100%;
	text-align: center;
}
.mv-ttl-img,
.mv-watch-left img,
.mv-watch-right img {
	width: 100%;
	height: auto;
}
.mv-sub {
  padding-bottom: 40px; 
}
.mv-sub:before {
  content: "";
  width: 100%;
  height: 125px;
  display: block;
  background-image: url(/corp/lp/sns/campaign/fx_2203/images/mv-bg-pc.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.mv-sub-inner {
  width: 900px;
  margin: -125px auto 40px;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.08);
  background: #FFF;
}
.mv-sub-txt{
  font-family: 'Noto Sans JP', sans-serif;
  padding: 28px;
  width: 100%;
	color: #1f3450;
	text-align: center;
}
.mv-sub-txt h2 {
  font-size: 30px;
  font-weight: 700;
	line-height: 1.2;
}
.mv-sub-txt p.mv-sub-description {
  font-size: 20px;
  margin-top: 16px;
}
.mv-sub-txt p.mv-sub-note {
  font-size: 15px;
  margin-top: 18px;
}

/* navigation */
.nav-list li {
  width: 210px;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}
.nav-list li:hover {
  opacity: 0.7!important;
}
.nav-list li a {
	display: block;
	height: 98px;
	margin-top: 0;
	text-indent: -9999px;
	cursor: pointer;
}
li.nav-list-present {
	background-image: url(/corp/lp/sns/campaign/fx_2203/images/btn-nav-list-1-pc.png);
}
li.nav-list-entry {
	background-image: url(/corp/lp/sns/campaign/fx_2203/images/btn-nav-list-2-pc.png);
}
li.nav-list-outline {
	background-image: url(/corp/lp/sns/campaign/fx_2203/images/btn-nav-list-3-pc.png);
}
li.nav-list-fxwatch_apple {
	background-image: url(/corp/lp/sns/campaign/fx_2203/images/btn-nav-list-4-pc.png);
}

/* section - present */
section.sec-present,
section.sec-outline {
	padding: 60px 0;
}
section.sec-fxwatch_apple {
	padding: 60px 0 0;
}
h2.sec-present-ttl,
h2.sec-entry-ttl,
h2.sec-outline-ttl,
h2.sec-fxwatch_apple-ttl {
	text-align: center;
	height: auto;
}
.sec-present-ttl img,
.sec-entry-ttl img,
.sec-outline-ttl img,
.sec-fxwatch_apple-ttl img {
	width: auto;
	height: 45px;
}
.sec-present-inner {
	margin-top: 40px;
	background: #fff;
	padding: 30px;
	border-radius: 30px;
	border: 3px solid #edd85d;
}
.sec-present-takano {
	align-items: center;
}
.img-takano {
	width: 36%;
	height: auto;
}
.img-takano img {
	width: 100%;
	height: auto;
}
.txt-takano {
	width: 61%;
}
.txt-takano p,
.sec-present-details {
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: -0.1rem;
}
.sec-present-details {
	margin: 20px 0;
}
.sec-present-details p span {
	margin: 0 30px;
}
.sec-present-details p:last-child span {
	margin: 0 0 0 30px;
}
/* section - entry */
.sec-entry {
	padding: 60px 0;
  background-color: #fff5f6;
}
.sec-entry-inner,
.sec-outline-inner {
	margin-top: 40px;
}
.sec-entry-list li {
	position: relative;
	margin-bottom: 70px;
}
.sec-entry-list li {
	background: #FFF;
	border-radius: 30px;
	padding: 18px 30px;
	border: 2px solid #d42c37;
	word-break: break-all;
}
.sec-entry-list li:last-child {
	margin-bottom: 0px;
}
.sec-entry-list li.sec-entry-step1:after,
.sec-entry-list li.sec-entry-step2:after {
	position: absolute;
	bottom: -52px;
	right: 50%;
	content: "";
	background-image: url(/corp/lp/sns/campaign/fx_2203/images/img-arrow.png);
	background-repeat: no-repeat;
	width: 51px;
	height: 31px;
	margin-right: -25px;
}
.sec-entry-step {
	text-align: center;
}
.sec-entry-step img {
	height: 65px;
	width: auto;
}
h3.sec-entry-step-ttl {
	color: #d42c37;
	font-size: 30px;
	font-weight: bold;
	margin: 14px 0;
	letter-spacing: -0.1rem;
	text-align: center;
	line-height: 1.1;
}
.icon-clicksec {
	width: 27%;
	padding: 0px 40px 0 23px;
}
.img-watch {
	width: 29%;
}
.icon-clicksec img,
.img-watch img {
	width: 100%;
	height: auto;
}
.sec-entry-step1-details {
	width: 67%;
}
.sec-entry-step2-details {
	width: 67%;
}
.sec-entry-step1-details h3.sec-entry-step-ttl {
	text-align: left;
}
.sec-entry-step2 h3.sec-entry-step-ttl {
	margin: 14px 0 30px;
}
.sec-entry-step1-details p,
.sec-entry-step2-details p,
.sec-entry-step3-details p {
	font-size: 22px;
	letter-spacing: -0.1rem;
}
.sec-entry-step2-details p:nth-child(3) {
	margin-top: 20px;
}
.sec-entry-step3-details p {
	text-align: center;
}
.sec-entry-step2-details a {
	color: #0392d5;
	text-decoration: underline;
}
.sec-entry-step2-details a:hover {
	text-decoration: none;
}
.btn-follow {
	text-align: center;
	margin: 30px 0;
}
.btn-entry {
	text-align: center;
	margin: 40px 0;
}
.btn-fxapp-watch {
	text-align: center;
	margin-top: 60px;
}
.sec-entry-step-example {
	display: flex;
	align-items: center;
}
.sec-entry-step-example:before,
.sec-entry-step-example:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #727272;
  margin:0 2em;
}
.sec-entry-step-example p {
	color: #727272;
	font-size: 28px;
	font-weight: bold;
}
.sec-enty-howto {
	margin-top: 40px;
}
.sec-entry-howto-ttl {
	background: #727272;
	padding: 14px 0;
}
.sec-entry-howto-ttl h3 {
	color: #FFF;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.sec-entry-howto-list {
	background: #FFF;
	padding: 30px;
	font-size: 22px;
}
.sec-entry-howto-list li:last-child {
	margin-top: 45px;
}
.dl-item-wrap {
	margin: 20px 0;
}
.badge-appstore {
	width: 100%;
	height: auto;
	max-width: 259px;
}
.dldemo-qr-appstore {
	margin-left: 45px;
}
/* section - outline */
.camp-detail {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	border-top: solid 1px #b8b8b8;
	border-left: solid 1px #b8b8b8;
}
.camp-detail th,
.camp-detail td {
	border-bottom: solid 1px #b8b8b8;
	border-right: solid 1px #b8b8b8;
}
.camp-detail th {
	width: 26%;
	padding: 14px;
  background-color: #ededed;
	font-weight: bold;
	background-color
}
.camp-detail td {
	background-color: #fff;
	padding: 14px;
}
.camp-detail ul.camp-detail-note {
	margin-top: 10px;
}
.camp-detail ul.camp-detail-howto li,
.camp-detail ul.camp-detail-note li,
.camp-detail ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.camp-detail ul.camp-detail-howto li:first-child::before {
	content: "1. ";
}
.camp-detail ul.camp-detail-howto li:nth-child(2)::before {
	content: "2. ";
}
.camp-detail ul.camp-detail-note > li::before {
	content: "※";
}
.camp-detail ul > li::before {
	content: "・";
}
/* section - fxwatch apple */
.sec-fxwatch_apple {
	background: #f2f7ff;
}
.sec-fxwatch_apple-mv-inner {
	align-items: center;
	margin: 60px 0;
}
.mv-watch-left,
.mv-watch-right {
	width: 48%;
}
.sec-fxwatch_apple-inner {
  padding: 62px 0 60px;
}
.sec-fxwatch_apple-inner h2 {
  font-size: 45px;
  text-align: center;
  color: #fff;
  margin-bottom: 70px;

  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.sec-watch-features-list {
	width: 900px;
	margin: 0 auto;
}
.sec-watch-features-item {
  background: #FFF;
  border-radius: 30px;
  padding: 0 40px;
  margin-bottom: 50px;
}
.sec-watch-features-item:first-child {
	position: relative;
	align-items: center;
}
.sec-watch-features-item:nth-child(2),
.sec-watch-features-item:last-child {
  align-items: center;
  justify-content: space-between;
}
.sec-watch-features-item:last-child {
  margin-bottom: 0px;
}
.sec-speed-order {
  padding: 40px 38px;
	align-items: center;
}
.sec-watch-features-item:first-child .sec-watch-features-description {
	width: 63%;
}
.sec-watch-features-item:nth-child(2) .sec-watch-features-description {
  width: 53%;
  padding: 6px 0px;
}
.sec-watch-features-item:last-child .sec-watch-features-description {
	width: 62%;
}
.sec-watch-features-item:first-child .sec-watch-features-img {
  position: absolute;
	bottom: 0;
  right: 38px;
}
.sec-watch-features-description h3 {
  font-family: 'Noto Sans JP';
  font-size: 32px;
  border-bottom: 1px solid #000;
  padding: 0 0 12px;
  margin-bottom: 12px;
}
.sec-speed-order .sec-watch-features-description h3 {
  border-bottom: unset!important;
  padding: 0 0 0px!important;
  margin-bottom: 0px!important;  
}
.sec-watch-features-description p {
  font-size: 22px;
	color: #434343;
}
.sec-watch-features-box {
	width: 36%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	overflow: hidden;
	padding-top: 40%;
}
/* .sec-watch-features-item:nth-child(2) .sec-watch-features-img {
  background-image: url(/corp/lp/sns/campaign/fx_2203/images/sec-fxwatch_apple-features2.png);
} */
.sec-watch-features-item:last-child .sec-watch-features-img {
  background-image: url(/corp/lp/sns/campaign/fx_2203/images/sec-fxwatch_apple-features3.png);
	width: 36%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  overflow: hidden;
  padding-top: 40%;
}
/* section - koza */
.sec-btn {
	padding: 60px 0;
}
.sec-btn div {
	text-align: center;
}

@media screen and (max-width: 767px) {
  .mv {
		width: 100%;
		height: auto;
    padding: 10px 10px 20px;
    background-image: url(/corp/lp/sns/campaign/fx_2203/images/mv-bg-pc.png);
  }
  .mv-inner {
    width: 100%;
    margin: unset;
    display: block;
  }
  .mv-ttl {
    display: block;
    width: auto;
    text-align: center;
  }
  .mv-ttl img {
    width: 100%;
    margin-bottom: 0px;
  }
  .mv-sub {
    padding-bottom: 20px; 
  }
  .mv-sub:before {
    content: "";
    width: 100%;
    height: 60px;
    display: block;
    background-image: url(/corp/lp/sns/campaign/fx_2203/images/mv-bg-pc.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .mv-sub-inner {
    width: 96%;
    margin: -60px auto 20px;
  }
  .mv-sub-txt {
    width: 100%;
    padding: 10px;
  }
  .mv-sub-txt h2 {
    font-size: 1.4rem;
  }
  .mv-sub-txt p.mv-sub-description {
    font-size: 1.0rem;
    margin-top: 8px;
  }
	.mv-sub-txt p.mv-sub-note {
		font-size: 0.8rem;
		margin-top: 0px;
	}
	.nav-list {
		flex-wrap: wrap;
	}
	li.nav-list-present,
	li.nav-list-entry,
	li.nav-list-outline,
	li.nav-list-fxwatch_apple {
    background-image: unset;
	}
	.nav-list li {
    width: 48%;
    height: auto;
    background-repeat: unset;
    background-size: unset;
    background-position: unset;
	}
	.nav-list li:nth-child(n+3) {
		margin-top: 3%;
	}
	.nav-list li a {
    height: auto;
	}

	section.sec-present,
	section.sec-outline,
	.sec-entry {
    padding: 16px 0 22px;
	}
	.sec-present-inner {
    margin-top: 16px;
		padding: 16px 10px;
	}
	.sec-entry-inner,
	.sec-outline-inner {
    margin-top: 16px;
	}
	.sec-present-takano {
		display: block;
	}
	.img-takano {
		width: 60%;
		margin: 0 auto;
	}
	.txt-takano {
		width: 100%;
    margin-top: 12px;
	}
	.txt-takano p,
	.sec-present-details {
    font-size: 1.2rem;
	}
	.sec-present-details {
    margin: 4px 0;
	}
	.sec-present-details p span {
    margin: 0 12px;
	}
	.sec-present-details p:last-child span {
    margin: 0 0 0 12px!important;
	}
	.img-apple,
	.img-jelly {
		width: 49%;
	}
	.sec-present-ttl img,
	.sec-entry-ttl img,
	.sec-outline-ttl img,
	.sec-fxwatch_apple-ttl img {
    width: 100%;
    height: auto;
    max-width: 200px;
	}
	.sec-fxwatch_apple-ttl img {
    width: 100%;
    height: auto;
    max-width: 240px;
	}
	.sec-entry-step img {
    height: 30px;
    width: auto;
	}
	.sec-entry-step1 .l-flex,
	.sec-entry-step2 .l-flex {
		display: block;
	}
	.icon-clicksec {
    width: 36%;
    margin: 12px auto;
		padding: unset;
	}
	.sec-entry-step1-details {
    width: 100%;
	}
	.sec-entry-step1-details h3.sec-entry-step-ttl {
    text-align: center;
	}
	h3.sec-entry-step-ttl {
    font-size: 1.6rem;
	}
	.sec-entry-step2 h3.sec-entry-step-ttl {
    margin: 14px 0;
	}
	.sec-entry-step1-details p,
	.sec-entry-step2-details p,
	.sec-entry-step3-details p {
    font-size: 1.4rem;
    letter-spacing: -0.1rem;
	}	
	.sec-entry-step1-details p {
		text-align: center;
	}
	.btn-follow {
    text-align: center;
    margin: 14px 0;
	}
	.sec-entry-list li {
    padding: 18px 16px;
    margin-bottom: 38px;
	}
	.sec-entry-list li:last-child {
    margin-bottom: 0px;
	}
	.sec-entry-list li.sec-entry-step1:after,
	.sec-entry-list li.sec-entry-step2:after {
    bottom: -30px;
    width: 30px;
    margin-right: -15px;
    height: 18px;
    background-size: cover;
	}
	.img-watch {
    width: 50%;
    margin: 0 auto;
	}
	.sec-entry-step2-details {
    width: 100%;
    margin-top: 16px;
	}
	.btn-entry {
    margin: 16px 0;
	}
	.sec-entry-step-example p {
    font-size: 1.8rem;
	}
	.sec-entry-step-example:before,
	.sec-entry-step-example:after {
    height: 1px;
    margin: 0 8px;
	}
	.sec-enty-howto {
    margin-top: 28px;
	}
	.sec-entry-howto-ttl {
    padding: 10px;
	}
	.sec-entry-howto-ttl h3 {
    font-size: 1.4rem;
	}
	.sec-entry-howto-list {
    padding: 10px;
    font-size: 1.2rem;
		word-break: break-all;
	}
	.sec-entry-howto-list li:last-child {
    margin-top: 20px;
	}
	.camp-detail th, .camp-detail td {
    display: block;
    width: 100%;
		word-break: break-all;
	}
	.camp-detail th {
    padding: 8px;
    text-align: center;
		font-size: 1.4rem;
	}
	.camp-detail td {
		font-size: 1.2rem;
	}
	section.sec-fxwatch_apple {
    padding: 16px 0 0;
	}
	.sec-fxwatch_apple-mv-inner {
    margin: 16px 0;
    display: block;
	}
	.fxwatch_apple-mv-ttl {
    width: 64%;
    margin: 0 auto 16px;
	}
	.fxwatch_apple-mv-watch {
    width: 72%;
    margin: 0 auto;
	}
}


@media screen and (max-width: 767px) {
  .sec-fxwatch_apple-inner {
    padding: 22px 0 26px;
  }
  .sec-fxwatch_apple-inner h2 {
    font-size: 2.0rem;
    margin-bottom: 38px;
  }
	.sec-watch-features-list {
    width: 100%;
  }
  .sec-watch-features-item {
    padding: 0 4px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
  }
  .sec-watch-features-item {
    border-radius: 15px;
  }
  .sec-watch-features-item:first-child .sec-watch-features-description {
  	width: 60%;
  	padding: 12px 6px;
  }
  .sec-watch-features-item:first-child .sec-watch-features-img {
    position: absolute;
    top: unset;
    bottom: 0px;
    right: 4px;
    width: 38%;
  }
	.sec-watch-features-box {
		width: 46%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
		overflow: hidden;
		padding-top: 48%;
	}
  .sec-watch-features-description {
    width: 60%;
    padding: 6px 0px;
  }
  .sec-watch-features-description h3 {
    font-size: 1.4rem;
    padding: 0 0 6px;
    margin-bottom: 6px;
  }
  .sec-watch-features-description p {
    font-size: 1.1rem;
  }
  .sec-speed-order {
    display: block;
    padding: 8px 20px 12px!important;
  }
  .sec-speed-order .sec-watch-features-description {
    width: 100%!important;
    margin-bottom: 14px;
  }
  .sec-speed-order .sec-watch-features-description h3 {
    text-align: center;
  }
  .sec-speed-order img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
	.sec-watch-features-item:last-child .sec-watch-features-img {
		width: 46%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 48%;
	}
  .badge-appstore {
    width: 100%;
    height: auto;
    max-width: 130px;
  }
  .dl-item-wrap {
    margin: 18px 0 28px;
  }
	.btn-fxapp-watch {
    text-align: center;
    margin-top: 26px;
	}
	.sec-btn {
    padding: 20px 0;
	}
}

/* footer */
footer {
  background: #FFF;
  padding: 30px 0 40px;
}
.footer-list-nonte dd,
.footer-list-nonte dt{
  line-height: 2.5rem;
}
.footer-list-nonte dt{
  font-size: 1.6rem;
  margin-top: 30px;
  font-weight: bold;
  text-align: left;
}
.footer-list-nonte dt:before{
  content: "【";
}
.footer-list-nonte dt:after{
  content: "】";
}
.footer-list-nonte dd{
  margin-top: 0;
  font-size: 1.4rem;
}
footer address{
  display: flex;
}
.footer-address dt{
}
.footer-address-logo{
  width: 190px;
  height: auto;
}
.footer-address dd{
  width: 540px;
  font-size: 1.2rem;
  margin-top: 16px;
}
.footer-contact{
  margin-top: 0;
}
.btn-top {
  position: fixed;
  right: 1em;
  bottom: 8%;
  width: 54px;
  height: 54px;
  pointer-events: none;
  transform: translateY(260%);
  transition: transform 0.3s ease;
}
.btn-top.is-fixed {
  transform: translateY(0);
}
.btn-top a {
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  footer{
    margin-top: 16px;
    padding: 0px 0 20px;
  }
  .footer-list-nonte dd,
  .footer-list-nonte dt{
    line-height: 1.8rem;
  }
  .footer-list-nonte dt{
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: center;
  }
  .footer-list-nonte dd{
    margin-top: 1.8rem;
    font-size: 1.2rem;
  }
  footer address{
    display: block !important;
  }
  .footer-address-logo{
		width: 100%;
		max-width: 180px;
    height: auto;
  }
  .footer-address dd{
    width: auto;
    margin-top: 8px;
  }
  .footer-contact{
    margin-top: 20px;
    text-align: center;
  }
  .btn-top {
		width: 42px;
		height: 42px;
		right: 10px;
    bottom: 34px;
  }
}