@charset "utf-8";

/******************** front-page（本番サイト） ********************/

#main_visual{
}

#main_visual>div{
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin: 0 auto;
	top: 30px;
	padding: 0;
}
#main_visual>div.box_w{
	display: none;
}
#main_visual>div.box_h{
	display: inline-block;
}
#main_visual>div>p{
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	top: 20%;
	left: 13%;
	width: 80%;
	height: auto;
}
#main_visual>div>p>img{
	width: 100%;
	height: auto;
}

main section h4.ttl_menu{
	margin-top: 5.0vw;
	margin-bottom: 5.0vw;
	text-align: center;
	font-size: 8.0vw;
	border-bottom: none;
}

main section h2.ttl_menu{
	margin-top: 5.0vw;
	margin-bottom: 5.0vw;
	text-align: center;
	font-size: 8.0vw;
	border-bottom: none;
}

/*2025/7/10 - スライダー直下テキスト*/
main section h2.ttl_menu_callout{
	margin-top: 7.0vw;
	margin-bottom: 2.0vw;
	text-align: center;
	font-size: 1.6em;
	border-bottom: none;
	line-height: 1.5;
    font-weight: bold;
}

main section div.box_content{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
}

.lst_performance>dl{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 8.0vw 0;
}
.lst_performance>dl>dt{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
}
.lst_performance>dl>dt>h2{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 6.0vw;
	font-weight: 800;
	text-align: center;
	line-height: 150%;
}
.lst_performance>dl>dt>h3{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 6.0vw;
	font-weight: 800;
	text-align: center;
	line-height: 150%;
}

.lst_performance>dl>dt>p.goukaku{
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	top: -8.0vw;
	left: 0;
	width: 100%;
	height: 8.0vw;
	text-align: center;
}
.lst_performance>dl>dd{
}

