@charset "UTF-8";
/* CSS Document */


h1 {
	margin: 0px;
	padding: 0px 1em;
	font-size: 300%;
	font-weight: bold;
	color: #0050c2;
	line-height: 40px;
	background-image: url("../images/common/bulb.svg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}

.v_clip {
    margin: 20px 0px;
    padding: 0px;
}

.v_clip video {
    margin: 0px 0px 20px 0px;
    padding: 0px;
	max-width: 700px;
	width: 100%;
}
h2.doctors {
    margin: 0px;
    padding: 0px 0px 140px 0px;
    box-sizing: border-box;
    font-size: 180%;
    line-height: 1.5;
    font-weight: bold;
	color: #777777;
	background-image: url("../images/highlight/doctors.svg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 130px;
}


h3 {
    margin: 0px;
    padding: 0px 0px 0px 36px;
    font-size: 240%;
    line-height: 30px;
    box-sizing: border-box;
    font-weight: bold;
	color: #777777;
	background-image: url("../images/highlight/pin_orange.svg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px auto;
}

section p {
	margin: 0px;
	padding: 0.5em 0px;
	font-size: 160%;
	color: #777777;
}

section p span {
	display: block;
	color: #0050c2;
}


.picarea {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
	flex-wrap: wrap;
}
.picarea li {
	width: 47%;
    margin: 2px 4px;
	padding: 0px;
	box-sizing: border-box;	
}
.picarea li a {
	height: 100%;
	display: block;
	transition: all 0.2s;
	color: #777777;
	text-decoration: none;
	font-size: 100%;
}
.picarea li a:hover {
    transform: translate(2px,2px);
}
.picarea li img {
	width: 100%;
}


section.illust {
	padding-bottom: 240px;
	box-sizing: border-box;
	background-image: url("../images/highlight/ill_wide.svg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom center;
	background-size: auto 200px;

}

#notice {
	border: 3px solid #0050c2;
	border-radius: 10px;
	background-color: #fff;
	margin: 10px 0px;
	padding: 10px 20px;
}
h4 {
	margin: 0px;
	padding: 0px 1em;
	font-size: 200%;
	font-weight: bold;
	color: #0050c2;
	line-height: 24px;
	background-image: url("../images/common/bulb.svg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	vertical-align: bottom;
}


#fancybox-title-over {
	padding: 4px !important;
}

.red {
	color: #D23235;
}




/*===================================メディア切替===================================*/

	/*iphone8、XとXS 375-667のポートレイト*/
@media screen and (min-width: 375px) {
}


	/*iphone8plus、XR、XS Max 414-736のポートレイト*/
@media screen and (min-width: 414px) {
}


	/*iphoneSE 568-320のランドスケープ*/
@media screen and (min-width: 568px) {
	.v_clip {
      display: flex;
      list-style: none;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
	}
	.v_clip video {
		margin: 0px 10px 20px 0px;
	}
}


	/*iphone8 667-375のランドスケープ*/
@media screen and (min-width: 667px) {
}




	/*iphone8plus 736-414のランドスケープ*/
@media screen and (min-width: 736px) {
	.picarea li {
	width: 24%;
	}
}



/*iPad Pro 9.7のポートレイト*/
/*ipadmini 1024-768のポートレイト*/
@media screen and (min-width: 768px) {
}



	/*iphone xとxs 375-812のランドスケープ*/
@media screen and (min-width: 812px) {
}



	/*iPad Pro 10.5 834-1112のポートレイト*/
@media screen and (min-width: 834px) {
}


	/*iPad Pro 9.7のランドスケープ*/
	/*iPad Pro 12.9のポートレイト*/
@media screen and (min-width: 1024px) {
	.v_clip video {
		 width: 58%; 
	}
	h2.doctors {
		 width: 40%; 
	}
}

