@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */
#breadcrumbs{
    margin-top: 0;
}

.pageBuy .heading {
    font-weight: 700;
}
.pageBuy .heading__lead{
	font-weight: 700;
}
.pageBuy .heading__text{
	font-weight: 700;
}
#breadcrumbs.bg-line{
	background: #d6d6d6;
}
.pageBuy .mainvisual{
	background: url(../img/bg_mv.jpg) center no-repeat;
	background-size: cover;
}
.pageBuy .mv{
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.pageBuy .mv.inner{
	width: 90%;
    max-width: 1024px;
	padding: 90px 0;
}
.pageBuy .mv__lead{
	font-size: 52px;
	line-height: 1;
	margin: 52px 0 30px;
}
.pageBuy .mv_txt{
	font-size: 16px;
	line-height: 25px;
}
.pageBuy .mv__buttons {
    margin-top: 46px;
}
.pageBuy .mv__image{
	text-align: right;
}
.pageBuy .mv__image img{
	width: auto;
}
.pageBuy .mv__content{
	margin: 0 0 0 20px;
	width: 390px;
}
.pageBuy .mv__heading{
	margin: 0;
}
.pageBuy .mv__logo{
	margin-top: 0;
}
.pageBuy .mv__buttons .button{
	font-size: 18px;
	line-height: 60px;
	padding: 0;
}
@media only screen and (max-width: 1200px) {
.pageBuy .mainvisual{
	background-position: right -200px center;
}
}
@media screen and (min-width: 48em) {
.pageBuy {
    padding-top: 42px;
    margin-top: 0;
}
}
@media screen and (min-width: 64em) {
.pageBuy {
    padding-top: 42px;
    margin-top: 0;
}	
}
@media screen and (min-width: 75em) {
.pageBuy{
	padding-top: 42px;
}	
}
@media only screen and (max-width: 959px) {
.pageBuy .mv.inner {
	width: 92%;
}
.pageBuy .mv__image img{
	width: 100%;
}
.pageBuy .mainvisual {
	background-position: right -400px center;
}
}
@media only screen and (max-width: 767px) {
.pageBuy {
    padding-top: 42px;
    margin-top: 0;
}
.pageBuy .mainvisual{
	position: relative;
	background: url(../img/bg_mv_sp.jpg) center no-repeat;
	background-size: cover;
}
.pageBuy .mainvisual:before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,0.6);
	z-index: 1;
}
.pageBuy .mv.inner{
	position: relative;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 3;
    padding: 50px 0;
}
.pageBuy .mv__image {
    margin: 0 0 30px 0;
    flex: 1 1 auto;
}
.pageBuy .mv__content{
	width: 100%;
    flex: 1 1 auto;
    margin: 0;
}
.pageBuy .mv__lead {
    font-size: 40px;
    margin: 40px 0 20px;
}
.pageBuy .mv__buttons {
    margin-top: 20px;
}
.pageBuy .mv__buttons .button{
	font-size: 15px;
	line-height: 40px;
}
}
/*cont01*/
.pageBuy .cont01{

}
.pageBuy .cont01 {
    position: relative;
    background-color: #fffbde;
    padding-top: 65px;
}
.pageBuy .cont01_step{
    margin: 42px auto 60px;
    width: 926px;
}
.pageBuy .cont01_step img{
    width: 100%;
}
.pageBuy .cont01__title{
	margin-top: 0;
}
.pageBuy .cont01 .heading {
    color: #505050;
    font-size: 30px;
    font-weight: 700;
}
.pageBuy .cont01 .heading__text{
	font-size: 48px;
	line-height: 60px;
}
.pageBuy .yellow{
	color: #ffe362;
}
.pageBuy .red{
	color: #d76860;
}
.pageBuy .cont01 .heading__lead:before,
.pageBuy .cont01 .heading__lead:after {
    border-color: #181818;
}