.lst_performance>dl>dd.box_wreath{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 30.0vh;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-image: url("/img/icon_wreath.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.lst_performance>dl>dd.box_wreath>p{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	margin-top: 18.0vw;
	font-size: 18.0vw;
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
}

.lst_performance>dl>dd.box_wreath2{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 30.0vh;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-image: url("/img/icon_wreath.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.lst_performance>dl>dd.box_wreath2>p{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	margin-top: 12.0vw;
	font-size: 9.0vw;
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
}


.lst_performance>dl>dd.box_wreath3{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 30.0vh;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-image: url("/img/icon_wreath.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.lst_performance>dl>dd.box_wreath3>p{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	margin-top: 18.0vw;
	font-size: 18.0vw;
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
}



.lst_performance>dl.pass{
	padding: 0;
}
.lst_performance>dl.pass>dt{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	background-color: #b3d465;
}
.lst_performance>dl.pass>dt>p{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	margin-top: 5.0vw;
	margin-left: 12.0vw;
	padding: 2.0vw;
	font-size: 5.0vw;
	font-weight: 800;
	background-color: #fff;
	border-radius: 10px;
}
.lst_performance>dl.pass>dt>p::before{
	content: "";
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	width: 9.0vw;
	height: 9.0vw;
	top: 50%;
	left: -12.0vw;
	margin-top: -4.5vw;
	background-image: url("/img/icon_megaphone.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.lst_performance>dl.pass>dt>p::after{
	content: "";
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: -2.6vw;
	margin-top: -1.5vw;
	border: 1.5vw solid transparent;
	border-right: 1.5vw solid #fff;
}
.lst_performance>dl.pass>dt>h2{
	font-size: 12.0vw;
}
.lst_performance>dl.pass>dt>h3{
	font-size: 12.0vw;
}
.lst_performance>dl.pass>dd{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 8.0vw;
	font-size: 0;
}
.lst_performance>dl.pass>dd>ul{
	text-align: left;
}
.lst_performance>dl.pass>dd>ul>li{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 2.0vw 0;
	font-weight: 800;
}
.lst_performance>dl.pass>dd>ul>li:nth-child(1){
	font-size: 4.3vw;
}
.lst_performance>dl.pass>dd>ul>li:nth-child(2){
	font-size: 10.0vw;
}
.lst_performance>dl.pass>dd>ul>li:nth-child(3){
	font-size: 8.0vw;
}
.lst_performance>dl.pass>dd>ul>li:nth-child(4){
	font-size: 6.0vw;
}
.lst_performance>dl.pass>dd>ul>li:nth-child(5){
	font-size: 5.0vw;
}
.lst_performance>dl.pass>dd>ul>li:nth-child(n+6){
	width: auto;
	font-size: 4.0vw;
}
.lst_performance>dl.pass>dd>ul>li:nth-child(n+6)::after{
	content: "、";
}
.lst_performance>dl.pass>dd>ul>li:last-child::after{
	content: "";
}



@media screen and (min-width:768px){
	.lst_performance>dl.graduate>dd{
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		margin-top: 50px;
	}
	.lst_performance>dl.graduate>dd>img{
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
	}
}

@media screen and (min-width:768px){
	.lst_performance>dl.graduate2>dd{
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		margin-top: 50px;
	}
	.lst_performance>dl.graduate2>dd>img{
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
	}
}

.lst_performance>dl.graduate>dd{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}
.lst_performance>dl.graduate>dd>img{
	display: inline-block;
	box-sizing: border-box;
	width: 80%;
}



.lst_advantage>ol{
	counter-reset: item;
	list-style-type: none;
}
.lst_advantage>ol>li{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 55.0vw;
	text-align: center;
}
.lst_advantage>ol>li::before{
	counter-increment: item;
	content: counter(item);
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	top: 25.0vw;
	width: 100%;
	font-size: 8.0vw;
	font-weight: 800;
	font-style: oblique;
	text-align: center;
	line-height: 120%;
}
.lst_advantage>ol>li::after{
	content: "";
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25.0vw;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.lst_advantage>ol>li>a{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 50.0vw;
	padding-top: 35.0vw;
	font-size: 5.0vw;
	font-weight: 800;
	/*line-height: 3vh;  24/11/21調整*/
	line-height: 110%;
}

.lst_advantage>ol>li:nth-child(1)::after{
	background-image: url("/wp-content/uploads/2022/12/icon_advantage_1.png");
}
.lst_advantage>ol>li:nth-child(2)::after{
	background-image: url("/wp-content/uploads/2022/12/icon_advantage_2.png");
}
.lst_advantage>ol>li:nth-child(3)::after{
	background-image: url("/wp-content/uploads/2022/12/icon_advantage_3.png");
}
.lst_advantage>ol>li:nth-child(4)::after{
	background-image: url("/wp-content/uploads/2022/12/icon_advantage_4.png");
}
.lst_advantage>ol>li:nth-child(5)::after{
	background-image: url("/wp-content/uploads/2022/12/icon_advantage_5.png");
}



/* 2024-12 講師紹介*/
.teachers>ol{
	counter-reset: item;
	list-style-type: none;
}
.teachers>ol>li{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 75.0vw;
	text-align: center;
}
.teachers>ol>li::before{
	counter-increment: item;
	content: counter(item);
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	top: 25.0vw;
	width: 100%;
	font-size: 5.0vw;
	font-weight: 800;
	font-style: oblique;
	text-align: center;
	line-height: 120%;
}
.teachers>ol>li::after{
	content: "";
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25.0vw;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.teachers>ol>li>a{
	display: inline-block;
	box-sizing: border-box;
	width: 85%;
	height: 50.0vw;
	padding-top: 35.0vw;
	font-size: 3.0vw;
	font-weight: 550;
	/*line-height: 3vh;  24/11/21調整*/
	line-height: 150%;
}

.teachers>ol>li:nth-child(1)::after{
	background-image: url("/wp-content/uploads/2024/12/メディセンス講師・数学科-衣川大智.jpg");
}
.teachers>ol>li:nth-child(2)::after{
	background-image: url("/wp-content/uploads/2024/12/メディセンス講師・英語科-南智貴-scaled.jpg");
}
.teachers>ol>li:nth-child(3)::after{
	background-image: url("/wp-content/uploads/2024/12/メディセンス講師・化学科-黒川拓生.jpg");
}
.teachers>ol>li:nth-child(4)::after{
	background-image: url("/wp-content/uploads/2024/12/メディセンス講師・物理科-飯泉摩美.png");
}
.teachers>ol>li:nth-child(5)::after{
	background-image: url("/wp-content/uploads/2024/12/メディセンス講師・生物科-田中龍之介.jpg");
}



/* 2024-12 講師紹介 - GPT*/
.teachers-new {
    font-family: Arial, sans-serif;
    padding: 0;
    /*background-color: #f9f9f9;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
}


.teachers-new img {
    width: 60%;
    /*max-width: 150px;*/
    border-radius: 50%;
    margin-bottom: 10px;
}

.teachers-new .name {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
}

.teachers-new .bio {
    font-size: 1.125em;
    line-height: 150%;
    text-align: center;
    color: #555;
}

.teachers-new-wrapper {
    /**width: 100%;**/
    max-width: 600px;
    margin: 0 auto;
    padding: 0 5%;
}

.teachers-new + .teachers-new {
    margin-top: 20px;
}





#ourstyle>div.box_inner{
	position: relative;
	text-align: center;
}

#ourstyle>div.box_inner>p.box_gradient{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	margin-top: -10.0vh;
	width: 100%;
	height: 20.0vh;
	background: linear-gradient(to left top, #1461b4, #3486dd);
	z-index: 1;
}
.box_movie{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 80%;
	z-index: 10;
}


/* 下層ページスタイル */


#page,
#single{
	padding: 3vw;
}

#page p
#single p{
	font-size: 4.5vw;
	line-height: 130%;
}


.contents_head h1,
#contents_title h1{
	font-size: 4vw;
	margin: 5vw 3vw 7vw 3vw;
	border: 1px solid #eee;
	padding: 6vw;
	text-align: center;
	color: white;
	background: #0d94d4;
	line-height: 5vw;
}


#contents_title_pink_sp {
	vertical-align: middle;
}
#contents_title_pink_sp h1{
	font-size: 5vw;
	margin: 5vw 3vw 7vw 3vw;
	border: 1px solid #eee;
	padding: 2vw;
	text-align: center;
	color: white;
	background: #EA6884;
	vertical-align: middle;
}

