@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6;
	color: #191919;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "Arial, Helvetica", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
select {
	-webkit-appearance: none;
	border-radius: 0;
}
/*iOS文字拡大不具合対応*/
@media screen and (max-width: 640px) {
	input, select, textarea {
		vertical-align:middle;
		font-size: 16px;
	}
}

/* --------------------------------------------------
fonts
-------------------------------------------------- */

.wf-notosansjp {
	font-family: "Noto Sans JP";
}
.wf-notosansjp {
	font-family: "Noto Sans JP";
}

.txt-bold{
	font-weight: bold;
}

/*browser -------------------------------------------------*/
@media screen and (min-width:851px) {
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
}
@media screen and (max-width:850px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}
#container {
	overflow: hidden;
}
/*header -------------------------------------------------*/
header {
    background-color: white;
}
header .inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
    background-color: white;
}
header h1 {
	padding-top: .5em ;
	padding-bottom: .5em;
	padding-left: 20px;
}

header h1 img, header p img {
	max-width: 100%;
}

header p {
	padding-right: 20px;
	padding-left: 20px;
}
@media screen and (max-width:850px) {
	header .inner {
		width: 94%;
	}
	header h1 {
		padding: .5em 0;
		width: 30%;
		max-width: 195px;
	}
	header h1 img{
		margin-right: 0;
		margin-left: 0;
	}

	header p {
		padding-right: 0;
		max-width: 64%;
	}
}
/*common -------------------------------------------------*/
main p a {
	color: #136DFF;
}
.txt-c {
	text-align: left;
    line-height: 1.6;
}

/*Indent-----------------------------------------------*/
.indent--1{
	padding-left:1em ;
	text-indent: -1em;
}
.indent--2{
	padding-left: 2.5em;
	text-indent: -2.5em;
}

/*btn -------------------------------------------------*/
p.btn {
	text-align: center;
	display: inline-block;
	transition: transform 0.2s ease 0s;
}
p.btn:hover,p.f-btn:hover {
	opacity: .6;
}
p.f-btn a img{
	width: 40%;
}

@media screen and (min-width:851px) {
	.button-area {
		margin: 0 auto;
        padding: 0 1em;
        width: -webkit-calc(100% - 2em);
        width: calc(100% - 2em);
        max-width: 940px;
	}
}
@media screen and (max-width:1500px) {
	p.f-btn a img{
	width: 60%;
	}
}

@media screen and (max-width:850px) {
	.button-area {
		margin: 0;
	}
	.txt-c {
		font-size: 14px;
	}
	p.f-btn a img{
	width: 100%;
	}
}
#fix-button-area {
    display: block;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    overflow: hidden;
    padding-top: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-background-color: rgba(255, 255, 255, 0.8);
    -moz-background-color: rgba(255, 255, 255, 0.8);
}
#fix-button-area p.f-btn {
    margin: 1em 0;
	text-align: center;
}
@media screen and (max-width:980px) {
    #fix-button-area p.f-btn {
        margin: .5em;
		text-align: center;
    }
}


/*fv -------------------------------------------------*/
.fv{
	width: 100%;
	margin-bottom: 40px;
    background-color: #bde94b;
}
.fv h2 {
    max-width: 1200px;
	margin: 0 auto;
}
.fv h2 img {
	max-width: 100%;
	width: 1200px;
}
@media screen and (max-width:850px) {
	.fv h2 img {
		max-width: 100%;
	}
}
@media screen and (max-width:600px) {
	.fv {
		margin-bottom: 20px;
	}
	.fv h2 img {
		max-width: 100%;
	}
}

