/*
Theme Name: meviy04_2
Description: Meviy Blog Template
Author: MASAtoshi OKA
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meviy04_2
Version: 4.0
*/

#page_day88_2026{margin-top: 109px;}
@media screen and (max-width: 1020px) {
	#page_day88_2026{margin-top: 16vw;}
}
#page_day88_2026 .sec_wrap{
	max-width: 1200px;
	box-sizing: border-box;
	padding: 60px 15px !important;
}
#page_day88_2026 h2{
	display: block;
	width: 100%;
	max-width: 500px;
	font-size: 26px;
	font-weight: 600;
	padding: 10px 0;
	text-align: center;
	border-top: 3px solid #555;
	border-bottom: 3px solid #555;
	color: #555;
	margin: 10px auto 40px auto;
	background-size: contain;
}
@media screen and (max-width: 600px) {
	#page_day88_2026 h2{
		font-size: 22px;
	}
}
#day88_intro{background: #fff;}
#day88_2026_case{background: #f7f7f7;}
#day88_about-meviy{background: #fff;}
#day88_campaign{background: #f7f7f7;}
/* #day88_ex{background: #fff;} */
#day88_detail{background: #fff;}
#day88_note{background: #f7f7f7;}

/* form */
#day88_form{
	background: #f7f7f7;
}
/* header  -------------------------------------------*/
/* 1600x400 : 1200x300 */
/* 1200x400 : 900x300 */
#day88_header{
	/* background: #0a1464; */
	background: #fff;
	height: 400px;
	width: 100%;
	padding-top: 30px;
}
#day88_header h1{
	display: block;
	float: none;
	margin: 0 auto;
	text-indent: -100%;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	overflow: hidden;
	background: url(../images/day88_2026/day88_2026_KV5_1200x400.jpg) center center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1200px){
    #day88_header{height: auto; padding-top: 0;}
	#day88_header {
		position: relative;
		width: 100%;
	}
    #day88_header:before {
        content:"";
        display: block;
        padding-top: 33.3%;
	}
    #day88_header h1{
	    display: block;
		position: absolute;
		text-indent: -9999px;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	    background: url(../images/day88_2026/day88_2026_KV5_1200x400.jpg) center center no-repeat;
	    background-size: contain;
    }
}
@media screen and (max-width: 650px){
	#day88_header{height: auto;}
	#day88_header {
		position: relative;
		width: 100%;
	}
	#day88_header:before {
    content:"";
    display: block;
    padding-top: 52.5%;
	}
	#day88_header h1{
		display: block;
		position: absolute;
		text-indent: -9999px;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: url(../images/day88_2026/day88_2026_KV5_1200x630.jpg) center center no-repeat;
		background-size: contain;
	}
}

