@charset "UTF-8";

@media screen and (min-width:768px) {
#main .main_ttl {
  padding: 2.4em 0;
  background: linear-gradient(135deg, #33a2c3 0%, #4a63b1 100%);
  text-align: center;
}
#main .main_ttl h1 {
  width: 100% !important;
  height: auto;
  margin-bottom: 10px;
  color: #fff;
  font-size: 2.25em !important;
  font-weight: normal;
  line-height: 1.2em;
}
#main .main_ttl p {
    font-size: 1rem;
    color: white;
}
			
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_001 Common
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sppay * {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sppay html, #sppay body {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
#sppay img, #sppay svg {
  vertical-align: bottom;
}
#sppay a, #sppay button {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
#sppay a, #sppay a::before, #sppay a::after, #sppay a span, #sppay a svg, #sppay button, #sppay button::before, #sppay button::after, #sppay button span, #sppay button svg {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#sppay a:hover, #sppay button:hover {
  opacity: .5;
}
#sppay svg {
  height: auto;
}
#sppay main {
  display: block;
}
/* Adjust
-------------------------------------------------- */
#contents {
  min-width: 100%;
}
#main {
  float: none;
  padding: 0;
  min-width: 100%;
}
#topicPath, .container2 {
  width: 910px;
  margin: 0 auto;
}
#sppay {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_002 Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sppay header {
  padding: 2.4em 0;
  background: linear-gradient(135deg, #33a2c3 0%, #4a63b1 100%);
  text-align: center;
}
#sppay header h1 {
  padding: 0;
  height: auto;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.4em;
  color: white;
  background: none;
}
#sppay header p {
  font-size: 1rem;
  color: white;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_003 Anchor
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sppay .anchor {
  margin: 60px 0 76px;
}
#sppay .anchor h2 {
  display: none;
  height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
}
#sppay .anchor--box {
  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;
}
#sppay .anchor--box__item_gpay, #sppay .anchor--box__item_paypay, #sppay .anchor--box__item_apay, #sppay .anchor--box__item_pasmo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 4px;
  padding: 4px 12px 8px;
  width: 250px;
  height: 152px;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  color: #0f228b;
  border: 3px solid #cccccc;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), to(rgba(204, 204, 204, 0.4)));
  background: linear-gradient(180deg, white 40%, rgba(204, 204, 204, 0.4) 100%);
}
#sppay .anchor--box__item_gpay::before, #sppay .anchor--box__item_gpay::after, #sppay .anchor--box__item_paypay::before, #sppay .anchor--box__item_paypay::after, #sppay .anchor--box__item_apay::before, #sppay .anchor--box__item_apay::after, #sppay .anchor--box__item_pasmo::before, #sppay .anchor--box__item_pasmo::after {
  content: "";
  display: block;
  width: 100%;
}
#sppay .anchor--box__item_gpay::before, #sppay .anchor--box__item_paypay::before, #sppay .anchor--box__item_apay::before, #sppay .anchor--box__item_pasmo::before {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-bottom: 1px solid #cccccc;
}
#sppay .anchor--box__item_gpay::after, #sppay .anchor--box__item_paypay::after, #sppay .anchor--box__item_apay::after, #sppay .anchor--box__item_pasmo::after {
  height: 8px;
  background: url("../img/sppay/arw-btm_navy.svg")no-repeat center center/contain;
}
#sppay .anchor--box__item_gpay p, #sppay .anchor--box__item_paypay p, #sppay .anchor--box__item_apay p, #sppay .anchor--box__item_pasmo p {
  margin: 8px 0;
}
#sppay .anchor--box__item_gpay::before {
  background: url("../img/sppay/gpay.svg") no-repeat center center/120px;
}
#sppay .anchor--box__item_paypay::before {
  background: url("../img/sppay/paypay.svg") no-repeat center center/176px;
}
#sppay .anchor--box__item_apay::before {
  background: url("../img/sppay/apay.svg") no-repeat center center/196px;
}
#sppay .anchor--box__item_pasmo::before {
  background: url("../img/sppay/pasmo.svg") no-repeat center 10px/140px;
}
#sppay .anchor--other {
  margin-top: 24px;
}
#sppay .anchor--other__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: 50px;
  width: 370px;
  font-size: 0.9375rem;
  color: white;
  border-radius: 25px;
  background: #0080ca;
}
#sppay .anchor--other__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;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_004 Sect
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sppay .sect h2 {
  margin: 0 0 20px;
  padding: .8em 0;
  height: auto;
  font-size: 1.25rem;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  background: #0f228b;
}
#sppay .sect--box_gpay, #sppay .sect--box_paypay, #sppay .sect--box_apay, #sppay .sect--box_pasmo {
  margin: 28px auto 76px;
  width: 620px;
}
#sppay .sect--box_gpay::before, #sppay .sect--box_paypay::before, #sppay .sect--box_apay::before, #sppay .sect--box_pasmo::before {
  content: "";
  display: block;
  margin: auto;
  width: 430px;
  height: 230px;
  border: 2px solid #cccccc;
  border-radius: 8px;
}
#sppay .sect--box_gpay::before {
  background: url("../img/sppay/gpay.svg") no-repeat center center/250px;
}
#sppay .sect--box_paypay::before {
  background: url("../img/sppay/paypay.svg") no-repeat center center/328px;
}
#sppay .sect--box_apay::before {
  background: url("../img/sppay/apay.svg") no-repeat center center/340px;
}
#sppay .sect--box_pasmo::before {
  background: url("../img/sppay/pasmo.svg") no-repeat center 45px/280px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_005 Sect
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sppay .step--list {
  margin: 24px 0;
}
#sppay .step--list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 0;
}
#sppay .step--list__item::before {
  content: "";
  display: block;
  width: 62px;
  height: 64px;
}
#sppay .step--list__item:nth-of-type(1)::before {
  background: url("../img/sppay/step-01.svg") no-repeat center center/contain;
}
#sppay .step--list__item:nth-of-type(2)::before {
  background: url("../img/sppay/step-02.svg") no-repeat center center/contain;
}
#sppay .step--list__item:nth-of-type(3)::before {
  background: url("../img/sppay/step-03.svg") no-repeat center center/contain;
}
#sppay .step--list__item:nth-of-type(4)::before {
  background: url("../img/sppay/step-04.svg") no-repeat center center/contain;
}
#sppay .step--list__item:nth-of-type(5)::before {
  background: url("../img/sppay/step-05.svg") no-repeat center center/contain;
}
#sppay .step--list__item span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  padding: .4em 0 0 1.2em;
  font-size: 0.875rem;
  line-height: 1.6em;
}
#sppay .step--btn {
  margin-top: 32px;
}
#sppay .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: 8px;
  background: #0080ca;
}
#sppay .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;
}
#sppay .step--att {
  margin-top: 15px;
  text-align: center;
}

