@charset "utf-8";
/* =================================================
	Common
================================================= */
/*ページ全体の構成*/
* {box-sizing: border-box;}
body,
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border-style: none;
}

html{
	font-size: 62.5%;
	line-height:1.8;
	color:#242931;
}

body {
	font-size:1.6rem;
	letter-spacing:0.05em;
	-webkit-text-size-adjust: 100%;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}


/* リンク */
a,
a:link,
a:visited {
	color:#0044CC;
	text-decoration:none;
}
a:hover,
a:active {
	color:#ff0000;
	text-decoration:underline;
}

.sp_display{
	display: none;
}

.pc_display{
	display: block;
}

@media(max-width: 768px) {
	.sp_display{
		display: block;
	}

	.pc_display{
		display: none;
	}
}

header{
	padding:6px 20px 5px;
	border-bottom:2px solid #EF5763;
	display: flex;
	justify-content: space-between;
}

header h1.fc2_header_logo{

	font-family: Verdana, Ariel, Helvetica, sans-serif;
}

header h1.fc2_header_logo a{
    display: flex;
    line-height:30px;
    color: #000;
    text-decoration: none;
    text-align: center;
    align-items: center;
}

header h1.fc2_header_logo a svg{
	margin-right: 7px;
	padding-bottom:6px;
	display: block;
    width: 100px;
    height: auto;
}

header h1.fc2_header_logo a span{
	display: block;
	font-size: 30px;
}

header nav{
	font-size:1.4rem;
	display: flex;
	justify-content: flex-end;
	align-content: center;
}

header nav > a{
	margin-right: 30px;
	display: flex;
	align-items: center;
}

header nav a:last-child{
	margin-right: 0;
}

footer{
	padding:0 15px 40px;
	background-color: #F7F7F5;
	font-size:1.2rem;
	text-align: center;
}

