@charset "UTF-8";


/* TOP PAGE
---------------------------------------------------- */


@media (max-width: 768px) {
	#content h2 {
		font-size: 180%;
	}
}





#content a {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
}


a.thumbnail h4 {
	font-size: 15.5px;
	font-weight: 500;
}

.card {
    background-color: #f9f9f9;
}




#container .wrap2 {
	width: 100vw;
	background-image: url(/thkseibun/images/top/back_images.jpg);
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 15px 0 25px;
}


#container.container {
	padding-top: 42px;
}

@media (max-width: 768px) {
	#container .fullview {
		position: relative;
		margin-top: -42px;
	}
}

#breadcrumb {
	display: none;
}


div.inline_block {
	display: inline-block;
}

.label {
	display: inline-block;
	white-space: normal;
	padding: 0.5em 0.6em 0.5em;
	line-height: 1.2;
	font-size: 90%;
}


/* row関連 */
.row {
	margin-right: -4px;
	margin-left: -4px;
}
.row:before, .row:after {
	display: table;
	content: " ";
}
.row:after {
	clear: both;
}
.col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 4px;
	padding-left: 4px;
}


/* thumbnail関連 */
.thumbnail .caption {
	padding: 4px 8px;
	text-align: left;
	color: #333;
}
.thumbnail .caption h4 {
	line-height: 1.4;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.thumbnail h4 {
	font-size: 15.5px;
	font-weight: 500;
}
a.thumbnail p {
	font-size: 13px;
	line-height: 1.5;
}
#content a.thumbnail li {
	line-height: 1.5;
	font-size: 13px;
}
#content a.thumbnail .label {
	display: inline-block;
	padding: 5px;
	white-space: normal;
	line-height: 1.2;
}
@media (max-width: 768px) {
	a.thumbnail h4 {
		font-size: 13.5px;
	}
	a.thumbnail p {
		font-size: 12px;
		line-height: 1.5;
	}
	a.thumbnail li {
		line-height: 1.5;
		font-size: 12px;
	}
	.thumbnail .caption {
		padding: 4px 6px;
		text-align: left;
		color: #333;
	}
}



.top_space20 {
margin-top: 20px;
}
.top_space10 {
margin-top: 10px;
}
.just {
	text-align: justify;
}





/* 画像なしのサムネイル */
.topthum-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
	
}
.topthum-wrap::before{
	background-color: #00bcd4;

}
.topthum-title {
	position: absolute;
	display: table;
	width:100%;
	height: 100%;
	margin: 0 auto;
}
a.card .topthum-title p,.card .topthum-title p{
	display: table-cell;
	vertical-align:middle;
	font-weight: 600;
	width:100%;
	text-align: center;
	font-size: 1.4em;
	color:#FFFFFF;
	padding: 0 3px;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.8);
	line-height: 1.3;
}
.bg-dark {
	color: #fff;
}

@media (max-width: 1191px) {
		a.card .topthum-title p ,.card .topthum-title p{
			font-size: 1.2em;
		}
}
@media (max-width: 991px) {
		a.card .topthum-title p,.card .topthum-title p{
			font-size: 1em;
		}
}
@media (max-width: 768px) {
	a.card .topthum-title p,.card .topthum-title p{
		font-size: 1.2em;
	}
}
@media (max-width: 480px) {
	a.card .topthum-title p,.card .topthum-title p{
		font-size: 0.9em;
	}
}
@media (max-width: 320px){
	a.card .topthum-title p,.card .topthum-title p{
		font-size: 0.9em;
	}
}


/* -------------------------------------------------- *
 * header
 * -------------------------------------------------- */
#global_header.rltv #header {
	background: #fff;
}

#global_header {
	background-color: transparent;
}

#header h1 {				/* ヘッダー画像貼り替え */
	background-image: url(/thkseibun/images/common/logo_newlife-light@2x.svg?210521);
}

#global_header.header-shadow #header h1,#global_header.rltv #header h1 {        /* ヘッダー画像貼り替え */
	background-image: url(/thkseibun/images/common/logo_newlife@2x.svg?210521);
}

#global_header .menu-button, #global_header .menu-cart {
	color:#FFFFFF;
}

#global_header #header .head_bar {
	color: #FFFFFF;
}

#global_header #header ul.m-header a {
	color: #FFFFFF;
}

#global_header.header-shadow #header ul.m-header a,#global_header.rltv #header ul.m-header a {
	color: #00bcd4;
}

#global_header.header-shadow #header .head_bar,#global_header.rltv #header .head_bar {
	color: #333;
}

@media (max-width: 768px) {
	#header {
		overflow: hidden;
	}
	
}





/* -------------------------------------------------- *
 * flexslider
 * -------------------------------------------------- */
