@charset "UTF-8";

/*
======================================
	TAVI
	2019.6.05
	last 2019.08.21

	[1]Common
		1)Reset
		2)Table
		3)screen-reader-text
		4)clearfix
		5)margin
		6)padding
		7)BG Color
	[2]body/main
	[3]header
	[4]navigation
	[5]footer
======================================
*/
/*
-------------------------
	[1]Common
-------------------------
*/
/* == 1)Reset == */
html{
	height: 100%;
	font-size: 62.5%;
	text-align: center;
}

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, td, th, h1, h2, h3, h4, h5, h6, li, dt, dd, input, textarea, pre, div, p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: .08em;
	line-height: 2;
	color: #333;
	text-indent: .08em;
}

@media screen and (max-width: 767px){
	body, td, th, h1, h2, h3, h4, h5, h6, li, dt, dd, input, textarea, pre, div, p{
		font-size: 1.4rem;
	}
}

body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, pre, figure{
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn{
	font-style: normal;
	font-weight: normal;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{
	display: block;
}

ol, ul{
	list-style: none;
}

img{
	border: 0;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

a{
	color: #019ae9;
	text-decoration: none;
}

a:visited{
	color: #019ae9;
}

a:focus,
a:active{
	color: #019ae9;
}

a:hover{
	color: #02d5ab;
	text-decoration: underline;
}

@media screen and (min-width: 768px){
	a:hover{
		color: #019ae9;
		text-decoration: none;
	}
}

a[href^="tel:"]{
	pointer-events: none;
}

@media screen and (max-width: 767px){
	a[href^="tel:"]{
		text-decoration: underline;
		pointer-events: auto;
	}
}

select{
	background: none;
}

button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	display: block;
}

input[type="text"],
textarea,
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
button[type="submit"],
button[type="button"],
input[type="submit"],
input[type="password"],
select{
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

input[type="text"],
textarea,
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="submit"],
input[type="password"],
select{
	border: 1px solid #ccc;
	padding: 5px 15px;
}

time{
	font-size: 1.4rem;
}

/* == 2)Table == */
table, th, td{
	border-collapse: collapse;
}

caption{
	display: none;
}

th, td{
	padding: 0;
	text-align: center;
}

/* == 3)screen-reader-text == */
.screen-reader-text{
	width: 1px;
	height: 1px;
	font-size: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 0;
}

/* == 4)clearfix == */
.cf::before,
.cf::after{
	content: "";
	display: table;
}

.cf::after{
	clear: both;
}

/* == 5)margin == */
.mb20{
	margin-bottom: 20px;
}

.mb25{
	margin-bottom: 25px;
}

.mb30{
	margin-bottom: 30px;
}

.mb35{
	margin-bottom: 35px;
}

.mb40{
	margin-bottom: 40px;
}

.mb45{
	margin-bottom: 45px;
}

.mb50{
	margin-bottom: 50px;
}

.mb55{
	margin-bottom: 55px;
}

.mb60{
	margin-bottom: 60px;
}

.mb65{
	margin-bottom: 65px;
}

.mb75{
	margin-bottom: 75px;
}

.mb80{
	margin-bottom: 80px;
}

.mt100{
	margin-top: 100px;
}

.mlr-auto{
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px){
	.mb20{
		margin-bottom: calc((20 * 1.4)) / 750 * 100vw);
	}

	.mb25{
		margin-bottom: calc((25 * 1.4) / 750 * 100vw);
	}

	.mb30{
		margin-bottom: calc((30 * 1.4) / 750 * 100vw);
	}

	.mb35{
		margin-bottom: calc((35 * 1.4) / 750 * 100vw);
	}

	.mb40{
		margin-bottom: calc((40 * 1.4) / 750 * 100vw);
	}

	.mb45{
		margin-bottom: calc((45 * 1.4) / 750 * 100vw);
	}

	.mb50{
		margin-bottom: calc((50 * 1.4) / 750 * 100vw);
	}

	.mb55{
		margin-bottom: calc((55 * 1.4) / 750 * 100vw);
	}

	.mb60{
		margin-bottom: calc((60 * 1.4) / 750 * 100vw);
	}

	.mb65{
		margin-bottom: calc((65 * 1.4) / 750 * 100vw);
	}

	.mb75{
		margin-bottom: calc((75 * 1.4) / 750 * 100vw);
	}

	.mb80{
		margin-bottom: calc((80 * 1.4) / 750 * 100vw);
	}

	.mt100{
		margin-top: calc((100 * 1.4) / 750 * 100vw);
	}
}

/* == 6)padding == */
.pb40{
	padding-bottom: 40px;
}

.pb50{
	padding-bottom: 50px;
}

.pb80{
	padding-bottom: 80px;
}

.pb100{
	padding-bottom: 100px;
}

.pt55{
	padding-top: 55px;
}

.pt100{
	padding-top: 100px;
}

@media screen and (max-width: 767px){
	.pb40{
		padding-bottom: calc((40 * 1.4) / 750 * 100vw);
	}

	.pb50{
		padding-bottom: calc((50 * 1.4) / 750 * 100vw);
	}

	.pb80{
		padding-bottom: calc((80 * 1.4) / 750 * 100vw);
	}

	.pb100{
		padding-bottom: calc((100 * 1.4) / 750 * 100vw);
	}

	.pt55{
		padding-top: calc((55 * 1.4) / 750 * 100vw);
	}

	.pt100{
		padding-top: calc((100 * 1.4) / 750 * 100vw);
	}
}

/* == 7)BG Color == */
.bg-blue{
	background: #cae7ef;
}

.bg-grad{
	background: linear-gradient(to right, #019ae9 0%, #10c8a3 100%);
}

/*
-------------------------
	[2]body/main
-------------------------
*/
body{
	min-width: 1000px;
	height: 100%;
	text-align: left;
}

main{
	padding-top: 95px;
	display: block;
}

@media screen and (max-width: 767px){
	body{
		width: 100%;
		min-width: 0;
	}

	main{
		padding-top: calc((95 * 1.4) / 750 * 100vw);
	}

	.pc-only{
		display: none
	}
}

@media screen and (min-width: 768px){
	.sp-only{
		display: none
	}
}

/*
-------------------------
	[3]header
-------------------------
*/
.c-header{
	background: url("../img/main_281211062.jpg") no-repeat 50% 0;
	background-size: cover;
	width: 100%;
}

.c-header-logo{
	width: 293px;
	padding: 15px 0 0 15px;
}

@media screen and (max-width: 767px){
	.c-header{
		background: url("../img/main_281211062.jpg") no-repeat 50% 0;
		background-size: cover;
		width: 100%;
	}

	.c-header-inner{
		background: rgba(255, 255, 255, .8);
		width: 100%;
		height: 62px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1009;
	}

	.c-header-logo{
		width: 200px;
		padding: 12px 0 0 12px;
	}
}

/*
-------------------------
	[4]navigation
-------------------------
*/
.c-nav-global{
	background: rgb(0 129 210);
	width: 100%;
}

.c-nav-global__btn{
	display: none;
}

.c-nav-global__container{
	width: 1000px;
	margin: 0 auto;
}

.c-nav-global__list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-nav-global__list a{
	padding: 20px 16px 38px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	position: relative;
	transition: 300ms;
	font-size: 1em;
}

.c-nav-global__list a::after{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%) rotate(135deg)
}

@media screen and (min-width: 768px){

	.c-nav-global__list li a:hover{
		background: #019ae9;
	}
}

@media screen and (max-width: 767px){
	.c-nav-global__btn{
		background: rgb(0 155 209);;
		width: 62px;
		height: 62px;
		padding-top: 0;
		text-align: center;
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1010;
	}

	.c-nav-global__btn-line{
		width: 38px;
		height: 23px;
		margin: 0;
		display: inline-block;
		position: relative;
	}

	.c-nav-global__btn-line span{
		background: #fff;
		width: 100%;
		height: 2px;
		transition: 400ms;
		position: absolute;
		left: 0;
	}

	.c-nav-global__btn-line span:nth-child(1){
		top: 0;
	}

	.c-nav-global__btn-line span:nth-child(2){
		top: 11px;
	}

	.c-nav-global__btn-line span:nth-child(3){
		bottom: 0;
	}

	.c-nav-global__btn-textopen,
	.c-nav-global__btn-textclose{
		margin-top: 5px;
		font-size: 1.2rem;
		color: #fff;
		display: inline-block;
	}

	.c-nav-global__btn-textclose{
		display: none;
	}

	.c-nav-global__container{
		background: rgb(0 155 209);;
		width: 100%;
		height: 100%;
		padding: 50px 30px 0;
		position: fixed;
		top: 62px;
		right: -100%;
		z-index: 100;
		overflow: auto;
		transition: 300ms ease-in;
	}

	.c-nav-global__list{
		display: block;
	}

	.c-nav-global__list li{
		border-bottom: 1px solid rgba(255, 255, 255, .4);
	}

	.c-nav-global__list a{
		padding: 10px 10px 20px;
		font-weight: 500;
		color: #fff;
		text-align: center;
		text-decoration: none;
		display: block;
		position: relative;
		transition: 300ms;
	}

	.c-nav-global__list a::after{
		bottom: 10px;
	}

	.c-nav-global__list li a:hover{
		background: none;
	}

	.c-nav-global__open .c-nav-global__btn{
		position: fixed;
	}

	.c-nav-global__open .c-nav-global__btn-line span:nth-child(1){
		-webkit-transform: translateY(13px) rotate(-45deg);
		-ms-transform: translateY(13px) rotate(-45deg);
		transform: translateY(13px) rotate(-45deg);
	}

	.c-nav-global__open .c-nav-global__btn-line span:nth-child(2){
		opacity: 0;
	}

	.c-nav-global__open .c-nav-global__btn-line span:nth-child(3){
		-webkit-transform: translateY(-8px) rotate(45deg);
		-ms-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-48x) rotate(45deg);
	}

	.c-nav-global__open .c-nav-global__btn-textopen{
		display: none;
	}

	.c-nav-global__open .c-nav-global__btn-textclose{
		display: block;
	}

	.c-nav-global__open .c-nav-global__container{
		right: 0;
	}
}