.yellow_underline{
	padding:0 2px;
	background:linear-gradient(transparent 60%, #FFFB28 60%);
}
@media(max-width: 768px) {
	header{
		padding: 7px 15px 6px;
	}
	header h1.fc2_header_logo a svg{
		margin-right: 5px;
		padding-bottom:5px;
		width: 82px;
	}
	header h1.fc2_header_logo a span{
		font-size: 24px;
		transform:translateY(1px);
	}
	footer{
		padding: 0 15px 25px;
		background-color: transparent;
	}
}
@media(max-width: 350px) {
	header{
		padding: 7px 10px 6px;
	}
	header nav{
		font-size:1.3rem;
	}

	header nav > a{
		margin-right: 25px;
	}
}
/* =================================================
	key_visual
================================================= */

.key_visual{
	text-align: center;
}

.key_visual1 {
	padding:50px 15px;
	background-color: #FFFECD;
	background-image: url(/image/jp/promotion202105/img_focusing.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	position: relative;
}

.key_visual1 h2{
	margin: 0 auto 25px;
	display: block;
	max-width: 900px;
}

.key_visual1 h2 img{
	width: 100%;
}

.key_visual1 div.period img{
	margin: 0 auto;
	width: 100%;
	max-width: 345px;
}

.disclaimer{
	position: absolute;
	bottom: 10px;
	right: 5px;
	text-align: right;
	font-size:1.1rem;
}

.key_visual2{
	padding:0 15px;
    background-color: #EF5763;
}

.key_visual2 .key_visual2_back_left{
	margin: 0 auto;
	max-width: 1150px;
	background-image: url(/image/jp/promotion202105/img_keyvisual_coin_left.svg);
	background-repeat: no-repeat;
	background-size: 300px auto;
	background-position: left center;
}

.key_visual2 .key_visual2_back_right{
	margin: 0 auto;
	max-width: 1150px;
	background-image: url(/image/jp/promotion202105/img_keyvisual_coin_right.svg);
	background-repeat: no-repeat;
	background-size: 285px auto;
	background-position: right  center;
}

.key_visual2 h2{
	margin: 0 auto;
	padding:80px 0 50px;
	display: block;
	max-width: 800px;
}

.key_visual2 h2 img{
	width: 100%;
}

@media(max-width: 768px) {
	.key_visual1 {
		padding:25px 15px 55px;
	}
	.key_visual1 h2{
		max-width: 450px;
	}
	.key_visual1 div.period img{
		max-width: 300px;
	}

	.key_visual2 .key_visual2_back_left,
	.key_visual2 .key_visual2_back_right{
		background-image: none;
	}

	.key_visual2 h2{
		margin: 0 auto;
		padding:30px 0 20px;
		display: block;
		max-width: 450px;
	}
}

/* =================================================
	example_list , overview
================================================= */
.example_list,
.overview{
	padding:50px 15px 100px;
}

.example_list h2,
.overview h2{
	margin: 0 auto 40px;
    font-size:2.6rem;
    line-height:1.5;
    display: inline-block;
    text-align: left;
}
.example_list > div,
.overview > div{
	margin: 0 auto;
	max-width: 1000px;
}


.headline{
	text-align: center;
}

.example_list h2{
	padding-left:60px;
	transform: rotate(-4deg);
	background-image: url(/image/jp/promotion202105/icon_check.svg);
	background-repeat: no-repeat;
	background-size:40px auto;
	background-position: left center;
}

@media(max-width: 768px) {
	.example_list{
		padding:40px 15px 100px;
	}

	.overview{
		padding:0 15px 50px;
	}

	.example_list h2{
		padding-left:48px;
		background-size:30px auto;
	}
}

/* 決済例 */
.example_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.example_list ul li{
	margin: 0 0 25px 0;
	padding:10px 25px 75px;
	text-align: center;
	background-color: #F7F7F5;
	width: 317.33px;
	position: relative;
}

.example_list ul li .description_link{
	display: block;
	padding:12px 8px 12px 5px;
	border-radius: 5px;
	color:#fff;
	width: 190px;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 95px);
    line-height:1;
    font-size:1.4rem;
    font-weight: bold;
	background-color: #1C62A3;
	background-image: url(/image/jp/promotion202105/icon_new_tab.svg);
	background-repeat: no-repeat;
	background-size:12px auto;
	background-position: right 10px center;
}

.example_list ul li .description_link:hover{
	text-decoration: none;
	background-color: #17538A;
}


.example_list ul li em{
	font-style:normal;
}

@media(max-width: 1060px) {
	.example_list > div{
		margin: 0 auto;
		max-width: 659px;
	}
	.example_list ul li.double_space{
		width: 100%;
	}
}
@media(max-width: 700px) {
	.example_list > div{
		max-width: 450px;
	}
	.example_list ul li{
		width: 100%;
	}
}
@media(max-width: 350px) {
	.example_list ul li{
		padding:10px 20px 75px;
	}
	.example_list h2,
	.overview h2{
		font-size:2.3rem;
		line-height:1.4;
	}
}


.example_list ul li h3{
	margin-bottom: 80px;
	padding-bottom:8px;
	font-size:1.4rem;
	color:#4B5666;
    position: relative;
}

.example_list ul li h3:before{
	content:"";
	width: 60px;
	height:60px;
	border-radius: 100px;
	position: absolute;
	top: 100%;
	left: calc(50% - 30px);
	background-color: #fff;
	background-image: url(//static.fc2.com/fc2com/img/fc2_service_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.example_list ul li.icon_cart h3:before{
	background-image: url(//cache.cart-imgs.fc2.com/css/portal/images/logo.png);
	background-size:40px;
	background-position: 10px 13px;
}

.example_list ul li.icon_video h3:before{background-position: -503px -988px;}
.example_list ul li.icon_contents h3:before{background-position: 16px -590px;}
.example_list ul li.icon_live h3:before{background-position: -1050px -2290px;}
.example_list ul li.icon_blog h3:before{background-position: 10px -284px;}
.example_list ul li.icon_web h3:before{background-position: 11px -1083px;}
.example_list ul li.icon_domain h3:before{background-position: 14px -1487px}
.example_list ul li.icon_rentalserver h3:before{background-position: 14px -1286px;}
.example_list ul li.icon_rentalserver_lite h3:before{background-position: 14px -1186px;}
.example_list ul li.icon_form h3:before{background-position: -500px -86px;}

.example_list ul li h4{
	margin-bottom: 10px;
	padding-left:30px;
	display: inline-block;
    font-size:2rem;
	background-image: url(/image/jp/promotion202105/icon_check.svg);
	background-repeat: no-repeat;
	background-size:20px auto;
	background-position: left 0;
	line-height:1.2;
}

.example_list ul li .price{
	font-size:1.3rem;
	font-weight: bold;
	color:#4B5666;
}

.example_list ul li .price span{
	padding-left:3px;
	padding-right:2px;
	font-size:1.7rem;
}

.example_list ul li .description{
		margin-top: 10px;
	font-size:1.3rem;
	color:#4B5666;
}


/* 2つ分スペース、3つ分スペース設定 */
.example_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.example_list ul li.double_space{
	padding:10px 25px 0px;
	width: 658.66px;
}

.example_list ul li.double_space .example_wrap > div{
	padding-bottom:75px;
	width: 267.328px;
	position: relative;
}

.example_list ul li.triple_space{
	padding-top:30px;
	 padding-bottom:60px; 
	width: 100%;
}
.example_list ul li.triple_space h4{
	margin-bottom: 27px;
	padding-left: 20px;
}

.example_list ul li.triple_space .example_wrap{
	justify-content: space-around;
}
.example_list ul li.triple_space .example_wrap > a{
	margin-bottom: 40px;
	display: block;
	width: 230px;
	position: relative;
}

.example_list ul li.triple_space .example_wrap > a img{
	margin: 0 auto 20px;
	display: block;
}

.example_list ul li.triple_space .example_wrap > a .shop_title{
	font-weight: bold;
	font-size:1.6rem;
	color:#1C62A3;
}

.example_list ul li.triple_space .example_wrap > a .shop_title span{
	padding-right:18px;
	background-image: url(/image/jp/promotion202105/icon_new_tab_blue.svg);
	background-repeat: no-repeat;
	background-size:11px auto;
	background-position: right center;
}

.example_list ul li.triple_space .example_wrap > a:hover{
	text-decoration: none;
	opacity:.7;
}

.example_list ul li.triple_space .description_link{
	padding:17px 28px 15px 15px;
	width: 374px;
    left: calc(50% - 187px);
    font-size:1.6rem;
    line-height:1.3;
}

@media(max-width: 700px) {
	.example_list ul li.double_space .example_wrap > div{
		margin-bottom: 60px;
		width: 100%;
	}
	.example_list ul li.double_space .example_wrap > div:last-child{
		margin-bottom: 0;
	}
	.example_list ul li.triple_space{
		 padding-bottom:80px; 
	}
	.example_list ul li.triple_space .description_link{
		width: auto;
		left: 20px;
		right:20px;
		font-size:1.4rem;
	}
	.example_list ul li.triple_space .example_wrap > a{
		width: 100%;
	}

}



/* キャンペーン概要 */
.overview{
	background-color: #F7F7F5;
}

.overview_list{
	padding:70px 15px;
	background-color: #FFF;
}

.overview_list h3{
	margin: 0 auto 20px;
	padding:8px 20px 5px;
	font-size:1.8rem;
	background-color: #F2F2F0;
	max-width: 854px;
}

.overview_list > div,
.overview_list > ul{
	margin: 0 auto 50px;
	padding:0 20px;
	max-width: 854px;
}

.overview_list > ul{
	margin-bottom: 0;
}

.overview_list > ul li{
	margin-bottom: 20px;
	padding-left:1em;
	text-indent:-1em;
}
.overview_list > ul li:last-child{
	margin-bottom: 0;
}


.not_apply_promotion{
	margin-top:15px;
	padding:17px 25px 0;
	border:2px solid #F69FA6;
}

.not_apply_promotion h4{
	margin-bottom: 15px;
}

.not_apply_promotion ul li{
	margin-bottom: 15px;
	padding-left:33px;
	position: relative;
}

.not_apply_promotion ul li:before{
	content: "";
	width:22px;
    height:22px;
    background-color: #EF5763;
    border-radius: 50px;
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(/image/jp/promotion202105/icon_cross.svg);
    background-repeat: no-repeat;	
    background-size: 12px auto;
    background-position: center;
}

.not_apply_promotion ul li:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 21px;
  border: 4px solid transparent;
  border-left: 5px solid #EF5763;
}

@media(max-width: 768px) {
	.overview{
		background-color: transparent;
	}

	.overview_list{
		padding:0;
		background-color: transparent;
	}

	.overview_list h3{
		margin: 0 auto 15px;
		padding:8px 15px 5px;
		font-size:1.6rem;
	}

	.overview_list > div,
	.overview_list > ul{
		margin: 0 auto 50px;
		padding:0 15px;
	}


	.not_apply_promotion{
		padding:17px 15px 0;
	}

	.not_apply_promotion h4{
		line-height:1.3;
	}

	.not_apply_promotion ul li{
		padding-left:29px;
	}

	.not_apply_promotion ul li:before{
		width:18px;
		height:18px;
		top: 3px;
		background-size: 10px auto;
	}

	.not_apply_promotion ul li:after {
	  left: 16px;
	}
}