@charset "utf-8";
/* CSS Document */

.cp_inner .wrap{
	background-color: #f51e1e;　/* 枠の色指定 */
	margin-bottom: 50px;
	padding: 24px;
}
.cp_inner .wrap .wrap_inner {
	margin: 0;
}
.cp_inner .wrap .wrap_inner .detail_wrap h2{
	background-color: #ffae00;　/* 見出しの色指定 */
}
.cp_inner .wrap .wrap_inner .detail_wrap .detail .sub_box{
	background: #f2f1f0; /* サブボックスの色指定 */
}
.sub_box span{
	color: #ff0000; /* サブボックス内の文字色指定 */
}
.cell_a {
	background: #808080; /* テーブルのセル背景の色指定 */
	color: #fff; /* テーブルのセル内の文字色指定 */
}
.cell_d {
	background: #808080; /* テーブルのセル背景の色指定 */
	color:#e50012; /* テーブルのセル内の文字色指定 */
}
.pay_dest{
	text-align: center;
	margin-bottom: 40px;
}
.pay_dest p{
	text-align: right;
	max-width: 810px;
	margin: 10px auto 0 auto;
}
.rel{
	max-width: 810px;
	margin: 0 auto;
}
.link1{
	width: 50px;
	height: 18px;
	display: block;
	position: absolute;
	top: 252px;
	right: 346px;
}
.link2{
	width: 50px;
	height: 18px;
	display: block;
	position: absolute;
	top: 252px;
	right: 67px;
}
.link1_sp .link2_sp{
	display: none;
}
.swiper-button-next, .swiper-button-prev{
	color: rgba(0,0,0,0)!important;
}
.catch_02_2{
	background: url("catch_02_2.png") repeat-y;
	background-size: 100%;
	max-width: 850px;
	margin: 0 auto;
}
.slide_tit{
	max-width: 850px;
	margin: 0 auto;
	position: relative;
	padding: 10px 0;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #d0efc5;
	margin-top: 20px;
}
.slide_tit div{
	position: absolute;
	top: 26px;
	right: 53px;
}
.slide_tit span{
	width: 30px;
	height: 4px;
	background: #1cb736;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
}
.rote11 {
    transform: rotate(90deg) !important;
}
.slide_wrap{
	display: none;
}
.g_table{
	margin: 0 auto;
	border-bottom: 1px solid #d4d6d2;
	display: table;
	width: 90%;
}
.g_table sup{
	color: #000;
	font-size: 12px;
}
.g_table .t1{
	background: #ffff8a;
	color: #0faa24;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	display: table-cell;
	width: 20%;
	padding: 20px;
	line-height: 1.3em;
	vertical-align: middle;
}
.g_table .t2{
	background: #fff;
	width: 80%;
	font-weight: bold;
	padding: 20px;
	display: table-cell;
	line-height: 1.3em;
	vertical-align: middle;
}
.g_table2{
	margin: 0 auto 30px auto;
	border-bottom: 1px solid #d4d6d2;
	display: table;
	width: 90%;
}
.g_table2 sup{
	color: #000;
	font-size: 12px;
}
.g_table2 th{
	background: #ffff8a;
	color: #0faa24;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	display: table-cell;
	width: 50%;
	padding: 20px;
	line-height: 1.3em;
	vertical-align: middle;
	border: 1px solid #d4d6d2;
}
.g_table2 td{
	background: #fff;
	width: 50%;
	font-weight: bold;
	font-size: 20px;
	padding: 20px;
	display: table-cell;
	line-height: 1.3em;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #d4d6d2;
}
.g_table3{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 20px;
}
.g_table3 > div{
	width: 25%;
}
.g_table4{
	display: table;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 20px;
}
.g_table5{
	margin: 0 auto 20px auto;
	border-bottom: 1px solid #d4d6d2;
	display: table;
	width: 90%;
}
.g_table5 th{
	background: #fff697;
	color: #008031;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	display: table-cell;
	width: 25%;
	padding: 20px;
	line-height: 1.3em;
	vertical-align: middle;
	border: 1px solid #d4d6d2;
}
.g_table5 td{
	background: #fff;
	width: 25%;
	font-weight: bold;
	font-size: 18px;
	padding: 20px;
	display: table-cell;
	line-height: 1.3em;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #d4d6d2;
}
.t1 p{
	font-size: 20px;
	font-weight: bold;
}
.t_flex{
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}
.t_flex table{
	width: 100%;
}
.t_flex td{
	vertical-align: top;
	font-weight: bold;
	text-align: center;
	width: 50%;
	font-family: "Noto Sans CJKjp","ヒラギノ角ゴシック","Hiragino Sans","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,sans-serif;
}
.t_flex2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.t_flex2 div{
	font-weight: bold;
	margin-left: 10px;
}
.t_flex div{
	text-align: center;
	line-height: 1.5em;
}
.sp1{
	color: #0eaa24;
	font-size: 30px;
}
.sp2{
	color: #f4116e;
	font-size: 30px;
}
.g_table_sect{
	width: 100%;
	background: #0eaa24;
	color: #fff;
	padding: 10px;
	border: 1px solid #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	box-sizing: border-box;
}
.g_table_sect2{
	width: 100%;
	background: #f2f1f0;
	color: #919191;
	padding: 20px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 20px;
	box-sizing: border-box;
}
.tit_rp{
	color: #f4116e;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.three_btn{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.three_btn a{
	display: block;
	margin: 0 10px 20px 10px;
	transition: .3s;
}
.three_btn img{
	height: auto;
}
.rote{
	transform: rotate(90deg);
}
.rote1{
	transform: rotate(0deg)!important;
}
.five_t{
	margin-top: 5px;
}
.side_line{
	color: #ffae00;
	padding-left: 10px;
	border-left: 8px solid #ffae00;
	font-size: 20px;
	margin-bottom: 20px;
}
.sec_box03{
	display: none;
}
.lot_flex{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
.lot_flex p{
	margin-left: 30px;
	padding-bottom: 10px;
}
.lot_flex li{
	margin-left: 30px;
}
.mb20{
	margin-bottom: 20px!important;
}
.sp_b{
	display: none;
}
.step_wrap2 {
	padding: 3rem 2rem 3rem 2rem;
}
.howto_tab2 {
	padding: 12.8px 32px;
}
.sec_box{
	padding: 0 0 50px 0;
}
.tit_cancel{
	background: none!important;
	font-size: 3.0rem!important;
	color: #000!important;
}
.slot img{
	width: 375px;
	height: 375px;
}
.link_rel{
	position: relative;
}
.step_link{
	width: 52px;
	height: 20px;
	display: block;
	position: absolute;
	top: 16.3%;
    right: 21.9%;
}
.text1{
	font-weight: normal;
	color: #282828 !important;
}

@media(max-width: 980px){
	.step_link{
		width: 5vw;
		height: 2vw;
		top: 16.3%;
		right: 21.9%;
	}
}
@media(max-width: 768px){
	.step_link{
		width: 11vw;
		height: 4vw;
		top: 17.8%;
		right: 39%;
	}
}


@media only screen and (max-width: 960px) {
	.link1{
		width: 5.5vw;
		height: 2vw;
		display: block;
		position: absolute;
		top: 25.4vw;
		right: 33.4vw;
}
	.link2{
		width: 5.5vw;
		height: 2vw;
		display: block;
		position: absolute;
		top: 25.4vw;
		right: 6.4vw;
}
}
@media only screen and (max-width: 800px) {
	.link1{
		width: 5.5vw;
		height: 2vw;
		display: block;
		position: absolute;
		top: 25vw;
		right: 33.7vw;
}
	.link2{
		width: 5.5vw;
		height: 2vw;
		display: block;
		position: absolute;
		top: 25vw;
		right: 6.7vw;
}
}
@media only screen and (max-width: 768px) {
	.rel{
		max-width: 261px;
		margin: 0 auto;
}
	.link1 .link2{
		display: none;
}
	.link1_sp{
		width: 50px;
		height: 16px;
		display: block;
		position: absolute;
		top: 54.7%;
		right: 28%;
}
	.link2_sp{
		width: 50px;
		height: 16px;
		display: block;
		position: absolute;
		top: 54.7%;
		right: 26%;
}
}
 /* FamiPayギフトの受け取り方　レイアウト */
@media only screen and (min-width: 768px){
	.step_list.step_list_type01 li.slick-slide, .step_list.step_list_type01>li {
   		margin-bottom: 3%;
    	width: calc(100% / 4); /* PC表示時に一列に並ぶ画像枚数 */
    	min-width: 168px; /* 画像１枚あたりの表示幅 */
    	padding: 0 1.5%;
}
}/* SP表示時の指定 */

@media only screen and (max-width: 767px) {
	.cp_inner.cp000 .wrap{
		padding: 12px;
}
	.pay_dest img{
		margin: 0 auto;
		width: 90%;
		height: auto;
}
	.pay_dest p{
		width: 262px;
		margin: 10px auto 30px auto;
}
	.side_line{
		font-size: 16px;
}
	.tit_rp{
		font-size: 16px;
}
	.lot_flex p{
		font-size: 1.4rem;
}
	.lot_flex img{
		width: 20px;
		height: auto;
}
	.sp_b{
		display: block;
		width: calc(100% + 60px);
   		max-width: calc(100% + 60px);
    	margin-left: -30px;
}
	.sec_box{
		padding: 0 0 30px 0;
}
	.tit_cancel{
		font-size: 1.6rem!important;
}
	.font_n{
		font-family: "Noto Sans CJKjp","ヒラギノ角ゴシック","Hiragino Sans","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,sans-serif!important;
}
	.slot img{
		width: 250px;
		height: 250px;
}
@media only screen and (max-width: 360px) {
	.sp_b{
    	width: calc(100% + 8vw);
    	max-width: calc(100% + 8vw);
    	margin-left: -4vw;
}
}
@media(min-width: 768px){
	.three_btn a:hover{
		opacity: 0.9;
}
}
@media(max-width: 768px){
	.t_flex td{
		font-size: 12px;
}
	.t1 p{
		width: 17px;
		font-size: 16px;
}
	.g_table sup{
		font-size: 10px;
}
	.slide_tit img{
		height: 25px;
		width: auto;
		top: -6px;
    	left: 18px;
}
	.slide_tit span{
		width: 20px;
    	height: 3px;
}
	.slide_tit div {
		position: absolute;
		top: 21px;
		right: 45px;
}
	.rad{
		border-top-left-radius: 10px !important;
		border-top-right-radius: 10px !important;
}
	.g_table_sect{
		padding: 5px;
		height: 105px;
		font-size: 12px;
}
	.tit_rp{
		font-size: 16px;
}
	.g_table{
		width: 100%;
}
	.g_table .t1{
		width: 10%;
}
	.g_table .t2{
		width: 90%;
}
	.t_flex{
		text-align: center;
		font-size: 14px;
}
	.t_flex div{
		margin-bottom: 10px;
		padding: 0 5px;
}
	.t_flex2{
		text-align: center;
		font-size: 14px;
}
	.g_table2{
		width: 100%;
}
	.g_table2 th{
		font-size: 16px;
		padding: 10px;
}
	.g_table2 td{
		font-size: 16px;
		padding: 10px;
}
	.g_table5{
		width: 100%;
}
	.g_table5 th{
		font-size: 16px;
		padding: 10px;
}
	.g_table5 td{
		font-size: 16px;
		padding: 10px;
}
	.sp1, .sp2{
		font-size: 25px;
}
	.g_table .t1{
		font-size: 16px;
}
	.g_table .t2{
		padding: 10px;
}
	.g_table_sect2{
		font-size: 14px;
		padding: 15px;
}
	.non_flex{
		display: block!important;
}
	.sp_hund{
		width: 100%;
}
	.sp_hund2{
		font-size: 12px!important;
}
}
@media(max-width: 450px){
	.t_flex, .t_flex2{
		font-size: 12px;
}
	.sp1, .sp2{
		font-size: 20px;
}
}
@media(max-width: 375px){
	.five_t{
		margin-top: 0;
}
}
.step_flex{
display: flex;
justify-content: flex-start;
flex-wrap: nowrap;
align-items: center;
max-width: 723px;
margin: 0 auto 10px auto;
}
.img_1{
width: 127px!important;
height: auto;
}
.step_flex p{
padding-left: 30px;
margin-right: 15px;
font-size: 20px;
}
.step_flex span{
font-size: 14px;
padding-top: 5px;
    display: block;
	padding-left: 12px;
    text-indent: -12px;
}
.step_flex span:nth-of-type(2){
margin-top: 5px;
}
.step_flex span:nth-of-type(3){
	margin-top: -32px;
	}
.step_flex div{
border-bottom: 1px solid #ffae00;
display: flex;
flex-wrap: nowrap;
	align-items: flex-start;
	width: calc(100% - 100px);
    margin-left: 10px;
	padding-bottom: 10px;
	align-items: center;
	justify-content: space-between;
}

	
	
@media(max-width: 768px){
.step_flex{
align-items: flex-start;
}
.step_flex div{
flex-wrap: wrap;
width: calc(100% - 50px);
}
.step_flex p{
width: 100%;
padding-left: 10px;
font-size: 16px;
}
.img_1{
margin: 0 auto;
}
.num{
width: 50px;
height: 50px;
margin-top: 10px;
}
}