@media screen and (min-width: 768px){
	.c-nav-fixed{
		min-width: 1000px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
	}
}

/*
-------------------------
	[5]footer
-------------------------
*/
.c-footer{
	padding-bottom: 40px;
	text-align: center;
	position: relative;
}

.c-footer-logo{
	width: 328px;
	margin: 30px auto;
}

.c-footer-logo a{
	border: 1px solid #b5b5b5;
	border-radius: 12px;
	width: 100%;
	padding: 10px 25px 8px 0;
	display: block;
	position: relative;
}

.c-footer-logo a img{
	width: 270px;
}

.c-footer-logo a::after{
	background: url("/tavi/img/icon/icon-other.png") no-repeat 0 0;
	background-size: contain;
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translateY(-50%);
}

.c-footer__copyright{
	font-size: 1.3rem;
}

.pagetop{
	position: fixed;
	bottom: 0;
	right: 20px;
	width: 90px;
}

.pagetop a{
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 300ms;
	width: 90px;
	height: 45px;
	background: #019ae9;
	border-radius: 45px 45px 0 0;
	color: #fff;
	font-size: 0.8em;
}

@media screen and (min-width: 768px){
	.c-footer-logo a:hover{
		border: 1px solid rgb(0, 129, 210);
	}

	.pagetop a:hover{
		opacity: .7;
	}
}