#sppay .container2 .sect p.note {
	text-align: center;
	margin: 30px 0 0 0;
}
}


@media screen and (max-width:768px) {
	#main .main_ttl {
		padding: 1.2em .8em;
		background: linear-gradient(135deg, #33a2c3 0%, #4a63b1 100%);
		text-align: center;
	}
	#main .main_ttl h1 {
		width: 100% !important;
		height: auto;
		margin-bottom: 5px;
		color: #fff;
		font-size: 1.7rem;
		font-weight: normal;
		line-height: 1.2em;
	}
	#main .main_ttl p {
		font-size: 1.2rem;
		line-height: 1.4em;
		color: white;
	}

  /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_001 Common
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  #sppay * {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sppay html, #sppay body {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
  }
  #sppay img, #sppay svg {
    vertical-align: bottom;
  }
  #sppay a, #sppay button {
    text-decoration: none;
    cursor: pointer;
    outline: none;
  }
  #sppay a, #sppay a::before, #sppay a::after, #sppay a span, #sppay a svg, #sppay button, #sppay button::before, #sppay button::after, #sppay button span, #sppay button svg {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  #sppay a:hover, #sppay button:hover {
    opacity: .5;
  }
  #sppay svg {
    height: auto;
  }
  #sppay main {
    display: block;
  }
  /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_002 Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  #sppay header {
    padding: 1.2em .8em;
    background: linear-gradient(135deg, #33a2c3 0%, #4a63b1 100%);
    text-align: center;
  }
  #sppay header h1 {
    padding: 0;
    height: auto;
    font-size: 1.1875rem;
    font-weight: 400;
    color: white;
    background: none;
    border: none;
  }
  #sppay header p {
    font-size: 0.8125rem;
    line-height: 1.4em;
    color: white;
  }
  /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_003 Anchor
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  #sppay .anchor {
    margin: 32px 0 60px;
    padding: 0 20px;
  }
  #sppay .anchor h2 {
    display: none;
    height: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
  }
  #sppay .anchor--box__item_gpay, #sppay .anchor--box__item_paypay, #sppay .anchor--box__item_apay, #sppay .anchor--box__item_pasmo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8px 0;
    width: 100%;
    height: 60px;
    font-size: 16px;
    text-align: center;
    color: #0f228b;
    border: 2px solid #cccccc;
    border-radius: 8px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), to(rgba(204, 204, 204, 0.4)));
    background: linear-gradient(180deg, white 40%, rgba(204, 204, 204, 0.4) 100%);
  }
  #sppay .anchor--box__item_gpay::before, #sppay .anchor--box__item_paypay::before, #sppay .anchor--box__item_apay::before, #sppay .anchor--box__item_pasmo::before {
    content: "";
    display: block;
    margin-left: 1em;
    width: 8px;
    height: 16px;
    background: url("../img/sppay/arw-right_navy.svg") no-repeat center center/contain;
  }
  #sppay .anchor--box__item_gpay p, #sppay .anchor--box__item_paypay p, #sppay .anchor--box__item_apay p, #sppay .anchor--box__item_pasmo p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 1em;
  }
  #sppay .anchor--other {
    margin-top: 20px;
  }
  #sppay .anchor--other__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: 50px;
    font-size: 16px;
    color: white;
    border-radius: 25px;
    background: #0080ca;
  }
  #sppay .anchor--other__a::before {
    content: "";
    display: block;
    margin-right: .4em;
    width: 8px;
    height: 16px;
    background: url("../img/sppay/arw-right_white.svg") no-repeat center center/contain;
  }
  /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_004 Sect
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  #sppay .sect h2 {
    margin: 0;
    padding: 15px 0;
    height: auto;
    font-size: 17px !important;
    text-align: center;
    color: white;
    background: #0f228b;
  }
  #sppay .sect--box_gpay, #sppay .sect--box_paypay, #sppay .sect--box_apay, #sppay .sect--box_pasmo {
    padding: 20px;
  }
  #sppay .sect--box_gpay::before, #sppay .sect--box_paypay::before, #sppay .sect--box_apay::before, #sppay .sect--box_pasmo::before {
    content: "";
    display: block;
    margin: auto;
    padding-top: 56%;
    width: 100%;
    border: 2px solid #cccccc;
    border-radius: 8px;
  }
  #sppay .sect--box_gpay::before {
    background: url("../img/sppay/gpay.svg") no-repeat center center/60%;
  }
  #sppay .sect--box_paypay::before {
    background: url("../img/sppay/paypay.svg") no-repeat center center/76%;
  }
  #sppay .sect--box_apay::before {
    background: url("../img/sppay/apay.svg") no-repeat center 56%/80%;
  }
  #sppay .sect--box_pasmo::before {
    background: url("../img/sppay/pasmo.svg") no-repeat center 40%/80%;
  }
  /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_005 Sect
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  #sppay .step--list {
    margin: 20px 0;
  }
  #sppay .step--list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8px -8px;
  }
  #sppay .step--list__item::before {
    content: "";
    display: block;
    width: 62px;
    height: 64px;
  }
  #sppay .step--list__item:nth-of-type(1)::before {
    background: url("../img/sppay/step-01.svg") no-repeat center center/contain;
  }
  #sppay .step--list__item:nth-of-type(2)::before {
    background: url("../img/sppay/step-02.svg") no-repeat center center/contain;
  }
  #sppay .step--list__item:nth-of-type(3)::before {
    background: url("../img/sppay/step-03.svg") no-repeat center center/contain;
  }
  #sppay .step--list__item:nth-of-type(4)::before {
    background: url("../img/sppay/step-04.svg") no-repeat center center/contain;
  }
  #sppay .step--list__item:nth-of-type(5)::before {
    background: url("../img/sppay/step-05.svg") no-repeat center center/contain;
  }
  #sppay .step--list__item span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding: .4em 0 0 1.2em;
    font-size: 16px;
    line-height: 1.6em;
  }
  #sppay .step--btn {
    margin: 28px 0 40px;
  }
  #sppay .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: 280px;
    font-size: 16px;
    color: white;
    border-radius: 8px;
    background: #0080ca;
  }
  #sppay .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;
  }
  #sppay .step--att {
    margin: -30px auto 30px;
    text-align: center;
  }

	#sppay .container2 .sect p.note {
		text-indent: -1em;
		line-height: 1.2;
		margin: 20px 0 30px 1em;
	}
}