* {
	box-sizing: border-box;
}
html, body, 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;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,Hiragino Sans,Yu Gothic UI,Meiryo UI,Hiragino Kaku Gothic ProN,sans-serif;
    font-size: 16px;
    color: rgba(26,26,26,.9);
    -webkit-font-smoothing: antialiased;
    line-height: 1.3;
    scroll-behavior: smooth;
    text-size-adjust: 100%;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

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

input, select {
    vertical-align:middle;
    cursor: pointer;
}

/* focus */
input:focus,textarea:focus,select:focus {
  outline: none;
}

input, select {
  -webkit-appearance: none;
  appearance: none;
}
input.coupon_button {
  -webkit-appearance: inherit;
  appearance: inherit;
}
select {
  border-radius: 0;
  position: relative;
}
.submit-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
.back-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* copyright */
.copyright {
  background-color: #fff;
  font-size: 13px;
  font-weight: 500;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 999;
}
.container {
    position: relative;
    padding-top: 76px;
}
.header-icon {
    height: 28px;
    width: 28px;
    margin-right: 8px;
    box-shadow: 0 2px 5px 0 rgb(50 50 93 / 10%), 0 1px 1px 0 rgb(0 0 0 / 7%);
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-icon img {
  height: 14px;
}
.header-logo {
  height: 20px;
  width: auto;
}
/* sp アニメーション前の状態 */
.menu{
  display: none;
}
.payment-detail {
  display: none;
}
/* sp アニメーション後の状態 */
.menu.is-active{
  transform: translateY(0);
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  transition: all .3s linear;
  z-index: 9999;
  transition: ease;
}

.wrapper.is-active{
      width: 100%;
      height: 100%;
      position: fixed;
      overflow: scroll;
      top: 0;
      left: 0;
      z-index: 1;
      background: rgba(0,0,0,0.5);
}
button.menu-btn {
  background-color: #fff;
  color: rgba(26,26,26,.6);
  border: none;
  font-weight: bold!important;
  font-size: 13px;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
img.arrow {
  width: 1em;
  height: auto;
  margin-left: .5em;
}
/* メイン */
h1 {
  font-weight: 600;
  font-size: 28px;
}
h1 span {
  margin-left: 8px;
  color: rgba(26,26,26,.6);
  font-size: 14px;
}
h2 {
  color: rgba(26,26,26,.6);
  font-weight :500;
  font-size: 16px;
}
h3 {
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
}
.center {
  text-align: center;
}
.application-details {
  padding: 0 16px 16px;
}

label {
  display: block;
  padding: 12px;
  color: rgba(26,26,26,.7);
  font-weight: 500;
  font-size: 13px;
}
legend {
  display: block;
  padding: 12px 12px 4px 12px;
  color: rgba(26,26,26,.7);
  font-weight: 500;
  font-size: 13px;
}
input {
  position: relative;
  width: 100%;
  height: 44px;
  padding: 8px 12px;
  margin-top: 4px;
  color: rgba(26,26,26,.9);
  font-size: 16px;
  line-height: 1.5;
  border: 0;
  border-radius: 6px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing:border-box; 
}
fieldset label {
  padding: 0 12px;
}
fieldset input {
  margin-top: 0;
  border-radius: 0;
}
fieldset label:first-of-type input {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
fieldset label:last-of-type input {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
fieldset label:last-of-type {
  padding: 0 13px;
}
input#postcode1,
input#postcode2,
input#invoice-postcode1,
input#invoice-postcode2 {
  display: inline-block;
  width: fit-content;
  box-shadow: none;
}
input#postcode1,
input#invoice-postcode1 {
  padding-left: 0;
  padding-right: 0;
}
input#postcode2,
input#invoice-postcode2 {
  padding-left: 2px;
}
.shadow {
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
  transition: box-shadow .08s ease-in,color .08s ease-in,filter 50000s;
  width: 100%;
  box-sizing:border-box;
}
.outer {
  padding: 0 12px;
  width: 100%;
  box-sizing:border-box;
}
.border {
  border: solid 1px #e0e0e0;
}
.border-top-none {
  border-top: none;
}
select {
  position: relative;
  width: 100%;
  height: 44px;
  padding: 8px;
  color: rgba(26,26,26,.7);
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  border: solid 1px #e0e0e0;
  border-top: none;
  box-sizing:border-box; 
}
.method {
  margin-top: 20px;
}
fieldset label input.cardno {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.noborder {
  border: none;
}
.noborder.mr {
  margin-right: 8px;
}
.deadline {
  width: 100%;
  box-sizing: border-box;
  color: #1a1a1ab3;
}
.outer.adjust {
  padding: 0 12px;
}
.outer.adjust .border{
  border-bottom: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  top:12px;
  right: 5px;
  height: 20px;
  width: auto;
}
.submit-btn {
  margin-top: 30px;
  width: 100%;
  border: none;
  border-radius: 6px;
  text-align: center;
  line-height: 44px;
  transition: all .2s ease;
  font-weight: 600;
  background-color: rgb(0, 116, 212);
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.attention {
  margin-top: 12px;
  padding: 0 16px;
  color: rgba(26, 26, 26, 0.6);
  font-size: 13px;
}
footer {
  margin-top: 40px;
  color: rgba(26,26,26,.5);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
footer ul {
  margin-top: .5em;
  list-style: none;
  font-weight: 400;
  font-size: 13px;
}
footer li {
  display: inline-block;
  margin: 0 5px;
}
footer a {
  color: rgba(26,26,26,.5);
}
.doccument {
  margin: 7px 0;
  font-size: 12px;
}
.doccument a {
  text-decoration: none;
  margin: 0 2px;
  font-weight: 400;
}
.logo {
  width: 6em;
  height: auto;
  margin-top: 60px;
}

/* パネル内 */
.panel-text {
  color: rgba(26,26,26,.9);
  font-size: 14px;
  font-weight: 600;
}
.term {
  color: rgba(26,26,26,.5);
  font-size: 12px;
  font-weight: 400;
}
.menu.is-active .payment-detail {
  display: block;
  z-index: 999;
  margin-top: 80px;
  padding: 0 16px 16px 16px;
}
.sum {
  padding: 16px 0;
  border-bottom: 1px solid rgba(26,26,26,.1);
}
.tax {
  color: rgba(26,26,26,.5);
  font-size: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(26,26,26,.1);
}
.total {
  font-size: 14px;
  font-weight: 600;
  margin: 16px 0;
}

/*========= 検索窓を開くためのボタン設定 ===========*/

.open-btn{
  cursor: pointer;/*カーソルを指マークに*/
  color: rgb(0, 116, 212);
  font-weight: 600;
  margin-top: 16px;
  font-size: 14px;
}


.search-wrap{
  transition: all 0.4s;/*transitionを使ってスムースに現れる*/
}

.search-wrap.panelactive{
	opacity: 1;/*不透明に変更*/
	z-index: 9999;/*全面に出現*/
	width:100%;
  background:#fff;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
  transition: box-shadow .08s ease-in,color .08s ease-in,filter 50000s;
  width: 100%;
  border-radius: 6px;
  box-sizing:border-box;
  position: relative;
  margin-top: 5px;
}

.search-wrap .searchform{
	display: none;/*検索窓は、はじめ非表示*/
}

.search-wrap.panelactive .searchform{
	display: block;/*検索窓を表示*/
}
.coupon_code_button {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 6em;
    padding: 8px 12px;
    color: rgb(0, 116, 212);
    border: 0;
    border-radius: 6px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}
.searchform input {
  font-size: 14px;
  height: auto;
  margin-top: 0;
}
input.coupon_button {
  -webkit-appearance: inherit;
  appearance: inherit;
  width: 30%;
  max-width: 8em;
  display: inline-block;
  background-color: #5469d4;
  border-radius: 22px;
  color: white;
  margin-left: 5px;
}
input.coupon-text {
  width: 65%;
  display: inline-block;
  box-shadow: 0 0 0 1px #e0e0e0, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
  transition: box-shadow .08s ease-in,color .08s ease-in,filter 50000s;
  box-sizing:border-box;
}
#coupon_name,
#coupon_code_point{
  color: red;
  font-size: 15px;
  line-height: 1.3;
}

/* PC */
@media screen and (min-width: 767px) {
  .container {
    display: flex;
    padding-top: 0;
  }
  .left {
    width: 50%;
    padding: 50px 80px;
  }
  .right {
    width: 50%;
    padding: 50px 80px;
    box-shadow: 15px 0 30px 0 rgb(0 0 0 / 18%);
  }
  .copyright {
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: initial;
  padding: 0 0 16px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 999;
}
/* .menu-btn {
  display: none;
} */
.payment-detail {
  display: block;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 600;
}
.sp-only {
  display: none;
}
footer {
  width: 50%;
  position: absolute;
  bottom: 50px;
}
body {
  position: relative;
}
.center {
  text-align: left;
  margin: 20px 0 16px 0;
}
h1 {
  font-size: 36px;
}
.term {
  margin-top: 5px;
}
.sum {
  margin-top: 15px;
}
.total-num {
  font-size: 16px;
}
}

/* confirm */
.align-left {
  justify-content: flex-start;
  text-align: left;
}
table {
  width: 100%;
}
.confirm {
  position: relative;
  padding: 76px 16px 0 16px;
}
h1.decoration {
  position: relative;
  font-size: 18px;
  padding: .3rem 0;
  border-bottom: 4px solid #fb2596;
  margin-bottom: 10px;
}
h1.decoration:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 15%;
  height: 4px;
  content: '';
  background: #FC70ba;
}
.confirm h3 {
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 18px;
}
.confirm tr {
  display: flex;
  flex-direction: column;
  text-align: left;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 16px;
  line-height: 1.4;
}
.confirm th {
  display: block;
  padding: 16px 0 6px 0;
  color: rgba(26,26,26,.7);
  font-weight: 500;
  font-size: 13px;
}
.mt {
  margin-top: 16px;
}
.confirm .attention {
  padding-left: 0;
}
.confirm .submit-btn {
  line-height: initial;
  margin-top: 34px;
  height: 52px;
}
.confirm .back-btn {
  line-height: initial;
  height: 52px;
}
.confirm .back-btn {
  line-height: initial;
  margin-top: 20px;
  width: 100%;
  border: solid 1px #e0e0e0;
  border-radius: 6px;
  text-align: center;
  transition: all .2s ease;
  font-weight: 600;
  background-color: #fff;
  font-size: 16px;
  color: rgba(26, 26, 26, 0.6);
}
input.terms {
  border: solid 1px #e0e0e0;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 0;
  appearance: auto;
}
.terms-container {
  text-align: center;
}
.terms-container label {
  font-size: 16px;
  padding-top: 34px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.terms-url {
  color: #FC70ba;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
a.terms-url img {
  width: auto;
  height: 14px;
  margin-right: 2px;
}
.terms-container.first {
  margin-bottom: 60px;
}
footer.confirm .logo {
  margin-top: 0;
}
footer.confirm {
  padding: 16px;
}
@media screen and (min-width: 767px) {
  .confirm {
    width: 50%;
    margin: 0 auto;
  }
  
  .copyright.confirm-head {
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: initial;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 999;
    padding: 50px 0 0 0;
    width: 40%;
    margin: 0 auto;
  }
  h1.decoration {
    font-size: 22px;
  }
  footer.confirm {
    margin-top: 44px;
    bottom: 0;
  }
  .confirm {
    position: relative;
    padding: 30px 16px 0 16px;
  }
  .confirm th {
    font-size: 14px;
  }
  .confirm h3 {
    font-size: 18px;
  }
  .terms-container label {
    padding-top: 45px;
  }
  .confirm .submit-btn {
      margin-top: 45px;
  }
}

/* select */
.select {
  position: relative;
  padding: 76px 16px 0 16px;
}

.fashion-style .subtitle {
  margin-bottom: -10px;
  margin-top: 32px;
  font-weight: 600;
  color: rgba(26,26,26,.7);
  background-color: #F5F5F5;
  padding: 8px 0 8px 16px;
}
.fashion-style .subtitle:first-of-type {
  margin-top: 0;
}
.fashion-style label {
  font-size: 15px;
  padding-top: 28px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.select h3.h3top {
  padding-top: 18px;
}
input.request-style {
    border: solid 1px #e0e0e0;
    width: 1.5em;
    height: 1.5em;
    margin-bottom: 0;
    appearance: auto;
    margin-right: 8px;
}
.select h3 {
    padding-left: 0;
    padding-bottom: 8px;
    padding-top: 30px;
}
.fashion-style .shadow {
  border-radius: 6px;
  padding: 8px 8px;
}
select.style_height {
  border-top: solid 1px #e0e0e0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#style_bottom_size {
  border: none;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
/* タブ切替 */
.tab_contents {
	width: 100%;
	background-color: silver;
	padding: 30px;
	margin: 20px auto;
}
.tab_wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.tab_lab1, .tab_lab2, .tab_lab3 {
	background: #242424;
  padding: 20px 15px;
  flex: 1;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: rgba(26,26,26,.7);
  margin: 0 5px;
  font-size: 16px;
  cursor: pointer;
}
.tab_lab1 {
  background: #E2F4F3;
  position: relative;
}
.tab_lab2 {
  background: #FFEAEF;
  position: relative;
}
.tab_lab3 {
  background: #fff0ea;
  position: relative;
}

#tab1:checked~.tab_lab1 {
	background: #E2F4F3;
  color: rgba(26,26,26,.9);
}
#tab1:checked~.tab_lab1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #e0edff;
}
#tab2:checked~.tab_lab2 {
	background: #FFEAEF;
	color: rgba(26,26,26,.9);
}
#tab2:checked~.tab_lab2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #FFEAEF;
}
#tab3:checked~.tab_lab3 {
	background: #fff0ea;
	color: rgba(26,26,26,.9);
}
#tab3:checked~.tab_lab3::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #fff0ea;
}
.panels {
  width: 100%;
  cursor: pointer;
}
#tab1:checked~.panels #area1 {
	display: block;
  background: #fff;
  width: 100%;
}
#tab2:checked~.panels #area2 {
	display: block;
  background: #fff;
  width: 100%;
}
#tab3:checked~.panels #area3 {
	display: block;
  background: #fff;
  width: 100%;
}
.panel_content td.color {
  color: #FF0675;
  font-weight: 600;
  font-size: 110%;
}

