@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');

/******************************************/

/* font-face */

/******************************************/

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: normal;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}


/******************************************/

/* html */

/******************************************/

body {
font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
font-feature-settings : "pkna";
font-size: 14px;
line-height: 140%;
color:#000;
margin: 0;
padding: 0;
}

img {
max-width: 100%;	
}

html, body {
position: relative;
height: 100%;
}

h1,h2,h3 {
color: #FFF;
margin: 0;
text-align: center;	
line-height: 100%;
}

A {
text-decoration: none;
font-weight: bold;
color: #00B0B0;
}


/******************************************/

/* header */

/******************************************/

#header_area h1 {
font-size: 16px;
color: #333;
text-align: center;
height: 50px;
line-height: 50px;
}

#inner_header {
position: relative;
background-color: #FFFFFF;
}

.btn_close {
position: absolute;
top: 15px;
right: 15px;	
}


/******************************************/

/* benefit */

/******************************************/

#carzybenefit,
#carzyrelease {
background-color: #00B0B0;
background-size: 500px 500px;
position: relative;
}

.release_contents {
background-color: #FFFFFF;
background-image: url(../ja/img/bg5.png);
background-size: 500px 500px;
padding-top: 40px;
padding-bottom: 30px;
}

.label_release {
position: absolute;
top: 0px;
left: 0px;	
}

.label_release img {
max-width: 70%!important;
}

.benefit_copy,
.release_copy {
text-align: center;
padding: 20px 0px 20px;	
}

.release_copy img {
max-width: 700px;	
}

.t_head {
font-size: 25px;
}

.sub_head {
font-size: 12px;
color: #FFF;
letter-spacing: 5px;
text-align: center;
margin-top: 5px;
margin-bottom: 10px;
}

.swiper-container {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
width: 100%;

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

.benefit_box h3,
.release_box h3 {
font-size: 23px;
}

.release_contents h2 {
font-size: 40px;
color: #00B0B0;
}

.release_contents .sub_head {
color: #555555;	
}

.benefit_desc,
.release_desc {
font-size: 16px;
font-weight: 500;
color: #000;
max-width: 330px;
margin: auto;
margin-top: -10px;
text-align: left;
line-height: 140%;
min-height: 50px;
}

.swiper-wrapper .swiper-slide:first-child .release_desc {
text-align: center;	
}

.swiper-pagination {
margin: 10px auto 10px;
position: relative;
}

.swiper-pagination-bullet {
width: 10px;
height: 10px;
margin: 0px 5px;	
background-color: #00B0B0;
}

.multiple .swiper-slide {
height: auto;
max-width: 400px
}

.fee_list,
.benefit_copy {
margin: 0px 20px;
}

#carzyfee {
padding: 30px 0px;	
}

#carzyfee .t_head,
#carzyfee .sub_head {
color: #000;	
}

.fee_list,
.fee_desc {
text-align: center;
font-size: 12px;
}

.fee_desc {
margin-top: 5px;
}

#carzyinfo {
margin-bottom: 50px;	
}

#carzyinfo h2 {
color: #000;
font-size: 22px;
margin-top: 15px;	
}

#carzyinfo .sub_head {
color: #000;
font-size: 16px;
letter-spacing: 0px;	
}

#inner_carzyinfo {
max-width: 900px;
margin: auto;
background-color: #F5F5F5;	
background-image: url(../ja/img/slashbg.gif);	
}

.info_contents {
padding: 20px;	
}

.info_contents li {
font-size: 16px;
padding: 5px;
line-height: 160%;
}

.multiple-button-prev,
.multiple-button-next {
margin-top: 100px;	
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…2L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 10px;
    left: auto;
}


/******************************************/

/* payment */

/******************************************/

.carzypayment_page_body {
background-color: #F5F5F5;	
background-image: url(../ja/img/bg5.png);
background-size: 500px 500px;
}

#carzypayment {
padding-top: 15px;
padding-bottom: 1px;
}

