@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html{
	overflow: auto;
}

body{
	overflow: hidden;
	min-width: 1300px;
}

body,
table,
input,textarea,select,option{
	font-family: 'Montserrat', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}

.sans{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

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

.clear{
	clear: both;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

.f-left{
	float: left;
}

.f-right{
	float: right;
}

a{
	color: #000000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

p{
	line-height: 2;
}

@media all and (-ms-high-contrast: none) {
	p{
		width: 100%;
	}
}

ul,
nav{
	margin: 0;
	padding: 0;
	list-style: none;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.rel{
	position: relative;
}

.v-center {
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.v-center.wd100{
	width: 100%;
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.flex.wrap{
	flex-wrap: wrap;
}

.flex.jc-center{
    justify-content: center;
}

.flex.jc-start{
    justify-content: flex-start;
}

.flex.flexcenter{
	align-items: center;
}

.flex.flexend{
	align-items: flex-end;
}

.flex.flexstart{
	align-items: flex-start;
}

.flex.reverse{
	flex-direction: row-reverse;
}

.table-blo{
	display: table;
}

.table-blo > div{
	display: inline-block;
}

.table-box{
	border-collapse: collapse;
	display: table;
	width: 100%;
}

.table-box .row{
	display: table-row;
}

.table-box .row > div{
	display: table-cell;
}

.trance{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.shadow{
//	-moz-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-ms-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-o-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-webkit-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
	box-shadow: 3px 5px 15px rgba(0,0,0,0.16);
}

.img-shadow{
	-moz-filter: drop-shadow(5px 7px 20px rgba(0,0,0,0.16));
	-ms-filter: drop-shadow(5px 7px 20px rgba(0,0,0,0.16));
	-o-filter: drop-shadow(5px 7px 20px rgba(0,0,0,0.16));
	-webkit-filter: drop-shadow(5px 7px 20px rgba(0,0,0,0.16));
	filter: drop-shadow(5px 7px 20px rgba(0,0,0,0.16));
}

.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
/************ 20250409追加 ************/
.mt28{margin-top: 28px;}
/************ 20250409追加 ************/
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}
.mt110{margin-top: 110px;}
.mt120{margin-top: 120px;}
.mt200{margin-top: 200px;}

.pc{display:block;}
.sp{display:none;}

.outer{
	margin: 0 auto;
	max-width: 1366px;
}

.inner{
	margin: 0 auto;
	max-width: 1080px;
	width: 90%;
}

.overlay{
	color: #ffffff;
	position: relative;
}

.overlay:before{
	content: "";
	background: #333333;
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	filter: brightness(-50%) opacity(100%);
}

.mv-slider .overlay:before{
	background: rgba(51,51,51,0.05);
}

.c-green{
	color: #3db49a;
}

.bg-black{
	background: #37414f;
}

.right-bottom-icon:after{
	content: "\f107";
	font-family: Fontawesome;
	position: absolute;
	right: 10px;
	top: 4px;
	color: #3db49a;
	font-weight: 100;
}

header .nav-menu .right-bottom-icon:after {
    right: 15px;
    top: 14px;
}

header .nav-menu li > .hide{
	display: none;
	background: rgba(255,255,255,0.85);
	position: absolute;
	z-index: 5;
	top: 100%;
	left: 0;
	padding: 30px 0;
	width: 100%;
}

header .nav-menu li.open > a{
	color: #3db49a;
}

header .nav-menu li > .hide > div a{
	display: inline-block;
	font-size: 16px;
	margin-left: 5px;
	vertical-align: middle;
}

header .nav-menu li > .hide .title{
	line-height: 35px;
	min-width: 200px;
	margin-right: 50px;
	text-align: left;
}

header .nav-menu li > .hide .title a{
	font-size: 20px;
	letter-spacing: 0.16em;
}

header .nav-menu li > .hide > div .link-blo{
	line-height: 35px;
	width: 600px;
}

header .nav-menu li > .hide > div .link-blo.wd-700{
	width: 700px;
}

header .nav-menu li > .hide > div .link-blo.wd-800{
	width: 800px;
}

header .nav-menu li > .hide > div .link-blo.wd-810{
	width: 810px;
}

header .nav-menu li > .hide > div .link{
	min-width: 200px;
	text-align: left;
}

header .nav-menu li > .hide > div .link.wd-270{
	width: 270px;
}

header .nav-menu li > .hide > div .link.wd-300{
	width: 300px;
}

header .nav-menu li > .hide > div .link.wd-400{
	width: 400px;
}

header .nav-menu li > .hide > div .link.wd-auto{
	min-width: auto;
	margin-left: 30px;
}

header .header{
	padding: 20px 35px;
}

.green-left:before{
	content: "\f105";
	font-family: Fontawesome;
	color: #3db49a;
	margin-right: 5px;
}

header .header .header-nav > div{
	display: table;
}

header .header .header-nav > div > div{
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
	line-height: 1.23;
}

header .header .header-nav .access > div.title{
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.9px;
	margin-right: 5px;
}

header .header .header-nav .access > div.title .fa{
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

header .header .header-nav .tel > div.title{
	font-size: 26px;
	font-weight: 500;
	margin-right: 25px;
}

header .header .header-nav .tel > div.title .fa{
	font-size: 18px;
	vertical-align: middle;
	margin-right: 5px;
}

header .header .header-nav .tel > div.access a{
	border-radius: 20px;
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 40px;
	width: 217px;
}
header .header .header-nav .tel > div.access a:after {
	position: absolute;
	right: 10px;
    top: 0;
}

header .nav-menu ul{
	height: 80px;
}

header .nav-menu li{
	display: flex;
	font-size: 14px;
	font-weight: 700;
	height: 100%;
	line-height: 1.42;
	text-align: center;
	width: 154px;
	align-items: center;
	justify-content: center;
}

header .nav-menu > ul > li > a{
	border-left: 1px solid #e6e6e6;
	height: 48px;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

header .nav-menu li.right-bottom-icon:after{
	top: 15px;
}

header .nav-menu li a{
	display: block;
}

header .nav-menu > ul > li:last-child > a{
	border-right: 1px solid #e6e6e6;
}

footer{
	border-top: 1px solid #e6e6e6;
	padding-top: 80px;
}

footer .logo img:first-child{
	margin-right: 30px;
}

footer .name{
	font-size: 23px;
	font-weight: 700;
}

footer .name span{
	display: block;
	font-size: 14px;
}

footer .addr{
	font-size: 14px;
	line-height: 1.71;
}

footer .footer-nav .title{
	font-size: 24px;
}

footer .footer-nav .title .fa{
	font-size: 18px;
	margin-right: 10px;
	vertical-align: middle;
}

footer .footer-nav .body,
footer .right-blo{
	font-size: 14px;
}

footer .right-blo a{
	color: #707070;
}

footer .right-blo ul{
	padding-left: 10px;
}

footer .right-blo ul li,
footer .right-blo > div > *{
	margin-top: 20px;
}

footer .right-blo > div > *:first-child{
	margin-top: 0;
}

footer .right-blo ul li a:before{
	content: "-";
	color: #707070;
	margin-right: 10px;
}

footer .right-blo .blo2,
footer .right-blo .blo3{
	margin-left: 50px;
}

a.right-icon:after{
	content: "\f105";
	font-family: Fontawesome;
	color: #3db49a;
	margin-left: 10px;
}

a.right-circle-icon:after{
	content: "\f138";
	font-family: Fontawesome;
	margin-left: 10px;
}

a.bottom-circle-icon:after{
	content: "\f13a";
	font-family: Fontawesome;
	margin-left: 10px;
}

footer .copy{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

header:after{
	content: "";
	display: block;
	background: -moz-linear-gradient(125deg, #88dba2, #de9cff); 
	background: -webkit-linear-gradient(125deg, #88dba2, #de9cff); 
	background: linear-gradient(125deg, #88dba2, #de9cff); 
	color: #ffffff;
    -webkit-filter: opacity(80%);
    -moz-filter: opacity(80%);
    filter: opacity(80%);
    height: 4px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.grad{
	background: -moz-linear-gradient(125deg, #88dba2, #de9cff); 
	background: -webkit-linear-gradient(125deg, #88dba2, #de9cff); 
	background: linear-gradient(125deg, #88dba2, #de9cff); 
	color: #ffffff;
    -webkit-filter: opacity(80%);
    -moz-filter: opacity(80%);
    filter: opacity(80%);
}

.grad2{
	background: -moz-linear-gradient(125deg, #59b7b3, #88dba2); 
	background: -webkit-linear-gradient(125deg, #59b7b3, #88dba2); 
	background: linear-gradient(125deg, #59b7b3, #88dba2); 
	color: #ffffff;
}

.grad3{
	background: -moz-linear-gradient(125deg, #dabaeb, #a18cd1); 
	background: -webkit-linear-gradient(125deg, #dabaeb, #a18cd1); 
	background: linear-gradient(125deg, #dabaeb, #a18cd1); 
	color: #ffffff;
}

.grad4{
	background: -moz-linear-gradient(125deg, #fee140, #fa709a);
	background: -webkit-linear-gradient(125deg, #fee140, #fa709a);
	background: linear-gradient(125deg, #fee140, #fa709a);
	color: #ffffff;
}

.txt-grad{
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: table;
}

@media all and (-ms-high-contrast: none) {
	.txt-grad{
		background: none;
		color: #88dba2;
	}
}

.kasou-mv{
	height: 325px;
}

.single-mv{
	margin-top: 40px;
}

.kasou-mv2{
	border-radius: 0 200px 200px 0;
	height: 222px;
	padding: 0;
	width: 90%;
	filter: none;
}

.kasou-mv2 .v-center{
//	padding-left: 10%;
}

.kasou-mv .mv-title,
.kasou-mv2 .mv-title{
	font-size: 44px;
	letter-spacing: 5.28px;
}

.kasou-mv .mv-title span,
.kasou-mv2 .mv-title span{
	display: block;
	font-size: 28px;
	letter-spacing: 0;
}

.pankuzu{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}

.pankuzu.posi-sta{
	margin-top: 20px;
	position: static;
}

.pankuzu ul li{
	float: left;
	font-size: 12px;
	letter-spacing: 1.2px;
}

.pankuzu ul li:after{
	content: "\f105";
	font-family: Fontawesome;
	margin: 0 10px;
	vertical-align: baseline;
}

.pankuzu ul li:last-child:after{
	display: none;
}

.pankuzu ul li a{
	color: #ffffff;
}

.pankuzu.posi-sta ul li a{
	color: #000000;
}

.main-contents{
	padding: 40px 0 100px;
}

.menu-ul{
	border-radius: 50px;
	height: 50px;
	margin-bottom: 50px;
}

.menu-ul li{
	border-right: 1px solid #e6e6e6;
	height: 100%;
}

.menu-ul li a{
	color: #999999;
	display: block;
	font-weight: 700;
	letter-spacing: 1.6px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-ul li.active,
.menu-ul li:hover{
	background: -moz-linear-gradient(125deg, #59b7b3, #88dba2); 
	background: -webkit-linear-gradient(125deg, #59b7b3, #88dba2); 
	background: linear-gradient(125deg, #59b7b3, #88dba2); 
}

.column-archive .menu-ul li.active,
.column-archive .menu-ul li:hover{
	background: -moz-linear-gradient(125deg, #dabaeb, #a18cd1);
	background: -webkit-linear-gradient(125deg, #dabaeb, #a18cd1);
	background: linear-gradient(125deg, #dabaeb, #a18cd1);
}

.menu-ul li.active a,
.menu-ul li:hover a{
	color: #ffffff;
}

.menu-ul li:first-child{
	border-radius: 50px 0 0 50px;
}

.menu-ul li:last-child{
	border-radius: 0 50px 50px 0;
	border-right: none;
}

.menu-ul.li-6 li{
	width: 180px;
}

.menu-ul.li-4 li{
	width: 25%;
}

.menu-ul.li-5 li{
	width: 20%;
}

.side-contents > .left{
	width: 747px;
}

.side-contents > .right{
	width: 283px;
}

ul.archive-list li{
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0;
}

ul.archive-list li:first-child{
	padding-top: 0;
}

ul.archive-list li h3{
	font-size: 20px;
	letter-spacing: 2px;
}

ul.archive-column-list{
	justify-content: flex-start;
}

ul.archive-column-list li{
	margin-bottom: 40px;
	margin-right: 42px;
	width: 352px;
}

.column-archive ul.archive-column-list li:nth-child(2n){
	margin-right: 0;
}

ul.archive-column-list li:nth-child(3n){
	margin-right: 0;
}

.column-archive ul.archive-column-list li:nth-child(3n){
	margin-right: 42px;
}

ul.archive-column-list.other-page li{
	margin-bottom: 0;
	width: 325px;
}

ul.archive-column-list li .img{
	position: relative;
	height: 180px;
	overflow: hidden;
	border-radius: 30px 30px 0 0;
	margin-bottom: 30px;
}

ul.archive-column-list li .body{
	padding-left: 30px;
	position: relative;
}

ul.archive-column-list li .body:before{
	content: "";
	background: #e6e6e6;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

ul.archive-column-list li:hover .body:before{
	background: -moz-linear-gradient(180deg, #88dba2, #de9cff);
	background: -webkit-linear-gradient(180deg, #88dba2, #de9cff);
	background: linear-gradient(180deg, #88dba2, #de9cff);
}

ul.archive-column-list li .body h3{
	color: #333333;
	font-size: 18px;
	letter-spacing: 1.8px;
	line-height: 1.77;
}

ul.archive-column-list li:hover .body h3{
	color: #3db49a;
}

ul.archive-column-list li .body p{
	color: #333333;
	font-size: 14px;
	line-height: 2.14;
	margin: 20px 0 30px;
}

.date-cate{
	margin-bottom: 15px;
}

.date-cate .date{
	font-size: 14px;
	color: #999999;
	margin-right: 10px;
}

.date-cate .cate{
	background: #efefef;
	border-radius: 60px;
	font-size: 14px;
	font-weight: 700;
	padding: 4.5px 9.5px;
}

.sidebar > div{
	background: #fafafa;
	border-radius: 30px;
	margin-bottom: 20px;
	padding: 30px 20px;
}

.sidebar > div .sub-title{
	font-size: 12px;
	font-weight: 700;
	margin: 10px 0 20px;
}

.sidebar > div.archive h3,
.sidebar > div.archive li{
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #e6e6e6;
	line-height: 40px;
	position: relative;
}

.sidebar > div.archive h3{
	border-top: 1px solid #e6e6e6;
	cursor: pointer;
	padding-left: 10px;
}

.sidebar > div.archive ul{
	display: none;
}

.sidebar > div.archive li a{
	padding-left: 30px;
	display: block;
}

.sidebar > div.archive h3:after{
	content: "\f067";
	font-family: Fontawesome;
	background: #37414f;
	border-radius: 50%;
	color: #ffffff;
	font-size: 10px;
	font-weight: 100;
	position: absolute;
	height: 15px;
	line-height: 1.5;
	top: 30%;
	right: 10px;
	text-align: center;
	width: 15px;
}

.sidebar > div.archive h3.close:after{
	content: "\f068";
}

.sidebar > div.latery ul li{
	border-top: 1px solid #e6e6e6;
}

.sidebar > div.latery ul li:last-child{
	border-bottom: 1px solid #e6e6e6;
}

.sidebar > div.latery ul li a{
	display: block;
	padding: 10px 0;
}

.sidebar > div.latery ul li .side-date-cate{
	color: #999999;
	font-size: 12px;
}

.sidebar > div.latery ul li .side-date-cate .date{
	margin-right: 10px;
}

.sidebar > div.latery ul li .side-date-cate .cate{
	font-weight: 700;
}

.sidebar > div.latery ul li h3{
	font-size: 14px;
}

.sidebar > div.latery > a{
	color: #707070;
	display: table;
	font-size: 14px;
	margin: 20px 0 0 auto;
}

.sidebar > div.category ul li{
	border-top: 1px solid #e6e6e6;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
}

.sidebar > div.category ul li a{
	display: block;
	padding: 0 10px;
}

.sidebar > div.category ul li:last-child{
	border-bottom: 1px solid #e6e6e6;
}

.pager{
	display: table;
	margin: 40px auto 0;
}

.pager .wp-pagenavi .pages{
	display: none;
}

.pager .wp-pagenavi a,
.pager .wp-pagenavi span{
	border: none;
	padding: 0;
	margin: 0 10px;
	background: #fafafa;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
}

.pager .wp-pagenavi a.page:hover,
.pager .wp-pagenavi span.current {
	background: #3db49a;
	color: #ffffff;
}

.pager .wp-pagenavi span.current{
	font-weight: 500;
}

.pager .wp-pagenavi a.nextpostslink,
.pager .wp-pagenavi a.previouspostslink{
	border: 1px solid #3db49a;
	background: none;
	color: #3db49a;
	height: 18px;
	width: 18px;
	line-height: 16px;
	font-size: 12px;
}

.page-scroll{
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 90%;
}

.page-scroll.long{
	bottom: -100px;
}

.page-scroll .page-link-blo{
	margin-left: auto;
	width: 533px;
}

.page-scroll.wide .page-link-blo{
	width: 842px;
}

.page-scroll .page-link-blo h4{
	font-size: 16px;
	margin-top: 20px;
	width: 100%;
}

.page-scroll .page-link-blo .page-link{
	width: 260px;
	text-align: center;
	background: #ffffff;
	height: 50px;
	margin-top: 20px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-scroll .page-link-blo .page-link a{
	display: block;
	width: 100%;
}

.page-scroll .page-link-blo .page-link a.bottom-circle-icon:after{
	position: absolute;
	right: 20px;
	top: 0;
	line-height: 50px;
}

.section-title{
	margin-bottom: 20px;
	text-align: center;
}

.section-title h2{
	font-size: 32px;
	letter-spacing: 0.1em;
}

.section-title .sub-title{
	font-size: 18px;
	font-weight: 700;
	margin: 10px auto 0;
}

.section-title .sub-title.left{
	margin: 10px 0 0 0;
}

.section-title .sub-title.right{
	margin: 10px 0 0 auto;
}

.bg-green{
	background: #3db49a;
	color: #ffffff;
}

.txt-letter-0{
	letter-spacing: 0;
}

.txt-bold{
	font-weight: 700;
}

.txt-mid{
	font-weight: 500;
}

.txt-center{
	text-align: center;
}

.txt-left{
	text-align: left;
}

.txt-right{
	text-align: right;
}

.num-ul{
	counter-reset: my-counter;
}

.num-ul li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
}

.table-list.table-box .row{
	border-bottom: 1px solid #e6e6e6;
}

.table-list.table-box .row:first-child{
	border-top: 1px solid #e6e6e6;
}

.table-list.table-box .row > div{
	line-height: 2;
	padding: 40px 0;
}

.table-list.table-box .row > div.th{
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 3.84px;
	width: 333px;
}

.table-list.table-box .row > div.td h3{
	font-size: 16px;
}

p.small{
	font-size: 14px;
}

.table-list.table-box .row > div.td .ul-1 li{
	padding-left: 40px;
	position: relative;
	margin-bottom: 30px;
}

.table-list.table-box .row > div.td .ul-1 li:last-child{
	margin-bottom: 0;
}

.table-list.table-box .row > div.td .ul-1 > li:before,
.page-homecare .table-list.table-box .row > div.td .ul-1 li:before{
	background: #3db49a;
	border-radius: 50%;
	color: #ffffff;
	display: block;
	font-weight: 700;
	height: 28px;
	left: 0;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 28px;
}

.table-list.table-box .row > div.td .ul-2{
	padding-left: 20px;
}

.table-list.table-box .row > div.td .ul-2 > li{
	padding-left: 25px;
	line-height: 2;
	position: relative;
}

.table-list.table-box .row > div.td .ul-2 > li:before{
	content: counter(my-counter)" )";
	position: absolute;
	left: 0;
	top: 0;
}

.link-btn{
	background: #ffffff;
	border-radius: 50px;
	font-weight: 700;
	height: 50px;
	letter-spacing: 1.6px;
	line-height: 50px;
	text-align: center;
	width: 384px;
}

.link-btn.black{
	background: #37414f;
}

.link-btn a,
.link-grad-btn a{
	display: block;
}

.link-btn.black a{
	color: #ffffff;
}

.link-btn a.right-circle-icon:after,
.link-grad-btn a.right-circle-icon:after{
	position: absolute;
	right: 20px;
	top: 0;
}

.link-grad-btn{
	width: 404px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	filter: none;
}

.link-grad-btn a{
	color: #ffffff;
}

.bg-white,
img.bg-white{
	background: #ffffff;
}

.overlay-grad:before{
	content: "";
    background: -moz-linear-gradient(125deg, #88dba2, #de9cff);
    background: -webkit-linear-gradient(125deg, #88dba2, #de9cff);
    background: linear-gradient(125deg, #88dba2, #de9cff);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	opacity: 0.75;
}

.overlay-grad-black:before{
	content: "";
    background: -moz-linear-gradient(180deg,rgba(255,255,255,0),rgba(128,128,128,0.2) 80%,rgba(0,0,0,0.29));
    background: -webkit-linear-gradient(180deg,rgba(255,255,255,0),rgba(128,128,128,0.2) 80%,rgba(0,0,0,0.29));
    background: linear-gradient(180deg,rgba(255,255,255,0),rgba(128,128,128,0.2) 80%,rgba(0,0,0,0.29));
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50px;
}

.border-grad{
	padding: 10px;
}

.border-grad > div{
	color: #333333;
	background: #ffffff;
}

.img-title-blo-list > div{
	margin-bottom: 200px;
}

.img-title-blo-list > div:nth-child(even) .img,
.img-title-blo-list > div.left-img .img{
	right: inherit;
	left: 0;
}

.img-title-blo-list > div:nth-child(even) .body.wide,
.img-title-blo-list > div.left-img .body.wide{
	left: initial;
	right: 80px;
	margin-left: auto;
}

.img-title-blo-list > div:nth-child(even) .body.wide2,
.img-title-blo-list > div.left-img .body.wide2{
	left: initial;
	right: 80px;
	margin-left: auto;
}

.img-title-blo-list > div:nth-child(even) .body.wide .in,
.img-title-blo-list > div.left-img .body.wide .in{
	margin-left: auto;
}

.img-title-blo-list > div:nth-child(even) .body.wide2 .in,
.img-title-blo-list > div.left-img .body.wide2 .in{
	margin-left: auto;
}

.img-title-blo .img{
	display: table;
	margin-left: auto;
	position: relative;
	z-index: 1;
}

.img-title-blo .body{
	position: absolute;
	top: 60px;
	width: 636px;
}

.img-title-blo .body.wide{
	left: 80px;
	width: 867px;
	position: relative;
	margin-top: 60px;
}

.img-title-blo .body.wide2{
	left: 80px;
	width: 867px;
	position: relative;
	margin-top: 60px;
}

.img-title-blo .body.wide.wd100{
	left: inherit;
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
}

.img-title-blo .body.wide2.wd100{
	left: inherit;
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
}

.img-title-blo-list .img-title-blo .img{
	position: absolute;
	right: 0;
	top: 0;
}

.mr40{
	margin-right: 40px;
}

.img-title-blo .body.wide .in{
	width: 484px;
}

.img-title-blo .body.wide2 .in{
	width: 484px;
}


.img-title-blo .body.wide .in.w410{
	width: 410px;
}

.img-title-blo .body.wide2 .in.w410{
	width: 410px;
}

.img-title-blo .body.wide .in h3{
	font-size: 24px;
	letter-spacing: 3.84px;
	position: relative;
	z-index: 10;
}

.img-title-blo .body.wide2 .in h3{
	font-size: 24px;
	letter-spacing: 3.84px;
	position: relative;
	z-index: 10;
}

.img-title-blo .body.wide .in h4{
	font-size: 16px;
	letter-spacing: 1.6px;
}

.img-title-blo .body.wide2 .in h4{
	font-size: 16px;
	letter-spacing: 1.6px;
}

.img-title-blo .body.wide .in h5{
	font-size: 18px;
	line-height: 1.77;
}

.img-title-blo .body.wide2 .in h5{
	font-size: 18px;
	line-height: 1.77;
}

.img-title-blo .body.wide .in h6{
	font-size: 20px;
	letter-spacing: 0.1em;
}

.img-title-blo .body.wide2 .in h6{
	font-size: 20px;
	letter-spacing: 0.1em;
}

.img-title-blo .body.wide .woman-img{
	margin-right: 20px;
}

.img-title-blo .body.wide2 .woman-img{
	margin-right: 20px;
}

.green-dott:before{
	content: "●";
	color: #3db49a;
}

.img-title-blo .body.wide .in p,
.img-title-blo .body.wide .in.full{
	width: 100%;
}

.img-title-blo .body.wide2 .in p,
.img-title-blo .body.wide2 .in.full{
	width: 100%;
}

.img-title-blo .body.wide .in.full p,
.img-title-blo .body.wide .in.full li{
	max-width: 550px;
}

.img-title-blo .body.wide .in hr{
	border: none;
	height: 3px;
	margin: 30px 0;
	width: 30px;
	text-align: left;
}

.img-title-blo .body > div{
	padding: 50px;
}

.img-title-blo .body p{
	width: 417px;
}


.num-list li,
.dott-list li{
	line-height: 2;
	padding-left: 15px;
	position: relative;
}

.dott-list li:before{
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.num-list{
	counter-reset: item;
}

.num-list li:before{
	counter-increment: item;
	content: counter(item)'.';
	position: absolute;
	left: 0;
	top: 0;
}

.fukidashi{
	font-size: 16px;
	letter-spacing: 1.6px;
	border-bottom: 1px solid #3db49a;
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 5px 10px;
}

.fukidashi:before,
.fukidashi:after{
    position: absolute;
    left: 50%;
    top: 100%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    border-width: 10px;
    margin: 0 0 0 -10px;
}

.fukidashi:before {
    border-top-color: #3db49a;
}

.fukidashi:after {
	border-top-color: #FFFFFF;
	top: 97%;
}

.bg-gray{
	background: #fafafa;
}

.f-s-18{
	font-size: 18px;
}

.pb-60{
	padding-bottom: 60px;
}

.pb-100{
	padding-bottom: 100px;
}

.sec-pd40{
	padding: 40px 0;
}

.sec-pd60{
	padding: 60px 0;
}

.sec-pd80{
	padding: 80px 0;
}

.sec-pd100{
	padding: 100px 0;
}

.border-green-title.wide{
	width: 100%;
}

ul.list-style li{
	padding-left: 18px;
	position: relative;
}

ul.list-style li:before{
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.fukidashi-title{
	background: #37414f;
	border-radius: 50px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	height: 70px;
	line-height: 70px;
	letter-spacing: 2.4px;
	text-align: center;
	width: 478px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -35px;
}

.fukidashi-title.wide{
	width: 598px;
}

.fukidashi-title.posi-rel{
	position: relative;
	top: 0;
}

.fukidashi-title:before{
	position: absolute;
	left: 50%;
	top: 100%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	border-width: 10px;
	margin: 0 0 0 -10px;
}

.fukidashi-title:before {
	border-top-color: #37414f;
}

.border-green-title{
	border: 2px solid #3db49a;
	border-radius: 50px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 332px;
}

.blo-center{
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.blo-right{
	display: table;
	margin-left: auto;
}
ul.txt-list {
	margin-left: -42px;
}

ul.txt-list li{
	background: #ffffff;
	border-radius: 30px;
	margin-top: 40px;
	margin-left: 42px;
	width: 332px;
}

ul.txt-list li.no-white{
	background: none;
}

ul.txt-list li.no-white .border-green-title{
	margin-bottom: 30px;
}

ul.txt-list li .body{
	padding: 30px;
}

ul.txt-list li.no-white .body{
	background: #ffffff;
	border-radius: 0 0 30px 30px;
}

ul.txt-list li h3{
	font-size: 18px;
	letter-spacing: 1.8px;
	text-align: center;
}

ul.txt-list li hr{
	border: none;
	height: 3px;
	margin: 30px auto;
	width: 30px;
}

.img-title-blo .body.wide .in h2{
	font-size: 32px;
	letter-spacing: 5.12px;
}

.img-title-blo .body.wide2 .in h2{
	font-size: 32px;
	letter-spacing: 5.12px;
}


.doctor-blo-list .img-title-blo{
	margin-bottom: 220px;
	width: 490px;
}

.doctor-blo-list .img-title-blo .img{
	position: absolute;
	left: 0;
	right: 0;
    top: 0;
    width: 360px;
    margin: auto;
    display: block;
}

.doctor-blo-list .img-title-blo .body.wide{
	left: initial;
	margin-left: auto;
	width: 445px;
	top: 120px;
	margin: 0 auto;
	height: 100%;
}


.doctor-blo-list .img-title-blo .body.wide2{
	left: initial;
	margin-left: auto;
	width: 445px;
	top: 120px;
	margin: 0 auto;
	height: 100%;
}

.doctor-blo-list .img-title-blo .body.wide .in{
	width: 100%;
}

.doctor-blo-list .img-title-blo .body.wide2 .in{
	width: 100%;
}

.doctor-blo-list .img-title-blo .img .title-btn{
    filter: none;
    width: 280px;
    height: 43px;
    line-height: 43px;
    border-radius: 50px;
    font-size: 14px;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.doctor-blo-list .img-title-blo .img .title-btn2{
    filter: none;
    width: 280px;
    height: 43px;
    line-height: 43px;
    border-radius: 50px;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    left: 0;
	margin-bottom: 20px;
}

.img-title-blo .body.wide .in hr.rotate{
	transform: rotate(115deg);
	margin: 50px 0;
	width: 37px;
}

.img-title-blo .body.wide2 .in hr.rotate{
	transform: rotate(115deg);
	margin: 50px 0;
	width: 37px;
}

.grad-title{
	border-radius: 50px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 60px;
	width: 489px;
}

.doctor-blo-list .img-title-blo .body.wide > div{
	height: 100%;
	padding: 230px 40px 50px;
}

.doctor-blo-list .img-title-blo .body.wide2 > div{
	height: 100%;
	padding: 110px 40px 50px;
}

.c-black{
	color: #333333;
}

.c-white{
	color: #ffffff;
}

.section-mini-title{
	font-size: 32px;
	display: inline-block;
}

.mini-link{
	display: inline-block;
	margin-left: 20px;
	font-weight: 700;
}

.sec-bg-border{
	background: url(../images/ventilator/border-bg.png) no-repeat;
	background-size: cover;
}

ul.reception-ul li{
	position: relative;
	width: 505px;
}

.parallelogram {
	display: block;
	position: absolute;
	z-index: 1;
	color: #fff;
	width: 391px;
	text-align: center;
	height: 56px;
	line-height: 56px;
	font-size: 20px;
	font-weight: 700;
	left: 0;
	right: 0;
	margin: auto;
	top: -28px;
}

.parallelogram:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	transform: skewX(-20deg);
	content: "";
	background: -moz-linear-gradient(125deg, #88dba2, #de9cff);
	background: -webkit-linear-gradient(125deg, #88dba2, #de9cff);
	background: linear-gradient(125deg, #88dba2, #de9cff);
}

.recruit-grad-overlay:before{
	content:"";
	background: -moz-linear-gradient(25deg, #fee140, #fa709a);
    background: -webkit-linear-gradient(25deg, #fee140, #fa709a);
    background: linear-gradient(25deg, #fee140, #fa709a);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.75;
}

.recruit-bar{
	background: #f5f5f5;
}

.recruit-bar ul{
	margin-bottom: -20px;
}

.recruit-bar ul li{
	border-radius: 50px;
	margin-bottom: 20px;
	padding: 5px;
}

.recruit-bar ul li .link-btn{
	height: 77px;
	line-height: 77px;
	width: 340px;
}

.questin-ul li,
.opinion-ul li{
	margin-bottom: 30px;
	padding-left: 40px;
	position: relative;
}

.questin-ul li:last-child,
.opinion-ul li:last-child{
	margin-bottom: 0;
}

.questin-ul li:before{
	content: url(../images/common/q-icon.png);
	position: absolute;
	left: 0;
	top: 4px;
}

.opinion-ul li:before{
	content: url(../images/common/opi-icon.png);
	position: absolute;
	left: 0;
	top: 4px;
}

.pc_table{
	display: table;
	width: 100%;
}

.sp_table{
	display: none;
}

.doctor-table,
.doctor-table td.border{
	border: 1px solid #e6e6e6;
	border-collapse: collapse;
}

.doctor-table td{
	border-bottom: 1px dashed #e6e6e6;
	height: 58px;
}

.doctor-table td p{
	color: #f03b3b;
	font-size: 12px;
	line-height: 1;
}

.doctor-table th{
	height: 37px;
	width: 130px;
}

.doctor-table th:nth-child(1){
	width: 155px;
}

.doctor-table th:nth-child(2){
	width: 170px;
}

.grad-link{
	max-width: 838px;
    width: 100%;
    border-radius: 50px;
    height: 74px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 5px;
}

.grad-link a{
	box-shadow: 0px 0px 0px 1px #ffffff inset;
	border-radius: 50px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.pc{display:none;}
	.sp{display:block;}
	
	.pc_table{
		display: none;
	}

	.sp_table{
		display: table;
		width: 100%;
	}

	body{
		min-width: auto;
	}

	.inner,
	.outer{
		padding: 0;
		max-width: none;
		width: 100%;
	}
	
	.inner{
		width: 89%;
	}
	
	header .menu-btn{
		position: absolute;
		right: 20px;
		top: 0;
		height: 60px;
	}
	
	header .menu-btn p{
		position: absolute;
		bottom: 9px;
		font-size: 10px;
		line-height: normal;
		color: #3db49a;
		text-align: center;
		width: 100%;
	}
	
	#panel-btn{
		display: inline-block;
		position: relative;
		width: 40px;
		height: 60px;
	}

	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 2px;
		margin: -2px 0 0 0;
		background: #3db49a;
		transition: .2s;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	#panel-btn-icon:before, #panel-btn-icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		height: 2px;
		background: #3db49a;
		transition: .3s;
	}

	#panel-btn-icon:before{
		margin-top: -7px;
		width: 16px;
	}

	#panel-btn-icon:after{
		margin-top: 5px;
		width: 20px;
	}

	#panel-btn .close{
		background: transparent;
	}

	#panel-btn .close:before, #panel-btn .close:after{
		margin-top: 0;
		width: 20px;
		left: 0;
		margin: auto;
	}

	#panel-btn .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	#panel-btn .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	
	header{
		line-height: 60px;
		padding: 0;
	}
	
	header:after{
		height: 2px;
	}
	
	header .header{
		padding: 0 0 0 20px;
		width: 280px;
	}
	
	header .header .f-left{
		float: unset;
	}
	
	header .header .logo img{
		vertical-align: middle;
	}
	
	footer .right-blo{
		position: fixed;
		top: 60px;
		width: 100%;
		left: 0;
		background: #ffffff;
		overflow: auto;
		height: 100%;
		padding-bottom: 62px;
		z-index: 4;
	}
	
	.kasou-mv .mv-title, .kasou-mv2 .mv-title {
		display: table;
		font-size: 32px;
		letter-spacing: 3.84px;
		line-height: 1.68;
		padding-left: 20px;
	}
	
	.kasou-mv .mv-title span,
	.kasou-mv2 .mv-title span{
		font-size: 22px;
	}
	
	.kasou-mv2{
		height: 253px;
		width: 95%;
	}
	
	.pankuzu{
		bottom: 15px;
	}
	
	.pankuzu .inner{
		width: 90%;
	}
	
	footer .right-blo > div{
		text-align: left;
		width: 100%;
	}
	
	footer .right-blo ul li, footer .right-blo > div > * {
		margin-top: 0;
		line-height: 55px;
		border-bottom: 1px solid #e6e6e6;
		padding: 0;
	}
	
	footer .right-blo > div > ul{
		display: none;
	}
	
	footer .right-blo a {
		display: block;
		padding: 0 20px;
		position: relative;
	}
	
	footer .right-blo .blo2,
	footer .right-blo .blo3{
		margin-left: 0;
	}
	
	footer .right-blo a.right-icon:after {
		position: absolute;
		right: 20px;
		top: 0;
	}
	
	.flow-hidden{
		overflow: hidden;
	}
	
	header .nav-menu{
		position: fixed;
		bottom: 0;
		background: #59b78f;
		width: 100%;
		margin: 0;
	    overflow: auto;
	    z-index: 3;
	}
	
	header .nav-menu ul{
		height: 50px;
		width: 1234px;
	}
	
	header .nav-menu li{
		border-left: 1px solid #ffffff;
	}
	
	header .nav-menu li a{
		color: #ffffff;
	}
	
	.menu-ul{
		display: none;
	}
	
	form.category-select{
		background: #fafafa;
		padding: 30px 0;
		margin-top: -40px;
		text-align: center;
	}
	
	form.category-select.page-select{
		margin-top: 0;
	}
	
	form.category-select .btn-select{
		border: 2px solid #e6e6e6;
		width: 295px;
		margin: 0 auto;
		position: relative;
		background: #ffffff;
		border-radius: 50px;
		cursor: pointer;
	}
	
	form.category-select .btn-select .label {
		color: #37414f;
		font-size: 14px;
		font-weight: 700;
		position: absolute;
		line-height: 50px;
		width: 100%;
		z-index: 1;
	}
	
	form.category-select .btn-select .label:after{
		content: "\f107";
		font-family: Fontawesome;
		position: absolute;
		right: 20px;
		top: 0;
	}
	
	form.category-select select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: block;
		cursor: pointer;
		width: 100%;
		border: none;
		height: 50px;
		opacity: 0;
		position: relative;
		z-index: 2;
	}

	form.category-select select::-ms-expand {
		display: none; 
	}

	form.category-select select:focus {
		z-index: -1;
		opacity: 1;
	}
	
	.main-contents {
		padding: 40px 0 60px;
	}
	
	.side-contents > .left{
		margin: 50px auto;
		width: 78%;
	}
	
	.side-contents > .right{
		margin: 0 auto;
		width: 78%;
	}
	
	footer {
		border-top: 1px solid #e6e6e6;
		padding: 60px 0 50px;
		text-align: center;
	}
	
	footer .left-blo,
	ul.archive-column-list li{
		width: 100%;
	}
	
	ul.archive-column-list li{
		margin-right: 0;
	}
	
	footer .left-blo .footer-nav{
		display: table;
		text-align: left;
		margin: 30px auto 0;
	}
	
	footer .copy{
		margin-top: 40px;
	}
	
	.main-contents.single-page{
		padding-top: 0;
	}
	
	ul.archive-column-list li:last-child{
		margin-bottom: 0;
	}
	
	.section-mini-title{
		font-size: 28px;
	}
	
	.mini-link {
		display: block;
		font-size: 14px;
		margin-left: 0;
		margin-top: 10px;
	}
	
	.section-title h2 {
		font-size: 28px;
		letter-spacing: 0.02em;
	}
	
	.img-title-blo-list .img-title-blo .img {
		position: relative;
		width: 95%;
	}
	
	.img-title-blo .body {
		top: 0;
		width: 100%;
	}
	
	.img-title-blo .body.wide .in.w410,
	.img-title-blo .body.wide.wd100{
		width: 100%;
	}
	
	.img-title-blo .body.wide2 .in.w410,
	.img-title-blo .body.wide2.wd100{
		width: 100%;
	}
	
	.border-grad {
		padding: 5px;
	}
	
	.img-title-blo .body.wide {
		left: 0;
		width: 100%;
		position: relative;
		margin-top: -120px;
	}
	
	.img-title-blo .body.wide2 {
		left: 0;
		width: 100%;
		position: relative;
		margin-top: -120px;
	}
	
	.img-title-blo .body > div{
		padding: 160px 15px 30px;
	}
	
	.img-title-blo .body.wide .in{
		width: 100%;
	}
	
	.img-title-blo .body.wide2 .in{
		width: 100%;
	}
	
	.img-title-blo-list > div {
		margin-bottom: 60px;
	}
	
	.img-title-blo-list > div.sp-mb0,
	.img-title-blo.text-rel .body.sp-mb0{
		margin-bottom: 0;
	}
	
	.img-title-blo-list > div:nth-child(even) .img {
		left: 0;
		right: unset;
		margin: 0;
	}
	
	.img-title-blo-list > div:nth-child(even) .body.wide{
		right: 0;
	}
	
	.img-title-blo-list > div:nth-child(even) .body.wide2{
		right: 0;
	}
	
	.link-grad-btn{
		width: 80%;
	}
	
	.sec-pd100 {
		padding: 60px 0;
	}
	
	.fukidashi-title {
		font-size: 22px;
		letter-spacing: 2.2px;
		width: 90%;
		height: auto;
		line-height: unset;
		padding: 10px 0;
	}
	
	ul.txt-list li{
		width: 100%;
	}
	
	.border-green-title{
		margin-bottom: 20px;
		height: auto;
		line-height: unset;
		padding: 10px 0;
		width: 100%;
	}
	
	.doctor-blo-list .img-title-blo .img {
		margin: 0 -5%;
		position: relative;
		width: 111%;
	}
	
	.doctor-blo-list .img-title-blo .body.wide {
		height: auto;
		margin: 0 auto;
		top: -25px;
		width: 100%;
		z-index: -1;
	}
	
	.doctor-blo-list .img-title-blo .body.wide2 {
		height: auto;
		margin: 0 auto;
		top: -25px;
		width: 100%;
		z-index: -1;
	}
	
	
	
	.doctor-blo-list .img-title-blo .body.wide > div {
		min-height: auto;
		padding: 50px 15px 30px;
	}
	
	.doctor-blo-list .img-title-blo .body.wide2 > div {
		min-height: auto;
		padding: 50px 15px 30px;
	}
	
	.img-title-blo .body.wide .in h2 {
		font-size: 28px;
		letter-spacing: 4.12px;
	}
	
	.img-title-blo .body.wide2 .in h2 {
		font-size: 28px;
		letter-spacing: 4.12px;
	}
	
	.doctor-blo-list .img-title-blo {
		margin-bottom: 50px;
		width: 100%;
	}
	
	ul.txt-list li img,
	.img-title-blo .body p{
		width: 100%;
	}

	.parallelogram{
		width: 80%;
	}
	
	ul.reception-ul li {
		position: relative;
		width: 100%;
		margin-bottom: 60px;
	}
	
	.main-contents.page-ventilator ul.archive-column-list li{
		margin-bottom: 40px;
		width: 100%;
	}
	
	ul.reception-ul li:last-child,
	.main-contents.page-ventilator ul.archive-column-list li:last-child{
		margin-bottom: 0;
	}
	
	.sec-pd80 {
		padding: 40px 0;
	}
	
	.fukidashi-title.wide{
		width: 90%;
	}
	
	.fukidashi-title.wide2{
		width: 90%;
	}
	
	.fukidashi-title.posi-rel{
		width: 100%;
	}
	
	.pankuzu.posi-sta {
		margin: 20px 0 10px;
		position: static;
	}
	
	.table-list.table-box .row > div{
		display: block;
		padding: 0 0 20px;
	}
	
	.table-list.table-box .row > div.th{
		padding: 20px 0 10px;
		width: 100%;
		font-size: 22px;
		letter-spacing: 3.52px;
	}
	
	.link-btn {
		width: 100%;
		height: auto;
		line-height: unset;
		padding: 10px 0;
	}
	
	.link-btn a.right-circle-icon:after{
		top: 23%;
	}
	
	.section-title .sub-title.right {
		margin: 10px auto 0 0;
	}
	
	.sp-mt10{margin-top: 10px;}
	.sp-mt20{margin-top: 20px;}
	.sp-mt30{margin-top: 30px;}
	.sp-mt40{margin-top: 40px;}
	.sp-mt50{margin-top: 50px;}
	.sp-mt60{margin-top: 60px;}
	.sp-mt70{margin-top: 70px;}
	.sp-mt80{margin-top: 80px;}
	
	.img-title-blo-list > div:nth-child(even) .body.wide,
	.img-title-blo-list > div.left-img .body.wide {
		left: initial;
		right: 0;
		margin-left: auto;
	}
	
	.img-title-blo-list > div:nth-child(even) .body.wide2,
	.img-title-blo-list > div.left-img .body.wide2 {
		left: initial;
		right: 0;
		margin-left: auto;
	}
	
	.inner.sp-wd100{
		width: 100%;
	}
	
	.doctor-table{
		font-size: 14px;
	}
	
	.doctor-table th {
		height: auto;
		border-bottom: 1px solid #e6e6e6;
		border-right: 1px solid #e6e6e6;
		width: 50px;
	}
	
	.doctor-table th:nth-child(1){
		width: 50px;
	}
	
	.doctor-table td {
		border-right: 1px solid #e6e6e6;
		height: 90px;
		min-width: 70px;
	}
		
	.doctor-table.after-table td {
		min-width: 50px;
	}

	.doctor-table tr.head td{
		background: #707070;
		color: #ffffff;
		height: 50px;
	}
	
	.sp-txt-left{
		text-align: left;
	}
	
	.sp-txt-right{
		text-align: right;
	}
	
	.grad-title{
		font-size: 22px;
		width: 100%;
	}
	
	.column .kasou-mv2 .mv-title img,
	.column.kasou-mv .mv-title img{
		width: 75%;
	}
	
	.grad-link {
		height: 104px;
		margin-top: 15px;
		text-align: center;
	}

}
