@charset 'utf-8';
/* CSS Document */
* {
 box-sizing: border-box;
 margin: 0;
 padding: 0;
}
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
 margin: 0;
 padding: 0;
 outline: 0;
 border: 0;
 background: transparent;
 vertical-align: baseline;
 font-size: 100%;
}
ul,
ol {
 list-style: none;
}
html,
body {
 margin: 0 auto;
 padding: 0;
 min-width: 1000px;
 background: #dcf0fa;
 color: #333;
 text-align: left;
 font-size: 20px;
 font-family: Lucida Grande,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
}
@media screen and (max-width:767px) {
 html,
 body {
  min-width: 240px;
  max-width: 767px;
  font-size: 3.5vw;
 }
}

img {
 padding: 0;
 max-width: 100%;
 border-style: none;
 vertical-align: bottom;
 line-height: 0;
}
figure {
 margin: 0 auto;
 text-align: center;
}
figure.waku img {
 padding: 10px;
 border: 1px dotted #333;
 background: #fff;
}
@media screen and (max-width:767px) {
 figure.waku img {
  padding: 1vw;
 }
}

p {
 margin: 0 0 1em;
 padding: 0;
 text-align: left;
 line-height: 1.75em;
}
p:last-child {
 margin: 0;
}
a {
 color: #0097e0;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
.opa {
 transition: all .3s ease;
}
.opa:hover {
 opacity: .7;
}
@media screen and (max-width:767px) {
 p {
  line-height: 1.6em;
 }
}

.left {
 text-align: left;
}
.right {
 text-align: right;
}
.center {
 text-align: center;
}

.clear {
 clear: both;
}
.clearfix:after {
 display: block;
 visibility: hidden;
 clear: both;
 margin: 0;
 padding: 0;
 content: '.';
 line-height: 0;
}

/*ヘッダー*/
#header {
 background: #dcf0fa;
}
#header h1 {
 padding: 1em 0;
 background: #dcf0fa;
 color: #0097e0;
 text-align: center;
 letter-spacing: .05em;
 font-size: 45px;
}
#header h1 span {
 display: inline-block;
 margin-bottom: .5em;
 padding: .25em 1em;
 border-radius: 40px;
 background: #0097e0;
 color: #fff;
 font-size: 32px;
}
#header h1 figure {
 margin: 20px auto 0;
}
#header h1 figure img {
 max-width: 800px;
}
#header ul.mv {
 position: relative;
 z-index: 5;
 display: table;
 padding: 5px;
 width: 100%;
 background: #0097e0;
 box-shadow: rgba(0, 150, 225, .5) 0 0 5px 2px;
 table-layout: fixed;
}
#header ul.mv li {
 display: table-cell;
 vertical-align: middle;
}
#header ul.mv img {
 padding: 5px;
 width: 100%;
 background: #0097e0;
}
@media screen and (max-width:767px) {
 #header h1 {
  padding: .5em;
  font-size: 7vw;
 }
 #header h1 span {
  display: block;
  padding: .125em;
  font-size: 5vw;
 }
 #header h1 figure {
  margin: 3% auto 0;
 }
 #header h1 figure img {
  max-width: 100%;
 }
 #header ul.mv {
  padding: .5vw;
 }
 #header ul.mv img {
  padding: .5vw;
 }
}