.payment_icon,
.payment_ex {
text-align: center;
margin: 10px 30px 10px;
}

.payment_icon {
margin-bottom: 15px;
}

#carzypayment .t_head {
color: #000;
font-size: 17px;
letter-spacing: 1px;
line-height: 140%;
}

.payment_copy {
background-color: #DE4388;
border-radius: 100px;
padding: 10px;
margin: 15px 20px 0px;
text-align: center;
color: #FFF;
max-width: auto;
font-weight: bold;
font-size: 14px;
}

.triangle{ 
width: 0; 
height: 0; 
border-width: 8px; 
border-style: solid; 
border-color: #DE4388 transparent transparent transparent;
margin: auto;
}

.payment_desc {
margin: 0px 20px 10px;
font-size: 17px;
line-height: 140%;
text-align: left;
}

.format {
font-size: 77%;	
}


/******************************************/

/* terms/privacy */

/******************************************/

#terms .t_head,
#about .t_head {
padding: 30px 0px 0px;
color: #333;
font-size: 20px;
letter-spacing: 1px;
line-height: 140%;
}

.terms_box,
.law_box {
text-align: center;
margin-bottom: 70px;
}

.terms_contents,
.law_contents,
.help_contents {
padding: 20px 15px;
text-align: left;	
}

.terms_sec,
.law_sec {
margin: 15px 0px;
}

.first_sec {
margin-top: 15px;	
}

.carzyprivacypolicy_page_body .first_sec {
margin-top: 0px;	
}

.terms_article,
.law_article {
padding: 10px;
font-weight: bold;
border-bottom: 1px solid #E0DFE3;
font-size: 13px;
color: #333;
}

.terms_term,
.law_term {
padding: 10px;
border-top: 1px solid #E0DFE3;
border-bottom: 1px solid #E0DFE3;
background-color: #FCFCFC;
font-size: 13px;
font-weight: bold;
color: #333;
}

.terms_sterm,
.law_sterm {
padding: 10px 5px;
margin: 5px 0px;
border-bottom: 1px solid #E0DFE3;
color: #333;
}

.postop {
border-top: none;	
}

.terms_data,
.law_data {
padding: 10px;
color: #333;
}

.terms_contents ul,
.terms_contents ol,
.law_contents ul,
.law_contents ol {
margin: 10px 0px 0px 25px;
padding: 0px;	
}

.terms_contents ul.pads,
.terms_contents ol.pads,
.law_contents ul.pads,
.law_contents ol.pads {
margin-top: 0px;
}

.terms_contents ul,
.law_contents ul {
list-style-type: disc;
}

.terms_contents li,
.law_contents li {
padding: 3px 0px;
}

.terms_contents #terms_float ul,
.law_contents #terms_float ul {
margin-left: 15px;
}

.terms_contents #terms_float li,
.law_contents #terms_float li {
float: left;
margin: 0px 25px 0px 0px;
display: inline-block;
list-style-type:  none;
}

.terms_contents ul.nmark,
.law_contents ul.nmark {
margin: 10px 0px 5px 10px;
}

.terms_contents ul.nmark li,
.law_contents ul.nmark li {
list-style-type: none;
padding-left: 1.5em;
text-indent: -1.5em;
}

.terms_contents ul.nmark li ul li,
.law_contents ul.nmark li ul li {
list-style-type: disc;
padding-left: 0px;
text-indent: 0px;
}

#rule .terms_data,
#rule .law_data {
border-top: 1px solid #E0DFE3;
padding: 10px 10px 0px 0px;
}

.revision {
border-top: 1px solid #E0DFE3;	
}

.revision ul {
margin-left: 0px;
list-style-type: none;
padding-left: 5px;
}

#terms h3 {
color: #333;
text-align: left;
border-bottom: 1px solid #E0DFE3;
padding: 10px 8px 10px 8px;
margin-top: 20px;
margin-bottom: 5px;
font-size: 13px;	
}

