@charset "utf-8";
/* -------------------------------------------
   患者さん支援アプリ「マイモビリティ」CSS
--------------------------------------------- */
/*
font-family: sicuveiw-dsp, sans-serif;
font-weight: 600;
font-style: normal;

font-family: sicuveiw-dsp, sans-serif;
font-weight: 800;
font-style: normal;
*/


body {
	padding-top: 0px;}
h2 {
	text-align: center;
	color: #333333;
	font-family: sicuveiw-dsp, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	
	padding: 30px;
	background-image: url("../images/mymobility/point.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 66px;
}
@media screen and (max-width: 640px){
	h2 {
		padding: 30px 10px;
		font-size: 1.7em;
	}
}
/*p {
	padding-top: 1em;}*/

#mymobility-mainview {
	background-image: url("../images/mymobility/main-bg.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 170px;
	height: 520px;

	font-family: sicuveiw-dsp, sans-serif;
	font-weight: 400;
	font-style: normal;
}
#mymobility-mainview .container {
	position: relative;
	height: 100%;
}

#mymobility-mainview h1 {
	color: #145cac;
	font-weight: 600;
	font-size: 4em;	
	line-height: 1.1;
}
#mymobility-mainview h1 .eng{
	font-size: 40%;
}
#mymobility-mainview .subtitle {
	color: #145cac;
	font-size: 1.5em;	
}
#mymobility-mainview img {
	position: absolute;
	width: 270px;
	height:auto;
	top: 180px;
	left: 0;
}
#mymobility-mainview .catch {
	position: absolute;
	font-size: 2.5em;
	left: 310px;
	bottom: 0;
}
#mymobility-mainview .catch span {
	color: #3893da;
	font-weight: 800;
	font-size: 120%;
}
@media screen and (max-width: 640px){
	#mymobility-mainview {
		margin-top: 80px;
		background-position: right -100px top -60px;
		background-size: cover;
		height: 400px;
		width:auto;
		padding-top: 1em;
	}
	#mymobility-mainview h1 {
		font-size: 3em;	
	}
	#mymobility-mainview img {
		width: 150px;
		top: 280px;
	}
}


#explanation p {
	text-align:center;
	margin-left:5em;
}
@media screen and (max-width: 640px){
	#explanation p {
		text-align: left;
		margin: 20px;
	}
	#explanation .catch {
		width: 58%;
		margin: -20px 0 0 auto;
		font-size: 1.5em;
	}
	#explanation .catch span {
		color: #3893da;
		font-weight: 800;
		font-size: 120%;
	}
}



#teach-me {
	background-color: #f8f8f8;
}
#teach-me dl{
	border-left: 4px solid #2cd8ba;
	border-top: 4px solid #2cd8ba;
	border-right: 4px solid #3893da;
	border-bottom: 4px solid #3893da;
	width: 30%;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 3em;
}
#teach-me dl .num{
	color: #fcad31;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	font-family: sicuveiw-dsp, sans-serif;
	font-weight: 800;
	font-style: normal;
}
#teach-me dl dt{
	font-size: 1.5em;
	text-align: center;
	font-family: sicuveiw-dsp, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2;
}
#teach-me dl dt .marker{
	display: inline-block;
	background: linear-gradient(transparent 70%, #fdff66 30%);
}
#teach-me dl dd{
	margin-top: 1em;
}
#teach-me .image_dsp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 80%;
	margin: 50px auto;
}
#teach-me .image_dsp img {
	margin-bottom: 2em;
}
#teach-me .doctor_wrap {
	border: 2px solid #ccc;
	border-radius: 50px;
	background-color: #fff;
	padding: 20px 60px;
	margin-left: 2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (max-width: 640px){
	#teach-me {
		padding-bottom: 90px;
	}
	#teach-me dl{
		width: 90%;
		margin:0 auto;
		margin-top: 3em;
	}
	#teach-me .image_dsp {
		width: 90%;
	}
	#teach-me .image_dsp img {
		width: 48%;
		margin-bottom: 1em;
	}
	#teach-me .flexbox {
		flex-direction: column-reverse;
		position: relative;
	}
	#teach-me .flexbox img.doctor_illust {
		width: 30%;
		position: absolute;
		bottom: -90px;
		right: 0;
	}
	#teach-me .doctor_wrap {
		padding: 40px 30px;
		width: 90%;
		box-sizing: border-box;
		margin: 0 auto;
	}

}



#steps img {
	margin: 3em 0 0;
}

#movie {
	background-color: #e3f1fb;
}
#movie video{
	width: 100%;
	height:auto;
	margin: 30px 0;
}



























@media screen and (max-width: 640px){
}