#contents_title_pink_sp h1:before{
	content: url("https://staging.medisense.co.jp/img/2023-2-front/image-in-h1-header_sp.png");  /*画像のURL*/
	margin-right:20px;  /*画像右の余白*/
	vertical-align: middle;
}


#contents_title_pink_sp_small h1{
	font-size: 4vw;
	margin: 5vw 3vw 7vw 3vw;
	border: 0px solid #eee;
	padding: 2vw;
	text-align: left;
	color: white;
	background: #EA6884;
	vertical-align: middle;
}

#contents_title_pink_sp_small h1 strong:before {
	content: url("https://staging.medisense.co.jp/img/2023-2-front/passed-head-checkbox_sp.png");  /*画像のURL*/
	/*margin-right:3px;  画像右の余白*/
	vertical-align: middle;
	margin-left:25px;
}	


#contents_title_blue_sp_small h2{
	font-size: 4vw;
	margin: 5vw 3vw 7vw 0vw;
	border: 0px solid #eee;
	padding: 2vw;
	text-align: left;
	background: #73C6CB;
	color: #ffffff;
	vertical-align: middle;
}

#contents_title_blue_sp_small h2 strong:before {
	content: url("https://staging.medisense.co.jp/img/2023-2-front/passed-head-checkbox_sp.png");  /*画像のURL*/
	/*margin-right:3px;  画像右の余白*/
	vertical-align: middle;
	margin-left:25px;
}	


.passed-head-image_sp{
	margin: -8vw 3vw 7vw 3vw;
	position: absolute;
	z-index:200;
	/*position: absolute;
 	top: 1605px;
 	z-index:200;*/
}



.contents_head2 h1,
#contents_title h1{
	font-size: 5vw;
	margin: 5vw 3vw 7vw 3vw;
	border: 1px solid #eee;
	padding: 6vw;
	text-align: center;
	/**margin-top: 30vw;**/
}

.contents_head h2,
#contents_title h2{
	font-size: 6vw;
	margin: 5vw 3vw 7vw 3vw;
	border: 1px solid #eee;
	padding: 6vw;
	text-align: center;
}
.contents_head2 h2,
#contents_title h2{
	font-size: 6vw;
	margin: 5vw 3vw 7vw 3vw;
	border: 1px solid #eee;
	padding: 6vw;
	text-align: center;
}


.passed-down-image_sp_margin{
	margin-left: 3vw;
	margin-right: 3vw;
}

.passed-down-image_sp{
	display: block;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    /*width: 1200px;**/
    font-size: 0;
    z-index:100;
}

.passed-down-image_sp h5{
  color: #EA6884;
	font-size: 4vw;
  position: absolute;
  left: 50%;
  top: 23%;
  transform: translate(-50%,-50%);  
}

.passed-down-image_sp table{
  color: black;
  font-size: 2.9vw;
  font-weight: bold;
  position: absolute;
  left: 53%;
  top: 64%;
  transform: translate(-50%,-50%);
  border-collapse: separate;
  border-spacing: 6vw 3vw;
  white-space: nowrap;
  width: 50%;
}



/* advantage */

#category .lst_advantage>ol{
	margin: 3.0vw;
}

#category .lst_advantage>ol>li{
	/*height: 25.0vw; ↓ 2023/1/11 /advantage/調整 */
	height: 37.0vw;
	background: linear-gradient(to left top, #1461b4, #3486dd);
	margin-bottom: 3.0vw;
	line-height: 6vw;
}
#category .lst_advantage>ol>li::before{
	top: 4.0vw;
	font-size: 5.0vw;
	color: #fff;
}
#category .lst_advantage>ol>li::after{
	content: none;
}
#category .lst_advantage>ol>li>a{
	height: 20.0vw;
	padding-top: 12.0vw;
	font-size: 4.0vw;
	color: #fff;
}

.box_advantage>ol{
	counter-reset: item;
	list-style-type: none;
}
.box_advantage>ol>li{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 20.0vw;
}
.box_advantage>ol>li::before{
	counter-increment: item;
	content: counter(item);
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	top: 25.0vw;
	width: 100%;
	font-size: 8.0vw;
	font-weight: 800;
	font-style: oblique;
	text-align: center;
	line-height: 120%;
}
.box_advantage>ol>li::after{
	content: "";
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25.0vw;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.box_advantage>ol>li>h3{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 45.0vw;
	padding-top: 35.0vw;
	font-size: 4.5vw;
	font-weight: 800;
	line-height: 6.0vw;
}
.box_advantage>ol>li:nth-child(1)::after{
	background-image: url("/img/icon_advantage_1.png");
}
.box_advantage>ol>li:nth-child(2)::after{
	background-image: url("/img/icon_advantage_2.png");
}
.box_advantage>ol>li:nth-child(3)::after{
	background-image: url("/img/icon_advantage_3.png");
}
.box_advantage>ol>li:nth-child(4)::after{
	background-image: url("/img/icon_advantage_4.png");
}
.box_advantage>ol>li:nth-child(5)::after{
	background-image: url("/img/icon_advantage_5.png");
}
.box_advantage>ol>li>h4{
	display: block;
	box-sizing: border-box;
	padding: 6.0vw;
	font-size: 4.0vw;
	font-weight: bold;
	color: #555;
	line-height: 6vw;
}
.box_advantage>ol>li>div{
	display: block;
	box-sizing: border-box;
	padding: 3.0vw;
	font-size: 4.0vw;
	text-align: left;
	line-height: 155%;
}
.box_advantage>ol>li>div>img{
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-top: 2.0vw;
}


/* curriculum */

#category .box_curriculum{
	display: block;
	box-sizing: border-box;
	padding: 3.0vw;
}
.box_curriculum ul>li{
	margin-bottom: 5.0vw;
}

