@charset "UTF-8";

#main h1 {
  width: 100% !important;
  height: auto;
  margin-bottom: 40px;
  padding: 1em 0;
  background: #33a2c3;
  background: linear-gradient(135deg, #33a2c3 0%, #4a63b1 100%);
  color: #fff;
  text-align: center;
  font-size: 2.25em !important;
  font-weight: normal;
  line-height: 1.2em;
}
#main h1 span {
  font-size: 16px;
}
#contents h2 {
  text-align: center;
  font-size: 27px;
  color: #1d4294;
  padding: 0 0 35px;
  line-height: 1.4;
}
/* #sec01 */
#sec01 {
  width: 910px;
  margin: 0 auto 60px;
}
#sec01 #sec01-01 {
  margin-bottom: 40px;
}
#sec01 #sec01-01 h3, #sec01 #sec01-02 h3 {
  text-align: center;
  font-size: 24px;
  width: 100%;
  padding: 25px 0;
  background-color: #1d4294;
  color: #fff;
}
#sec01 #sec01-01, #sec01 #sec01-02 {
  padding: 20px 20px 30px;
  border: 2px solid #ccc;
}
#sec01 #sec01-01 ol, #sec01 #sec01-02 ol {
  padding: 20px;
}
#sec01 #sec01-01 dd, #sec01 #sec01-02 dd {
  line-height: 1.4;
}
#sec01 #sec01-01 .dl01, #sec01 #sec01-02 .dl01 {
  margin-bottom: 30px;
}
#sec01 #sec01-01 .dl01 > dt, #sec01 #sec01-02 .dl01 > dt {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}
#sec01 #sec01-01 .dl01 > dd, #sec01 #sec01-02 .dl01 > dd {
  width: 440px;
  margin: 0 auto;
}
#sec01 ol li {
  font-size: 13px !important;
}
#sec01 #sec01-01 li, #sec01 #sec01-02 li {
  position: relative;
  padding-left: 40px;
  list-style: none;
}
#sec01 #sec01-01 li + li, #sec01 #sec01-02 li + li {
  margin-top: 20px;
}
#sec01 #sec01-01 li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#sec01 #sec01-02 li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #246cbf;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
#sec01 #sec01-01 li:nth-child(1)::before {
  content: url("../img/m_suica/icon-checkbox.svg");
}
#sec01 #sec01-01 li:nth-child(2)::before {
  content: url("../img/m_suica/icon-checkbox.svg");
}
#sec01 #sec01-01 li:nth-child(3)::before {
  content: url("../img/m_suica/icon-checkbox.svg");
  content: '';
}
#sec01 #sec01-01 li:nth-child(4)::before {
  content: url("../img/m_suica/icon-checkbox.svg");
}
#sec01 #sec01-01 li:nth-child(5)::before {
  content: url("../img/m_suica/icon-checkbox.svg");
}
#sec01 #sec01-01 li:nth-child(6)::before {
  content: url("../img/m_suica/icon-checkbox.svg");
}
#sec01 #sec01-02 li:nth-child(1)::before {
  content: '1';
}
#sec01 #sec01-02 li:nth-child(2)::before {
  content: '2';
}
#sec01 #sec01-02 li:nth-child(3)::before {
  content: '3';
}
#sec01 #sec01-01 li dt, #sec01 #sec01-02 li dt {
  font-weight: bold;
  font-size: 18px;
  padding: 4px 0 6px;
  line-height: 1.4;
}
#sec01 #sec01-01 li dd + dd, #sec01 #sec01-02 li dd + dd {
  margin-top: 10px;
}
#sec01 #sec01-01 li:nth-child(2) dd img {
/*  width: 400px !important;*/
  padding: 10px 0 0;
}
#sec01 #sec01-02 li:nth-child(2) dd p {
  padding: 10px 0 0 5px;
  font-size: 16px;
}
#sec01 #sec01-02 .dl02 {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff1f1;
}
#sec01 #sec01-02 .dl02 dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
#sec01 #sec01-02 .dl02 dd {
  display: flex;
}
#sec01 #sec01-02 .dl02 dd img {
  width: 104px !important;
  margin-right: 20px;
}
#sec01 #sec01-02 .txt01 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #246cbf;
  line-height: 1.8em;
  display: block;
}