#terms h3:first-child {
margin-top: 0px;
}

.q_title,
.a_title {
font-size: 18px;
margin-right: 2px;
}

.q_title {
color: #00B2B2;	
}

.a_title {
color: #D93600;
}

.help_sec {
margin: 20px 0px 60px;	
}

.help_sec p {
padding-left:1.6em;
text-indent:-1.6em;
line-height: 160%;
}

.help_q {
padding-bottom: 0px;
margin-bottom: 5px;
border-bottom: 1px solid #E0DFE3;	
}

#terms ol {
padding: 0px;
margin: 0px;
padding-left: 25px;
}

ol ~ p.pterms_data {
padding-left: 1em;
text-indent: -1em;
margin: 2px 0px 5px 25px;
}

li p.pterms_data,
h3 + p.pterms_data {
margin: 2px 0px;
padding: 5px;
text-indent: 0px;
}


/******************************************/

/* about */

/******************************************/

.about_desc .flex_layout {
display: flex;	
}

.carzyabout_page_body {
background-image: url(../ja/img/header_bgjn.jpg);
background-repeat: no-repeat;
background-position: center top;
}

.about_header {
position: relative;
width: 800px;
margin: auto;
}

.about_header .t_head {
position: absolute;
top: 150px;
left: 30px;
}

.about_desc {
width: 800px;
padding: 15px 25px 0px;
box-sizing: border-box;
margin: auto;
padding-bottom: 50px;
position: relative;
top: 350px;
font-size: 16px;
line-height: 160%;
background-color: #FFFFFF;
}

.carzy_image img {
	filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.1));
}

.flex_layout .carzy_image:first-child {
margin: 10px 10px 10px 0px;	
}

.flex_layout .carzy_image:last-child {
margin: 10px 0px 10px 10px;	
}

.about_desc p.carzyinc {
text-align: right;
font-size: 12px;
}


/******************************************/

/* selling */

/******************************************/

.carzyselling_page_body {
    background-color: #F9F9F9;
	line-height: 160%;
	font-size: 16px;
}

.carzyselling_page_body img {
    vertical-align: middle;	
}

#carzyselling .selling_copy {
	background-color: #000;
	text-align: center;
}

.selling_contents {
    max-width: 700px;
	margin: auto;
}

.sellinfo_contents .flex_layout {
    display: flex;
}

.selling_desc {
	width: 80%;
	margin: auto;
	margin-top: -80px;
	padding: 25px;
	position: relative;
	z-index: 2;
	letter-spacing: 1px;
}

.selling_desc,
.inner_sellinfo_desc {
	background-color: #FFF;
	-webkit-filter:drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.2));
    -moz-filter:drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.2));
    -ms-filter:drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.2));
    filter:drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.2));
}

#carzysellinfo,
#carzysellstep {
    margin-top: 70px;	
}

.carzyselling_page_body h2.t_head {
	font-size: 25px;
	color: #00B2B2;
}

.carzyselling_page_body h2.t_head::after,
.sellinfo_desc h3.t_head::after {
	content: '';
	display: block;
	width: 50px;
	margin: 20px auto 15px;
	border-bottom: 2px solid #D6D6D6;
}

.sellinfo_desc h3.t_head::after {
	margin: 15px 0px 10px;
}

.carzyselling_page_body .sub_head {
	color: #333;
	letter-spacing: 1px;
	text-align: left;
	padding: 15px;
	font-size: 16px;
}

.sellinfo_contents {
    max-width: 750px;
	margin: auto;	
}

.sellinfo_box {
    position: relative;
	margin-bottom: 50px;
}

.inner_sellinfo_desc {
	max-width: 350px;
	padding: 25px;
    position: absolute;
	right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
	box-sizing: border-box;
	will-change: transform;
}

.sellinfo_photo {
    width: 60%;
}

.sellinfo_desc {
    width: 40%;
}