/* .user-norikae  -------------------------------------------------*/
.user-norikae {
	text-align: center;
	padding-bottom: 30px;
}
.user-norikae h2 {
	position: relative;
	font-size: 48px;
	display: inline-block;
	padding: 0 1em;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    color: #189e00;
}
.user-norikae h2 span {
	color: #D70026;
}
.user-norikae h2 span span {
	font-size: 75px;
}
.user-norikae h2::after, .user-norikae h2::before {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 100%;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: #189e00;
}
.user-norikae h2::after {
	right: auto;
	left: 0;
	transform: rotateZ(-20deg);
}
.user-norikae h2::before {
	right: 0;
	left: auto;
	transform: rotateZ(20deg);
}
@media screen and (max-width: 840px) {
	.user-norikae{
		padding-bottom: 10px;
	}
    .user-norikae h2 {
        font-size: 40px;
    }
}
@media screen and (max-width:600px) {
    .user-norikae h2 {
        font-size: 22px;
        padding: 0 0.8em;
    }
    .user-norikae h2::after, .user-norikae h2::before {
        width: 2px;
    }
}

/* .camp_bnr  ---------------------------------------------------*/
.camp_bnr{
	padding-right: 20px;
	padding-left: 20px; 
  padding-bottom: calc( 80 / 1920 * 100vw);
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}

.camp_bnr .txtarea{
	margin:0 auto;
	padding-bottom: 40px;/*calc( 40 / 1920 * 100vw);*/
	padding-top: 40px;/*calc( 40 / 1920 * 100vw);*/
}


.camp_bnr .txtarea h3{
	font-weight: bold;
}

.camp_bnr .txtarea ul{
	font-size: 14px;
	}

.camp_bnr .example{
  background: #fbffe9;
  margin: 0 auto;
  padding-top: calc( 40 / 1920 * 100vw);
  padding-right: calc( 50 / 1920 * 100vw);
  padding-bottom: calc( 40 / 1920 * 100vw);
  padding-left: calc( 50 / 1920 * 100vw);
  text-align: center;
}

.camp_bnr .example p{
font-size: 18px;
font-weight: bold;
}

.camp_bnr .example .iphonese3{ 
  margin-top: 20px;
  margin-bottom: 20px;
}

.camp_bnr .example .flex{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.camp_bnr .example .camp_se_p1{
  max-width: calc(262px + 60px);
  padding-right: 60px;
  position: relative;
}
.camp_bnr .example .camp_se_p3{
  max-width: calc(188px + 60px);
  padding-right: 60px;
  position: relative;
}
.camp_bnr .example .camp_se_p5{
  max-width: calc(188px + 60px);
  padding-right: 60px;
  position: relative;
}

.camp_bnr .example .camp_se_p1::after,
.camp_bnr .example .camp_se_p3::after,
.camp_bnr .example .camp_se_p5::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 12px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  right: 25px;
  top:50%;
  transform: translateY(-50%);
}

.camp_bnr .example .camp_se_p2{
  max-width: 298px;
}

.camp_bnr .example a{
  color: #3aa93f;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  padding-right: 10px;
  font-weight: bold;
}

.camp_bnr .example a::after{
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #3aa93f;
  border-right: 1px solid #3aa93f;
  transform: rotate(45deg);
  top: 8px;
  right: 0;
  position: absolute;
}

.camp_bnr h2{
  background: #3aa93f;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  padding: 10px 20px;
  margin: 0 auto;
  margin-top: calc( 60 / 1920 * 100vw);
}

.camp_bnr h2 span{
  display: block;
  font-size: 20px;
}