/* INTRO ---------------------------------------------*/
.day_88_mission{
	padding: 20px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin: 0 auto;
}
.day_88_mission p{
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #0a1464;
	margin: 0 0 20px 0;
}
.day_88_mission p b{
	/* font-weight: 400; */
	/* font-size: 1.1em; */
	/* background: linear-gradient(transparent 50%, #c4f4ff 50%); */
	padding: 0 5px 5px 5px;
}
.day_88_mission p.day88_p_strong{
	padding-top: 20px;
}
.day_88_mission p strong{
	margin-top: 20px;
	font-size: 32px;
	font-weight: 600;
	/* background: linear-gradient(transparent 60%, #f7cd00 60%); */
	background: url(../images/day88_2026/blue-brush_4.png) center center no-repeat;
	background-size: cover;
	padding: 0px 20px;
}
.day88_intro_text{
	width: 100%;
	max-width: 750px;
	margin: 20px auto;
	background: #fff;
	padding: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.day88_intro_text p{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #555;
}
@media screen and (max-width: 600px) {
	.day_88_mission p{
		text-align: justify;
		font-size: 20px;
	}
	.day_88_mission p br{display: none;}
	.day_88_mission p strong{font-size: 24px;}
}

/* CASE -----------------------------------------------*/
ul.day88_case_ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.day88_case_ul li{
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-moz-border-radius:10px;
	border-radius:10px;
	display: flex;
	gap: 20px;
	padding: 25px;
	margin:  40px 0;
}
.day88_case_left{
	width: 400px;
}
.day88_case_right{width: calc(100% - 440px);}

.day88_case_left img{
	width: 100%;
	height: auto;
}
.day88_case_name{
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px dotted #555;
}
.day88_case_person{
	padding: 10px 0;
	font-size: 13px;
	padding: 10px 10px 0 10px;
	text-align: justify;
}
.day88_case_right h3{
	font-size: 35px;
	font-weight: 600;
	padding-bottom: 20px;
	padding-left: 20px;
	background: url(../images/day88_2026/blue-brush.png) center center no-repeat;
	background-size: contain;
}
.day88_case_right_text{
	padding-left: 20px;
}
.day88_case_right p{
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 400;
}
.day88_case_after{
	/* width: 100%;
	max-width: 600px;
	margin: 0 auto;;
	background: url(../images/day88_2026/blue-brush.png) center center no-repeat;
	background-size: cover; */
}
.day88_case_after p{
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	color: #555;
	margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
	ul.day88_case_ul li{
		flex-direction: column;
		width: 100%;
		max-width: 700px;
		margin: 20px auto;
	}
	.day88_case_left,
	.day88_case_right{
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.day88_case_right h3{
		font-size: 30px;
	}
	.day88_case_right p{
		font-size: 14px;
	}
	.day88_case_after p{
		font-size: 22px;
	}
}
@media screen and (max-width: 600px) {
	ul.day88_case_ul li{
		padding: 15px;
	}
	.day88_case_right_text{
	padding-left: 10px;
	}
	.day88_case_right h3{
		font-size: 25px;
	}
	.day88_case_right p{
		font-size: 14px;
	}
	.day88_case_after p{
		font-size: 20px;
	}
}
@media screen and (max-width: 400px) {
	.day88_case_name{
		font-size: 14px;
	}
	.day88_case_person{
		font-size: 12px;
	}
	.day88_case_right h3{
		padding-left: 10px;
		font-size: 22px;
		background: url(../images/day88_2026/blue-brush.png) center center no-repeat;
		background-size: contain;
		line-height: 120%;
	}
	.day88_case_right h3 br{
		display: none;
	}
	.day88_case_right p br{
		display:none;
	}
}


/* メビーの特長 ------------------------------------------*/
/* #day88_about-meviy{padding-top: 30px;} */
.day88_about-meviy{
	padding-bottom: 50px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.day88_about-meviy p{
	font-size: 20px;
	margin-bottom: 20px;
}
.about-meviy__features--blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 30px;
}

.about-meviy__features--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(30, 33, 139, 0.15);
  box-shadow: 0px 0px 5px rgba(30, 33, 139, 0.15);
  width: calc((100% - 60px) / 3);
  overflow: hidden;
}
.about-meviy__features--block h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0a1464;
  text-align: center;
  color: #fff;
  height: 4.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.about-meviy__features--content {
  padding: 2em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
}
.about-meviy__features--content .img {
  padding: 1em 0;
  text-align: center;
}
.about-meviy__features--content .img img {
  margin: 0 auto;
  max-height: 230px;
  max-width: 100%;
  width: auto;
}
.about-meviy__features--content .note {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
	.day88_about-meviy p{
		font-size: 18px;
		margin-bottom: 20px;
	}
  .about-meviy__features--blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-meviy__features--block {
    width: 100%;
	max-width: 400px;
	margin: 20px auto;
  }
  .about-meviy__features--block h3 {
    height: auto;
    padding: 0.5em 0;
    font-size: 18px
  }
  .about-meviy__features--content {
    font-size: 14px
    padding: 20px 20px;
  }
  .about-meviy__features--content .note {
    font-size: 14px
  }
}
.about_cv{
	width: 100%;
	padding: 40px 0 10px 0;
	color: #f7f7f7;
}
.about_cv a{
	display: block;
	padding: 15px;
	-moz-border-radius:40px;
	border-radius:40px;
	border: #0a1464 2px solid;
	color: #0a1464;
	text-align: center;
	width: 100%;
	max-width: 400px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin: 0 auto;
}
/* プレゼントキャンペーン​ */
.day88_episode_intro h3{
	width: 100%;
	max-width: 520px;
	display: block;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 15px auto 20px auto;
	color: #555;
	background: url(../images/day88_2026/blue-brush_3.png) center center no-repeat;
	background-size: cover;
}
/* .day88_episode_intro h3{
	width: 100%;
	max-width: 520px;
	display: block;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin: 15px auto 30px auto;
	color: #0a1464;
	margin-top: -35px;
} */
#day88_campaign P{
}