.sellinfo_photo img {
	height: auto;	
}

.reverse_layout .sellinfo_photo {
    order: 2;
}

.reverse_layout .sellinfo_desc {
	order: 1;
}

.reverse_layout .inner_sellinfo_desc {
    right: auto;
	left: 0px;
}

.sellinfo_desc h3.t_head,
.sellstep_desc h3.t_head {
	color: #00B2B2;
	font-size: 20px;
	text-align: left;
}

.sellstep_desc h3.t_head {
    text-align: center;	
}

.carzyselling_page_body .sellinfo_desc .sub_head,
.carzyselling_page_body .sellstep_desc .sub_head {
	font-size: 14px;
	padding: 0px;
}

.carzyselling_page_body .sellstep_desc .sub_head {
    max-width: 300px;
	margin: 15px auto;	
}

#carzysellstep {
    background-image: url(../img/bg3.png);
	background-size: 500px auto;
	padding-top: 50px;
}

.carzyselling_page_body .multiple-button-prev,
.carzyselling_page_body .multiple-button-next {
    margin-top: -50px;	
}

.sellregister_contents {
    padding: 25px 25px 40px;
	background-color: #FFF;
}

.btn_register {
	display: block;
    padding: 15px;
	background-color: #00B2B2;
	color: #FFF;
	margin: auto;
	text-align: center;
	font-size: 20px;
	line-height: 100%;
	margin-bottom: 20px;
}

.btn_register img {
    vertical-align: middle;
	margin-right: 10px;
}

.sellregister_desc {
    background-image: url(../img/icon_sell_register.gif);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;	
}

.sellstep_contents .swiper-slide {
    align-items: flex-start
}



/******************************************/

/* footer */

/******************************************/

#carzyregister {
background-color: #F5F5F5;
padding: 30px 0px;	
}

.carzypayment_page_body #carzyregister {
padding: 1px 0px 30px;
background-color: transparent;	
}

.register_desc {
text-align: center;
margin: 0px auto;
line-height: 160%;
}

.register_desc A {
display: inline-block;
padding: 3px;
margin: 0px 3px;
border: 1px solid #00B0B0;
border-radius: 5px;
font-size: 13px;
line-height: 100%;
}

.register_btn A {
display: block;
background-color: #00B0B0;
text-align: center;
width: 90%;
max-width: 300px;
color: #FFF;
border-radius: 5px;
margin: 15px auto 0px;
padding: 20px 0px;
font-size: 20px;
}

.step_contents div,
.step_contents img {
margin: 0;
padding: 0;
vertical-align: bottom;
}


/******************************************/

/* octane */

/******************************************/

.carzyoctane_page_body {
	line-height: 160%;
	font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

.carzyoctane_page_body .flex_layout {
  display: flex;
}

#carzyoctane {
  background: linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 400px,#000000 400px,#000000 100%);
}

.carzyoctane_contents {
  max-width: 1500px;
  margin: 0px auto;
  position: relative;
}

.inner_carzyoctane_contents {
  position: absolute;
  z-index: 2;
  top: 80px;
  width: 100%;
}

.inner_image_contents {
  text-align: center;
}

.inner_image_contents h2.t_head {
  margin: 0px 0px 15px;
}

.inner_image_contents h3.t_head,
.inner_image_contents p.t_subhead,
.inner_image_contents .author {
  color: #FFF;
  line-height: 140%;
  text-shadow: 0 0 2px #666666, 0 0 6px #666666;
}

.inner_image_contents .author {
  margin-bottom: 20px;
}

.inner_image_contents h3.t_head {
  font-size: 35px;
  letter-spacing: 2px;
  font-weight: 700;
}

.inner_image_contents p.t_subhead {
  font-size: 16px;
  font-weight: 500;
}

.inner_image_contents .author {
  font-size: 12px;
}