@media screen and (max-width: 850px){
	.camp_bnr .txtarea{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.camp_bnr .txtarea ul{
		font-size: 10px;
	}
  
  .camp_bnr .example{
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .camp_bnr .example .flex{
    display: block;
 }
  
  
  .camp_bnr .example .camp_se_p1,
  .camp_bnr .example .camp_se_p2,
  .camp_bnr .example .camp_se_p3,
  .camp_bnr .example .camp_se_p4,
  .camp_bnr .example .camp_se_p5,
  .camp_bnr .example .camp_se_p6{
    margin: 0 auto;
}
  
.camp_bnr .example .camp_se_p1{
  width: 80%;
  padding-right: 0;
  padding-bottom: 30px;
}
.camp_bnr .example .camp_se_p3{
  width: 60%;
  padding-right: 0;
  padding-bottom: 30px;
}
.camp_bnr .example .camp_se_p5{
  width: 60%;
  padding-right: 0;
  padding-bottom: 30px;
}

.camp_bnr .example .camp_se_p1::after,
.camp_bnr .example .camp_se_p3::after,
.camp_bnr .example .camp_se_p5::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 9.5px 0 9.5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  right: 50%;
  top: auto;
  bottom: 10px;
  transform: translateX(50%);
}
  .camp_bnr .example p{
    font-size: 16px;
  }
  .camp_bnr h2{
    font-size: 1.2em;
    padding: 10px;
    line-height: 1.2;
  }
    .camp_bnr h2 span{
    font-size: 13px;
    margin-bottom: 10px;
  }
  
  .camp_bnr .example a {
    margin-top: 0;
  }
}


.cashback-terminal{
	max-width: 980px;
	margin: 0 auto;
	padding-top: 20px;
}

.cashback-terminal h2{
	font-weight: bold;
	font-size: 24px;
	padding-left: 15px;
	border-left: 14px #189e01 solid;
	border-bottom: 2px #189e01 solid;
	/*text-align: center;*/
	margin-top: 20px;
	margin-bottom: 20px;
}

.cashback-terminal .flex{
	display: flex;
	justify-content: space-around;
}

.cashback-terminal .flex .item{
	border: solid 1px #cccccc;
	padding: 30px 20px;
}


.cashback-terminal .flex .item h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.cashback-terminal .flex .item p{
	text-align: center;
	padding-top: 10px;
}

.cashback-terminal .flex .item dl{
	background-color: #ececec;
	text-align: center;
	padding: 5px 10px;
	font-weight: bold;
	margin: 20px 0;
}

.cashback-terminal .flex .item dd{
	display: inline-block;
}

.cashback-terminal .flex .item dd.docomo{
	background-color: #df0000;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	width: 50px;
	margin: 0 5px;
}

.cashback-terminal .flex .item dd.au{
	background-color: #ff921d;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	width: 50px;
	margin: 0 5px;
}

.cashback-terminal .flex .item dd.softbank{
	background-color: #666666;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	width: 100px;
	margin: 0 5px;
}

.cashback-terminal .flex .item table{
	width: 100%;
	font-weight: bold;
	margin-bottom: 20px;
}

.cashback-terminal .flex .item table th{
	background-color: #ececec;
	border: #bde94a solid 2px;
	width: 50%;
	padding: 3px 0;
}

.cashback-terminal .flex .item table td{
	border: #bde94a solid 2px;	
	color: #ff2e50;
	padding: 3px 0;
	text-align: center;
}

@media screen and (max-width:850px) {
.cashback-terminal h2{
	font-size: 18px;
	padding-left: 10px;
	border-left: 10px #189e01 solid;
	margin-top: 10px;
	margin-bottom: 20px;
}
.cashback-terminal .flex{
	display: block;	
}
.cashback-terminal .flex .item:nth-of-type(n+2){
		margin-top: 10px;
	}
}

/* #movie  -------------------------------------------------*/
#movie .wrap{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding-top: calc( 60 / 1920 * 100vw);
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: calc( 60 / 1920 * 100vw);
	box-sizing: border-box;
}

#movie .point{
	font-size: 1.5rem;
}

#movie .underline{
	    background: linear-gradient(transparent 50%, #d9ef70 50%);
}

#movie .balloon1 {
	max-width: 800px;
	width: 100%;
  position: relative;
  margin:0 auto 1.5em;
  padding: 20px 10px;
	background: #edecec;
	text-align: center;
	border-radius: 30px;
	font-size: 1.25rem;
	font-weight: bold;
	box-sizing: border-box;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #edecec;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}


#mil-embed-wrapper_880{
	max-width: 880px;
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width:850px) {
  
  #movie .point{
    font-size: 1rem;
  }
	
	.balloon1 p {
		font-size: 1rem;
	}
	#mil-embed-wrapper_880 .mil-embed-XtoL5o{
		width:90%!important;
		height: 110px!important;
	}
}







/* #reason #priceplan  -------------------------------------------------*/

#reason, #lineup {
	background-color: #bde94b;
}
#step {
	background-color: #fbffe9;
}

#reason .ttl,
#lineup .ttl,
#priceplan .ttl,
#step .ttl,
#movie .ttl,
#faq .ttl
{
    background-color: #189e00;
	padding: 1em;
    text-align: center;
}
#movie .ttl,
#faq .ttl{
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}