.plan input[name="plan"] {
	display: none;
}

.normal_size{
  font-weight:normal;
  font-size: small;
}

.panel {
	padding: 0;
  display: none;
}
.panel_content {
  font-weight: 600;
}
.panel_content td {
  width: 33.333%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
	color: rgba(26,26,26,.7);
}
.panel_content th {
  font-size: 16px;
  padding: 1.5em 0 12px 0;
}
.panel_content th::before {
  content: "";
  display: block;
  width: 100%;
  border-top: solid 1px #e0e0e0;
  margin-bottom: 1.5em;
}
.panel_content tr {
  text-align: center;
}
.triangle {
  display: block;
}
.month {
  border-top: solid 1px #e0e0e0;
  margin-top: 16px;
}
input.month {
    border: solid 1px #e0e0e0;
    width: 1.5em;
    height: 1.5em;
    margin: 0;
    appearance: auto;
}
.month {
  display: flex;
  align-items: center;
  justify-content: left;
}
.plan .attention {
  padding-left: 0;
}
.payment1 input {
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 0;
  appearance: auto;
  margin-right: 8px;
  margin-left: 0;
}
.payment1 label.radiobox {
  background-color: #fff;
  border: solid 3px #0570de;
  box-sizing: border-box;
  color: #0570de;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 0;
  font-size: 15px;
}
.payment1 .arrow {
  margin: 0 6px;
  transform: scaleX(70%);
  -webkit-transform: scaleX(70%);
  -moz-transform: scaleX(70%);
  -ms-transform: scaleX(70%);
  -o-transform: scaleX(70%);
}
.payment1 .bold {
  font-weight: 700;
}
.payment1 .txt {
  font-weight: 500;
}
.payment1 input.radiobox:checked + label {
  border: none;
  border-radius: 6px;
  background-color: #0570de;
  color: #fff;
}
.payment img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-top: 8px;
  height: 30px;
}
.method label {
    padding: 0;
}
.method .outer {
    padding: 0;
}
.method label:last-of-type {
    padding: 0 1px;
}
select.shadow {
  border: none;
}
.method .margin {
  margin-left: 8px;
}
.select .method {
  margin-top: 0;
}
.select .submit-btn {
  line-height: inherit;
}
.select .back-btn {
  line-height: initial;
  margin-top: 20px;
  width: 100%;
  border: solid 1px #e0e0e0;
  border-radius: 6px;
  text-align: center;
  transition: all .2s ease;
  font-weight: 600;
  background-color: #fff;
  font-size: 16px;
  color: rgba(26, 26, 26, 0.6);
}
footer.footer-select .logo {
  margin-top: 0;
}
@media screen and (min-width: 767px) {
  .select {
    width: 40%;
    margin: 0 auto;
    position: relative;
    padding: 30px 16px 0 16px;
  }
  footer.footer-select {
    margin-top: 44px;
    bottom: 0;
    width: 100%;
    position: inherit;
    padding: 16px;
  }
}
/* 銀行振込 */
h4 {
  display: block;
  padding: 12px 12px 4px 12px;
  color: rgba(26,26,26,.7);
  font-weight: 500;
  font-size: 13px;
}
.bank-account {
  border: solid 1px #e0e0e0;
  border-collapse: collapse;
}
.bank-account th{
  line-height: 1;
  background-color: rgba(26, 26, 26, 0.05);
  font-weight: 500;
  text-align: left;
  padding: 20px 20px 20px 8px;
  border: solid 1px #e0e0e0;

}
.bank-account td {
  padding-left: 8px;
  border: solid 1px #e0e0e0;
  vertical-align: middle;
}
.attention h4 {
  padding-left: 0;
}
@media screen and (min-width: 767px) {
.right {
  min-height: 100vh;
}
}
/* paidy */
.paidy .paidy-banner {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.paidy table {
  width: 100%;
}
.paidy th {
  padding: 16px 16px 16px 8px;
}
.paidy th,
.paidy td {
  display: block;
  text-align: left;
  width: 100%;
  }
.paidy td {
  padding: 16px 20px;
  font-size: 14px;
}
.paidy .bank-account {
  border: 0;
}
p.attention.padding-left {
  padding-left: 0;
}



section.radiobox {
  width: 100%;
  margin: auto;
}

.inline-radio {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
}

  div.radiobox {
    position: relative;
    flex: 1;
  }
  div.radiobox {
    margin: 8px 0;
  }
  input.radiobox {
    width: 100%;
    height: 100px;
    opacity: 0;
  }

  label.radiobox {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    pointer-events: none;
    padding: 8px;
    border-radius: 6px;
  }
  input.radiobox:checked + label {
    border: 5px solid rgba(0, 116, 212, 0.4);
    border-radius: 6px;
  }
.row {
  flex-direction: column;
}
small.block {
  display: block;
  width: 100%;
  font-size: 80%;
  margin-top: 0.5em;
}
.ribbon1 {
  display: inline-block;
  position: relative;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0 15px;
  font-size: 14px;
  background: #f57a78;
  color: #FFF;
  box-sizing: border-box;
  font-weight: 500;
  margin-bottom: 5px;
}
.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 12.5px 0px 12.5px 7.5px;
  border-color: transparent transparent transparent #F5F5F5;
  border-style: solid;
}
.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 12.5px 7.5px 12.5px 0px;
  border-color: transparent #F5F5F5 transparent transparent;
  border-style: solid;
}
.bnr{
  width: 100%;
  height: auto;
}
@media screen and (min-width:767px){
  .bnr{
    width: 85%;
    height: auto;
    margin: 10px 0;
  }
}
input.month {
  width: 16px;
  border: 1px solid #ccc;
  -webkit-appearance: auto;
  appearance: auto;
  font-size: 16px;
  margin-top: 0;
}
input {
   cursor: pointer;
 }