/*フッター*/
#footer {
 position: relative;
 z-index: 5;
 padding: 40px 0;
 background: #0097e0;
 box-shadow: rgba(0, 0, 0, .33) 0 0 5px 2px;
 color: #fff;
}
#footer h2 {
 margin-bottom: 20px;
 color: #fff;
}
#footer h2:after {
 background: #fff;
}
#footer table {
 position: relative;
 margin: 0 auto;
 width: 50%;
 /* width: 800px; */
 font-size: 18px;
 line-height: 1.25em;
}
#footer table th {
 padding: .25em .5em;
 min-width: 5em;
 vertical-align: middle;
}
#footer table td {
 padding: .25em .5em;
 vertical-align: middle;
}
#footer table td figure {
 position: absolute;
 right: -10px;
 bottom: 88px;
 display: inline-block;
 margin-left: 20px;
 vertical-align: middle;
}
#footer a {
 color: #fff;
}
#footer dl.notice {
 margin: 40px auto 0;
 width: 800px;
}
#footer dl.notice dt {
 padding: .5em;
 background: #dcf0fa;
 color: #0097e0;
 text-align: center;
 letter-spacing: .1em;
 font-weight: bold;
}
#footer dl.notice dd {
 padding: 1em;
 border: 1px solid #fff;
 background: #fff;
 color: #0097e0;
 font-size: 18px;
}
#footer dl.notice dd p {
 text-align: center;
}
.copyright {
 margin: 0;
 padding: 1em;
 background: #dcf0fa;
 color: #0097e0;
 text-align: center;
 letter-spacing: .1em;
 font-size: 16px;
}
@media screen and (max-width:767px) {
 #footer {
  padding: 6% 3%;
 }
 #footer h2 {
  margin-bottom: 3%;
 }
 #footer table {
  width: 100%;
  font-size: 3vw;
 }
 #footer table th {
  width: 8em;
 }
 #footer table td figure {
  right: .5em;
  bottom: .5em;
 }
 #footer table td img {
  width: 12.5vw;
 }
 #footer dl.notice {
  margin: 3% auto 0;
  width: 100%;
 }
 #footer dl.notice dd {
  font-size: 3vw;
 }
 #footer dl.notice dd p {
  text-align: left;
 }
 .copyright {
  font-size: 2.5vw;
 }
}

/*title*/
h1,
h2,
h3 {
 letter-spacing: .1em;
 line-height: 1.25em;
}
h2 {
 position: relative;
 margin-bottom: 40px;
 padding-bottom: .33em;
 color: #0097e0;
 text-align: center;
 font-size: 36px;
}
h2:after {
 position: absolute;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 width: 1000px;
 height: 2px;
 background: #0097e0;
 content: '';
}
h2 a {
 display: inline-block;
 margin: 0 .25em;
 padding: .25em 1em;
 border-radius: 30px;
 background: #0097e0;
 color: #fff;
 text-decoration: none;
 line-height: 1em;
}
@media screen and (max-width:767px) {
 h2 {
  margin: 0 auto 6%;
  width: 94%;
  font-size: 6vw;
 }
 h2:after {
  width: 100%;
 }
 h2 a {
  display: block;
  margin: .125em;
 }
}

/*メイン*/
#content {
 overflow: hidden;
}
section {
 margin: 0 auto;
 padding: 60px 0;
 width: 100%;
}
section:nth-child(2n+1) {
 background: #fff;
}
.maincontent {
 margin: 0 auto;
 padding: 0;
 max-width: 1100px;
}
@media screen and (max-width:767px) {
 section {
  padding: 9% 0;
 }
 .maincontent {
  margin: 0 auto;
  padding: 0;
  width: 94%;
 }
}

/*sec001*/
#sec001 .lead {
 padding: 2em;
 border: 2px solid #0097e0;
 background: #fff;
}
p.sign {
 margin-top: 2em;
 text-align: right;
 text-decoration: underline;
 letter-spacing: .05em;
 font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, serif;
 line-height: 1.25em;
}
#sec001 .lead figure {
 float: right;
 margin-left: 20px;
 width: 200px;
}
@media screen and (max-width:767px) {
 #sec001 .lead {
  padding: 1em;
 }
 #sec001 .lead figure {
  margin-left: 3%;
  width: 33.3333%;
 }
}

/* greeting */
.greeting {
 letter-spacing: .05em;
 font-size: 1.125rem;
 line-height: 1.75;
}

.greeting__paragraph {
 display: block;
}
.greeting__paragraph + .greeting__paragraph {
 margin-top: 1.5rem;
}