@media screen and (max-width:850px) {
    #priceplan p,
    #priceplan ul,
    #reason .canido-txt, 
    #lineup p,
    #step p{
        font-size: 50%;
    }
	#movie .ttl,
	#faq .ttl{
	font-size: 1.4rem;
}
}
#reason p,
#priceplan p,
#lineup p,
#step p{
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
}


/* priceplan -------------------------------------------------*/
#priceplan .planflow{
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	padding-top: calc( 60 / 1920 * 100vw);
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: calc( 60 / 1920 * 100vw);
}

.flow1{
	background-color: #fbffe9;
	border: 5px solid #189e00;
	border-bottom: 0;
	border-radius: 30px 30px 0 0;
	padding-top: calc( 40 / 1920 * 100vw);
	padding-right: calc( 50 / 1920 * 100vw);
	padding-bottom: calc( 40 / 1920 * 100vw);
	padding-left: calc( 50 / 1920 * 100vw);
}


.flow1 li{
	border-bottom: dashed 1px #abd004;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: calc((70 / 1920 * 100vw) + 40px);
	text-indent: -40px;
	font-size: 1.25rem;
}

.flow1 li::before{
	content: '';
	background:url(../img/select/check-icon.png)no-repeat;
	width: 40px;
	height: 37px;
	margin-right: 10px;
	display: inline-block;
	background-size: contain;
  	vertical-align: middle;
}


.flow2, .flow4{
	background-color: #189e00;
	width: 100%;
}

.triangle{
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 20px 0 20px;
	border-color: #fbffe9 transparent transparent transparent;
}

.flow2 .flow2__txt, .flow4 .flow4__txt{
	padding-top: 20px;
	padding-bottom: 20px;
}


.flow3{
	background-color: #fbffe9;
	border: 5px solid #189e00;
	border-top: 0;
	border-bottom: 0;
	padding-top: calc( 40 / 1920 * 100vw);
	padding-right: calc( 50 / 1920 * 100vw);
	padding-bottom: calc( 40 / 1920 * 100vw);
	padding-left: calc( 50 / 1920 * 100vw);
}

.flow4{
	padding-bottom: calc( 40 / 1920 * 100vw);	
}

.flow4 .flow4__figure{
	background-color: #fbffe9;
	border-radius: 10px;
	padding: 30px;
	margin-right: calc(50 / 1920 * 100vw);
	margin-left: calc(50 / 1920 * 100vw);
} 

.flow5 {
	background-color: #fbffe9;
	border: 5px solid #189e00;
	border-top: 0;
	border-radius: 0 0 30px 30px;
	padding-top: calc( 40 / 1920 * 100vw);
	padding-right: calc( 50 / 1920 * 100vw);
	padding-bottom: calc( 40 / 1920 * 100vw);
	padding-left: calc( 50 / 1920 * 100vw);
}

.flow5 h4{
	font-weight: bold;
}

.flow5 h4:not(:first-child){
	margin-top: 2em;
}

@media screen and (max-width:850px) {
	#priceplan .planflow{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.flow1, .flow3, .flow5{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.flow4{
		padding-bottom: 20px;
	}


.flow1 li::before{
	content: "";
	background:url(../img/select/check-icon.png)no-repeat;
	width: 20px;
	height: 18px;
	margin-right: 5px;
	display: inline-block;
	background-size: contain;
  	
}
	.flow1 li{
		font-size: 1rem;
		padding-left: calc((70 / 1920 * 100vw) + 25px);
		padding-right: 10px;
		text-indent: -25px;
	}

	.triangle{
		margin: 0 auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 10px 0 10px;
		border-color: #fbffe9 transparent transparent transparent;
	}
	.flow2 .flow2__txt{
		max-width: 206px;
		margin-right:auto ;
		margin-left: auto;
	}
	.flow4 .flow4__txt{
		max-width: 287px;
		margin-right:auto ;
		margin-left: auto;
	}
	.flow4 .flow4__figure{
		padding: 15px;
	}
}

