@charset "UTF-8";
/* --- title_sub_sky --- */
.title_sub_sky span{
	border-left:#38b25d solid 6px;
}
.indent{
	text-indent: -1em;
	padding-left: 1em;
}
#topicPath_warp{
	margin-bottom: 0 !important;
}
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%
}
#main {
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  color: #000;
}
@media screen and (max-width: 414px){
	#main{
		min-width: 100% !important;
		width: 100% !important;
		margin-bottom: 0 !important;
	}
}
#main a {
  -webkit-transition: opacity ease .3s;
  -o-transition: opacity ease .3s;
  transition: opacity ease .3s;
}
@media screen and (min-width: 767px){
  #main a:hover {
    opacity: .7;
  }
}





/*hero
-----------------*/
.cpSectionInner {
  margin: 0 auto;
  width: 980px;
}

@media screen and (max-width:414px){
  .cpSectionInner {
    width: auto;
  }
} /* End Media 414px */





/*hero
-----------------*/
.hero {
  position: relative;
  background-color: #fef200;
  text-align: center;
}
.hero:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #ffb03a;
}
.hero img {
  margin: 0 auto;
  position: relative;
  width: 992px;
}

@media screen and (max-width:414px){
} /* End Media 414px */





/*cpTerm
-----------------*/
.cpTerm {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:414px){
  .cpTerm {
    margin: 15px auto;
    display: block;
    width: calc(610/640*100%);
  }
} /* End Media 414px */