/* pink header 追記 */
header.pink {
  width: 100%;
  z-index: 999999;
  background: rgba(252,87,174,0.9);
  font-size: 96%;
  font-family: FontAwesome, "メイリオ", Meiryo, YuGothic, '游ゴシック', Arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
.box1100 {
  width: 950px;
  max-width: 100%;
  margin: auto;
}
header.pink ul {
  margin: 0px;
}
header.pink li:first-child {
  border-left: none;
}
header.pink li {
  display: inline-block;
  list-style: none;
  margin: 0px;
  border-left: 1px dotted rgba(255,255,255,1);
}
header.pink a {
  color: #FFF;
  text-decoration: none;
  height: 40px;
  padding: 9px 8px;
  display: block;
  font-size: 90%;
}
header.pink img {
  height: 24px;
  width: auto;
  vertical-align: middle;
}
.spOnly {
  display: none;
}
header.pink p, li {
  margin-bottom: 5px;
  font-size: 90%;
}
@media screen and (max-width: 830px) {
  #spMenu {
    background: rgba(252,87,174,0.8);
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
  }
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  #menu {
    line-height: 100%;
    font-size: 60%;
    width: 50px;
    padding: 5px 10px;
    height: 42px;
  }
  #menu i {
    font-size: 260%;
  }
  #spMenu .logo {
    height: 44px;
    margin-top: -44px;
  }
  #spMenu .logo img {
    margin-top: 6px;
    margin-left: 10px;
    height: 30px;
  }
  #main-sidebar {
    margin-top: 44px;
    font-size: 100%;
    background: rgba(252,87,174,0.8);
  }
  #main-sidebar ul {
    margin: 0px;
  }
  #main-sidebar li:first-child {
    border-top: 1px solid rgba(255,255,255,0.5);
  }
  #main-sidebar li {
    display: block;
    list-style: none;
    margin: 0px;
    width: 100%;
    border: none;
  }
  #main-sidebar a {
    text-decoration: none;
    padding: 10px;
    display: block;
    font-size: 100%;
    color: #FFF;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  .close-sb {
    margin: 10px;
    background: #5B5B5B;
    border-radius: 5px;
    padding: 5px;
  }
}
.width {
  width: 33.33%;
}
#tab1,
#tab2,
#tab3 {
  position: absolute;
  top: 50px;
  z-index: 99;
  background: transparent;
  width: 32%;
}