/*sec002*/
#sec002 {
 text-align: center;
}
#sec002 ul {
 display: block;
 margin: 1em 0;
 text-align: left;
}
#sec002 ul li {
 padding: .25em 1em;
 border-bottom: 2px dotted #333;
 letter-spacing: .1em;
 font-weight: bold;
 font-size: 24px;
}
#sec002 ul li:nth-child(1) {
 border-top: 2px dotted #333;
}
#sec002 ul li span {
 font-size: 18px;
}
#sec002 ul li span.lsf {
 color: #c83232;
 font-size: 28px;
}
#sec002 dl {
 display: table;
 margin: 0 auto;
 table-layout: fixed;
}
#sec002 dl dt {
 display: table-cell;
 padding-right: 40px;
 vertical-align: middle;
}
#sec002 dl dd {
 display: table-cell;
 width: 240px;
 vertical-align: middle;
}
#sec002 dl dd img {
 border-radius: 50%;
 box-shadow: rgba(0, 0, 0, .1) 0 0 5px 2px;
}
@media screen and (max-width:767px) {
 #sec002 {
  text-align: left;
 }
 #sec002 p {
  text-align: left;
 }
 #sec002 ul {
  display: block;
  margin: 1em 0;
 }
 #sec002 ul li {
  padding: .25em .5em;
  letter-spacing: .1em;
  font-size: 4.5vw;
 }
 #sec002 ul li span {
  display: block;
  font-size: 3vw;
 }
 #sec002 ul li span.lsf {
  display: inline-block;
  font-size: 4.5vw;
 }
 #sec002 dl {
  display: block;
 }
 #sec002 dl dt {
  display: block;
  padding: 0;
 }
 #sec002 dl dd {
  display: block;
  margin-top: 3%;
  width: 100%;
 }
 #sec002 dl dd img {
  width: 33.3333%;
 }
}

/*sec003*/
#sec003 {
 text-align: center;
}
#sec003 p {
 text-align: center;
}
#sec003 dl {
 display: flex;
 flex-direction: row-reverse;
 margin: 0 auto;

 align-items: center;
 justify-content: center;
}
#sec003 dl dt {
 padding-left: 40px;
}
#sec003 dl dd {
 width: 240px;
}
#sec003 dl dd img {
 border-radius: 50%;
 box-shadow: rgba(0, 0, 0, .25) 0 0 5px 2px;
}
@media screen and (max-width:767px) {
 #sec003 {
  text-align: left;
 }
 #sec003 p {
  text-align: left;
 }
 #sec003 dl {
  display: block;
 }
 #sec003 dl dt {
  display: block;
  padding: 0;
 }
 #sec003 dl dd {
  display: block;
  margin-top: 3%;
  width: 100%;
 }
 #sec003 dl dd img {
  width: 33.3333%;
 }
}

/*sec004*/
#sec004 {
 text-align: center;
}
#sec004 p {
 text-align: center;
}
#sec004 dl {
 display: table;
 margin: 0 auto;
 table-layout: fixed;
}
#sec004 dl dt {
 display: table-cell;
 padding-right: 40px;
 vertical-align: middle;
}
#sec004 dl dd {
 display: table-cell;
 width: 240px;
 vertical-align: middle;
}
#sec004 dl dd img {
 border-radius: 50%;
}
@media screen and (max-width:767px) {
 #sec004 {
  text-align: left;
 }
 #sec004 p {
  text-align: left;
 }
 #sec004 dl {
  display: block;
 }
 #sec004 dl dt {
  display: block;
  padding: 0;
 }
 #sec004 dl dd {
  display: block;
  margin-top: 1.5%;
  width: 100%;
 }
 #sec004 dl dd img {
  width: 36%;
 }
}

/*sec005*/
#sec005 p {
 text-align: center;
}
#sec005 h3 {
 padding: .5em;
 border-top: 1px solid #0097e0;
 border-bottom: 1px solid #0097e0;
 color: #0097e0;
 text-align: center;
 font-size: 24px;
}
#sec005 dl {
 display: flex;
 margin: 40px auto;
 width: 100%;
 border: 1px solid #0097e0;

 align-items: stretch;
}
#sec005 dl:nth-child(2n) {
 flex-direction: row-reverse;
}
#sec005 dl dt {
 display: flex;
 width: 3.5em;
 background: #0097e0;
 color: #fff;
 font-weight: bold;
 font-size: 24px;
 font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, serif;

 align-items: center;
 justify-content: center;
}
#sec005 dl dd {
 display: flex;
 flex-direction: column;
 padding: 1em;
 background: #fff;
 font-size: 18px;

 flex: 1;
 align-items: center;
}
#sec005 dl dd p {
 width: 100%;
 text-align: left;
}
#sec005 dl dd p.mail {
 padding: .5em;
 background: #dcf0fa;
 text-align: center;
 font-size: 16px;
}
@media screen and (max-width:767px) {
 #sec005 p {
  text-align: left;
 }
 #sec005 h3 {
  font-size: 4.5vw;
 }
 #sec005 dl {
  display: block;
  margin: 6% auto;
 }
 #sec005 dl dt {
  display: block;
  padding: .5em;
  width: 100%;
  text-align: center;
  font-size: 4.5vw;
  line-height: 1em;
 }
 #sec005 dl dd {
  display: block;
  padding: 1em;
  font-size: 3.5vw;
 }
 #sec005 dl dd p.mail {
  padding: 1em;
  font-size: 3vw;
  line-height: 1.5em;
 }
 #sec005 dl dd p.mail a {
  display: block;
 }
}