.flexslider {
	border: 0;
	margin: 0;
	z-index: 9;
}

.flexslider .slides {
	height: 100%!important;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	overflow: hidden;
}

.flexslider .slides li {
	height: 100%!important;
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
}

.flexslider .slides_btn {
	position: absolute;
	z-index: 10;
	width: 80%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 20%;
}

.flex-direction-nav a {
	text-shadow: none;
	line-height: 60px;
	color: #fff;
	width: 30px;
	height: 60px;
	margin: -30px 0 0;
	opacity: .8;
}

.flex-direction-nav a:hover {
	opacity: 1;
}

.flex-direction-nav a::before {
	font-family: linea-arrows-10!important;
	font-style: normal!important;
	font-weight: 400!important;
	font-variant: normal!important;
	text-transform: none!important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: none;
	color: #fff;
}

.demo-preview h4,.feature-link,
.inner-nav .sub-menu li a,
.module-page-title .h5,
.module-title h2,.special-heading,
.testimonials-card-author h4 {
	text-transform: uppercase;
}

.flex-direction-nav a.flex-next::before {
	content: "\e04b";
}

.flex-direction-nav a.flex-prev::before {
	content: "\e03f";
}

.flex-direction-nav .flex-prev {
	left: 45px;
}

.flex-direction-nav .flex-next {
	right: 45px;
}

.dark-nav .flex-direction-nav a::before {
	color: #313131;
}

.slide-background {
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	z-index: -1;
}

.flexslider .container,
.full-height .container,
.module-slides .container {
	display: table;
	height: 100%;
	padding: 0;
}

.flexslider .container>.row,
.full-height .container>.row,
.module-slides .container>.row {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.flexslider .container,.full-height .container,
.module-header .container,
.module-slides .container {
	position: relative;
	z-index: 2;
}

.flexslider .container>.row>[class*=col-]>:last-child,
.module-header .container>.row>[class*=col-]>:last-child,
.module-slides .container>.row>[class*=col-]>:last-child {
	margin-bottom: 0;
}

.flexslider .btn,
.module-header .btn,
.module-slides .btn {
	margin: 3px;
}

.flexslider h1,
.flexslider h2,
.flexslider h3,
.flexslider h4,
.flexslider h5,
.flexslider h6,
.module-header h1,
.module-header h2,
.module-header h3,
.module-header h4,
.module-header h5,
.module-header h6,
.module-slides h1,
.module-slides h2,
.module-slides h3,
.module-slides h4,
.module-slides h5,
.module-slides h6 {
	color: #313131;
	margin: 0;
}

.flexslider p,
.module-header p,
.module-slides p {
	font-size: 20px;
	margin: 0;
}

.flexslider h1.h1,
.module-header h1.h1,
.module-slides h1.h1 {
	font-size: 70px;
}

.flexslider h1.h2,
.module-header h1.h2,
.module-slides h1.h2 {
	font-size: 54px;
}

.flexslider h1.h3,
.module-header h1.h3,
.module-slides h1.h3 {
	font-size: 48px;
}

.flexslider h1.h4,
.module-header h1.h4,
.module-slides h1.h4 {
	font-size: 32px;
}

.flexslider h1.h5,
.module-header h1.h5,
.module-slides h1.h5 {
	font-size: 18px;
}

.flexslider h1.h6,
.module-header h1.h6,
.module-slides h1.h6 {
	letter-spacing: 1px;
	margin-right: -1px;
	font-size: 14px;
}

@media (max-width:568px) {
	.flexslider h1.h1,
	.module-header h1.h1,
	.module-slides h1.h1 {
		font-size: 39px;
		font-weight: 900;
	}
	
	.flexslider h1.h2,
	.module-header h1.h2,
	.module-slides h1.h2 {
		font-size: 27px;
	}
	
	.flexslider h1.h3,
	.module-header h1.h3,
	.module-slides h1.h3 {
		font-size: 24px;
	}
	
	.flexslider h1.h4,
	.module-header h1.h4,
	.module-slides h1.h4 {
		font-size: 16px;
	}
	
	.flexslider h1.h5,
	.module-header h1.h5,
	.module-slides h1.h5 {
		font-size: 12.6px;
	}
	
	.flexslider h1.h6,
	.module-header h1.h6,
	.module-slides h1.h6 {
		font-size: 9.8px;
	}
	
	.flexslider p,
	.module-header p,
	.module-slides p {
		font-size: 16px;
	}
}

@media (max-width:992px) {
	.slides-navigation a.prev {
		left: 20px;
	}
	
	.slides-navigation a.next {
		right: 20px;
	}
}

@media all and (max-width:767px) {
	.flex-direction-nav {
		display: none;
	}
	
	.kenburns .slides li .slide-background {
		-webkit-animation: none!important;
		animation: none!important;
	}
	
	.flexslider .slides_btn {
	position: absolute;
	z-index: 10;
	width: 80%;
	height: 100%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -50%;
}

}



/* 1200px以上で見たときは"p_lg"のclassがついた画像が表示される */
.slide-background.p_lg { display: block !important; }
.slide-background.p_sm { display: none !important; }
.slide-background.p_xs { display: none !important; }
/* 480px以上で見たときは"p_sm"のclassがついた画像が表示される */
@media only screen and (max-width: 1199px) {
.slide-background.p_lg { display: none !important; }
.slide-background.p_sm { display: block !important; }
.slide-background.p_xs { display: none !important; }
}
/* 480px以下で見たときは"p_xs"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
.slide-background.p_lg { display: none !important; }
.slide-background.p_sm { display: none !important; }
.slide-background.p_xs { display: block !important; }
}

.flexslider,
.full-height,
.module-slides {
	min-height: 60vh;
	height: 60vh;
	padding: 0;
}

@media all and (max-width:768px) {
	.flexslider,
	.full-height,
	.module-slides {
		min-height: 65vh;
		height: 65vh;
		padding: 0;
	}
}

/* flexslider ドット */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 11;
}