@media screen and (max-width: 767px){
	.c-footer{
		padding-bottom: 25px;
	}

	.c-footer-logo{
		width: calc(650 / 750 * 100vw);
		max-width: 325px;
		margin: 40px auto 20px;
	}

	.c-footer-logo a{
		padding: calc(30 / 750 * 100vw) calc(150 / 750 * 100vw) calc(25 / 750 * 100vw) 0;
	}

	.c-footer-logo a img{
		width: calc(439 / 750 * 100vw);
		max-width: 220px;

	}

	.c-footer-logo a::after{
		right: 13px;
	}

	.c-footer__copyright{
		font-size: 1.2rem;
		line-height: 1.5;
		display: inline-block;
	}

	.pagetop{
		width: 105px;
	}
}


strong{
	color: rgb(0, 129, 210);
}

.lhd{
	padding-top: 0.7em;
}

.xray img,
.xrayCase img{
	width: 220px;
}

.xrayMain{
	display: grid;
	grid-template-rows: 277px 30px 30px;
	grid-template-columns: 50px 220px 50px;
	justify-content: center;
	gap: 5px;
	margin-bottom: 30px;
}

.xraySideText{
	display: flex;
	justify-content: center;
	align-items: center;
}

.xrayLabel{
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column: 2 / 3;
	background: rgb(0, 129, 210);
	color: #fff;
}

.xrayDescription{
	display: flex;
	justify-content: center;
	align-items: center;
	grid-column: 1 / 4;
	font-size: 0.9em;
	text-align: center;
}

.xrayCase{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: 200px;
	margin: 0 auto;
}

@media screen and (min-width: 768px){
	.xrayCase{
		flex-direction: row;
		align-items: flex-start;
		width: auto;
	}
}

.xrayCase > div{
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.xrayCase > div:nth-of-type(1) .xrayLabel{
	background: rgb(250, 255, 135);
	color: #000;
}

.xrayCase > div:nth-of-type(2) .xrayLabel{
	background: rgb(255, 115, 0);
}

.xrayCase > div:nth-of-type(3) .xrayLabel{
	background: rgb(200, 65, 0);
}

.fullWidth{
	margin-bottom: 40px;
}

.fullWidth p{
	margin-bottom: 30px;
}

.flex2col{
	display: block;
}

figcaption{
	text-align: center;
}

.flexFig{
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 10px;
}

table{
	margin: 30px auto 20px auto;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table th,
table td{
	min-width: 45px;
	padding: 2px 6px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 0.8em;
	line-height: 1.3em;
}

table th{
	background: rgb(0, 129, 210);
	color: #fff;
}

.tac{
	text-align: center;
}

.telfax{
	font-weight: bold;
	font-size: 1.3em;
	color: rgb(0, 129, 210);
}

.profile{
	display: flex;
	flex-direction: column;
	gap: 1em;
	margin-top: 1em;
	background: #fff;
	padding: 28px 28px;
}
.profile > p{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}


@media screen and (min-width: 768px){
	.xrayCase{
		flex-direction: row;
		align-items: flex-start;
		width: auto;
	}

	.flex2col{
		display: grid;
		grid-template-columns: 60% 40%;
		justify-content: space-between;
		gap: 20px;
		margin-bottom: 40px;
	}

	.colrev{
		grid-template-columns: 40% 60%;
	}

	.pc1st{
		order: 1;
	}

	.pc2nd{
		order: 2;
	}

}