.day88_episode_ex{
	width: 100%;
	max-width: 600px;
	padding: 20px;
	margin: 40px auto;
	/* border: 3px solid #555; */
	-moz-border-radius:10px;
	border-radius:10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.day88_episode_ex h4{
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #555;
}
.day88_episode_intro p{
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
	color: #555
}

.day88_episode_ex ul{
	list-style: disc;
	margin-top: 20px;
}
.day88_episode_ex ul li{
	margin: 0 0 15px 25px;
	list-style-type: disc;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
	color: #555;
}

.day88_episode_ex ul li small{
	font-size: 0.7em;
}
.day88_episode_text{
	padding-top: 30px;
}
.day88_episode_text p{
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 600;
}

.day88_episode_ex_2{
	width: 100%;
	max-width: 1000px;
	margin: 40px auto;
	padding: 30px;
	-moz-border-radius:10px;
	border-radius:10px;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.day88_episode_ex_2 h4{
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	color: #555;
	margin-bottom: 40px;
}
.day88_episode_ex_2 > ul{
	display: flex;
	justify-content: center;
	gap: 20px;
}
.day88_episode_ex_2 > ul > li{
	display: flex;
	flex-direction: column;
	width: calc((100% - 40px) / 3);
}
.episode_ex_img {
	display: flex;
	justify-content: center;
}
.episode_ex_img img{
	width: 150px;
	height: 150px;
}
.episode_ex_text{
	display: block;
}
.episode_ex_text h5{
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #555;
}

.episode_ex_text p{
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	color: #555;
}
.episode_ex_text ul{
	width: 190px;
	margin: 20px auto;
}
.episode_ex_text ul li{
	list-style-type: disc;
	margin: 0 0 3px 0px;
	font-size: 16px;
	font-weight: 500;
	color: #555;
}
.episode_ex_text ul li:last-child{
	list-style-type: none;
	text-align: right;
	font-size: 14px;
}
@media screen and (max-width: 860px){
	.day88_episode_ex_2 h4{font-size: 24px;}
	.episode_ex_text h5{font-size: 20px;}
}
@media screen and (max-width: 800px){
	
	.day88_episode_ex_2{
		max-width: 450px;
	}
	.day88_episode_ex_2 > ul{
	flex-direction: column;
	justify-content: flex-start;
	gap: 20px;
	}
	.day88_episode_ex_2 > ul > li{
		width: 100%;
		flex-direction: row;
		gap: 20px;
	}
	.episode_ex_img {
		width: 150px;
		flex-direction: column;
		justify-content: center;
	}
	.episode_ex_text{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.episode_ex_text h5{
		text-align: left;
	}
	.episode_ex_text ul{
		width: 100%;
		margin: 0;
		padding-left: 20px;
		margin-top: 5px;
	}
	.episode_ex_text ul li:last-child{
		text-align: left;
	}
	.episode_ex_text ul li{
		margin: 0;
	}
}
@media screen and (max-width: 600px){
	.day88_about-meviy p{font-size: 15px;}
	.day88_episode_intro h3{
		font-size: 25px;
	}
	.day88_episode_intro p{
		font-size:16px ;
		text-align: justify;
	}
	.day88_episode_intro p br{display: none;}
	.episode_ex_img {
		width: 100px;
		flex-direction: column;
		justify-content: center;
	}
	.episode_ex_img img{
		width: 100px;
		height: 100px;
	}

}
@media screen and (max-width: 500px){
	.day88_episode_intro h3{font-size: 23px;}
	.day88_episode_intro h3 br{
		display: none;
	}
	.day88_episode_ex_2{
		padding: 15px;
	}
	.episode_ex_text ul li{
		font-size: 14px;
	}
}
/* プレゼント -------------------------*/

.day88_present_text {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin: 30px auto;
  text-align: center;
}
.day88_present_text {
  --s: 1.8em; /* the ribbon size */
  --d: .8em;  /* the depth */
  --c: .8em;  /* the cutout part */
  padding: 0 calc(var(--s) + .5em) var(--d);
  line-height: 1.4;
  background:
    conic-gradient(at left  var(--s) bottom var(--d),
     #0000 25%,#0008 0 37.5%,#0004 0) 0   /50% 100% no-repeat,
    conic-gradient(at right var(--s) bottom var(--d),
     #0004 62.5%,#0008 0 75%,#0000 0) 100%/50% 100% no-repeat;
  clip-path: polygon(0 var(--d), var(--s) var(--d),var(--s) 0,calc(100% - var(--s)) 0,calc(100% - var(--s)) var(--d),100% var(--d),calc(100% - var(--c)) calc(50% + var(--d)/2),100% 100%,calc(100% - var(--s) - var(--d)) 100%,calc(100% - var(--s) - var(--d)) calc(100% - var(--d)),calc(var(--s) + var(--d)) calc(100% - var(--d)),calc(var(--s) + var(--d)) 100%,0 100%,var(--c) calc(50% + var(--d)/2));
  background-color: #0f218b; /* the main color */
  width: fit-content;
}
.day88_present_text p{
	padding: 15px 100px;
/* font-size: 28px; */
}
#page_day88_2026 .day88_present_text h2{
	display: block;
	width: 100%;
	max-width: none;
	font-size: 35px;
	font-weight: 600;
	padding: 15px 120px;
	text-align: center;
	border: none;
	margin: 0;
	color: #fff;
}

ul.day88_present{
	display: flex;
	gap: 30px;
	justify-content: center;
	padding: 40px 0;
}
ul.day88_present li{
	width: 100%;
	max-width: 300px;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.present_title{
	font-size: 22px;
	font-weight: 600;
	line-height: 120%;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.present_text{
	font-size: 16px;
	font-weight: 600;
	flex: 1;
}
.day88_present_note p{
	font-size: 16px;
	text-align: center;
}
.day88_duration {
	text-align: center;
}
.day88_duration div{
	display: inline-block;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	margin: 30px auto;
	padding: 0 20px;
	/* background: url(../images/day88_2026/blue-brush_3.png) center center no-repeat;
	background-size: cover;
	padding: 0px 30px; */
}
.present_cv{
	display: block;
	width: 100%;
	padding: 40px 0;
}
.present_cv a{
	display: block;
	background: #f7cd00;
	padding: 10px;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #000;
	-moz-border-radius:10px;
	border-radius:10px;
}

ul.day88_ex{
	display: flex;
	gap: 60px;
	justify-content: center;
}
ul.day88_ex li{
	background: #fff;
	-moz-border-radius:10px;
	border-radius:10px;
	padding: 25px;
	width: 100%;
	max-width: 400px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	display: flex;
	flex-direction: column;
}
ul.day88_ex li img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.day88_ex_text{
	flex: 1;
}
.day88_ex_text p{
	font-size: 14px;
	text-align: justify;
	margin-bottom: 10px;
}
.day88_ex_author p{
	text-align: right;
	font-size: 12px;
}
@media screen and (max-width: 800px) {
	#page_day88_2026 .day88_present_text h2{
		padding: 15px;
	}
	.day88_present_text p{
		padding: 15px;
	}
	ul.day88_ex{
		gap: 20px;
	}
}
@media screen and (max-width: 600px) {
	ul.day88_ex{
		flex-direction: column;
	}
	ul.day88_ex li{
		width: 100%;
		max-width: 400px;
		margin: 20px auto;
	}
	#page_day88_2026 .day88_present_text h2,
	.day88_present_text p{
		font-size: 20px;
	}
	/* #page_day88_2026 .day88_present_text h2 br,
	.day88_present_text p br{display: none;} */
	ul.day88_present{
		flex-direction: column;
	}
	ul.day88_present li{
		margin: 20px auto;
	}
}
@media screen and (max-width: 400px) {
	#page_day88_2026 .day88_present_text h2{
		padding: 10px 0;
	}
	.day88_present_text p{
		padding: 10px 0;
	}
	.day88_present_text p br{display: none;}
}

/* 応募要項　注意事項 ------------------------------- */
.sec_wrap.day88_detail_content{
	max-width: 720px !important;
}
.day88_detail_content a{
	color: #555;
	text-decoration: underline;
}
.day88_detail_content h3{
	padding-left: 10px;
	border-left: solid 7px #555;
	font-size: 25px;
	font-weight: 600;
	margin: 40px 0 20px 0;
	line-height: 100%;
}
.day88_detail_content p{
	font-size: 16px;
	text-align: justify;
	margin-bottom: 10px;
}
.day88_detail_content ul{
	padding: 10px 0
}
.day88_detail_content li{
	font-size: 16px;
	margin-bottom: 7px;
}
.day88_detail_content ul.day88_detail_ul_disc li{
	margin-left: 15px;
	list-style-type: disc;
}
.day88_detail_content ul.day88_detail_ul_note li{
	font-size: 14px;
}

#day88_thanks{
	background: #fff;

}
#day88_thanks p{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #0a1464;
	margin-bottom: 15px;

}
#day88_thanks p strong{
	font-size: 30px;
}
.day88_thanks_cv{
	width: 100%;;
	display: flex;
	justify-content: center;
}
.day88_thanks_cv a{
	background: #f7cd00;
	padding: 15px;
	text-align: center;
	width: 100%;
	max-width: 400px;
	-moz-border-radius:10px;
	border-radius:10px;
	color: #000;
	margin: 20px auto;
	font-weight: 600;
	font-size: 20px;
}

#page_day88_2026.page_form{
	background: #fff;
	min-height: calc(100vh - 165px);
}
.survey-complete #day88_form_intro{
    display:none;
}
@media screen and (max-width: 600px) {
	.day88_detail_content h3{
	font-size: 20px;
}
.day88_detail_content p{
	font-size: 14px;
	margin-bottom: 7px;
}
.day88_detail_content li{
	font-size: 14px;
	margin-bottom: 5px;
}
}