#priceplan .width880{
	max-width: 880px;
}
/* .reason  -------------------------------------------------*/

#reason .point-area-wrapper{
	padding-top: calc( 60 / 1920 * 100vw);
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: calc( 60 / 1920 * 100vw);
}
#reason .point-area{
	margin-bottom: 30px;
}
#reason .point-area:last-child{
	margin-bottom: 0px;
}
#reason .inner{
	box-sizing: border-box;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-color: #fbffe9;
}
#reason .point__desc{
	padding-bottom: 30px;
}
#reason .point__desc .s-ttl{
	padding-bottom: 20px;
}
#reason .point__desc h4{
	padding-bottom: 30px;
}
#reason .point__figure--1{
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	background-color: #FFF;
	border: solid 1px #abd004;
	border-radius: 10px;
}
#reason .figue__list{
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: calc( 80 / 1920 * 100vw);
	border-bottom: dashed 1px #abd004;
}
#reason .figue__list:first-child{
	padding-top: 0;
}
#reason .figue__list:last-child{
	border-bottom: none;
	padding-bottom: 0;
}


#reason .figue__list__desc{
	text-align: left;
	padding-left: 20px;
	font-size: 0.87rem;
}
.canido-ttl {
	color: #189e00;
    font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
	line-height: 1.2;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.canido-ttl strong {
    color: #d70026;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

@media screen and (max-width:850px) {
	#reason .point-area-wrapper{
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 0;
		padding-left: 0;
	}
	#reason .point-area{
		margin-bottom: 20px;
	}
	#reason .inner{
		padding: 10px;
	}
	#reason .s-ttl{
		max-width: 80%;
		margin: 0 auto;
	}
	#reason .point__desc{
		padding-bottom: 20px;
		text-align: left;
	}
	#reason .point__desc h4{
		padding-bottom: 20px;
	}
	#reason .point__figure--1{
		display: flex;
		flex-wrap: wrap;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	#reason .figue__list{
		display: block;
		width: calc( 50% - 20px - 1px );
		padding-left: 0;
	}
	#reason .figue__list{
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	#reason .figue__list:first-child{
		padding-top: 10px;
	}
	#reason .figue__list:last-child{
		border-bottom: none;
		padding-bottom: 10px;
	}
	#reason .figue__list:nth-last-child(2){
		border-bottom: none;
	}
	#reason .figue__list:nth-child(2n-1){
		border-right: dashed 1px #abd004;
	}
	#reason .figue__list__desc{
		padding-left: 0;
	}
	#reason .canido-ttl{
		display: block;
		text-align: center;
		font-size: 14px;
	}
	#reason .figue__list__icon{
		max-width: 50%;
		margin: 0 auto;
	}
	#reason .canido-ttl{
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 5px;
	}
}

#reason .flex{
	display: flex;
}
#reason .flex .point__desc__txt{
    text-align: left;
}
#reason .flex .point__desc, .point__figure--2{
	width: 50%;
}

@media screen and (max-width:850px){
	#reason .flex{
		display: block;
	}
	#reason .flex .point__desc, .point__figure--2{
	width: 100%;
	}
}


/* .point-area（旧）  -------------------------------------------------*/

.point-area {
	width: -webkit-calc(100% - 2em);
	width: calc(100% - 2em);
    max-width: 960px;
    margin: 0 auto 0 auto;
    padding: 10px;
    background-image: url("../img/common/bg_stripe_select.jpg");
    background-position: left top;
    background-repeat: repeat;
	text-align: center;
	border-radius: 30px;
	/*-moz-border-radius: 30px;
	-webkit-border-radius: 30px;*/
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.3);         /* CSS3 */
	/*-moz-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.3);   /* Firefox */
	/*-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.3);/* Safari,Chrome */
}
.point-area .inner {
    position: relative;
	width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
	border-radius: 20px;
	/*-moz-border-radius: 20px;
	-webkit-border-radius: 20px;*/
}