.box_curriculum h3{
	background: linear-gradient(to left top, #1461b4, #3486dd);
	padding: 3.0vw;
	color: #fff;
	font-size: 3.6vw;
	font-weight: bold;
	margin-bottom: 2.0vw;
}
.box_curriculum div{
	display: block;
	box-sizing: border-box;
	font-size: 3.2vw;
	line-height: 120%;
}


/* subject */

#category .box_subject{
	display: block;
	box-sizing: border-box;
	padding: 3.0vw;
  overflow: hidden;
}
.box_subject ul>li{
	margin-bottom: 5.0vw;
}

.box_subject h3{
	background: linear-gradient(to left top, #1461b4, #3486dd);
	padding: 3.0vw;
	color: #fff;
	font-size: 3.6vw;
	font-weight: bold;
	margin-bottom: 2.0vw;
}
.box_subject div{
	display: block;
	box-sizing: border-box;
	font-size: 3.2vw;
	line-height: 120%;
}


/* interview */

article.interview{
}
article.interview>ul{
	font-size: 0;
}
article.interview>ul>li{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 3.0vw;
}
article.interview>ul>li>a{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	background-color: #1461b4;
	border: 1px solid #000;
}
.thumb_box{
	display: block;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	height: 150px;
}
#single .thumb_box{
	background-color: #1461b4;
}
.thumb_box::before{
	content: "interview";
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	bottom: 5px;
	left: 0;
	color: #fff;
	/*font-size: 6.0vw; 2025/4 体験記スライダー*/
	font-size: 5.0vw;
	font-weight: 800;
	transform: scale(0.8, 1);
}
.thumb_interview{
	width: 150px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.thumb_interview img{
	width: auto;
	height: 150px;
	margin: 0 0 0 -38px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.lst_body{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 3.0vw;
	background-color: #fff;
	overflow: hidden;
}
.lst_body h4{
	display: block;
	box-sizing: border-box;
	padding: 2.0vw 0;
	/*font-size: 5.0vw; 2025/4 - 体験記スライダー*/
	font-size: medium;
	font-weight: 800;
}
.lst_body p{
	display: block;
	box-sizing: border-box;
	/*font-size: 3.6vw; 2025/04 - 合格体験記スライダー*/
	font-size: medium;
	line-height: 140%;
	margin-top: 1%;
}
.lst_body p::before{
	content: "--";
	display: inline-block;
	box-sizing: border-box;
	margin-right: 2.0vw;
}

.interview_title{
	font-size: 5.0vw;
	font-weight: 800;
	color: #1461b4;
	padding: 2.0vw 0;
	line-height: 6vw;
}

dl.qanda{
	margin-top: 5.0vw;
}
dl.qanda dt{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding-top: 8.0vw;
	padding-bottom: 3.0vw;
	color: #f39800;
	font-size: 4.0vw;
	font-weight: 800;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', serif;
	line-height: 140%;
}
dl.qanda dd{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding-left: 3.0vw;
	font-size: 4.0vw;
	line-height: 175%;
}


/* ourstyle */


article.ourstyle{
	border:7vw solid #1461b4;
	padding: 5vw;
	box-sizing: border-box;
}

#page .ourstyle p{
	color: #555;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', serif;
	margin-bottom: 3vw;
	line-height: 150%;
	}


/* news */
div.box_content.lst_news,
article.news{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 3.0vw;
	overflow: hidden;
}
div.box_content.lst_news ul,
article.news ul{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
}
div.box_content.lst_news ul li,
article.news ul li{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 5.0vw;
}
div.box_content.lst_news ul li a,
article.news ul li a{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 2.0vw;
	font-size: 0;
	/**border: 1px solid #ccc;**/
	border-bottom: solid;
	border-color: lightgray;
	border-width: 1px;
}
div.box_content.lst_news ul li a p.date,
article.news ul li a p.date{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	font-size: 4.0vw;
	line-height: 120%;
}
div.box_content.lst_news ul li a h2,
article.news ul li a h2{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	font-size: 4.0vw;
	line-height: 120%;
}
div.box_content.lst_news ul li a h3,
article.news ul li a h3{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	font-size: 4.0vw;
	line-height: 120%;
}

#news .contents_body{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 3.0vw;
	overflow: hidden;
}

#news .contents_body h2{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	font-size: 5.0vw;
	font-weight: 800;
	margin-bottom: 3.0vw;
	line-height: 120%;
}
#news .contents_body p.date{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	font-size: 3.0vw;
	text-align: right;
	margin-bottom: 5.0vw;
}
#news .contents_body div{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	font-size: 4.0vw;
	line-height: 170%;
}
#news .contents_body div.btn_move.back{
	font-size: 0;
	margin: 5.0vw 0;
}
#news .contents_body div.btn_move.back a{
	font-size: 4.0vw;
	background-color: #ccc;
}