/*sec006*/
#sec006 dl {
 display: table;
 margin: 40px auto;
 width: 100%;
 table-layout: fixed;
}
#sec006 dl dt {
 display: table-cell;
 padding: .5em;
 background: #0097e0;
 color: #fff;
 vertical-align: middle;
 text-align: center;
 letter-spacing: 0;
 font-weight: bold;
 font-size: 24px;
 line-height: 1.5em;
}
#sec006 dl dt p {
 text-align: center;
}
#sec006 dl dt span {
 display: inline-block;
 margin-bottom: .5em;
 padding: .5em .5em;
 border-radius: 50%;
 background: #fff;
 color: #0097e0;
 text-align: center;
 letter-spacing: .1em;
}
#sec006 dl dt strong {
 display: block;
 margin: .25em 0;
 padding: 0 .25em;
 background: #fff;
 color: #0097e0;
}
#sec006 dl dd {
 display: table-cell;
 padding: 1em;
 border: 4px solid #0097e0;
 background: #fff;
 vertical-align: middle;
 text-align: center;
}
#sec006 dl dd img {
 padding: 10px;
 background: #fff;
 box-shadow: rgba(0, 0, 0, .2) 0 0 5px 2px;
}
#sec006 dl dd ul {
 display: block;
 margin: 0 0 1em;
 text-align: center;
}
#sec006 dl dd ul li {
 padding: .5em 0;
 border-bottom: 2px dotted #333;
 text-align: center;
 letter-spacing: .05em;
 font-weight: bold;
 font-size: 24px;
}
#sec006 dl dd ul li:nth-child(1) {
 border-top: 2px dotted #333;
}
#sec006 dl dd ul li strong {
 display: block;
 margin-bottom: .25em;
 border-radius: 20px;
 background: #dcf0fa;
 color: #0097e0;
 text-align: center;
}
#sec006 dl dd ul li a {
 display: block;
}
@media screen and (max-width:767px) {
 #sec006 dl {
  display: block;
  margin: 6% auto;
 }
 #sec006 dl dt {
  display: block;
  padding: .5em;
  text-align: center;
  letter-spacing: .1em;
  font-size: 4.5vw;
 }
 #sec006 dl dt span {
  position: static;
  display: block;
  margin-bottom: .25em;
  padding: 0 .5em;
  border-radius: 30px;
  text-align: center;
 }
 #sec006 dl dt strong {
  margin: .25em;
  padding: 0 .25em;
 }
 #sec006 dl dd {
  display: block;
  border: .75vw solid #0097e0;
 }
 #sec006 dl dd img {
  padding: 1vw;
 }
 #sec006 dl dd ul {
  display: block;
  margin: 1em auto;
 }
 #sec006 dl dd ul li {
  padding: .5em;
  text-align: center;
  font-size: 3.5vw;
 }
 #sec006 dl dd ul li:nth-child(1) {
  border-top: 2px dotted #333;
 }
 #sec006 dl dd ul li strong {
  display: block;
  width: 100%;
 }
 #sec006 dl dd ul li a {
  margin: .25em 0 0;
 }
}

/*sec007*/
#sec007 {
 text-align: center;
}
#sec007 p {
 text-align: center;
}
@media screen and (max-width:767px) {
 #sec007 {
  text-align: left;
 }
 #sec007 p {
  text-align: left;
 }
}

/*sec008*/
#sec008 ul {
 margin: 0 0 2em;
 text-align: left;
}
#sec008 ul li {
 position: relative;
 padding: .5em 1em .5em 2.5em;
 border-bottom: 2px dotted #333;
 letter-spacing: .1em;
 font-weight: bold;
 font-size: 20px;
 line-height: 1.5em;
}
#sec008 ul li:nth-child(1) {
 border-top: 2px dotted #333;
}
#sec008 ul li span {
 position: absolute;
 top: .5em;
 left: 1em;;
}
#sec008 #spacer_link {
 text-align: center;
 letter-spacing: -1em;
}
#sec008 #spacer_link a {
 display: inline-block;
 margin: 0 1em;
 vertical-align: middle;
 letter-spacing: 0;
}
@media screen and (max-width:767px) {
 #sec008 ul li {
  letter-spacing: 0;
  font-size: 3.5vw;
 }
 #sec008 #spacer_link a {
  margin: 0 .5em;
 }
}