@media screen and (max-width:850px) {
    .point-area {
        padding: 8px;
        background-size: 30px auto;
        -webkit-background-size: 30px auto;
        border-radius: 16px;
        /*-moz-border-radius: 16px;
        -webkit-border-radius: 16px;*/
		margin: 0 auto;
    }
    .point-area .inner {
        border-radius: 8px;
        /*-moz-border-radius: 8px;
        -webkit-border-radius: 8px;*/
    }
	.point-area .price {
		width: 75%;
		margin: 0 auto;
    }
}
.point-area .inner2 {
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
    margin: 0;
    padding: 30px 40px 30px;
    background-color: #fbffe9;
	border-radius: 0 0 20px 20px;
	/*-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;*/
}

.point-area .inner-caind{
    display: -webkit-inline-box;
  	display: -ms-inline-flexbox;
  	display: inline-flex;
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	flex-wrap: wrap;
}


/*#step------------------------------------------------------*/

#step .step-wrapper{
	padding-top: calc(60 / 1920 * 100vw);
	padding-bottom: calc(60 / 1920 * 100vw);
}

#step .desc{
	text-align: center;
	font-size: 2.25rem;
	font-weight: bold;
	color: #d70026;
}

#step .marker{
	background: linear-gradient(transparent 55%,#fcff0e 55%,#fcff0e 100%);
}
 
.step-area {
    clear: both;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    max-width: 980px;
}
.step-area dl {
    /*border: 5px #189e00 solid;*/
    margin-top: 1em;
}
.step-area dt {
    padding: 0.3em 0.6em;
    margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    background-color: #189e00;
    text-align: center;
    line-height: 1.2;
}
.step-area dt img {
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
}
.step-area dd {
    padding: 20px;
    border: 5px #189e00 solid;
    border-top: 0;
    border-radius: 0 0 20px 20px;
	    background-color: #fff;
}

.step-area dd .img {
	display: flex;
    display: -ms-flexbox;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.step-area dd .img p {
    width: 100%;
    max-width: 46%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width:840px) {
.step-area dd .img .small{
	width: 25%;
	margin: 0 auto;
}
}
.step-area dd .img .plus {
    max-width: 6%;
}
.step-area dd p em {
    display: block;
    clear: both;
    margin: 1em 0 0 0;
    color: #d90101;
}
@media screen and (min-width:840px) {
    .col2 {
        display: flex;
        justify-content: space-between;
        -webkit-align-items: stretch; /* Safari */
        align-items: stretch;
        flex-wrap: wrap;
    }
    .col2 dl {
        width: 47%;
    }

    .col2 dt {
        font-size: 30px;
    }
    .col2 dt img {
        display: block;
        clear: both;
        margin-right: auto;
        margin-bottom: 0.5em;
    }
    .step-area dd em {
        text-align: center;
    }
}
@media screen and (min-width:851px) {
    .step-area dl {
        border-radius: 30px;
        /*-moz-border-radius: 30px;
        -webkit-border-radius: 30px;*/
    }
    .step-area dt {
        border-radius: 20px 20px 0 0;
        /*-moz-border-radius: 20px 20px 0 0;
        -webkit-border-radius: 20px 20px 0 0;*/
    }
}
@media screen and (max-width:850px) {
#step .step-wrapper{
	padding-top: 30px;
	padding-bottom: 30px;
}

#step .desc{
	font-size: 1.2rem;
}
    .step-area dl {
        border-radius: 16px;
        /*-moz-border-radius: 16px;
        -webkit-border-radius: 16px;*/
    }
    .step-area dt {
        font-size: 200%;
        border-radius: 6px 6px 0 0;
        /*-moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;*/
    }
    .step-area dt img {
        margin-right: 0.6em;
        width: 100px;
    }

    .step-area dd{
    	border-radius: 0 0 6px 6px;
    }
}
@media screen and (max-width:640px) {
    .step-area dl {
        border-radius: 8px;
        /*-moz-border-radius: 8px;
        -webkit-border-radius: 8px;*/
    }
    .step-area dt {
      font-size: 120%;
      border-radius: 6px 6px 0 0;
  }
  
	.step-area dt.step3{
		font-size: 110%;
    }
    .step-area dt img {
        width: 50px;
    }
}