/* access */
article.access{
}
article.access dl{
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
}
article.access dl dt{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 2.0vw;
	font-size: 4.0vw;
	background-color: #eee;
}
article.access dl dd{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 2.0vw;
	margin-bottom: 5.0vw;
	font-size: 4.0vw;
}
article.access dl dd ul{
}
article.access dl dd ul li{
	padding: 1.0vw 0;
}


/* privacy */
article.privacy{
}
article.privacy>div{
	display: block;
	box-sizing: border-box;
	margin-bottom: 4.0vw;
}

article.privacy>div>p{
	display: block;
	box-sizing: border-box;
	font-size: 3.4vw;
	line-height: 140%;
}
article.privacy>dl{
	display: block;
	box-sizing: border-box;
	margin-bottom: 4.0vw;
}
article.privacy>dl>dt{
	display: block;
	box-sizing: border-box;
	font-size: 3.4vw;
	font-weight: 800;
	line-height: 140%;
}
article.privacy>dl>dd{
	display: block;
	box-sizing: border-box;
	font-size: 3.4vw;
	line-height: 140%;
	margin-bottom: 2.0vw;
}


/* form */

#form .contents_body{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 3.0vw;
}

#form p{
	/*text-align: center; 2024/4 CF7*/
	text-align: left;
}

#form p.attention{
	display: block;
	box-sizing: border-box;
	margin-bottom: 5.0vw;
	font-size: 3.0vw;
	text-align: left;
  line-height: 3vh;
}
#form p.attention span{
	color: #b70000;
}

#form div.mw_wp_form_complete p{
	font-size: 4.0vw;
	line-height: 140%;
}

#form dl{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	font-size: 0;
}

#form dl dt{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	font-size: 4.0vw;
	margin-bottom: 3.0vw;
}
#form dl dt.required{
	padding-left: 5.0vw;
	position: relative;
}
#form dl dt.required::before{
	content: "※";
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	color: #b70000;
}

#form dl dd{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	font-size: 4.0vw;
	margin-bottom: 6.0vw;
}

/* 2024/3/19 - form ▽ 調整 */
#form .shortlength.selectbox{
	position: relative;
}

#form input[type="text"],
#form input[type="tel"],
#form input[type="email"],
#form select,
#form textarea{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 2.0vw;
	font-size: 4.0vw;
	border: 1px solid #ccc;
}
#form input[type="text"].f_telephone{
	width: 25%;
}
.shortlength{
	width: 50%!important;
}







#form input[type="radio"]{
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	width: 5.0vw;
	height: 5.0vw;
	/*top: 50%; 2024/4*/
	/*left: 3.0vw; 2024/4*/
	left: 5.0vw;
	/*margin-top: -2.5vw; 2024/4*/
	background-color: #ccc;
	border-radius: 50%;
}
#form input[type="radio"]:checked{
	background-color: #f39800;
}
#form dl dd.radiobtn{
	font-size: 10;
}
#form dl dd.radiobtn>span{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 50%;
	margin: 0;
	margin-left: 0;
	padding: 1.0vw;
}
#form dl dd.radiobtn label{
	display: inline-block;
	box-sizing: border-box;
	/*width: 100%; 2024/4*/
	width: 200px;
	margin: 0;
  margin-top: 1.0vh; /*2024/4*/
  margin-left: -1em; /*2024/4*/
	padding: 2.0vw 0;
	border: 1px solid #ccc;
	border-radius: 6.0vw;
	text-align: center;
}
#form dl dd.radiobtn label>span{
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 4.0vw;
	line-height: 5.0vw;
	vertical-align: middle;
}


//** 2022/3/19 チェックボックス -> 10/12調整 **/
.mwform-checkbox-field input,
.mwform-radio-field input {
	/** 22/10/12検証  margin-right: 5px;**/
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	width: 5.0vw;
	height: 5.0vw;
	top: 50%;
	left: 3.0vw;
	margin-top: -2.5vw;
	background-color: #ccc;
	border-radius: 50%;
}

#form input[type="checkbox"]{
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	width: 5.0vw;
	height: 5.0vw;
	/*top: 50%; 2024/4*/
	/*left: 3.0vw; 2024/4*/
	left: 5.0vw;
	/*margin-top: -2.5vw; 2024/4*/
	background-color: #ccc;
	border-radius: 50%;
}

#form input[type="checkbox"]:checked{
	background-color: #f39800;
}


#form dl dd.checkbox{
	font-size: 10;
}
#form dl dd.checkbox>span{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 50%;
	margin: 0;
	margin-left: 0;
	padding: 1.0vw;
}
#form dl dd.checkbox label{
	display: inline-block;
	box-sizing: border-box;
	/*width: 100%; 2024/4*/
	width: 300px;
	margin: 0;
  margin-top: 1.0vh; /*2024/4*/
  margin-left: -1em; /*2024/4*/
	padding: 2.0vw 0;
	border: 1px solid #ccc;
	border-radius: 6.0vw;
	text-align: center;
}
#form dl dd.checkbox label>span{
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 4.0vw;
	line-height: 5.0vw;
	vertical-align: middle;
}

