/* CSS Document */

.tokuten{
	padding-left: 4%;
	padding-right: 4%;
}
.shop_tokuten{
	margin: auto;
	text-align: center;
}
.tokuten_top{
    padding-bottom: 50px;
}
.tokuten_top h1{
	font-size: 20px;
	font-size: .20rem;
    padding-top: 30px;
	padding-bottom: 30px;
}

.tokuten_top p{
	line-height: 2;
	font-size: 14px;
}
.tokuten_content{
	padding-bottom: 30px;
}
.tokuten_content h2,
.line_hd{
	font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.tokuten_content h2:before,
.line_hd:before{
	content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #4387B2;
    position: absolute;
    bottom: 15px;
    z-index: -1;
}
.tokuten_content em,
.line_hd em{
	font-style: normal;
	background-color: #fff;
    padding: 0 15px;
}
.tokuten_content ol{
	margin-bottom: 20px;
	font-size: 16px;
	display: inline-grid;
	text-align: center;
}
.tokuten_content ol > li{
	margin-bottom: 20px;
	display: inline-block;
    text-align: left;
}
.tokuten_content span{
	color: #4387B2;
	border: 1px dashed #4387B2;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-flow: column; 
	width: 30px;
	height: 30px;
	margin-right: 15px;
}
.tokuten_description{
	padding-bottom: 150px;
}
.tokuten_description_txt{
	font-size: 14px;
	font-size: .14rem;
	line-height: 2.5;
	margin-bottom: 40px;
}
.tokuten_description_right{
	margin-bottom: 50px;
}
.tokuten_description_img{
	font-size: 0;
}
.tokuten_description_img img{
}

.txt_left{
    text-align: left;
}
@media screen and (min-width: 768px){
	
	.shop_tokuten{
		max-width: 1000px;
	}
	.tokuten_top{
		position: relative;
	}
	.tokuten_top h1 {
		font-size: 30px;
		padding-top: 30px;
		padding-bottom: 50px;
	}
    .tokuten_top > div{
        display: flex;
        justify-content: space-between;
    }
	.tokuten_top .tokuten_img{
		width: 48.78%;
		left: 0px;
	}
	.tokuten_right{
		width: 45%;
		margin-top: 80px;
	}
	
	.tokuten_top p{
		font-size: 16px;
		font-size: .16rem;
	}
	.tokuten_content{
		position: relative;
        padding-bottom: 80px;
	}
	.tokuten_content h2{
		font-size: 20px;
		margin-bottom: 50px;
	}
    .tokuten_content > div{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .tokuten_content_img{
        width: 50%;
    }
	.tokuten_content ol{
        width: 45%;
		font-size: 20px;
	}
    .tokuten_content ol > li{
        margin-bottom: 40px;
    }
    .tokuten_content li > p{
        font-size: 0.14rem;
    }
	.tokuten_content span{
		width: 35px;
    	height: 35px;
	}
	.tokuten_content img{
		width: 100%;
	}
	.tokuten_description{
		position: relative;
	}
	.tokuten_description_right{
		width: 57%;
		float: right;
	}
	.tokuten_description_txt{
		font-size: 18px;
		text-align: right;
		line-height: 3;
		margin-bottom: 55px;
	}
	.tokuten_description_img{
		width: 43%;
		float: left;
	}
	.tokuten_description_img img{
		width: 100%;
	}

}



/*インスタキャンペーン*/

.insta_link_area{
    padding-top: 70px;
}
.insta_icon{
    width: 40px;
    display: block;
    margin: 0 auto;
}
.insta_icon path{
    fill:#4387B2;
}
.insta_tag{
    color: #4387B2;
    font-size: .16rem;
    padding-top: 5px;
    padding-bottom: 10px;
    display: inline-block;
}
.insta_link_area .link_button a{
    padding-left: 50px;
    padding-right: 50px;
}

.cp_list > li h3::before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #4387B2;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.cp_list > li h3{
    font-size: .2rem;
}
.cp_list p{
    font-size: .14rem;
    line-height: 1.8;
}
.cp_bullets{
    width: 100% !important;
}
.cp_bullets ul li{
    font-size: .14rem;
    line-height: 1.8;
}
.cp_bullets ul li::before{
    content: '・';
}

@media screen and (min-width: 768px){
    .cp_list > li h3::before{
        width: 20px;
        height: 20px;
    }
    .cp_list > li h3{
        font-size: .22rem;
    }

}


/* insta_result -------------------------*/
.insta_result{
    max-width: 1000px;
    margin: 0 auto;
}
.insta_result_txt{
    text-align: center;
}
.insta_result_txt span{
    font-size: .16rem;
    color: #4387B2;
    position: relative;
}
.insta_result_txt span::before,
.insta_result_txt span::after{
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    background-color: #4387B2;
    position: absolute;
    left: -30px;
    top: 10px;
     -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.insta_result_txt span::after{
    right: -30px;
    left: auto;
    top: 10px;
     -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.insta_result h1{
    font-size: .2rem;
    text-align: center;
}
.insta_result h1 span{
    position: relative;
    display: inline-block;
}
.insta_result h1 svg{
    fill: #4387B2;
    width: 42px;
    position: absolute;
    top: 10px;
    left: -50px;
}
.insta_result h1 span small{
    display: block;
    font-size: .14rem;
}

.insta_thanks{
    max-width: 600px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.insta_thanks_txt{
    max-width: 800px;
    margin: 0 auto;
    font-size: .14rem;
    padding-bottom: 50px;
}
@media screen and (min-width: 768px){
    
    .insta_result_txt span{
        font-size: .22rem;
    }
    .insta_result h1{
        font-size: .3rem;
    }
    .insta_result h1 svg{
        width: 56px;
        top: 25px;
        left: -65px;
    }
    .insta_result h1 span small{
        font-size: .21rem;
    }
    
    .insta_thanks{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .insta_thanks_txt{
        font-size: .2rem;
        padding-bottom: 100px;
    }
}
/* insta_result End ---------------------*/

/* result_photo -------------------------*/
.result_photo{}
.result_photo li{
}
.result_photo li > p{
    border: #fff 15px solid;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
}
.result_photo li > p > img{
    vertical-align: top;
}
.result_photo li > div{
    padding-top: 40px;
    padding-bottom: 50px;
}
.result_name{
    text-align: center;
    font-size: .14rem;
	width: 100%;
}
.result_h3{
    font-size: .18rem;
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: center;
	width: 100%;
}
.result_txt{
	max-width: 345px;
	margin: 0 auto;
}

.cp_end{
	height: 60px;
	width: 100%;
	border-radius: 30px;
	background-color: #5FBBCA;
	text-align: center;
	color: #fff;
	font-size: .18rem;
	line-height: 3.3;
	margin-top: 30px;
	margin-bottom: 50px;
}
@media screen and (min-width: 768px){
    .result_photo li{
        display: flex;
    }
    .result_photo li:nth-child(even){
        flex-direction: row-reverse;
    }
    .result_photo li > p{
        width: calc( 50% - 30px );
    }
    .result_photo li > div{
        width: 50%;
		padding: 0;
		display: flex;
		align-content: center;
		flex-wrap: wrap;
    }
	.result_tx{
		width: 90%;
	}
	.cp_end{
		margin-top: 100px;
		margin-bottom: 100px;
		font-size: .2rem;
		line-height: 3;
	}

}
/* result_photo End ---------------------*/