.carzyofficer_contents {
  max-width: 1500px;
  margin: 0px auto;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.officer_box {
  width: 50%;
  text-align: center;
  position: relative;
}

.officer_data {
  color: #FFF;
  display: inline-block;
  text-align: left;
  padding: 10px 0px 30px;
  font-size: 12px;
  line-height: 140%;
}

.officer_data .dispinlineblock {
  display: block;
}
  
.en_name {
  position: absolute;
  top: -180px;
  left: 30%;
}

.jp_name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.officer_data .jp_career {
      opacity: 0.7;
}

#carzyoctanetxt {
  background:linear-gradient(90deg,#FFF 0%,#FFF 55%,#F5F5F5 55%,#F5F5F5 100%);
  padding-bottom: 80px;
}

#inner_carzyoctanetxt {
  max-width: 1200px;
  margin: auto;
}

.txt_data,
.image_data {
  width: 50%;
  padding-top: 50px;
}

.image_data {
  padding-right: 15px;
  padding-top: 30px;
}

.inner_txt_data {
  max-width: 90%;
  margin: auto;
  line-height: 160%;
  letter-spacing: 3px;
}

.about_carzy {
  background-color: #F5F5F5;
  padding: 20px;
  margin-top: 40px;
  max-width: 100%;
}

.inner_txt_data h2.t_head {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height:  160%;
}

.inner_txt_data h2.t_head:after {
	content: " ";
	display: block;
	width: 60px;
	border-bottom: 3px solid #666;
	margin: 30px auto 0px;
}

.inner_txt_data h3.t_head {
  display: inline-block;
  padding: 8px;
  color: #FFF;
  text-align: left;
  font-size: 12px;
  background-color: #00B2B2;
}

.inner_txt_data li {
  font-size: 14px;
  padding: 2px 0px;
  line-height:  140%;
}

.dispinline_block {
  display: inline-block;
}



/******************************************/

/* media only */

/******************************************/

@media only screen and (max-width: 1200px) {
  
  #carzyoctane {
      background: linear-gradient(180deg,#000000 0%,#000000 400px,#000000 400px,#000000 100%);
  }
  .inner_carzyoctane_contents {
      top: 40px;
  }
  
  .inner_image_contents .t_head img {
      width: 70%;
  }
  
  .inner_image_contents h3.t_head {
      font-size: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  .inner_image_contents h3.t_head {
      margin-top: 100px;
  }
  
  .officer_data {
      padding: 10px 15px 0px;
  }
  
  .officer_data .dispinlineblock {
      display: inline;
  }
  

@media only screen and (max-width: 840px) {

  .carzyabout_page_body {
		  background-size: 840px auto;
	}
	
	.about_header {
		  width: 100%;
	}
	
	.about_desc {
		  width: 100%;
		  padding: 15px 0px 30px;
	}
	
	.about_desc p {
		  margin: 10px 20px;
	}
	
	.flex_layout .carzy_image:first-child {
		  margin: 10px 10px 10px 20px;
	}
	
	.flex_layout .carzy_image:last-child {
		  margin: 10px 20px 10px 10px;
	}
	
	.release_contents {
	    padding-top: 30px;	
	}
	
	.release_contents h2 {
	    font-size: 25px;	
	}
	
	#carzyinfo {
		  margin-bottom: 30px;	
	}
  
  .label_release img {
	    max-width: 50%!important;	
	}
  
  .en_name {
      width: 50%;
      top: -80px;
      left: 40%;
  }

}
  
@media only screen and (max-width: 800px) {
  
  .inner_image_contents h3.t_head {
      font-size: 25px;
      margin-top: 80px;
  }
  
  .jp_name {
      font-size: 16px;
  }
  
  #carzyoctanetxt {
      background: linear-gradient(90deg,#FFFFFF 0%,#FFFFFF 55%,#FFFFFF 55%,#FFFFFF 100%)
  }
  
  .carzyoctanetxt_contents .flex_layout {
      display: block;
  }
  
  .txt_data {
      width: 100%;
      padding-top: 10px;
  }
  
  .image_data {
      width: 100%;
      text-align: center;
      padding-top: 30px;
      padding-right: 0px;
  }
  
  .image_data img {
      width: 80%;
  }
  
}

@media only screen and (max-width: 700px) {
  .release_copy img {
      max-width: 100%;	
  }
	
}

@media only screen and (max-width: 600px) {

  .carzyabout_page_body {
		  background-size: 600px auto;
	}
	
	.about_desc {
      top: 250px;
  }
  
  .inner_image_contents .author {
      font-size: 10px;
  }
  
  .inner_image_contents h3.t_head {
      margin-top: 50px;
      font-size: 20px;
  }
  
  .inner_image_contents p.t_subhead {
      font-size: 14px;
  }
  
  .phone_mode {
      display: none;
  }
	

}

@media only screen and (min-width: 568px) {
	
  .fee_list,
  .benefit_copy {
      margin: 0px 0px;
  }

  .benefit_box {
      padding-left: 0%;
  }

  .t_head {
      font-size: 40px;	
  }

  #carzypayment .t_head {
      font-size: 18px;
  }

  .sub_head {
      font-size: 18px;	
  }

  .fee_desc {
      font-size: 14px;
  }

  .register_btn A {
      width: 90%;
      max-width: 90%;
  }

  .payment_copy {
      padding: 15px;
      margin: 15px auto 0px;
      max-width: 500px;
      font-size: 18px;
  }

  .payment_desc {
      font-size: 16px;
	    text-align: center;
  }
	
	.step_contents {
	    text-align: center;
	    margin: auto;
	}
	
	.step_contents img {
	    width: 70%;
	}

}