/** 2022/3/19 チェックボックス END **/


/*2024/4　タブレットなどデバイス対応*/
@media screen and (min-width:700px){
	#form dl dd.checkbox label{
			width: 600px;
	}
}

@media screen and (min-width:1000px){
	#form dl dd.checkbox label{
			width: 500px;
	}
}

@media screen and (min-width:1050px){
	#form dl dd.checkbox label{
			width: 400px;
	}
}

#form dl dd.selectbox{
	position: relative;
}
#form div.mw_wp_form_input dl dd.selectbox::after{
	content: "▼";
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 2.0vw;
	margin-top: -2.0vw;
	font-size: 4.0vw;
	line-height: 100%;
	color: #ccc;
}
#form input[type="submit"]{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 3.0vw;
	color: #fff;
	font-size: 5.0vw;
	font-weight: 800;
	text-align: center;
	background-color: #f39800;
	border-radius: 10.0vw;
}

#form .f_back{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	padding: 1.0vw 0;
	width: 70%;
	font-size: 4.0vw;
	font-weight: 800;
	color: #fff;
	text-align: center;
	background-color: #ccc;
	border-radius: 10.0vw;
	margin-top: 3.0vw;
}

#form .mw_wp_form .error{
	display: online-block;
	box-sizing: border-box;
	width: 100%;
	padding: 1.0vw 0;
	font-size: 3.0vw;
}
