.flex-control-paging li a {
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.flex-control-paging li a:hover {
	background: #26A7C8;
}

.flex-control-paging li a.flex-active {
	background: #26A7C8;
	cursor: default;
}

.slider_txtbox {
	margin: 5px;
}

.flexslider .slide_box {
	background-color: #00000088;
	/* padding: 2rem; */
	color: white;
	/* font-size: 2rem; */
	width: 90%;
	height: 50%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media ( min-width : 768px ) {
	.flexslider .slide_box {
		background-color: #00000088;
		/* padding: 2rem; */
		color: white;
		/* font-size: 2rem; */
		width: 50%;
		height: 50%;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

.flexslider .slide_box .slide_box_inner {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 2rem;
	font-size: 2.5rem;
}

.flexslider .slide_box .slide_box_inner p {
	width: 100%;
	height: auto;
	font-size: 2.5rem;
}

body .flexslider .slide_box .slide_box_inner p span.em07 {
	line-height: 1.5;
	display: block;
}

@media (max-width: 991px) {
	.flexslider .slide_box .slide_box_inner p {
		font-size: 2.1rem;
	}
}

@media (max-width: 767px) {
	.flexslider .slide_box .slide_box_inner p {
		font-size: 2.2rem;
	}
}
@media (max-width: 575px) {
	.flexslider .slide_box .slide_box_inner p {
		font-size: 1.9rem;
	}
}

@media (max-width: 480px) {
	.flexslider .slide_box .slide_box_inner p {
		font-size: 1.7rem;
	}
}

a.link_aqua {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	text-decoration: none;
	color: #fff;
	background: #42adc2;
	display: inline-block;
	border-radius: 3px;
	padding: 3px 7px;
	margin: 5px;
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}





/** 06. module 追加
 **************************************************************** **/
.module_inner {
	padding:20px 20px;
	margin: 10px 0;
}

@media screen and (max-width: 767px){
	.module_inner {
		padding:10px 20px;
	}
}
/* 枠のradius指定 */
.module2.r5 {
	border-radius: 5px;
}
.module2.r6 {
	border-radius: 6px;
}
.module2.r7 {
	border-radius: 7px;
}
.module2.r8 {
	border-radius: 8px;
}
.module2.r9 {
	border-radius: 9px;
}
.module2.r10 {
	border-radius: 10px;
}

.slides_btn .module-blue {
	background: rgba(225,240,250,0.80);
}

.slides_btn .module-pink {
	background-color: rgba(250,230,238,0.80);
}

.slides_btn .module-blue:hover,.slides_btn .module-blue:active {
	background: rgba(112,168,206,0.80);
}

.slides_btn .module-pink:hover,.slides_btn .module-pink:active {
	background-color: rgba(241,151,186,0.80);
}

.slides_btn .module-blue:hover .tbcinergothic ,.slides_btn .module-pink:hover .pink   {
		color: #fff;
		text-decoration: none;
}

.slides_btn .label {
	font-family: tbcinergothic-std,"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}



/* moduleタイトル */
.module-title {
	margin: 0;
	padding: 0;
}

#content .module-title h2 {
	margin: 0 -4px 20px 0;
	letter-spacing: 4px;
	font-size: 25px;
	color: #3333333;
	border-bottom: 2px dashed #A58376;
	display:inline-block;
	padding: 0 10px 5px 10px;
	text-indent: 0em;
}

#content .module-title h2.brown {
	color: #A58376;
}


#content .module-title h2::before {
	display: none;
}

.module-title p {
	font-size: 16px;
}

.module-header.module-divider-top,
.module-sm.module-divider-top,
.module.module-divider-top {
	border-top: 1px solid #f2f2f2;
}




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



.client .title {
	font-family: tbcinergothic-std,"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 3vmin;
	color: #fff;
	display: block;
}

.tbcinergothic {
	font-family: tbcinergothic-std,"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #3498db;
	display: block;
}

.client .text {
	font-family: 'YakuHanJP',source-han-sans-japanese,"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	color: #fff;
}



@media (max-width: 991px) {
	.client .title {
		font-size: 3.5vmin;
	}

	.client .text {
		font-size: 1rem;
	}
}

@media (max-width: 768px) {
	.module,
	.module-sm {
		padding: 15px 0 10px 0;
	}

	.client .title {
		font-size: 3.7vmin;
	}

	.client .text {
		font-size: 0.9rem;
	}


	.module-title h3,
	.module-title .h3 {
		font-size: 17px;
	}
}

@media (max-width: 480px) {
	.client .title {
		font-size: 4.9vmin;
	}

	.client .text {
		font-size: 0.8rem;
	}
}


.client {
	padding: 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


.client:hover,
.team-item:hover .team-content,
.team-item:hover .team-content-social {
	opacity: 1;
}


.fullview .module-sm {
	padding: 10px 0;
	position: relative;
	z-index: 11;
}

.module-sm.module-yellow:hover {
	background-color: #ffe317;
}

.module-gray {
	background-color: #EEEEEE;
}

.module-yellow {
	background-color: #ffee00;
}

.module-green {
	background-color: #306B50;
}

.module-pink {
	background-color: #ff9494;
}

.module-blue {
	background-color: #00bcd4;
}




/* -------------------------------------------------- *
* タブデザイン
* -------------------------------------------------- */

/*タブのアクティブのデザイン変更*/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #fff;
	cursor: default;
	background: #306B50;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.nav-tabs > li.active > a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #306B50 transparent transparent transparent;
	border-width: 10px 10px 0 10px;
}

/*タブの高さの変更*/
.nav > li > a {
	position: relative;
	display: block;
	padding: 20px 15px;
}


/*タブの角丸の変更*/
	.nav-tabs-justified > li > a,
	.nav-tabs.nav-justified > li > a {
		border-bottom: 0px solid #ddd;
		border-radius: 0px 0px 0 0;
	}
	.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #f9f9f9;
	}



/*タブの隣とのスペース*/
.nav > li > a {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #EFEFEF;
	border: 0px solid #fff;
}


/*タブの下方向のスペース*/
#content .nav.nav-tabs {
	margin: 10px 0 0 0;
	padding-left: 0;
}


