/* ########### 768px以上 (iPad以上) ########### */
@media (min-width: 768px) {

	body {
		line-height: 1.7;
		font-size:16px;
	}


	/********************* フレーム *********************/
	.frame_two_left {
	    width: 50%;
	    float: left;

	}
	.frame_two_right {
	    width: 49%;
	    float: left;
	}

	.frame_two_left_30Per {
	    width: 25%;
	    float: left;
	}


	.frame_two_right_70Per {
	    width: 74%;
	    float: left;
	}



	.frame_three {
        float: left;
        width: 30%;
        padding:11px;
    }


    /****** DMSロゴ ******/
	.topOfficeLogo a img{
		height: 45px;
	}


	/****** ログインボタン ******/
	.topOfficeInfo{
	}




	.btnCall{
		display: none;
	}
	.btnMenu{
		display: none;
	}



	/****** PC sメニュー ******/
	#pc_menu	{
		display: block !important;
		height:20px;

	}

	.pc_menu li	{
		float: left;
		text-align:center;
		width:10.9%;
		font-size:110%;
	}

	.pc_menu li a {
		display: block;
		padding: 5px 0px;
		font-size: 12px;
		text-decoration: none;
		font-size:70%;
		color: #000000;
		font-family: 'Noto Serif SC', serif;

	}

	.pc_menu li a:hover	{
		background-color: #C7EAFD;
	}

	/****** SmartPhone メニュー ******/
	.sp_menu{
		display: none !important;
	}


	/****** アピール ******/
	.topOfficeLogo img{
		height: 30px;
	}


	/***** メインイメージ *****/
	.swiper-container {
		height: 200px;
	}



    /********************* youtubeVideo *********************/
	.youtubeVideo {
		width:700px;
		height:394px;
	}

	/********************* 治療の流れ *********************/
   .flow {
      width: 700px;
   }

   .arrow {
	  width: 700px;
   }

   .sendBtn {
	 width:700px;
	 text-align: center;
   }



	/********************* 電話無効 *********************/
	a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }



}