/**
 *
 *	Apply Style： style
 *	Style Name： /css/medical/checkup/style_rwd.css
 *
 */

/**
 *
 *	レスポンシブスタイル
 *
 */

 @media all and (max-width: 767px) {
	/*------------------------------------------
	 *	sec-medical
	------------------------------------------*/
	.tit-page {
		background: url(/images/medical/checkup/bg_page_mobile.jpg) center center no-repeat;
		background-size: cover;
		height: 175px;
	}
	
	.sec-checkup {
		margin: 0 0 48px;
	}
	
	.sec-checkup .tit {
		font-size: 2.4rem;
		text-align: center;
		max-width: inherit;
		margin: -15px auto 10px;
		font-weight: bold;
		letter-spacing: 0.05em;
		padding: 0 10px;
	}
	
	.sec-checkup .tit-en {
		font-size: 1.4rem;
		text-align: center;
		font-family: "メイリオ",Meiryo,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
		max-width: inherit;
		color: #ff8f62;
		margin: 0 auto;
		letter-spacing: 0.05em;
		padding: 0 10px;
	}
	
	.sec-checkup .summary {
		font-size: 1.5rem;
		text-align: left;
		max-width: inherit;
		margin: 30px auto 30px;
		letter-spacing: 0.05em;
		line-height: 1.6;
		padding: 0 10px;
	}
	
	.contents-checkup {
		display: block;
		width: inherit;
		justify-content: space-between;
		margin: 0 auto 60px;
		padding: 0 10px;
	}
	
	.contents-checkup .img {
		width: 100%;
		text-align: center;
	}
	
	.contents-checkup .content {
		width: 100%;
		text-align: center;
	}
	
	.contents-checkup .copy {
		font-size: 1.7rem;
		font-weight: bold;
		margin: 16px 0 17px;
		display: inline-block;
		padding: 0 5px 0 5px;
		color: #ff7830;
		position: relative;
		z-index: 1;
		font-feature-settings : "palt";
	}
	
	.contents-checkup .copy::before {
		background-color: #abf5e0;
		bottom: -1px;
		content: "";
		display: block;
		height: 3px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 100%;
		position: absolute;
		z-index: -1;
		border-radius: 100px;
	}
	
	.contents-checkup .content .txt {
		line-height: 1.6;
		margin: 0;
		font-size: 1.4rem;
		text-align: left;
	}
	
	/*------------------------------------------
	 *	sec-flow
	------------------------------------------*/
	.sec-flow {
		background-image: none;
		background-color: #c1f8e9;
		padding: 0 10px 55px;
		position: relative;
	}
	
	.sec-flow::before {
		width: 90px;
		height: 90px;
		border-radius: 90px;
		background: #c1f8e9;
		display: block;
		content: "";
		position: absolute;
		top: -25px;
		left: 50%;
		margin: 0 0 0 -45px;
	}
	
	.sec-flow .sec-in {
		max-width: inherit;
		margin: 0 auto;
		position: relative;
	}
	
	.sec-flow .sec-in .bg-flow {
		position: absolute;
		left: -315px;
		top: 0;
		display: none;
	}
	
	.sec-flow .tit-flow {
		font-size: 1.9rem;
		font-weight: bold;
		padding: 52px 0 0;
		background: url(/images/medical/checkup/ico_flow.svg) center 3px no-repeat;
		background-size: 41px 41px;
		text-align: center;
		position: relative;
		letter-spacing: 0.05em;
		margin: 0 0 60px;
		transform: translateY(0);
	}
	
	.sec-flow .tit-flow::before {
		background-color: #57d5b4;
		bottom: -12px;
		content: "";
		display: block;
		height: 3px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 25px;
	}
	
	.contents-flow {
		display: block;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.contents-flow .flow {
		width: 100%;
		box-sizing: border-box;
		padding: 20px 16px 20px;
		border: 3px solid #7fceb9;
		border-radius: 5px;
		background: #fff;
		position: relative;
		box-shadow: 0 0 10px 0 rgba(11, 4, 7, 0.1);
		margin: 0 0 8px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.contents-flow .flow .step {
		width: 49px;
		height: 49px;
		background: #7fceb9;
		border-radius: 49px;
		box-shadow: 0 0 10px 0 rgba(11, 4, 7, 0.1);
		position: absolute;
		top: -18px;
		left: -8px;
		margin: 0;
		text-align: center;
	}
	
	.contents-flow .flow .step img {
		width: 25px;
		height: 24px;
		transform: translateY(50%);
		margin: 0 0 -12px;
	}
	
	.contents-flow .arrow {
		width: 100%;
		padding: 23px 0 0 0;
		background: url(/images/medical/checkup/ico_triangle.svg) center top no-repeat;
		background-size: 17px 15px;
		box-sizing: border-box;
		display: block;
	}
	
	.contents-flow .arrow-sp {
		width: 100%;
		padding: 23px 0 0 0;
		background: url(/images/medical/checkup/ico_triangle.svg) center top no-repeat;
		background-size: 17px 15px;
		box-sizing: border-box;
		display: block;
	}
	
	
	.contents-flow .arrow img {
		display: none;
	}
	
	
	.contents-flow .flow .ico {
		text-align: center;
		margin: 0;
		width: 50%;
		text-align: center;
	}
	
	.contents-flow .flow .ico img {
		width: 40%;
		height: auto;
	}
	
	.contents-flow .step03 .ico img {
		width: 30%;
		height: auto;
	}
	
	
	.contents-flow .step04 .ico img {
		width: 24%;
		height: auto;
	}
	
	.contents-flow .flow .tit-step {
		align-items: center;
		display: block;
		flex-wrap: wrap;
		font-size: 1.4rem;
		font-weight: bold;
		height: auto;
		justify-content: center;
		line-height: 1.4;
		margin: 0;
		text-align: left;
		width: 50%;
	}
	
	.contents-flow .flow .tit-step .font-small {
		font-size: 1.2rem;
	}
	
	.contents-flow .flow .txt {
		font-size: 1.3rem;
		line-height: 1.5;
		width: 100%;
		margin: 20px 0 0;
	}
	
	.contents-flow .flow .txt .font-small {
		font-size: 1.2rem;
	}
	
	.sec-flow .tit-inspection {
		font-size: 1.9rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		margin: 60px 0 35px;
		position: relative;
		text-align: center;
	}
	
	.sec-flow .tit-inspection::before {
		background-color: #57d5b4;
		bottom: -12px;
		content: "";
		display: block;
		height: 4px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 25px;
	}
	
	.contents-inspection {
		display: block;
		justify-content: space-between;
	}
	
	.contents-inspection .inspection {
		width: 100%;
		box-sizing: border-box;
		padding: 20px 16px 20px;
		border: 3px solid #7fceb9;
		border-radius: 5px;
		background: #fff;
		position: relative;
		box-shadow: 0 0 10px 0 rgba(11, 4, 7, 0.1);
		display: block;
		justify-content: flex-end;
		align-items: center;
		margin: 0 0 30px;
	}
	
	.contents-inspection .inspection .img {
		width: 50%;
		text-align: center;
		display: none;
	}
	
	.contents-inspection .inspection .content {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.contents-inspection .inspection .content-img {
		width: 47%;
		display: block;
		text-align: center;
	}
	
	.contents-inspection .inspection .content-img img {
		width: 55%;
		height: auto;
	}
	
	.contents-inspection .inspection:nth-child(2) .content-img img {
		width: 40%;
		height: auto;
	}
	
	.contents-inspection .inspection .content .tit-content {
		font-size: 1.4rem;
		margin: 0;
		font-weight: bold;
		width: 53%;
		text-align: left;
	}
	
	.contents-inspection .inspection .content .txt {
		font-size: 1.3rem;
		line-height: 1.6;
		margin: 15px 0 0;
	}
	
	/*------------------------------------------
	 *	sec-price
	------------------------------------------*/
	.sec-price {
		background: #eafcf7;
		padding: 40px 10px 60px;
	}
	
	.sec-price .sec-in {
		max-width: inherit;
		margin: 0 auto;
	}
	
	.sec-price h3 {
		font-size: 1.9rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		margin: 0 0 30px;
		position: relative;
		text-align: center;
	}
	
	.sec-price h3::before {
		background-color: #57d5b4;
		bottom: -12px;
		content: "";
		display: block;
		height: 4px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 25px;
	}
	
	.contents-price {
		padding: 0;
		border: none;
		border-radius: 0;
		background: transparent;
		box-sizing: border-box;
	}
	
	.contents-price-sp .price {
		margin: 0 0 15px 0;
	}
	
	.contents-price-sp .price .pettype {
		width: 100%;
		box-sizing: border-box;
		padding: 16px 9px;
		border-left: 1px solid #ff955c;
		border-right: 1px solid #ff955c;
		border-top: 1px solid #ff955c;
		border-bottom: 1px solid #ff955c;
		line-height: 1;
		font-size: 1.3rem;
		font-weight: bold;
		background: url(/images/pethotel/ico_triangle_open.svg) #fff right 15px center no-repeat;
		background-size: 7px 6px;
		cursor: pointer;
		transition: color 0.3s ease,background-color 0.3s ease;
	}
	
	.contents-price-sp .price .pettype .font-small {
		font-size: 1.2rem;
	}
	
	.contents-price-sp .price .pettype.show {
		background: url(/images/pethotel/ico_triangle_close.svg) #ff955c right 15px center no-repeat;
		background-size: 7px 6px;
		color: #fff;
	}
	
	.contents-price-sp .tbl-price-wrap {
		display: none;
	}
	
	.contents-price-sp .tbl-price-sp {
		width: 100%;
	}
	
	.contents-price-sp .tbl-price-sp.show {
		display: block;
		opacity: 1;
		animation-duration: 0.5s;
		animation-name: fade-in;
	}
	
	.contents-price-sp .tbl-price-sp .col01 {
		width: 70%;
	}
	
	.contents-price-sp .tbl-price-sp .col02 {
		width: 30%;
	}
	
	.contents-price-sp .tbl-price-sp th {
		font-weight: bold;
		text-align: center;
		font-size: 1.3rem;
		color: #ff7830;
		background: #fff;
		padding: 0 7px;
		border-left: 1px solid #ff955c;
		border-right: 1px solid #ff955c;
		border-bottom: 1px solid #ff955c;
		vertical-align: middle;
		line-height: 1.4;
		padding: 7px 5px;
	}
	
	.contents-price-sp .tbl-price-sp td {
		font-weight: bold;
		text-align: center;
		font-size: 1.3rem;
		padding: 13px 0;
		background: #fff;
		border-right: 1px solid #ff955c;
		border-bottom: 1px solid #ff955c;
		vertical-align: middle;
		line-height: 1.4;
	}
	
	.contents-price-sp .tbl-price-sp td .font-small {
		font-size: 1.2rem;
	}
	
	.contents-price-sp .price:last-child .tbl-price-sp tr th {
		border-bottom: 1px solid #ff955c;
	}
	
	.sec-price .list-attention {
		margin: 20px 0 0;
	}
	
	.sec-price .list-attention li {
		font-size: 1.2rem;
		margin: 7px 0 0;
		line-height: 1.4;
		padding: 0 0 0 1em;
		text-indent: -1em;
	}
	
	.contents-price .list-attention .color-red {
		color: #f21515;
	}
	
	/*------------------------------------------
	 *	note
	------------------------------------------*/
	.note {
		max-width: inherit;
		margin: 0 auto -2px;
		position: relative;
		z-index: 1;
		padding: 22px 10px 0;
		display: block;
		justify-content: space-between;
		overflow: hidden;
	}
	
	.note .content {
		width: 308px;
		padding: 30px 15px 45px;
		background: url("/images/medical/checkup/bg_note_mobile.png") 0 0 no-repeat;
		background-size: 308px 145px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	
	.note .content .copy-sp {
		width: 100%;
		text-align: center;
		margin: 0 0 15px;
		font-feature-settings : "palt";
	}
	
	.note .content .copy-sp span {
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		position: relative;
		text-align: center;
		display: inline-block;
		position: relative;
		padding: 0 5px;
		z-index: 1;
		font-weight: bold;
	}
	
	.note .content .copy-sp span:before {
		bottom: -3px;
		content: "";
		display: block;
		height: 4px;
		border-radius: 100px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 100%;
		z-index: -1;
		background: #abf5e0;
	}
	
	.note .tel {
		margin: 15px 0 0;
		text-align: center;
	}
	
	.note .tel img {
		width: 175px;
		height: auto;
	}
	
	.note .img {
		width: 309px;
		margin: -55px auto 0;
		box-sizing: border-box;
		text-align: right;
	}
	
	.note .img img {
		width: 96px;
		height: auto;
		margin: 0 -20px 0 0;
	}

	
	/*	sp用表示コンテンツ	*/
	.sec-checkup .img-sp {
		display: inline-block;
	}
	
	.note .content .copy-sp {
		display: block;
	}
	
	.sec-checkup .contents-price-sp {
		display: block;
	}
	
	.contents-flow .arrow-sp {
		display: block;
	}
	
	/*	非表示コンテンツ	*/
	.sec-checkup .img-pc {
		display: none;
	}
	
	.note .content .copy {
		display: none;
	}
	
	.sec-checkup .tbl-price {
		display: none;
	}
	
	}
	
	@keyframes fade-in {
		0% {
			opacity: 0;
		}
	
		100% {
			opacity: 1;
		}
	}
	
	