/*言語切り替え*/
#language {
 background: #0097e0;
 color: #fff;
}
#language ul {
 padding: .5em;
 text-align: center;
 letter-spacing: -1em;
}
#language ul li {
 display: inline-block;
 margin: 0 .75em;
 vertical-align: middle;
 letter-spacing: 0;
}
#language ul li a {
 display: inline-block;
 padding: .5em 1.5em .33em;
 border: 5px double #0097e0;
 background: #fff;
 color: #0097e0;
 text-decoration: none;
 line-height: 1em;
 transition: .3s;
}
#language ul li a span {
 display: block;
 font-size: 75%;
}
#language ul li a:hover,
#language ul li.active a {
 border-color: #fff;
 background: #0097e0;
 color: #fff;
}
@media screen and (max-width:767px) {
 #language ul li {
  margin: 0 .75em;
 }
 #language ul li a {
  padding: .5em 1.5em .33em;
  border: 1vw double #0097e0;
 }
}


@media print, screen and (min-width:768px) {
 .smp {
  display: none !important;
 }
}
@media screen and (max-width:767px) {
 .pc {
  display: none !important;
 }
}

/* 20210201 */

.sec002__info {
 margin-top: -1rem;
 text-align: center;
 font-weight: bold;
 font-size: 1.25rem;
}
/* Please read the instructions for the washers and dryers below. */
.l-container {
 margin: 0 auto;
 max-width: 1100px;
 width: 100%;
}

.mainvisual {
 padding: 1rem 0;
}

.mainvisual__shop-list {
 display: flex;

 justify-content: space-around;
}

.mainvisual__item {
 display: flex;
 flex-direction: column;
 max-width: 50%;

 align-items: center;
}

.mainvisual__item + .mainvisual__item {
 margin-left: 1rem;
}

.mainvisual__title {
 margin-top: .5rem;
 font-size: 1.5rem;

 order: 1;
}

/* news */

.news__content {
 font-size: 1.125rem;
}

.news__content p {
 text-align: center;
}

/* alert */

.alert__img-list {
 display: flex;
 text-align: center;

 justify-content: space-around;
}

.alert__img-list img {
 width: 70%;
 height: auto;
}
.alert__img {
 display: block;
 text-align: center;
}

.alert__img img {
 height: auto;
}

.alert__img + .alert__img {
 margin-left: 1rem;
}

.alert__textcontent {
 margin-top: 2rem;
}

/* alert02 */

.alert__course02 {
 margin-top: 3rem;
}

.alert__course02-title {
 padding-bottom: .25em;
 border-bottom: 2px solid #0097e0;
 color: #0097e0;
 text-align: center;
 letter-spacing: .05em;
 font-size: 1.5rem;
 line-height: 1.7;
}

.alert__course02-list {
 margin-top: 2rem;
}

.alert__course02-item {
 display: flex;
 border: 3px solid #0097e0;

 justify-content: space-between;
}

.alert__course02-item + .alert__course02-item {
 margin-top: 1rem;
}

.alert__course02-head {
 display: flex;
 flex-direction: column;
 padding: 1rem;
 width: 35%;
 background-color: #0097e0;
 color: #fff;

 align-items: center;
 justify-content: center;
}

.alert__course02-head.-text {
 width: 100%;
}

.alert__course02-number {
 padding: 2rem 1rem;
 border-radius: 50%;
 background-color: #fff;
 color: #0097e0;
 font-size: 2rem;
}

.alert__course02-text {
 margin-top: 1rem !important;
 font-size: .9rem;
}

.alert__course02-body {
 width: 65%;
 background-color: #fff;
}

.alert__course02-body figure {
 padding: 1rem;
 width: 100%;
}

.alert__course02-body figure img {
 max-width: 100%;
 height: auto;
 box-shadow: rgba(0, 0, 0, .1) 0 0 5px 2px;
}

.alert__course02-info {
 margin-top: 1rem;
}

/* campaign */

.campaign__content {
 display: flex;
 padding: 0 2rem;

 justify-content: space-between;
}

