.is_pc {
	display: none !important;
}
.summer_container {
	width: 100%;
	margin: 0 auto;
	max-width: 750px;
}
.summer_container .w1240 {
	width: 100%;
	margin: 0 auto;
	max-width: 750px;
}
.summer_container a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.mv img {
	width: 100%;
}
/*anchor*/
.anchor {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 15px;
}

.anchor_col {
	position: relative;
	width: 31%;
}
.anchor_col:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #FFF188;
	top: 5px;
    left: 5px;
	border-radius: 9px;
	z-index: 1;
}
.anchor_col_content {
	display: flex;
    border: 2px solid #309BE3;
    border-radius: 9px;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding: 15px 0;
	width: 100%;
	z-index: 5;
	background: #fff;
	
}
.anchor_col_content > div {
	width: 100%;
}
.anchor_txt {
	padding: 10px 0;
	font-size: 13px;
	font-weight: bold;
	color: #000971;
	line-height: 1.5;
}
.anchor_icon img {
	height: 22px;
}
.anchor_arrow img {
	height: 5px;
}

/*box01*/
.box01 {
	padding: 0 15px;
}
.box_line {
	text-align: center;
	background: #63bcea;
	position: relative;
}
.box_line:before {
	height: 35px;
	width: 100%;
	content: "";
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.box_line img {
	position: relative;
	z-index: 5;
}
.box01 .box01_content {
	background: #63bcea;
	text-align: center;
	padding: 0 15px;
}
.box01 .box01_content img {
	width: 100%;
}
.box01 .box01_ttl {
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 15px;
}
.box01 .note{
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.box01_txt {
	font-size: 14px;
	line-height: 1.5;
	color: #FFFFFF;
	text-align: left;
	padding-bottom:20px;
}

/*box02*/

/*box_step*/
.box_step {
	margin-top: 55px;
	padding: 0 15px;
}
.box_step_txt {
	text-align: center;
	padding: 30px 15px;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	
}
@media only screen and (max-width: 400px) {
 .box_step_txt {
		font-size: 14px;
		line-height: 1.5;
	}
}
.box_step .t_red {
	color: #FF0000;
}



.step {
	background: #FEFFEF;
	border-radius: 7px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}
.step_ttl {
	font-size: 19px;
	line-height: 1;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FBFFA0;
}
.step_content {
	padding: 30px 15px;
}
.box_step_txt p {
	font-weight: bold;
}
.step p {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	
}
.step01 .txt01 span {
	font-size: 27px;
	color: #FF0000;
	font-weight: bold;
}
.step01 p.txt02 {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}
.step01 .btn01 {
	font-size: 18px;
    color: #ffffff;
    border-radius: 7px;
    background: #010A72;
    padding: 10px 15px 12px;;
    line-height: 1;
    margin-top: 20px;
    display: inline-block;
}

.step_item {
	display: flex;
    align-items: self-start;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
	margin-bottom: 45px;
	position: relative;
	
}
.step_item.step_item03 {
	margin-bottom: 0;
}
.step_item .num {
	    font-size: 25px;
    font-weight: bold;
    color: #010A72;
    line-height: 1;
	width: 26px;
}
.step_item03 .num {
	padding-right: 20px;
}
.step_item03 p {
	text-align: left !important;
	line-height: 1.5;
}
.step_item p {
	text-align: center;
	width: calc(100% - 26px);
}
.step_item01:after,
.step_item02:after {
	position: absolute;
	content: "";
	background: url("../../../img/freepage/summer_wcampaign_2025/arrow02.png") no-repeat;
	width: 70px;
	height: 11px;
	left: 50%;
	margin-left: -35px;
	top: calc(100% + 10px);
	background-size: 100% 100%;
}
.step_item03 .txt02 {
	font-size: 12px;
	color: red;
}
p.step01_ttl, p.step02_ttl {
	font-weight: bold;
	font-size: 20px;
}
p.step02_ttl {
	margin: 20px 0;
}

.list_step01,
.list_step02 {	
	text-align: left;
}
.list_step01 li {
	border-bottom: 1px solid #707070;
	padding: 7px 0;
}
.list_step01 li p {
	font-size: 14px;
	line-height: 27px;
}
.step06 p {
	text-align: left;
	line-height: 23px;
}
.step07 .txt02 {
	text-align: left;
}
.step07 .txt01 {
	font-size: 25px;
	padding-bottom: 20px;
	
}
.step07 .txt01 span {
	font-size: 19px;
}
.box_ad {
	text-align: center;
}
.box_ad .btn01 {
	font-size: 18px;
    color: #ffffff;
    border-radius: 7px;
    background: #010A72;
    padding: 14px 0 17px;
    line-height: 1;
    margin: 20px auto 30px;
    display: inline-block;
	width: 100%;
}
.box_ad .img {
	margin-top: 20px;
}
p.box_ad_txt,
p.box_ad_txt_normal {
	font-size: 19px;
	display: inline-block;
	font-weight: bold;
}

p.box_ad_txt {
	background: linear-gradient(to bottom, transparent 50%, #FEFE5A 50%);
	padding: 0 10px;
	display: inline-block;
	font-weight: bold;
}

/**/
.box04 .box04_ttl {
   font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	padding-bottom: 15px;
	background: #010A72;
	text-align: center;
}
.box04 .box_line {
	background: #010A72;
}
.box04 .box_line:before {
    height: 35px;
    width: 100%;
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.box04_content {
	margin: 40px 0;
}
/**/
.box05 {
	text-align: center;
}
.box05 .box05_ttl {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 25px;
	background: #010A72;
	padding-bottom: 15px;
	text-align: center;
}
.box05 .box_line {
	background: #010A72;
}
.box05 .box_line:before {
    height: 35px;
    width: 100%;
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.box05_content {
	    margin: 30px auto;
}
.box05_des {
	font-size: 18px;
	line-height: 42px;
}
.item {
	margin-top: 30px;
	padding: 0 15px;
}
.item_ttl {
	padding-top: 20px;
}
.item_ttl a {
	font-size: 17px;
	line-height: 1.6;	
	font-weight: bold;
	color: #000000;	
	text-decoration: underline;
	
}
.item_des {
	font-size: 15px;
	line-height: 28px;
	padding-top: 15px;
	color: #000000;	
}
.item_note {
	background: #FDFFD8;
	padding: 20px 0;
	display: flex;
	align-items:flex-start;
	margin-top: 30px;
}
.item_note__thumb {
	width: 140px;
	text-align: center;
}
.item_note__thumb img {
	width: 110px;
}
.item_note_des {
	text-align: left;
	width: calc(100% - 140px);
	padding-right: 10px;
}
.item_note_des .txt01 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;	
	padding-bottom: 15px;
}
.item_note_des .txt02 {
	font-size: 15px;
	line-height: 26px;
	color: #000000;	
}

/**/
.box_ad02 {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 0 15px;
}


/**/
.box06 {
	background: #C3EBFF;
	padding: 108px 0 0;
	position: relative;
	
}
.box06:before {
	content: "";
	background: url("../../../img/freepage/summer_wcampaign_2025/sp/box06_bg01.png") no-repeat;
	width: 128px;
	height: 88px;
	position: absolute;
	left: 0;
	top: 20px;
}
.box06:after {
	content: "";
	background: url("../../../img/freepage/summer_wcampaign_2025/sp/box06_bg02.png") no-repeat;
	width: 128px;
	height: 88px;
	position: absolute;
	right: 0;
	top: 20px;
}
.box06_content {
	position: relative;
	
}
.box06 .note {
	background: #ffffff;
}
.box06 .note_ttl {
	font-size: 20px;
	line-height: 1;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	text-align: center;
	background: #62BCEA;
}
.box06 .note_des {
	padding: 30px 15px;
}
.box06 .note_des p {
	font-size: 15px;
	line-height: 27px;
	color: #000000;	
}
.box06 .note_des .txt {
	font-weight: bold;
}
.box06 .note_des .txt a {
	text-decoration: underline;
}