.lst_performance>dl.pass2{
	padding: 0;
}
.lst_performance>dl.pass2>dt{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	background-color: #b3d465;
}
.lst_performance>dl.pass2>dt>p{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	margin-top: 5.0vw;
	margin-left: 12.0vw;
	padding: 2.0vw;
	font-size: 5.0vw;
	font-weight: 800;
	background-color: #fff;
	border-radius: 10px;
}
.lst_performance>dl.pass2>dt>p::before{
	content: "";
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	width: 9.0vw;
	height: 9.0vw;
	top: 50%;
	left: -12.0vw;
	margin-top: -4.5vw;
	background-image: url("/img/icon_megaphone.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.lst_performance>dl.pass2>dt>p::after{
	content: "";
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: -2.6vw;
	margin-top: -1.5vw;
	border: 1.5vw solid transparent;
	border-right: 1.5vw solid #fff;
}
.lst_performance>dl.pass2>dt>h2{
	font-size: 12.0vw;
}
.lst_performance>dl.pass2>dd{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 8.0vw;
	font-size: 0;
}
.lst_performance>dl.pass2>dd>ul{
	text-align: left;
}
.lst_performance>dl.pass2>dd>ul>li{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 2.0vw 0;
	font-weight: 800;
}
.lst_performance>dl.pass2>dd>ul>li:nth-child(1){
	font-size: 4.3vw;
}
.lst_performance>dl.pass2>dd>ul>li:nth-child(2){
	font-size: 10.0vw;
}
.lst_performance>dl.pass2>dd>ul>li:nth-child(3){
	font-size: 8.0vw;
}
.lst_performance>dl.pass2>dd>ul>li:nth-child(4){
	font-size: 6.0vw;
}
.lst_performance>dl.pass2>dd>ul>li:nth-child(5){
	font-size: 5.0vw;
}
.lst_performance>dl.pass2>dd>ul>li:nth-child(n+6){
	width: auto;
	font-size: 4.0vw;
}
.lst_performance>dl.pass2>dd>ul>li:nth-child(n+6)::after{
	content: "、";
}
.lst_performance>dl.pass2>dd>ul>li:last-child::after{
	content: "";
}






/** slider-1 - sp **/
.slider{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
 
.slider__content{
    min-width: 100%;
    animation: sliderAnime 12s ease-in-out infinite;
}
  
@keyframes sliderAnime{
    0%{
 
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-100%);
    }
    66.6%{
        transform: translateX(-200%);
    }
    83.2%{
        transform: translateX(-200%);
    }
    100%{
        transform: translateX(0);
    }
} 
 
.slider__img{
    max-width: 100%;
    min-width: 100%;
}




/** slider-2 - sp **/
.slider2 {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 30px 0;
  margin-right: 30px;
}

.slides2 {
  display: flex;
  
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  
  
  
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  
  /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}
.slides2::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slides2::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.slides2::-webkit-scrollbar-track {
  /**background: transparent;**/
  background: white;
}
.slides2 > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  margin-right: 50px;
  border-radius: 10px;
  background: #eee;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}
.slides2 > div:target {
/*   transform: scale(0.8); */
}
.author-info2 {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0.75rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.author-info2 a {
  color: white;
}
img2 {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider2 > a {
  display:none;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.slider2 > a:active {
  top: 1px;
}
.slider2 > a:focus {
  background: #000;
}






/** Carousel - SP **/

.carousel {
    position: relative;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
    margin-top: 26px;
    margin-bottom: 26px;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
}

.carousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel-item img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel-control {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}

.carousel-control.prev {
    left: 2%;
}

.carousel-control.next {
    right: 2%;
}

.carousel-control:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3,
#carousel-4:checked ~ .control-4,
#carousel-5:checked ~ .control-5,
#carousel-6:checked ~ .control-6,
#carousel-7:checked ~ .control-7,
#carousel-8:checked ~ .control-8,
#carousel-9:checked ~ .control-9,
#carousel-10:checked ~ .control-10 {
    display: block;
}

.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.carousel-indicators li {
    display: inline-block;
    /**margin: 0 5px;**/
    margin-top: 29px;
}

.carousel-bullet {
    /**color: #fff;**/
    color: #C0C0C0;
    cursor: pointer;
    display: block;
    /**font-size: 35px;**/
    font-size: 55px;
}

.carousel-bullet:hover {
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet,
#carousel-4:checked ~ .control-4 ~ .carousel-indicators li:nth-child(4) .carousel-bullet,
#carousel-5:checked ~ .control-5 ~ .carousel-indicators li:nth-child(5) .carousel-bullet,
#carousel-6:checked ~ .control-6 ~ .carousel-indicators li:nth-child(6) .carousel-bullet,
#carousel-7:checked ~ .control-7 ~ .carousel-indicators li:nth-child(7) .carousel-bullet,
#carousel-8:checked ~ .control-8 ~ .carousel-indicators li:nth-child(8) .carousel-bullet,
#carousel-9:checked ~ .control-9 ~ .carousel-indicators li:nth-child(9) .carousel-bullet,
#carousel-10:checked ~ .control-10 ~ .carousel-indicators li:nth-child(10) .carousel-bullet {
    color: #428bca;
}

#title {
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 27px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
    z-index: 9999;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}

.carousel ul, .carousel ol {
    margin-bottom: 50px;
    padding: 1em 1em 1em 2.5em;
    border: solid 0px #e8e8e8;
    border-radius: 3px;
max-height: 10px;
}



/* 合格体験記 手紙デザイン*/
.line01 p {
	line-height: 36px;
	background: url(/img/bg-note01.png) bottom;
	margin: 0;
	padding: 0;
}
.bgred {
	border: 1px solid #dddddd;
	background-color: #fcf8fb;
	margin: 30px 0;
	padding: 20px 20px 40px;
}




/* 合格体験記 背景水色 2022/03/11*/
.passed-line02 p{
	line-height: 36px;
	/*background: url(/img/bg-note01.png) bottom;*/
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.passed-back-blue {
	border: 1px solid #dddddd;
	background-color: #CCE6FF;
	margin: 30px 0;
	padding: 20px 20px 40px;
}





/* 2021/8 合格体験記 */

.interview-update{
  font-size: 3.5vh;
	text-align: center;
	line-height: 7vw;
}




/* 2022/4 個別指導 */
.personal-sp-body{
	font-size: 14px;
    letter-spacing: 1px;
    line-height: 150%;
    padding: 10px;
}

.personal-sp-text-grey{
	font-size: 14px;
    letter-spacing: 1px;
    line-height: 150%;
    padding: 10px;
	padding: 30px !important;
	background-color: #f4f6fa !important;
}

.personal-sp-text-white{
	font-size: 14px;
    letter-spacing: 1px;
    line-height: 150%;
    padding: 10px;
	padding: 30px !important;
}

.personal-sp-sub-header{
	color: #808080;
}


.personal-sp-header{
	font-size: 24px !important;
	color: #c84448;
	line-height: normal;
}

.personal-sp-header-slant{
	font-size: 22px !important;
	line-height: normal;
}

.personal-sp-text-slant{
	font-size: 14px;
    letter-spacing: 1px;
    line-height: 150%;
    padding: 10px;
	padding: 30px !important;
	background:repeating-linear-gradient(
		-45deg,
		#eaf2fb,
		#ccc 1px,
		#fff 0,
		#fff 10px
	);
}



.personal-course-terakoya-btn{
    width:130px !important;
    height:30px !important;
    line-height:30px !important;
}
.personal-course-terakoya-btn a{
    display:block;
    width:50%;
    height:100%;
    text-decoration: none;
    background:#0099FF;
    text-align:center;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
    border-radius:41px;
    -webkit-border-radius:41px;
    -moz-border-radius:41px;
    margin-top:15px;
}



/* 2023/2 合格速報スライド */
.fade_slide_right {
  transition: all 1200ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(300px, 0px);
}

.fade_slide_left {
  transition: all 1200ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(-300px, 0px);
}

.fadein_slide {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
} 


/* 2023/12 - 新潟 お知らせ */
.underline_blue{
	border-bottom:1px solid;
	border-bottom-color:#003366;
}

.news-centralize{
	margin-left: 1.5%;
	margin-right: 1.5%;
	font-size: small;
}

.news-box{
	background-color:#F5F5F5;
	border:solid 1.5px #EAC36A;
}

.head-padding{
	padding: 0em 0em !important;
}

/* 2023/12 - 新潟 お知らせ */





/** 20240301 Passed modify　タブレット対応**/

/* 下層ページスタイル */
.contents_head h1,
#contents_title h1{
	font-size: 4vh;
	margin: 30px auto;
	padding: 30px;
	text-align: center;
	border: unset;
	border-top: 2px solid #eee;
	border-bottom: 5px solid #eee;
  line-height: 4.5vh;
}
.contents_head2 h1,
#contents_title h1{
	font-size: 4vh;
	margin: 30px auto;
	//*margin-top: 150px;**/
	padding: 30px;
	text-align: center;
	border: unset;
	border-top: 2px solid #eee;
	border-bottom: 5px solid #eee;
}

#contents_title_pink h1{
	font-size: 40px;
	margin: 30px auto;
	//*margin-top: 150px;**/
	padding: 30px;
	text-align: center;
	border: unset;
	border-top: 2px solid #eee;
	border-bottom: 5px solid #eee;
	background: #EA6884;
}