@media only screen and (max-width: 450px) {

  .carzyabout_page_body {
		  background-size: 450px auto;
	}
	
	.about_header .t_head {
		  top: 100px;
	}
	
	.about_desc {
      top: 200px;
  }
	
	.about_desc .flex_layout {
		  display: block;	
	}
	
	.flex_layout .carzy_image:first-child {
		  margin: 10px 20px 10px 20px;
	}
	
	.flex_layout .carzy_image:last-child {
		  margin: 10px 20px 10px 20px;
	}
	
	.about_header h2 img {
	    width: 120px;	
	}
	
	.label_release img {
	    max-width: 30%!important;	
	}
	
	.info_contents {
	    padding: 20px 10px;	
	}
	
	#carzyinfo .sub_head {
	    font-size: 14px;	
	}
	
	.info_contents li {
	    font-size: 14px;
	}
	
	.dispinlineblock {
	    display: inline-block;	
	}
	
	.selling_desc,
	.carzyselling_page_body .sub_head {
	    font-size: 14px;
		  letter-spacing: 0px;
	}
	
	.sellinfo_desc h3.t_head {
	    font-size: 18px;	
	}
	
	.inner_sellinfo_desc {
	    max-width: 250px;
		  padding: 22px 15px 10px;
	}
	
	.sellinfo_photo {
      width: 70%;
  }

  .sellinfo_desc {
      width: 30%;
  }
	
	.carzyselling_page_body {
	    line-height: 140%;
	}
  
  .inner_carzyoctane_contents {
      top: 30px;
  }
  
  .inner_image_contents .t_head img {
      width: 80%;
  }
  
  .inner_image_contents h3.t_head {
      margin-top: 20px;
      font-size: 18px;
  }
  
  .inner_image_contents p.t_subhead {
      font-size: 11px;
  }
  
  .en_name {
      width: 65%;
      top: -60px;
      left: 20%;
  }
  
  .jp_name {
      font-size: 14px;
  }
  
  .officer_data {
      font-size: 10px;
  }
	

}

@media only screen and (max-width: 320px) {
	

    #carzypayment .t_head {
    font-size: 14px;
    }


    .payment_copy {
    font-size: 13px;
    }
	
    .release_desc {
    max-width: 300px;
    }
	

}