#sec01 #sec01-01 ul.note li {
	text-indent: -2.3em;
	line-height: 1.5;
	margin-top: 5px;
	margin-left: 1em;
}
#sec01 #sec01-01 ul.note li:before {
	display: none;
}
#sec01 #sec01-01 p.link {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 20px;
	margin-left: 1em;
}
#sec01 #sec01-02 p.note {
	margin: 1em 0 1em 1em;
}

.step--btn {
  margin-top: 32px;
}
.step--btn__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  height: 58px;
  width: 510px;
  font-size: 1.0625rem;
  color: white;
  border-radius: 30px;
  background: #0080ca;
  transition: all .2s ease-in-out;
}
.step--btn__a:hover {
  opacity: .5;
}
.step--btn__a::before {
  content: "";
  display: block;
  margin-right: .4em;
  width: 8px;
  height: 100%;
  background: url("../img/sppay/arw-right_white.svg") no-repeat center center/contain;
}
/* #sec02 */
#sec02 {
  background-color: #fafafa;
  padding: 35px 0;
}
#sec02 .inner {
  width: 910px;
  margin: 0 auto 40px;
}
#sec02 .callcenter {}
#sec02 .callcenter h3 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: normal;
}
#sec02 .callcenter p.recep-time {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
#sec02 .callcenter .btn-tel {
  position: relative;
  border-radius: 30px;
	border: 2px solid #0080ca;
  color: #0080ca;
  font-weight: bold;
  text-align: center;
  background: #fff;
  margin: auto;
  max-width: 510px;
  font-size: 1.6rem;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
#sec02 .callcenter .btn-tel::after {
  content: "";
  background: url(../img/m_suica/icon-tel-pc.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(46% - 12px);
  left: 22%;
}

#sec01 p.note {
	text-indent: -1em;
	margin: 2em 0 2em 1em;
}
#sec02 .callcenter p.link {
	margin: 1.5em 0 1em;
	text-align: center;
}
#sec02 .callcenter p.link a {
	border-radius: 30px;
	border: 2px solid #0080ca;
	color: #0080ca;
	font-weight: bold;
	text-align: center;
	background: #fff;
	margin: 1em auto 1.5em;
	max-width: 380px;
	font-size: 1.2rem;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: 0.3s;
}
#sec02 .callcenter p.link a:hover {
	background: #0080ca;
	color: #fff;
}
#sec02 .callcenter p.center {
  text-align: center;
}
#sec02 .callcenter dl.box {
	width: 56%;
	margin: 1em auto 0;
	line-height: 1.5;
}
#sec02 .callcenter dl.box dt {
	width: 90px;
	float: left;
}
#sec02 .callcenter dl.box dd {
  margin-left: 90px;
}
#sec02 .callcenter dl.box dd strong {
 color: #FF0004;
}