.pageBuy .cont01 .inner {
    width: 820px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 959px) {
.pageBuy .cont01 .inner {
    width: 92%;
}
.pageBuy .cont01_step{
    width: 92%;
}
}
@media only screen and (max-width: 767px) {
.pageBuy .cont01 {
    padding-top: 50px;
}
.pageBuy .cont01 .heading {
    font-size: 20px;
}
.pageBuy .cont01 .heading__text{
	font-size: 34px;
	line-height: 50px;
}
.pageBuy .cont01 .inner {
    width: 92%;
}	
}
.pageBuy .cont01__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 25px 0 54px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
.pageBuy .cont01__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}

.pageBuy .cont01__item {
    width: 20%;
    font-size: 0.82rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media only screen and (max-width: 767px) {
.pageBuy .cont01__item {
    width: 50%;
}
}

.pageBuy .cont01__item a {
    width: 100%;
    padding: 5% 5%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pageBuy .cont01__item a:hover {
    background-color: #d2554c;
    border-radius: 15px;
}

.pageBuy .cont01__image {
    margin-bottom: 17px;
}

.pageBuy .cont01__image img {
    width: 100%;
    height: auto;
}

.pageBuy .cont01__detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
.pageBuy .cont01__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}

.pageBuy .cont01__detail .cont01__contents {
    padding-right: 20px;
    padding-left: 5px;
}

@media only screen and (max-width: 767px) {
.pageBuy .cont01__detail .cont01__contents {
    padding: 0;
    flex: 1 1 auto;
    /*IE11*/
}
}

.pageBuy .cont01__detail .cont01__contents p {
    
}

@media only screen and (max-width: 767px) {
.pageBuy .cont01__detail .cont01__contents p {
    padding: 0;
}
}

.pageBuy .cont01__detail:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
.pageBuy .cont01__detail:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}

.pageBuy .cont01__detail:nth-child(even) .cont01__contents {
    padding-left: 20px;
    padding-right: 0;
}

@media only screen and (max-width: 767px) {
.pageBuy .cont01__detail:nth-child(even) .cont01__contents {
    padding: 0;
}
}

.pageBuy .cont01__detail:nth-child(even) .cont01__contents p {
    
}

@media only screen and (max-width: 767px) {
.pageBuy .cont01__detail:nth-child(even) .cont01__contents p {
    padding: 0;
}
}

.pageBuy .cont01__detail+.cont01__detail {
    margin-top: 22px;
}
.pageBuy .cont01__detail:last-child .cont01__itemTitle{
	font-size: 1.3rem;
}
.pageBuy .cont01__contents {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.pageBuy .cont01__contents p {
    font-size: 14px;
    line-height: 25px;
    color: #505050;
    font-weight: 700;
    margin: 22px 0 0;
}

.pageBuy .cont01__itemImage {
	position: relative;
    width: 51%;
}
.pageBuy .cont01__itemImage .recommend{
	position: absolute;
	right: -238px;
	bottom: -7px;
	width: auto;
}
.pageBuy .cont01__itemImage .recommend.sp{
    display: none;
}
@media only screen and (max-width: 959px) {
.pageBuy .cont01__detail:last-child .cont01__contents{
	padding-bottom: 30px;
}
.pageBuy .cont01__detail:last-child .cont01__contents p{

}
}
@media only screen and (max-width: 767px) {
.pageBuy .cont01__itemImage {
    width: 100%;
    margin-top: 2rem;
    flex: 1 1 auto;
    /*IE11*/
}
.pageBuy .cont01__itemImage .recommend{
	position: static;
	right: auto;
	bottom: auto;
	float: right;
	margin: 5px 0 0;
}
.pageBuy .cont01__itemImage .recommend.pc{
    display: none;
}
.pageBuy .cont01__itemImage .recommend.sp{
    display: inline-block;
}
.pageBuy .cont01__detail:last-child .cont01__contents{
	padding-bottom: 0;
}
}

.pageBuy .cont01__itemImage img {
    width: 100%;
    height: auto;
}

.pageBuy .cont01__itemTitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d76860;
    font-size: 1.5rem;
}