/*lineup-----------------------------------------------------*/
.lineup-wrapper{
	max-width: 1000px;
	margin: 0 auto;
	padding-top: calc(60 / 1920 * 100vw);
	padding-bottom: calc(60 / 1920 * 100vw);
	padding-right: 10px;
	padding-left: 10px;
	display: flex;	
	flex-wrap: wrap;
}

.lineup-wrapper .point-area{
	width: calc( 50% - 20px );
	box-sizing: border-box;
    display: flex;/*高さを揃える*/
    margin-top: 20px;
}

.lineup-wrapper .lineup-img-area{
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
}

.lineup-wrapper .camp-tag{
	margin-bottom: 10px;
}

.lineup-wrapper .l-ttl{
	padding-bottom: 30px;
}

.lineup-wrapper .lineup-cnt-area{
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
}	

.lineup-wrapper .s-ttl{
	font-size: 1.5rem;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 20px;
}

.lineup-wrapper .txt{
	text-align: left;
}

.lineup-wrapper .price{
	padding-top: 20px;
	/*padding-bottom: 20px;*/
}

.lineup-wrapper th{
	background-color: #fffcab;
	padding: 0.5em 0;
	border: solid 1px #e7e7e7;
	vertical-align: middle;
}

.lineup-wrapper td{
	background-color: #fbffe9;
	border-top: solid 1px #e7e7e7;
	border-right: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
}

.lineup-wrapper td{
	vertical-align: middle;
}

.lineup-wrapper .link{
  margin: 0 auto;
  font-size: 24px;
  margin-top: 60px;
}

.lineup-wrapper .link a{
  position: relative;
  padding-right: 20px;
  color: #000;
  font-weight: bold;
}

.lineup-wrapper .link a::after{
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  top: 10px;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 850px){
.lineup-wrapper{
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;	
}
.lineup-wrapper .point-area{
	width: 100%;
}

.lineup-wrapper .point-area:first-child{
	margin-top: 0;
}

.lineup-wrapper .lineup-img-area{
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.lineup-wrapper .lineup-img-area p{
	max-width: 80%;
	margin: 0 auto;
}

.lineup-wrapper .l-ttl{
	padding-bottom: 20px;
}

.lineup-wrapper .lineup-cnt-area{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}	

.lineup-wrapper .price{
	width: 100%;
  /*width: 80%;*/
	padding-top: 10px;
	padding-bottom: 10px;
}

.lineup-wrapper .s-ttl{
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
  
  .lineup-wrapper .link{
  font-size: 18px;
  margin-top: 20px;
    text-align: center;
}
  
  .lineup-wrapper .link a::after{
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  top: 10px;
  right: 0;
  position: absolute;
}

}

/*faq--------------------------------------------------------*/
#faq{
	background-color: #fbffe9;
}

#faq a{
	color: #136DFF;
}

.faq-wrapper{
	max-width: 1000px;
	margin: 0 auto;
	padding-top: calc(60 / 1920 * 100vw);
	padding-bottom: calc(60 / 1920 * 100vw);
	padding-right: 10px;
	padding-left: 10px;
}

.faq-wrapper dt{
	padding: 10px 40px;
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
	background-color: #189e00;
	position: relative;
	border-bottom: 1px solid #fff;
}

.faq-wrapper dt:hover{
		cursor:pointer;
}

.faq-wrapper dt::after{
	   content: "";
	   background: url(../img/common/dt-btn.png) ;
	   position: absolute; 
	   display: inline-block;
	   width: 35px;
	   height: 35px;
	   right: 40px;
	   left: auto;
	   margin: auto;
}

.faq-wrapper dt.active::after{
       transform: rotate(180deg);
}

.faq-wrapper dd{
	display: none;
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 40px;
	padding-left: 40px;
	border: solid 5px #189e00;
	border-top: 0;
}

.faq-wrapper table{
	font-weight: bold;
	width: 100%;
	margin-top: 30px;
}