.campaign__sentence + .campaign__sentence {
 margin-top: 1rem;
}

.campaign__sentence p {
 font-size: .9rem;
}

/* about */
.about__paragraph {
 text-align: center;
 letter-spacing: .05em;
}

.about__paragraph.-emph {
 padding: .5rem 0;
 border-top: 1px solid #0097e0;
 border-bottom: 1px solid #0097e0;
 color: #0097e0;
 font-size: 1.25rem;
}

.about__list {
 display: flex;
 margin-top: -2rem;
 width: 100%;

 justify-content: space-between;
 flex-wrap: wrap;
}

.about__item {
 margin-top: 2rem;
 width: calc((100% / 3) - 1rem);
 border: 1px solid  #0097e0;
 background-color: #fff;
}

.about__item-number {
 color: #fff;
 font-weight: bold;
 font-size: 1.25rem;
}

.about__item-head {
 padding: 1rem 0;
 background-color: #0097e0;
 text-align: center;
}

.about__item-body {
 padding: 1rem;
 letter-spacing: .05em;
 font-size: .8rem;
}

/* footer */

.footer__address {
 margin-top: 1.5rem;
 font-style: normal;
}

.footer__content {
 display: flex;
 margin-top: 1.5rem;
 letter-spacing: .05em;
 font-size: .9rem;

 align-items: center;
 justify-content: center;
}

.footer__content-item {
 max-width: 50%;
 width: calc((100% - 2) -1rem);
}

.footer__content-item + .footer__content-item {
 margin-left: 1rem;
}

.footer__content-text {
 margin: 0;
}

.footer__qr {
 margin: 0;
 margin-top: 1rem;
 max-width: 100%;
}

.u-red {
 color: #d00000;
}

.u-center {
 text-align: center;
}

.u-bold {
 font-weight: bold;
}

.mainvisual__item-imglist {
 position: absolute;
 top: 30%;
 left: 50%;
 z-index: 10;
 display: none;
 width: 100%;
 height: 100%;
 -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
}

.mainvisual__item img {
 max-width: 100%;
 max-height: 330px;
 height: auto;

 object-fit: cover;
}

.mainvisual__item-imglist.-show {
 display: block;
}

.mainvisual__item-container {
 position: relative;
 display: flex;

 flex-wrap: wrap;
 align-items: center;
}

.mainvisual__item-container figure {
 max-width: 50%;
}

.mainvisual__item-container figure img {
 max-width: 100%;
 height: auto;
}


.js-modal__open {
 cursor: pointer;
}

.js-modal__close {
 position: absolute;
 bottom: -4rem;
 left: 50%;
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 -ms-flex-pack: center;
 -ms-flex-align: center;
 margin: 0 auto;
 padding: .5em 1em;
 max-width: 100%;
 border: 2px solid #0097e0;
 border-radius: 30px;
 background-color: #fff;
 color: #074973;
 text-align: center;
 letter-spacing: .05em;
 font-size: 1.25rem;
 cursor: pointer;
 -webkit-transition: all .2s ease-in-out;
         transition: all .2s ease-in-out;
 transform: translateX(-50%);

 -webkit-box-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 align-items: center;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}


@media screen and (max-width:425px) {
 .alert {
  padding: 1rem;
 }
 .alert__img-list {
  display: block;
 }

 .alert__img + .alert__img {
  margin-top: 1rem;
  margin-left: 0;
 }

 .smart__about {
  padding: 0 1rem;
  padding-bottom: 1rem;
 }

 .about__item {
  width: 100%;
 }

 .campaign__content {
  flex-direction: column;
 }

 .campaign__img {
  text-align: center;

  order: 0;
 }

 .campaign__sentence p {
  font-size: 1.125rem;
 }

 .campaign__content-text {
  margin-top: 1rem;

  order: 1;
 }

 .mainvisual__item {
  max-width: 100%;
  width: 100%;
 }

 .mainvisual__shop-list {
  display: block;
 }

 .mainvisual__item + .mainvisual__item {
  margin-top: 2rem;
  margin-left: 0;
 }

 .mainvisual__item-imglist {
  top: 50%;
 }

 #item02.mainvisual__item-imglist {
  top: 100%;
 }

 .alert__course02-item {
  flex-direction: column;
 }

 .alert__course02-head {
  width: 100%;
 }

 .alert__course02-body {
  width: 100%;
 }
}