.pageBuy .cont01__num {
    width: 50px;
    height: 50px;
    margin-right: 1rem;
    color: #fff;
    font-size: 36px;
    line-height: 47px;
    background-color: #d76860;
    border-radius: 50%;
    text-align: center;
}

.pageBuy .cont01__titleText {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
}

/*cont02*/
.pageBuy .cont02{
	background: #f6f6f6;
	padding: 60px 0;
}
.pageBuy .cont02 .request{
	margin-top: 0;
}
.pageBuy .cont02 .request__catch {
    font-size: 22px;
}
.pageBuy .cont02 .request__link{
	margin-top: 10px;
}
.pageBuy .cont02 .button--L{
	line-height: 80px;
	padding: 0;
}
@media only screen and (max-width: 767px) {
.pageBuy .cont02 .request__catch {
    font-size: 18px;
}	
.pageBuy .cont02 .button--L{
	width: 100%;
    padding: 0 40px 0 1rem;
    font-size: 1.25rem;
    text-align: center;
    line-height: 60px;
}
}
/*cont03*/
.pageBuy .cont03 {
	padding-top: 50px;
    background: transparent url("../img/bg01.png") no-repeat right top;
}
.pageBuy .cont03 .heading__lead{
	font-size: 30px;
}
.pageBuy .cont03 .heading__text{
	font-size: 48px;
	line-height: 60px;
}
.pageBuy .cont03__title .text-em {
    position: relative;
    color: #d76860;
}
.pageBuy .cont03 .heading__text .text-em{
	font-size: 48px;
}
.pageBuy .cont03__title .text-em:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #d76860;
    top: -6px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 50%;
}
@media only screen and (max-width: 767px) {
.pageBuy .cont03 .heading__lead{
	font-size: 20px;
}
.pageBuy .cont03 .heading__text{
	font-size: 34px;
	line-height: 50px;
}	
}
.pageBuy .cont03__list {
    margin-top: 4.6875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pageBuy .cont03__item {
    width: 25%;
    text-align: center;
}

.pageBuy .cont03__item:nth-child(n+5) {
    margin-top: 38px;
}

@media only screen and (max-width: 767px) {
.pageBuy .cont03__item {
    width: 48%;
}
.pageBuy .cont03__item:nth-child(n+3) {
    margin-top: 38px;
}
}

.pageBuy .cont03__icon img {
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
    width: 100%;
}

.pageBuy .cont03__title {
    min-height: 3rem;
    line-height: 1.3;
    font-weight: 700;
    margin: 10.5px 0;
}
.pageBuy .cont03 .button--detail{
	width: 70%;
    border: 2px solid #d76860;
    font-size: 15px;
    line-height: 30px;
    padding: 0;
    font-weight: 700;
}
.pageBuy .cont03 .button:after{
	width: 5px;
	height: 5px;
}
.pageBuy .cont03 .button--detail:after {
    right: 16px;
    top: 50%;
}
@media only screen and (max-width: 767px) {
.pageBuy .cont03 .button--detail{
	width: 80%;
    border: 1px solid #d76860;
    font-size: 12px;
    line-height: 30px;
}	
}

/*cont04 qa*/
.qa{
	padding: 80px 0 110px;
}
.qa .inner{
	width: 870px;
}
.qa__question{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 70px;
	background: #86b81c;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 0 50px 0 90px;
    text-indent: 0;
    position: relative;
}
.qa__question:after{
	display: none;
}
.qa__question:before{
	content: "";
    position: absolute;
    right: 30px;
    width: 8px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background: transparent;
    border-top-color: #fff;
    border-right-color: #fff;
}
.qa__question span:before {
	position: absolute;
	left: 15px;
	top: 10px;
    content: "Q";
    background: #fff;
    width: 50px;
    height: 50px;
    color: #86b81c;
    margin-right: 30px;
    padding: 0 0.7em;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    font-weight: 700;
    box-sizing: border-box;
}
.qa .heading__lead{
	font-size: 30px;
}
.qa .heading__text{
	font-size: 48px;
	line-height: 60px;
}
.qa .qa__wrapper{
	margin-top: 80px;
}
.qa__question.active:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.qa__answer {
    background: #fff;
    border: solid 1px #d76860;
    position: relative;
    padding: 15px 15px 15px 76px;
    display: none;
    margin-top: 18px;
}
.qa__answer:before {
    font-size: 22px;
    line-height: 48px;
    position: absolute;
    left: 15px;
    top: 15px;
    content: "A";
    background: #d76860;
    color: #fff;
    padding: 0 0.6em;
    margin-right: 0;
    text-align: center;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    font-weight: 700;
}
@media only screen and (max-width: 959px) {
.qa .inner{
	width: 92%;
}	
}
@media only screen and (max-width: 767px) {
.qa{
    padding: 65px 0 75px;
}
.qa .heading__lead{
	font-size: 20px;
}
.qa .heading__text{
	font-size: 34px;
	line-height: 50px;
}	
.qa .qa__wrapper{
	margin-top: 40px;
}
.qa__question{
	height: auto;
    font-size: 18px;
    line-height: 20px;
    padding: 0.6em;
    padding-left: 3.2rem;
    padding-right: 2rem;
}
.qa__question:before{
    right: 15px;
}
.qa__question span:before {
	position: absolute;
	left: 10px;
	top: 9px;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    padding: 0;
    font-size: 18px;
    line-height: 34px;
}
.qa__question.active:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.qa__answer {
    padding: 0.6em;
    padding-left: 3.2rem;
}
.qa__answer:before {
    font-size: 18px;
    line-height: 32px;
    left: 10px;
    top: 10px;
    padding: 0 0.6em;
    width: 32px;
    height: 32px;
}
}
/*cont04*/
.pageBuy .cont04{
	padding: 80px 0 90px;
}
.pageBuy .cont04 .inner{
	width: 940px;
}
.price__plan__wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
}
@media only screen and (max-width: 959px) {
.pageBuy .cont04 .inner{
	width: 92%;
}	
}
@media only screen and (max-width: 767px) {
  .price__plan__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.price__plan {
  border: 1px solid #d76860;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 48%;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
.price__plan {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-bottom: 0;
}
}

@media only screen and (max-width: 767px) {
.price__plan + .price__plan {
	margin-top: 1rem;
}
}

.price__planTitle {
  padding: 13.5px 20px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  background-color: #d76860;
}
.price__planTitle span{
	font-size: 16px;
}
.price__plan:nth-child(2){
	border: 1px solid #86b81c;
}

.price__plan:nth-child(2) .price__planTitle{
	background-color: #86b81c;
}

.price__monthly {
  margin-top: 26px;
  color: #d76860;
  font-size: 1.25rem;
  font-weight: bold;
}

.price__monthly span {
  font-size: 3rem;
}

.price__monthly span.red-text {
	font-size: 3.5rem;
  color: #c62024;
  background: linear-gradient(transparent 60%, #f9f27d 60%);
  margin-bottom: 16px;
    display: inline-block;
}

.price__period {
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: 67%;
  color: #fff;
  background-color: #c62024;
}

.price__note {
  margin-top: 11.5px;
  padding: 0 1rem;
  font-size: 0.875rem;
  font-weight: bold;
}

.price__plan ul{
	text-align: left;
	width: 85%;
	margin: auto;
}

.price__plan ul li{
	display: inline-block;
	color: #fff;
	background: #333333;
	font-size: 14px;
	padding: 2px 5px;
	border-radius: 15px;
	margin: 0 4px 8px 0;
}
@media only screen and (max-width: 959px) {
.price__plan ul li{
	font-size: 12px;
	margin: 0;
}	
}
@media only screen and (max-width: 767px) {
  .price__plan ul{
    width: 100%;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.price__plan .price_box_title{
	margin: 20px 0;
	position: relative;
	font-weight: bold;
	font-size: 22px;
}

.price__plan .price_box_title:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 30px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d76860;
  border-radius: 2px;
}

.price__plan:nth-child(2) .price_box_title:before{
	background-color: #86b81c;
}
.price__plan ul + .price_box_title{
	margin: 30px 0 25px;
}
.price__plan .btn-box{
	width: 85%;
	margin: 20px auto 0;
}
@media only screen and (max-width: 959px) {
.price__plan .price_box_title{
	font-size: 16px;
}	
.price__plan ul + .price_box_title{
	margin: 30px 0 20px;
}
}
@media only screen and (max-width: 767px) {
.price__plan .btn-box{
	width: 100%;
	padding: 0 1rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

}

.price__plan .btn-box p{
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
}

.price__plan .btn-box .btn{
	margin-bottom: 15px;
}

.price__plan .btn-box .btn a{
	display: block;
	color: #fff;
    background-color: #d66860;
    border: solid 1px #d66860;
    border-radius: 30px;
    padding: 0.8em 0.6em;
}

.price__plan .btn-box .btn a:hover{
    background-color: #c33d33;
}

/*
.price__plan .btn-box .btn a:hover:after {
    border-top-color: #d66860;
    border-right-color: #d66860;
}
*/

@media only screen and (max-width: 767px) {
.price__plan .btn-box .btn a{
	min-width: inherit;
}
}

.price__plan .btn-box .btn.white a{
	color: #d66860;
    background-color: #fff;
    border: solid 1px #d66860;
}

.price__plan .btn-box .btn.white a:hover{
    background-color: #f0f0f0;
}

/*
.price__plan .btn-box .btn.white a:hover:after {
    border-top-color: #fff;
    border-right-color: #fff;
}
*/

.price__plan .btn-box .btn a:after {
    border-top-color: #fff;
    border-right-color: #fff;
}

.price__plan .btn-box .btn.white a:after {
    border-top-color: #d66860;
    border-right-color: #d66860;
}
.price__plan:nth-child(2) .btn{
	margin: 30px 0 0;
}
.price__plan:nth-child(2) .btn a{
	background: #c62024;
	color: #fff;
	border-radius: 30px;
    font-size: 18px;
    min-width: 370px;
    padding: 0.8em 0.6em;
}

.price__plan:nth-child(2) .btn a:hover{
	background-color: #dd090e;
}
@media only screen and (max-width: 959px) {
.price__plan:nth-child(2) .btn a{
    font-size: 16px;
    min-width: 300px;
    padding: 0.8em 0.6em;
}
}
@media only screen and (max-width: 767px) {
.price__plan:nth-child(2) .btn{
	padding: 0 1rem;
	margin-bottom: 1rem;
}
.price__plan:nth-child(2) .btn a{
	min-width: inherit;
	font-size: 12px;
}
}

.price__plan .present-text{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

.price__plan .present-text span{
	color: #c62024;
	font-weight: bold;
}

.price__plan .present-text span strong{
	font-size: 26px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
.price__plan .present-text{
	font-size: 14px;
	padding: 0 1rem;
}
}




@media only screen and (max-width: 959px) {

}

@media only screen and (max-width: 767px) {

}













/***PC 960px ~***/

/***IPAD 768px ~ 959px***/
@media screen and (max-width: 959px) {
	
}

/*** SP 480px ~ 767px***/
@media screen and (max-width: 767px) {
	
}

/*** SP 320px ~ 479px***/
@media screen and (max-width: 479px) {
	
}