.faq-wrapper table th, .faq-wrapper table td{
	border: 1px  solid #d2d2d2;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}

.faq-wrapper table th{
background-color: #f5f5f5;
width: 290px;
}

.faq-wrapper table .color-dcm{
background-color: #c00;
color: #fff;
}


@media screen and (max-width: 850px){

	.faq-wrapper dt{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 40px;
	font-size: 1rem;
	font-weight: normal;
}

	.faq-wrapper dt::after{
	content: "";
	background: url(../img/common/dt-btn_sp.png) no-repeat;
	   position: absolute; 
	   display: inline-block;
	   width: 18px;
	   height: 17px;
	   right: 10px;
	   top: 0;
	   bottom: 0;
	   left: auto;
	   margin: auto;
}

.faq-wrapper dt.active::after{
       transform: rotate(180deg);
}

	.faq-wrapper dd{
	padding: 10px;
}

.faq-wrapper table{
	font-size: 0.8rem;
	margin-top: 10px;
}


.faq-wrapper table th{
background-color: #f5f5f5;
width: 50%;
}


}


/*sec-terms -------------------------------------------------*/
.sec-terms .inner {
	max-width: 980px;
	margin: 3% auto 0;
    padding: 0 20px;
}
.sec-terms .inner h3 {
	font-size: 18px;
	margin-bottom: .5rem;
	font-weight: bold;
}
.sec-terms .inner p {
	font-size: 15px;
}
.sec-terms .inner .txtarea {
	line-height: 1.8;
	margin-bottom: 2rem;
	font-feature-settings: "palt"1;
	letter-spacing: .08rem;
}
@media screen and (max-width: 1200px) {
	.sec-terms {
		margin: 0 4%;
	}
}
@media screen and (max-width: 850px) {
	.sec-terms .inner {
	padding: 0;
}
	.sec-terms .inner .txtarea {
		margin-bottom: 1rem;
	}
	.sec-terms .inner h3 {
		font-size: 14px;
		margin-bottom: .25rem;
	}
	.sec-terms .inner p {
		font-size: 12px;
		line-height: 1.4;
	}
}

.sec-terms .inner .txtarea ul{
		list-style: disc;
		padding-left: 1em;
}

.sec-terms .inner .txtarea ul li{
		list-style: disc;
		/*padding-left: 1em;
    	text-indent: -1em;*/
}

@media screen and (max-width: 850px) {

	.sec-terms .inner ul {
		font-size: 12px;
		line-height: 1.4;
	}
}

/*footer -------------------------------------------------*/
@media screen and (min-width:641px) {
	#footer {
		background: #fff;
		margin: 1% 0 140px 0;
		padding: 1% 0;
		border-top: 5px solid #a5cf41;
	}
	#footer ul {
		text-align: center;
		font-size: 13px;
		line-height: 18px;
	}
	#footer ul li {
		display: inline-block;
		float: none;
		border-right: 1px solid #000;
		padding: 0 5px;
	}
	#footer ul li.blnk {
		background: url("../img/icon_blank_s.png") 94% center no-repeat;
		padding-right: 25px;
	}
	#footer ul li a {
		color: #444;
		text-decoration: none;
	}
	#footer ul li a:hover {
		text-decoration: underline;
	}
	#footer .copyright {
		color: #444;
		text-align: center;
		padding-top: 1%;
		padding-bottom: 2%;
		font-size: 13px;
		line-height: 18px;
	}
}
@media screen and (max-width:640px) {
#footer {
    background: #fff;
    margin: 2% 0 20% 0;
	padding: 2% 0;
	border-top:5px solid #a5cf41;
}

#footer ul {
    text-align: center;
	font-size:2.8vw;
	line-height:3.6vw;
}

#footer ul li {
    display: inline-block;
    float: none;
    border-right: 1px solid #000;
	padding:0 5px;
	margin: 0 0 1%;
}

#footer ul li.blnk {
    background: url("../img/icon_blank_s.png") 94% center no-repeat;
	padding-right:25px;
}

#footer ul li a {
    color: #444;
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer .copyright {
    color: #444;
    text-align: center;
	padding-top:2.5%;
	padding-bottom:3%;
	font-size:2.8vw;
	line-height:3.6vw;
}
}
/*other -------------------------------------------------*/
.clearfix {
	zoom: 1;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.green {
	color: #189e00;
}
.red {
	color: #ce0000;
}