#contents_title_pink h1:before {
	content: url("https://staging.medisense.co.jp/img/2023-2-front/image-in-h1-header.png");  /*画像のURL*/
	margin-right:20px;  /*画像右の余白*/
	vertical-align: middle;
}	

#contents_title_pink_small{
	position: relative;
}

#contents_title_pink_small h1{
	font-size: 20px;
	margin: 30px auto;
	//*margin-top: 150px;**/
	padding: 30px;
	text-align: center;
	border: unset;
	border-top: 2px solid #eee;
	border-bottom: 5px solid #eee;
	background: #EA6884;
}

#contents_title_pink_small h1 strong:before {
	content: url("https://staging.medisense.co.jp/img/2023-2-front/passed-head-checkbox.png");  /*画像のURL*/
	/*margin-right:3px;  画像右の余白*/
	vertical-align: middle;
	margin-left:25px;
}	


#contents_title_blue_small h2{
	font-size: 16px !important;
	margin: 30px auto;
	//*margin-top: 150px;**/
	padding: 30px;
	text-align: center;
	border: unset;
	border-top: 2px solid #eee;
	border-bottom: 5px solid #eee;
	background: #73C6CB;
	color: #ffffff;
}

#contents_title_blue_small h2 strong:before {
	content: url("https://medisense.co.jp/img/2023-2-front/passed-head-checkbox.png");  /*画像のURL*/
	/*margin-right:3px;  画像右の余白*/
	vertical-align: middle;
	margin-left:10px;
}


#contents_title_pink_middle{
	position: absolute;
 	bottom: 30px;
}

#contents_title_pink_middle h1{
	font-size: 50px;
	margin: 30px auto;
	//*margin-top: 150px;**/
	padding: 30px;
	text-align: center;
	border: unset;
	border-top: 2px solid #eee;
	border-bottom: 5px solid #eee;
	background: #EA6884;
}

#contents_title_pink_middle h1 strong:after {
	content: url("https://staging.medisense.co.jp/img/2023-2-front/passed-head-red.png");  /*画像のURL*/
	vertical-align: middle;
	margin-right:25px;
	margin-left:25px;
}	

.img-absolute {
/* 2024/3/1  タブレット absolute解除
	position: absolute;
	right: 20%;
 	bottom: 10%;
 	*/
 	/**right: 240px;
 	bottom: 30px;**/
 	overflow: hidden; /*2024/3/3 タブレット　スライド対応*/
}

.passed-head-image{
	position: absolute;
 	top: 90%;
 	z-index:200;
}

.passed-down-image{
	display: block;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    /*width: 1200px;**/
    font-size: 0;
    z-index:100;
}

.passed-down-image h5{
  color: #EA6884;
  font-size: 35px;
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translate(-50%,-50%);  
}

.passed-down-image table{
  color: black;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%,-50%);
  border-collapse: separate;
  border-spacing: 60px 30px;
  white-space: nowrap;
  width: 50%;
}


@media screen and (max-width: 1024px) {
	.tablet-none{
		display: none;
	}
}

/* 2024/3 バナー横並べ　タブレット */
.banner-2column{
	display: flex;
	padding: 1.5vh;
  justify-content: center;
  align-items: center;
}

.banner-2column-space{
	width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}

/*recaptcha消去 2024/4/18*/
.grecaptcha-badge { visibility: hidden; }



/*お知らせ　パンくず 2024/12/30*/
#news .contents_body div.breadcrumb {
  list-style: none;
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 10px;
	margin-bottom: 3.5em;
  font-size: small;
}

#news .contents_body div.breadcrumb a {
  color: #333;
  text-decoration: none;
}

#news .contents_body div.breadcrumb a:hover {
  text-decoration: underline;
  color: #007bff;
}



/*体験記　パンくず 2024/12/30*/
#single .contents_body div.breadcrumb {
  list-style: none;
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 10px;
	margin-bottom: 3.5em;
  font-size: small;
}

#single .contents_body div.breadcrumb a {
  color: #333;
  text-decoration: none;
}

#single .contents_body div.breadcrumb a:hover {
  text-decoration: underline;
  color: #007bff;
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
	.thumb_box::before{
		font-size: 4.0vw;
	}

	.lst_body{
		padding: 1.0vw;
        text-align: center;
	}

	.lst_body p{
		font-size: x-large;
	}

	.lst_body h4{
		font-size: x-large;
	}

	dl.qanda dd{
		font-size: 3.0vw;
	}


}