/*タブの文字レイアウト*/
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	font-size: 16.5px;
	font-weight: 600;
	color: #306B50;
	text-decoration: none;
}


/*タブの文字[step]のレイアウト*/
.nav-tabs > li.active > a .kan412,
.nav-tabs > li.active > a .kan412:hover,
.nav-tabs > li.active > a .kan412:focus {
	color: #fff;
	font-family: kan412typos-std, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
}


.nav-tabs > li > a .kan412,
.nav-tabs > li > a .kan412:hover,
.nav-tabs > li > a .kan412:focus {
	font-family: kan412typos-std, sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
}


.tab-content {
	padding: 30px 20px;
	background-color: rgba(255,255,255,0.5);
}


/*タブ内のラベルレイアウト*/
.nav-tabs > li.active > a .label-default.label-outline {
	font-size:13px;
	font-weight: 900;
	background-color: #fff;
	border: solid 0px #666666;
	color: #306B50;
}


.nav-tabs > li > a .label-default.label-outline {
	font-size:13px;
	font-weight: 900;
	background-color: #306B50;
	border: solid 0px #666666;
	color: #fff;
}




@media (max-width: 768px) {
.nav-tabs > li.active > a .kan412,
.nav-tabs > li.active > a .kan412:hover,
.nav-tabs > li.active > a .kan412:focus {
	font-size: 17px;
}

.nav-tabs > li > a .kan412,
.nav-tabs > li > a .kan412:hover,
.nav-tabs > li > a .kan412:focus {
	font-size: 17px;
}


#nav_steps.nav > li > a {
	width: 50%;
	float: left;
	border-radius: 0px;
	padding: 10px;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
	margin-bottom: 0;
}
}




/** sitemap page2top 位置調整
 **************************************************************** **/
@media (max-width: 480px){
	#sitemap {
		padding: 0 0 105px 0;
	}
	#global_footer {
		bottom: 95px;
	}
	#page2top {
		bottom: 90px;
		z-index: 9999;
	}
}
@media (max-width: 320px){
	#sitemap {
		padding: 0 0 120px 0;
	}
	#global_footer {
		bottom: 109px;
	}
}