@media screen and (min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width:768px) {
  .sp-none {
    display: none;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }
  #main h1 {
    width: 100% !important;
    height: auto;
    margin-bottom: 20px;
    padding: 1em 0;
    background: #33a2c3;
    background: linear-gradient(135deg, #33a2c3 0%, #4a63b1 100%);
    color: #fff;
    text-align: center;
    font-size: 20px !important;
    font-weight: normal;
    line-height: 1em;
  }
  #contents h2 {
    text-align: center;
    font-size: 20px;
    color: #1d4294;
    padding: 10px 10px 20px;
    line-height: 1.4;
  }
  /* #sec01 */
  #sec01 {
    width: 94%;
    margin: 0 auto;
  }
  #sec01 #sec01-01 {
    margin-bottom: 20px;
  }
  #sec01 #sec01-01 h3, #sec01 #sec01-02 h3 {
    text-align: center;
    font-size: 18px;
    width: 100%;
    margin: 0 auto 20px;
    padding: 12px 0 10px;
    background-color: #1d4294;
    color: #fff;
  }
  #sec01 #sec01-01, #sec01 #sec01-02 {
    padding: 10px;
    border: 1px solid #ccc;
  }
  #sec01 #sec01-01 ol, #sec01 #sec01-02 ol {
    padding: 0 0 20px;
  }
  #sec01 #sec01-01 dd, #sec01 #sec01-02 dd {
    line-height: 1.4;
  }
  #sec01 #sec01-01 .dl01, #sec01 #sec01-02 .dl01 {
    margin-bottom: 20px;
  }
  #sec01 #sec01-01 .dl01 > dt, #sec01 #sec01-02 .dl01 > dt {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
  }
  #sec01 #sec01-01 .dl01 > dd, #sec01 #sec01-02 .dl01 > dd {
    width: auto;
    margin: 0 auto;
  }
  #sec01 ol li {
    font-size: 13px !important;
  }
  #sec01 #sec01-01 li, #sec01 #sec01-02 li {
    position: relative;
    padding-left: 40px;
    list-style: none;
  }
  #sec01 #sec01-01 li + li, #sec01 #sec01-02 li + li {
    margin-top: 20px;
  }
  #sec01 #sec01-01 li::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #sec01 #sec01-02 li::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #246cbf;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }
  #sec01 #sec01-01 li:nth-child(1)::before {
    content: url("../img/m_suica/icon-checkbox.svg");
  }
  #sec01 #sec01-01 li:nth-child(2)::before {
    content: url("../img/m_suica/icon-checkbox.svg");
  }
  #sec01 #sec01-01 li:nth-child(3)::before {
    content: url("../img/m_suica/icon-checkbox.svg");
    content: '';
  }
  #sec01 #sec01-01 li:nth-child(4)::before {
    content: url("../img/m_suica/icon-checkbox.svg");
  }
  #sec01 #sec01-01 li:nth-child(5)::before {
    content: url("../img/m_suica/icon-checkbox.svg");
  }
  #sec01 #sec01-02 li:nth-child(1)::before {
    content: '1';
  }
  #sec01 #sec01-02 li:nth-child(2)::before {
    content: '2';
  }
  #sec01 #sec01-02 li:nth-child(3)::before {
    content: '3';
  }
  #sec01 #sec01-01 li dt, #sec01 #sec01-02 li dt {
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0 0;
    line-height: 1.4;
  }
  #sec01 #sec01-01 li dd + dd, #sec01 #sec01-02 li dd + dd {
    margin-top: 10px;
  }
  #sec01 #sec01-01 li:nth-child(2) dd img {
    width: 80% !important;
    padding: 10px 0 0;
  }
  #sec01 #sec01-02 li:nth-child(2) dd p {
    padding: 10px 0 0 5px;
    font-size: 16px;
    text-indent: -20px;
  }
  #sec01 #sec01-02 .dl02 {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff1f1;
  }
  #sec01 #sec01-02 .dl02 dt {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
  }
  #sec01 #sec01-02 .dl02 dd {
    display: flex;
  }
  #sec01 #sec01-02 .dl02 dd img {
    width: 104px !important;
    margin-right: 20px;
  }
  #sec01 #sec01-02 .txt01 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #246cbf;
    line-height: 1.8em;
    display: block;
  }

	#sec01 #sec01-01 ul.note li {
		margin-left: 0;
	}
	#sec01 #sec01-01 p.link {
		font-size: 1.0em;
		word-break: break-all;
		margin-left: 0;
		margin-bottom: 1em;
	}

  .step--btn {
    margin: 30px 0 30px;
  }
  .step--btn__a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    height: 58px;
    width: 100%;
    font-size: 1.3rem;
    color: white;
    border-radius: 30px;
    background: #0080ca;
  }
  .step--btn__a::before {
    content: "";
    display: block;
    margin-right: .4em;
    width: 8px;
    height: 100%;
    background: url("../img/sppay/arw-right_white.svg") no-repeat center center/contain;
  }
  /* #sec02 */
  #sec02 {
    background-color: #fafafa;
    padding: 30px 0;
  }
  #sec02 .inner {
    width: 94%;
    margin: 0 auto 20px;
  }
  #sec02 .inner h2 {
    font-size: 24px;
  }
  #sec02 .callcenter h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
  }
  #sec02 .callcenter p.recep-time {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
  }
  #sec02 .callcenter .btn-tel {
    position: relative;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #0080ca;
    margin: auto;
    max-width: 100%;
    font-size: 24px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  #sec02 .callcenter .btn-tel::after {
    content: "";
    background: url(../img/m_suica/icon-tel-sp.svg) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    left: 15%;
  }

	#sec02 .callcenter p.link a {
		width: 90%;
		height: 50px;
		font-size: 1.4rem;
	}
	#sec02 .callcenter dl.box {
		width: 100%;
	}

}