/*cpAbout
-----------------*/
.cpAbout {
  padding: 80px 0;
  background: url(../images/bg_about.jpg) bottom center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.cpAbout .aboutTitle {
  margin: 0 auto 80px;
  width: 442px;
}
@media screen and (max-width:414px){
  .cpAbout {
    padding: calc(80/640*100%) 0;
    background: url(../images/bg_about_sp.jpg) bottom center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .cpAbout .aboutTitle {
    margin-bottom: calc(80/640*100%);
    width: calc(442/640*100%);
  }
  .cpAbout p {
    margin-left: calc(40/640*100%);
    width: calc(375/640*100%);
  }
} /* End Media 414px */





/*cpSection oval
-----------------*/
.cpSectionWrap,.cpSection {
  position: relative;
}
.cpSectionWrap.oval,
.cpSection.oval {
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  padding-bottom: 130px;
  border-bottom-right-radius: 2000px 800px;
  border-bottom-left-radius: 2000px 800px;
}
.bgY {
  background-color: #fef200;
}
.bgW {
  background-color: #fff;
}
.bgG {
  background-color: #f4f4f4;
}

@media screen and (max-width:414px){
  .cpSectionWrap.oval,
  .cpSection.oval {
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 60px;
    border-bottom-right-radius: 1000px 600px;
    border-bottom-left-radius: 1000px 600px;
  }
} /* End Media 414px */





/*shopSearch
-----------------*/
.shopSearch {
}
.shopSearch dt {
  margin: 0 0 34px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.shopSearch dd {
  margin: 0 auto;
  width: 560px;
}
.shopSearch dd + dd {
  margin-top: 20px;
}

@media screen and (max-width:414px){
  .shopSearch {
  }
  .shopSearch dt {
    margin: 0 0 17px;
    font-size: 12px;
  }
  .shopSearch dd {
    width: calc(560/640*100vw);
  }
} /* End Media 414px */





/*cpFlow
-----------------*/
.cpFlow {
  padding-top: 40px;
  padding-bottom: 130px;
}
.cpFlow ul {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.cpFlow ul li {
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  height: 100px;
  background-image: url("../images/bg_flow.png");
}
.cpFlow ul li img {
  width: 354px;
}
.cpFlow ul li:nth-child(2) img {
  width: 331px;
}
.cpFlow .flowImage {
  margin: 40px 20px;
}
.cpFlow .pushTxt {
  margin: 0 auto 34px;
  width: 560px;
}

@media screen and (max-width:414px){
  .cpFlow {
    padding-top: 20px;
  }
  .cpFlow ul {
    padding: 0 6.25%;
    display: block;
  }
  .cpFlow ul li {
    margin: 0 0 20px;
    padding: 16px 0;
    width: 100%;
    height: auto;
		background-image: url("../images/bg_flow_01_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
	.cpFlow ul li:nth-child(2) {
		background-image: url("../images/bg_flow_02_sp.png");
  }
  .cpFlow ul li img {
    width: 76.61%;
  }
  .cpFlow ul li:nth-child(2) img {
    width: 71.79%;
  }
  .cpFlow .flowImage {
    margin: 0 auto;
    width: calc(560/640*100vw);
  }
  .cpFlow .pushTxt {
    margin: 20px auto 16px;
    width: calc(560/640*100%);
  }
} /* End Media 414px */





/*cpExample
-----------------*/
.cpExample {
  padding-bottom: 130px;
  background-color: #f4f4f4;
}
.cpExample .cpExampleHead {
  padding-top: 40px;
  padding-bottom: 130px;
  z-index: 2;
}
.cpExample .sectionTitle {
  line-height: 1.43;
  color: #FF9100;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.cpExample .notice {
  margin: 0 0 34px;
  font-size: 20px;
  letter-spacing: .075em;
  text-align: center;
}
.cpExample .payInfo {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.cpExample .payInfo .image {
  width: 560px;
}
.cpExample .payInfo .image .caption {
  font-size: 12px;
  letter-spacing: .075em;
}
.cpExample .payInfo .payPrice {
  width: 370px;
}
.cpExample .payInfo .payPrice dl {
  margin: 0 0 14px;
  border: 1px #666 solid;
}
.cpExample .payInfo .payPrice dl dt {
  padding: 3px 0;
  color: #fff;
  background-color: #666;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .075em;
  text-align: center;
}
.cpExample .payInfo .payPrice dl dd {
  padding: 19px 0 10px;
  display: flex;
  justify-content: center;
}
.cpExample .payInfo .payPrice dl dd img {
  width: 302px;
}
.cpExample .payInfo .payPrice p {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.cpExample .payInfo .payPrice p .em {
  color: #FF9100;
  font-weight: bold;
}
.cpExample .payInfo .payPrice p .sup {
  font-size: 50%;
  font-weight: bold;
  vertical-align: super;
}

@media screen and (max-width:414px){
  .cpExample {
    padding-bottom: 60px;
  }
  .cpExample .cpExampleHead {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .cpExample .sectionTitle {
    font-size: 14px;
  }
  .cpExample .notice {
    margin: 0 0 17px;
    font-size: 10px;
  }
  .cpExample .payInfo {
    margin: 0 auto;
    padding: 0;
    display: block;
    width: calc(560/640*100%);
  }
  .cpExample .payInfo .image {
    margin: 0 0 20px;
    width: auto;
  }
  .cpExample .payInfo .image .caption {
    font-size: 10px;
  }
  .cpExample .payInfo .payPrice {
    width: auto;
  }
  .cpExample .payInfo .payPrice dl {
    margin: 0 0 14px;
  }
  .cpExample .payInfo .payPrice dl dt {
    font-size: 12px;
  }
  .cpExample .payInfo .payPrice dl dd {
    padding: 14px 0 6.5px;
    display: block;
    text-align: center;
  }
  .cpExample .payInfo .payPrice dl dd img {
    width: calc(530/560*100%);
  }
  .cpExample .payInfo .payPrice p {
    font-size: 14px;
  }
} /* End Media 414px */





/*cpExampleContents
-----------------*/
.cpExampleContents {
  padding: 40px 0 0;
}
.cpExampleContents .zankurePriceTable {
  margin: 0 auto;
  width: 940px;
}
.cpExampleContents .zankurePriceTable table {
}
.cpExampleContents .zankurePriceTable table th {
  padding: 6px 12px;
  border: 1px #666 solid;
  width: 440px;
  background-color: #e6e6e6;
  font-size: 20px;
  font-weight: bold;
	text-align: left;
}
.cpExampleContents .zankurePriceTable table th .small {
  font-size: 14px;
  font-weight: normal;
}
.cpExampleContents .zankurePriceTable table th .sup {
  font-size: 9px;
  vertical-align: super;
}
.cpExampleContents .zankurePriceTable table td {
  padding: 6px 12px;
  border: 1px #666 solid;
  width: 250px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.cpExampleContents .zankurePriceTable table td.null {
  border-top: 1px #f4f4f4 solid;
  border-left: 1px #f4f4f4 solid;
  background-color: transparent;
}
.cpExampleContents .zankurePriceTable table td.label {
  color: #fff;
  background-color: #4d4d4d;
  font-weight: bold;
  text-align: center;
}
.cpExampleContents .zankurePriceTable table td.total {
  background-color: #fffcd7;
}
.cpExampleContents .zankurePriceTable table td.vab {
  vertical-align: bottom;
}
.cpExampleContents .zankurePriceTable table td .em {
  color: #ff9100;
  font-weight: bold;
}
.cpExampleContents .zankurePriceTable table td .if {
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: text-bottom;
}
.cpExampleContents .zankurePriceTable table td .small {
  font-size: 12px;
}
.cpExampleContents .zankurePriceTable table td .sup {
  font-size: 9px;
  vertical-align: super;
}
.cpExampleContents .zankureExample {
  margin: 40px auto;
  padding: 0 0 30px;
  border: 1px #008bd6 solid;
  width: 770px;
  background-color: #fff;
  box-sizing: border-box;
}
.cpExampleContents .zankureExample .label {
  padding: 8px 0;
  background-color: #008bd6;
  text-align: center;
}
.cpExampleContents .zankureExample .label img {
  width: 214px;
}
.cpExampleContents .zankureExample p {
  padding: 20px 0;
  line-height: 1.43;
  font-size: 14px;
  text-align: center;
}
.cpExampleContents .zankureExample .zankureImage {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 668px;
}
.cpExampleContents .zankureExample .zankureImage .image {
  width: 350px;
}
.cpExampleContents .zankureExample .zankureImage dl {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cpExampleContents .zankureExample .zankureImage dl dt {
  width: 50px;
}
.cpExampleContents .zankureExample .zankureImage dl dd {
  width: calc(100% - 60px);
  line-height: 1.38;
  color: #008bd5;
  font-size: 16px;
  font-weight: bold;
}
.cpExampleContents .zankureNotice {
  margin: 0 auto 1.5em;
  width: 940px;
  line-height: 1.5;
  font-size: 12px;
}
.cpExampleContents .zankurePaynumTable {
  margin: 0 auto 30px;
  width: 940px;
}
.cpExampleContents .zankurePaynumTable .tableTitle {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: bold;
}
.cpExampleContents .zankurePaynumTable table {
  margin: 0 0 12px;
  width: 100%;
}
.cpExampleContents .zankurePaynumTable table th {
  padding: 6px 0;
  border: 1px #666 solid;
  background-color: #e6e6e6;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.cpExampleContents .zankurePaynumTable table th .sup {
  font-size: 50%;
  vertical-align: super;
}
.cpExampleContents .zankurePaynumTable table th.null {
}
.cpExampleContents .zankurePaynumTable table tr:nth-child(2) th {
  font-size: 20px;
}
.cpExampleContents .zankurePaynumTable table th.monthlabel {
  width: 80px;
}
.cpExampleContents .zankurePaynumTable table th.monthlabel .ver {
  letter-spacing: .5em;
  display: inline-block;
  width: 1em;
  font-weight: bold;
  word-break: break-all;
}
.cpExampleContents .zankurePaynumTable table th.month {
  padding-right: 20px;
  width: 90px;
  text-align: right;
}
.cpExampleContents .zankurePaynumTable table td {
  padding: 6px 0;
  border: 1px #666 solid;
  width: 250px;
  background-color: #fff;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width:414px){
  .cpExampleContents {
    padding: 20px 0 0;
  }
  .cpExampleContents .zankurePriceTable {
    width: calc(600/640*100%);
  }
  .cpExampleContents .zankurePriceTable table {
  }
  .cpExampleContents .zankurePriceTable table th {
    padding: 5px;
    width: calc(240/600*100%);
    font-size: 10px;
  }
  .cpExampleContents .zankurePriceTable table th .small {
    font-size: 7px;
  }
  .cpExampleContents .zankurePriceTable table th .sup {
    font-size: 7px;
  }
  .cpExampleContents .zankurePriceTable table td {
    padding: 5px;
    width: calc(180/600*100%);
    font-size: 10px;
  }
  .cpExampleContents .zankurePriceTable table td.vab {
    vertical-align: middle;
  }
  .cpExampleContents .zankurePriceTable table td .if {
    font-size: 8px;
  }
  .cpExampleContents .zankurePriceTable table td .small {
    font-size: 7px;
  }
  .cpExampleContents .zankurePriceTable table td .sup {
    font-size: 7px;
  }
  .cpExampleContents .zankureExample {
    margin: 20px auto;
    padding: 0 0 15px;
    width: calc(600/640*100%);
  }
  .cpExampleContents .zankureExample .label {
    padding: 8px 0;
    background-color: #008bd6;
    text-align: center;
  }
  .cpExampleContents .zankureExample .label img {
    width: calc(246/640*100vw);
  }
  .cpExampleContents .zankureExample p {
    padding: 10px calc(38/600*100%);
    line-height: 1.67;
    font-size: 12px;
    text-align: left;
  }
  .cpExampleContents .zankureExample p br {
    display: none;
  }
  .cpExampleContents .zankureExample .zankureImage {
    margin: 0 calc(38/600*100%);
    display: block;
    width: auto;
  }
  .cpExampleContents .zankureExample .zankureImage .image {
    margin: 0 auto;
    width: calc(412/640*100vw);
  }
  .cpExampleContents .zankureExample .zankureImage dl {
    width: 100%;
  }
  .cpExampleContents .zankureExample .zankureImage dl dt {
    padding-top: 10px;
    width: calc(80/640*100vw);
  }
  .cpExampleContents .zankureExample .zankureImage dl dd {
    padding-top: 10px;
    width: calc(100% - 80/640*100vw - 10px);
    line-height: 1.43;
    font-size: 14px;
  }
  .cpExampleContents .zankureNotice {
    width: calc(600/640*100vw);
    font-size: 10px;
  }
  .cpExampleContents .zankurePaynumTable {
    margin: 0 auto 15px;
    width: calc(600/640*100%);
  }
  .cpExampleContents .zankurePaynumTable .tableTitle {
    margin: 0 0 6px;
    font-size: 12px;
  }
  .cpExampleContents .zankurePaynumTable table {
    margin: 0 0 6px;
    width: 100%;
  }
  .cpExampleContents .zankurePaynumTable table th {
    padding: 5px;
    font-size: 12px;
  }
  .cpExampleContents .zankurePaynumTable table tr:nth-child(2) th {
    font-size: 10px;
  }
  .cpExampleContents .zankurePaynumTable table th.monthlabel {
    width: calc(80/600*100%);
  }
  .cpExampleContents .zankurePaynumTable table th.month {
    padding-right: 5px;
    width: calc(90/600*100%);
  }
  .cpExampleContents .zankurePaynumTable table td {
    padding: 5px 0;
    width: calc(140/600*100%);
    font-size: 12px;
  }
} /* End Media 414px */




/*cpOutline
-----------------*/
.cpOutline {
}
.cpOutline .sectionTitle {
  padding: 40px 0;
  color: #ff9100;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.cpOutline .outlineTable {
  margin: 0 auto;
  width: 940px;
  font-size: 14px;
}
.cpOutline .outlineTable table {
}
.cpOutline .outlineTable table th {
  padding: 6px 12px;
  border: 1px #666 solid;
  width: 120px;
  background-color: #e6e6e6;
  font-weight: bold;
  text-align: center;
}
.cpOutline .outlineTable table td {
  padding: 6px 12px;
  border: 1px #666 solid;
  background-color: #fff;
}
.cpOutline .outlineTable table td .small {
  font-size: 12px;
}
.cpOutline .outlineTable table td .sup {
  font-size: 9px;
  vertical-align: super;
}
.cpOutline .outlineTable table td ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.cpOutline .notice {
  margin: 1.5em auto 0;
  width: 940px;
  line-height: 1.5;
  font-size: 12px;
}
.cpOutline ul.notice {
  margin-top: 0;
}

.cpOutline .notice.ti1em {
	padding-left: 2em;
	text-indent: -2em;
}
.cpOutline .notice.le2em {
	padding-left: 2em;
}

.cpOutline .notice.le1em {
	text-indent: -1em;
}

.cpOutline ul.notice li {
  padding-left: 1em;
}

@media screen and (max-width:414px){
  .cpOutline {
  }
  .cpOutline .sectionTitle {
    padding: 20px 0;
    font-size: 14px;
  }
  .cpOutline .outlineTable {
    margin: 0 auto;
    width: calc(600/640*100%);
    font-size: 10px;
  }
  .cpOutline .outlineTable table {
  }
  .cpOutline .outlineTable table th {
    padding: 5px;
    width: 60px;
  }
  .cpOutline .outlineTable table td {
    padding: 5px;
  }
  .cpOutline .outlineTable table td .small {
    font-size: 9px;
  }
  .cpOutline .outlineTable table td .sup {
    font-size: 7px;
  }
  .cpOutline .notice {
    margin: 1.5em auto 0;
    width: calc(600/640*100%);
    font-size: 10px;
    box-sizing: border-box;
  }
  .cpOutline .notice.ti1em {
    padding-left: 2em;
    text-indent: -2em;
  }
	.cpOutline .notice.le2em {
    padding-left: 2em;
  }

	.cpOutline .notice.le1em {
		text-indent: 0;
	}

  .cpOutline ul.notice li {
    margin-left: 2em;
		padding-left: 0;
  }
} /* End Media 414px */





/*cpBottom
-----------------*/
.cpBottom {
  padding-bottom: 80px;
}
.cpBottom dl {
  padding: 40px 0 20px;
}
.cpBottom .linkBnr {
  margin: 0 auto;
  width: 560px;
}
.cpBottom .title {
  margin: 40px 0 10px;
  color: #ff9100;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width:414px){
  .cpBottom {
    padding-bottom: 40px;
  }
  .cpBottom dl {
    padding: 20px 0 10px;
  }
  .cpBottom .linkBnr {
    width: calc(560/640*100%);
  }
  .cpBottom .title {
    margin: 16px 0 6px;
    font-size: 14px;
  }
} /* End Media 414px */





/*cpHowtoBuy
-----------------*/
.cpHowtoBuy {
}
.cpHowtoBuy .sectionTitle {
  padding: 40px 0;
  color: #ff9100;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.cpHowtoBuy .cpSectionInner > ul {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  background-color: #f4f4f4;
}
.cpHowtoBuy .cpSectionInner > ul > li {
  padding: 20px 0 107px;
  position: relative;
  width: 460px;
  background-color: #008bd5;
  text-align: center;
  box-sizing: border-box;
}
.cpHowtoBuy .cpSectionInner > ul > li:last-child {
  background-color: #8F84FF;
}
.cpHowtoBuy .cpSectionInner > ul > li .bnrTitle {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.cpHowtoBuy .cpSectionInner > ul > li .bnrImage {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.cpHowtoBuy .cpSectionInner > ul > li ul {
  padding: 0 20px 0 55px;
  line-height: 1.5;
  color: #fff;
  font-size: 20px;
  text-align: left;
}
.cpHowtoBuy .cpSectionInner > ul > li ul li {
  margin-bottom: 3px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.cpHowtoBuy .cpSectionInner > ul > li .bnrLink {
  margin: 20px 0 0;
  position: absolute;
  bottom: 25px;
  left: 27px;
}
.cpHowtoBuy .tobimasuBnr {
  margin: 80px 0 40px;
  padding: 0 0 30px;
  border: 20px #f4f4f4 solid;
  position: relative;
  background-color: #fff200;
}
.cpHowtoBuy .tobimasuBnr:before {
  content: "";
  display: block;
  position: absolute;
  top: -110px;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background: url(../images/icon_plus.png) 0 0 no-repeat;
}
.cpHowtoBuy .tobimasuBnr .bnrTitle {
  padding: 50px 0 30px;
  display: flex;
  justify-content: center;
}
.cpHowtoBuy .tobimasuBnr p {
  display: flex;
  justify-content: center;
}
.cpHowtoBuy .tobimasuBnr .bnrCB {
  position: absolute;
  top: -72px;
  right: 30px;
}

@media screen and (max-width:414px){
  .cpHowtoBuy {
  }
  .cpHowtoBuy .sectionTitle {
    padding: 20px 0;
    font-size: 14px;
  }
  .cpHowtoBuy .cpSectionInner > ul {
    margin: 0 auto;
    padding: 10px;
    display: block;
    width: calc(560/640*100%);
    box-sizing: border-box;
  }
  .cpHowtoBuy .cpSectionInner > ul > li {
    padding: 12px 0 15px;
    width: auto;
  }
  .cpHowtoBuy .cpSectionInner > ul > li + li {
    margin-top: 10px;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cpHowtoBuy .cpSectionInner > ul > li .bnrTitle {
    font-size: 14px;
  }
  .cpHowtoBuy .cpSectionInner > ul > li .bnrImage {
    margin: 10px auto;
    display: block;
    width: calc(270/560*100%);
  }
  .cpHowtoBuy .cpSectionInner > ul > li ul {
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    max-width: calc(460/560*100%);
    font-size: 12px;
  }
  .cpHowtoBuy .cpSectionInner > ul > li .bnrLink {
    margin: 10px auto 0;
    position: static;
    width: calc(460/560*100%);
  }
  .cpHowtoBuy .tobimasuBnr {
    margin: 40px auto 20px;
    padding: 0 0 30px;
    border-width: 10px;
    width: calc(560/640*100%);
    box-sizing: border-box;
  }
  .cpHowtoBuy .tobimasuBnr:before {
    border-radius: 50%;
    top: -55px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .cpHowtoBuy .tobimasuBnr .bnrTitle {
    margin: 0 auto;
    padding: 25px 0 20px;
    display: block;
    width: calc(460/640*100vw);
  }
  .cpHowtoBuy .tobimasuBnr p {
    margin: 0 auto;
    display: block;
    width: calc(460/640*100vw);
  }
  .cpHowtoBuy .tobimasuBnr .bnrCB {
    position: absolute;
    top: calc(-60/640*100vw - 10px);
    right: calc(-20/640*100vw - 10px);
    width: calc(220/640*100vw);
  }
} /* End Media 414px */




/*cpHowtoBuy
-----------------*/
.userForm {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: 0.3s ease-in-out;
  transition-property: opacity;
  opacity: 0;
  pointer-events: none;
}
.userForm.active {
  opacity: 1;
  pointer-events: all;
}
.userForm__txt {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 32px;
  color: #226ABC;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
.userForm__txt.active {
  opacity: 1;
  pointer-events: none;
}
.userForm__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(164, 164, 164, 0.8);
}
.userForm__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #E8F5FF;
  transform: translate3d(-50%, -50%, 0);
  width: 804px;
  padding: 56px 0;
  border-radius: 15px;
  border: solid 2px #226ABC;
}
.userForm__question.none {
  opacity: 0;
  pointer-events: none;
}
.userForm__block {
  width: 80.0995024876%;
  margin: 0 auto;
}
.userForm__block:last-child {
  margin-top: 40px;
}
.userForm__block dt {
  font-weight: 700;
  font-size: 20px;
  color: #226ABC;
}
.userForm__block dd {
  width: 100%;
  border-radius: 10px;
  background: #FFFFFF;
  margin-top: 10px;
  padding: 34px 0;
}
.userForm__block dd .q1List {
  display: flex;
  justify-content: center;
  -moz-column-gap: 56px;
       column-gap: 56px;
}
.userForm__block dd .q2List {
  display: flex;
  justify-content: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.userForm__block dd li.def {
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .userForm__block dd li.def:hover img:first-child {
    opacity: 0;
  }
}
.userForm__block dd li.active img:first-child {
  opacity: 0;
}
.userForm__block dd p {
  line-height: 1;
  font-size: 16px;
  color: #226ABC;
  margin-top: 12px;
  font-weight: 700;
}
.userForm__block dd figure {
  position: relative;
  width: 24px;
  margin: 0 auto;
}
.userForm__block dd figure img:first-child {
  position: relative;
  z-index: 2;
  transition: 0.3s ease-in-out;
  transform-origin: opacity;
}
.userForm__block dd figure img:last-child {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.userForm__btn {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
}