/* 解約アコーディオン */
.kaiyaku_accordion_area{
  list-style: none;
  margin:0 auto;
}
.kaiyaku_accordion_area li{
  margin: 0px 0 0 0;
}
.kaiyaku_accordion_area section {
  /*background-color: #f3f3f3;*/
  background-color: #FFFFFF;
}
.kaiyaku_title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:small;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
}
.kaiyaku_title::before,
.kaiyaku_title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #9A9A9A;

}
.kaiyaku_title::before{
  top:48%;
  left: 5px;
  transform: rotate(0deg);

}
.kaiyaku_title::after{
  top:48%;
  left: 5px;
  transform: rotate(90deg);

}
.kaiyaku_title.close::before{
  transform: rotate(45deg);
}
.kaiyaku_title.close::after{
  transform: rotate(-45deg);
}

.kaiyaku_box {
  display: none;
  background: #fff;
  margin:0 3% 3% 3%;
  padding: 3%;
}
.kaiyaku_accordion_area h3 {
  padding: 1em 0 1em 3em;
}

body .styles__container--1M-gP.amazonpay.styles__active--zOb52 {
  border-radius: 8px 8px 0 0;
}

body .styles__container--1M-gP.card.styles__active--zOb52 {
  border-radius: 8px 8px 0 0;
}

body .styles__container--1M-gP.paidy.styles__active--zOb52 {
  border-bottom: 8px;
}