@charset "UTF-8";
/* CSS Document */
/*html　{
	font-family: "a-otf-gothic-bbb-pr6n";
}*/

body {
	font-size: 18px;/*font-family: "a-otf-gothic-bbb-pr6n";*/
}
p {
	font-size: 2rem;
	line-height: 2;
}

h2 {
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 30px;
}
h3 {
	line-height : 170%
}
.h-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}
.w-padding {
	padding-left: 35px;
	padding-right: 35px;
}
.h-margin {
	margin-top: 20px;
	margin-bottom: 40px;
}
.w-margin {
	margin-left: 15px;
	margin-right: 15px;
}

.img-responsive-center {
	display: inline-block !important;
	text-align: center;
}

.text01 {
	color: #F85A8F;
	font-size: 90%;
}
.text02 {
	font-weight: bold;
}
.border-right-dot {
	border-right: #444444 dotted 1px;
}

.about-jigyou-area p {
	font-size: 1.6rem;
	line-height: 250%;
	padding-top: 20px;
}
.about-jigyou-area h3 {
	color: #FFF;
	font-size: 2.8rem;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px;
	text-shadow: 3px 3px 3px #A0BFDB,  3px -3px 3px #A0BFDB,  -3px -3px 3px #A0BFDB,  -3px 3px 3px #A0BFDB;
	line-height : 170%;
	padding-left: 10px;
	letter-spacing: 0.1em;
}
.top-message {
	line-height : 220%;
	padding: 40px 80px 10px 80px;
}
.top-sign {
	text-align: right;
	padding-right: 60px;
	padding-bottom: 60px;
}
.brand-cont {
	color: #000000;
	display: table;
	margin-top: 30px;
}
.logo-box {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 5px 30px 15px;
}
.logo-box h3 {
	margin: 0;
	font-size: 21px;
}
.logo-box p {
	font-size: 18px;
}
.logo-box i {
	text-align: right;
	padding: 10px;
	vertical-align: middle;
	font-size: 30px;
}
.bridal-box i {
	color: #FE74D7;
}
.funeral-box i {
	color: #878CF0;
}
.apple-box i {
	color: #82E878;
}
.arrow {
	text-align: right;
}
#about-corp {
	margin-top: 40px;
	}
	
/*------------------------------
top page - news_topics
-------------------------------*/

	.news_topics {
		background-color: #F6F6F6;
		padding-top: 22px;
		padding-bottom: 30px;
	}
	
	.news_topics .title_news_01 {
	font-size: 4.5rem;
	color:#71AFEE;
	letter-spacing: 0.05rem;
	}
	
	.news_topics a .text_news_01 {
	color:#000 !important;
	font-size: 1.7rem;
		text-decoration: underline;
	}
	
	.news_topics .text_news_02 {
	font-size: 1.7rem;
	padding-left: 0px;
	}
	
	.news_topics .text_news_02 span {
	color:#777; 
	}

	.news_topics .text_news_02 div {
		margin-top: 17px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.news_topics .text_news_02 div span {
		padding-left: 0px;
	}
	
/*------------------------------
ヘッダー
-------------------------------*/
.scroll .headerDefault {
	display: none;
}
.header-top {
	padding-top: 10px;
	align-items: center;
}
.header-nav {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	width: 100%;
	display: inline-table;
}
.header-nav > li {
	display: table-cell;
	list-style: none;
	text-align: center;
	border-right: 1px solid #9E9E9E;
	border-left: 1px solid #9E9E9E;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header-nav > li:last-child {
    padding-bottom: 0;
}
.header-nav li a {
	color: #555;/*display: table-cell;*/
}
.header-nav li ul {
	margin: 0;
	padding: 0;
}
.header-nav li li {
	display: none;
	list-style: none;
	border: none;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	height: 0px;
}

/*------------------------------
button
-------------------------------*/
	
.e-blue-btn > a {
	color: #4D98FF;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 2px solid #4D98FF;
	border-spacing: 10px;
	padding: 10px;
}

.e-blue-btn > a:hover {
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 2px solid #FFF;
	border-spacing: 10px;
	padding: 10px;
	background-color: #4D98FF;
}

@media (max-width: 991px) {

.scroll .header-scroll-bck {
	height: 80px;
}

/*------------------------------
top page - news_topics
------------------------------*/

	
	.news_topics .title_news_01 {
	font-size: 3.5rem;
	}
	
	.news_topics a .text_news_01 {
	font-size: 1.4rem;
	}
	
	.news_topics .container .col-sm-2 {
		padding-left: 0px;
		}
	
	
	.news_topics .text_news_02 {
	font-size: 1.4rem;
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.news_topics .text_news_02 span {
	font-size: 1.3rem;
	}

	
}

@media print, screen and (max-width:767px) {
	
 p {
	 font-size:14px;
}
.pc {
	display: none;
	}
 .top-message {
	font-size: 14px;
	padding: 20px 10px 10px 20px;
}
.top-sign {
	padding-right: 10px;
}
.top-sign img {
	width: 70%;
}
.border-right-dot {
	border-right: none;
	border-bottom: #444444 dotted 1px;
}
.display-sm {
	display: none;
}
h2 {
	font-size: 2rem;
	margin-top: 30px;
	margin-bottom: 20px;
}
.about-jigyou-area h3 {
	font-size: 2rem;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	line-height : 230%;
}
.logo-box h3 {
	font-size: 18px;
}
.brand-cont {
	text-align: center;
	margin-top: 20px;
}
.logo-box {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 20px 5px 20px;
	text-align: center;
}
.logo-box i {
	padding-top: 0;
}
.logo-box p {
	font-size: 14px;
	margin-bottom: 0;
}
.container.about-box01 {
	width: 100%;
	text-align: center;
}
.logo-box img {
	max-width: 200px;
	margin-left:auto;
	margin-right:auto;
	}

.job_text01 {
	font-size: 14px;
	padding: 10px 20px 0 20px;
	line-height: 170%;
}
.about-text-area {
	font-size: 14px;
	line-height: 250%;
	padding: 0 20px 20px 0;
	margin: 0;
}
.h-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}
.funeral a p,
.bridal a p,
.wellness a p,
.system a p {
	font-size: 14px;
}

/*------------------------------
top page - news_topics
------------------------------*/

.news_topics {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	.news_topics .container {
		padding-left: 15px;
		padding-right: 0;
	}
	
	.news_topics .title_news_01 {
	font-size: 2.5rem;
	font-weight: bold;
	}
	
	.news_topics a .text_news_01 {
	font-size: 1.1rem;
	}
	
	.news_topics .text_news_02 {
	font-size: 1.2rem;
	padding-right: 0;
	padding-left: 0;
	}
	
	.news_topics .text_news_02 div {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-right: 0px;
		line-height:170%;
}
	
	.news_topics .text_news_02 div span {
		padding-left: 0px;
		display:block;
		margin-top: 15px;
		margin-bottom: 5px;
		color:#999 ;
	}
	
	.scroll .headerDefault {
	display: none;
	}
	
	.headerDefault {
	display: none;
	}
}
/*.header-nav > li:hover li{
	display:table;
	list-style:none;
	border:none;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFF;
}

.header-nav > li:hover li a{
	display:table-cell;
	text-align: center;
	padding-top:5px;
}*/

/*----------------------------
スクロール後
-----------------------------*/
.header-scroll-bck {
	display: none;
}
.scroll .header-scroll-bck {
	display: block;
	position: fixed;
	z-index: 210;
	width: 100%;
	height: 75px;
	background-color: #FFFFFF;
}

.headerScroll {
	display: none;
}

@media print, screen and (max-width: 767px) {
.scroll .header-scroll-bck {
	display: none;
}
}



@media print, screen and (min-width: 768px) {
.scroll .headerScroll {
	display: block;
	position: fixed;
	z-index: 215;
	width: 750px;
}
}

@media print, screen and (min-width: 992px) {
.scroll .headerScroll {
	display: block;
	position: fixed;
	z-index: 215;
	width: 970px;
}
}

@media print, screen and (min-width: 1200px) {
.scroll .headerScroll {
	display: block;
	position: fixed;
	z-index: 215;
	width: 1170px;
}
}

.header-logo {
	align-items: center;
	padding-top: 10px;
}

.header-nav-scroll ul {
	padding-top: 15px;
	padding-bottom: 15px;
	display: table;
	width: 100%;
}

.header-nav-scroll > a {
	color: #6F6F6F;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #9E9E9E;
	border-left: 1px solid #9E9E9E;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*------------------------------------
スマートフォン用ヘッダー
------------------------------------*/
.menuToggle img {
	margin-right: 5px;
	min-width: 40px;
}
.toggle-hidden {
	display: none;
}
.sp-header .container {
	display: block;
	z-index: 550;
}
.sp-header {
	position: static;
	width: 100%;
	z-index: 500;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sp-header-nav {
	position: relative;
	display: none;
	float: right;
	right: 0;
	top: 0;
	width: 50%;
}
.sp-header .header-nav {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #038BFF;
	top: 10px;
	right: 0;
	float: right;
	z-index: 450;
	padding-top: 0;
	padding-bottom: 0;
}
.sp-header .header-nav li {
	display: table;
	width: 100%;
	height: auto;
	text-align: left;
	border: none;
}
.sp-header .header-nav .menu-entry-btn {
	background-color: #F576B2;
}
.sp-header .header-nav > li a {
	display: table;
	width: 100%;
	height: auto;
	color: #FFF;
	font-size: 1.5rem;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.sp-header .header-nav li li {
	background-color: #6BADFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sp-header .header-nav li li > a {
	display: table-cell;
	padding-left: 15px;
	height: auto;
	Color: #FFF;
}
/*----------------------------------------
フッターメニュー
----------------------------------------*/
.footer-menu {
	display: table;
	width: 100%;
	margin: 35px 0 10px 0;
	line-height: 200%;
	font-size: 1.4rem;
	padding: 0;
}

.footer-menu li {
	list-style: none;
}
.footer-menu > li {
	display: inline-grid;
	list-style: none;
	font-weight: bold;
	border-spacing: 0;
}
.footer-menu li a {
	display: block;
	margin-bottom: 10px;
}
.footer-menu li ul li a {
	margin-bottom: 0;
}
.footer-menu li >a {
	font-weight: bold;
	color: #000000;
}
.footer-menu li > ul {
	display: table-cell;
	border-spacing: 0 15px;
	list-style: none;
	text-align: left;
	padding-left: 0;
	margin-left: 0;
}
.footer-menu li ul li >a {
	font-weight: normal;
	color: #000000;
}
.footer-menu li ul li:last-child {
	margin-bottom: 30px;
}
.copyright {
	width: 100%;
	font-size: 1.5rem;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#777;
	letter-spacing: 0.1em;
}

.link_117group {
	background: url(../../_common/img/footer_img02.png) repeat;
	}
	
	ul.link_117group ul {
list-style-type: none
	}
	
	.link_117group .container ul li {
			font-size: 1.5rem;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  	}
	.link_117group .container ul {
	list-style-type: none;
	text-align: center;
	padding-left: 0px;
}
.footer_01{
	margin-top:30px;
	}

	.footer_02 {
		padding-bottom: 15px;
	border-bottom: #000000 dotted 1px;
	margin-bottom: 0;
	margin-top : 15px;
	}
	.footer_03 {
	margin-top: 20px;
	margin-bottom: 30px;
	}
.link_117group .container ul a {
	color: #000000;
}
.link_50th {
	margin-top: 30px;
	margin-bottom:30px;
}

@media print, screen and (max-width:1200px) {
.footer-menu {
    margin: 35px 0 35px 0;
}
}

/*------------------------------------
サイドバー
------------------------------------*/
/*.side-bar-box {
	display: block;
	position: fixed;
	background: #EEEEEE;
	text-align: center;
	margin-top: -10px;
	padding-top: 10px;
	z-index: 50;
	font-size: 90%;
}*/
.side-bar-box {
	display: block;
	position: fixed;
	background: #EEEEEE;
	text-align: center;
	margin-top: -10px;
	padding-top: 10px;
	z-index: 50;
	font-size: 90%;
    right: 0%;
    width: 20%;
}

@media print, screen and (max-width:1480px) {
.side-bar-box {
	font-size: 75%;
    width: 14%;
}
}
@media print, screen and (max-width:1199px) {
.side-bar-box {
    width: 20%;
}
}

@media print, screen and (max-width:767px) {
.link_50th a img {
		width: 80%;
	}
	
	.link_117group  .footer_01 a img {
		width: 50%;
	}
	
.copyright {
	font-size: 1.2rem;
}

.side-bar-box {
	display: none;
}
}

@media print, screen and (min-width:768px) {
.sp-header {
	display: none;
}
}

@media print, screen and (min-width:1200px) {
	
.about-jigyou-area p {
	font-size: 2rem;
	padding: 30px 18px 0 18px;
	letter-spacing: 0.1em;
}
}
.side-bar-top {
	padding-left: 5px;
	padding-right: 5px;
	display: table;
}
.side-bar-top a {
	display: table-cell;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: #FFF solid 2px;
	color: #494949;
}
.side-bar-top:before {
	content: ">";
	font-size: 1rem;
	color: #6F6F6F;
	padding-right: 10px;
}
.side-bar-inner {
	padding-left: 5px;
	padding-right: 5px;
	display: table;
}
.side-bar-inner a {
	display: table-cell;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: #FFF solid 2px;
	color: #494949;
}
.side-bar-inner:before {
	content: ">";
	font-size: 1rem;
	color: #6F6F6F;
	padding-right: 10px;
}
.side-bar-bottom {
	padding-left: 5px;
	padding-right: 5px;
	display: table;
	border-bottom: #6F6F6F solid 1px;
}
.side-bar-bottom a {
	display: table-cell;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #494949;
}
.side-bar-bottom:before {
	content: ">";
	font-size: 1rem;
	color: #6F6F6F;
	padding-right: 10px;
}
/*-----------------------------------
スマホ用フッター追従エリア
-----------------------------------*/
.footer-btn-area {
	width: 100%;
	height: 50px;
	display: block;
	background-color: #3F3F3F;
}
.sp-fixed-btn {
	width: 100%;
	height: 50px;
	display: block;
	position: fixed;
	bottom: 0;
	background-color: rgba(0,0,0,0.45);
	padding-top: 10px;
	text-align: center;
}

@media print, screen and (min-width:768px) {
.footer-btn-area {
	display: none;
}

.sp-fixed-btn {
	display: none;
}
}
/*----------------------------
トップページー部門紹介
----------------------------*/
.group-icon {
	display: block;
	text-align: center;
	padding: 10px;
}
.group-icon img {
	display: inline-block;
	text-align: center;
}
/*---------------------------
トップページーAboutUs
----------------------------*/
.slick-prev:before, .slick-next:before {
	color: #9E9E9E !important;
}
.aboutUsArea {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../../img/top_AboutUs_bg.jpg);
	background-repeat: repeat;
	width: 100%;
	margin-bottom:20px;
}
.text-right p {
	display: table;
	float: right;
	font-size: 1.6rem;
	line-height: 230%;
	white-space: nowrap;
}
.text-right img {
	display: table;
	white-space: nowrap;
	float: right;
}
.blue-btn {
	display: table;
	align-content: flex-end;
	float: right;
	width: 60%;
	font-size: 1.8rem;
}
.blue-btn i {
	font-size: 2rem;
}
.blue-btn > a {
	color: #4D98FF;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 2px solid #4D98FF;
	border-spacing: 10px;
	padding: 5px;
}
.blue-btn > a:hover {
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 2px solid #FFF;
	border-spacing: 10px;
	padding: 5px;
	background-color: #4D98FF;
}
.pagination {
	margin-bottom: 15px !important;
}
.aboutUsBox h2 img {
	margin-bottom: 20px;
	}
	
	.aboutUsBox p {
		font-size: 107%;
		margin-bottom: 20px;
			}

@media print, screen and (max-width:767px) {
.aboutUsBox {
	text-align: center;
	display: block;
	width: 100%;
	padding: auto;
}
.aboutUsBox p {
	display: block;
	float: none;
	text-align: center;
	padding: auto;
	font-size: 85%;
}
.aboutUsBox img {
	float: none;
	display: inline-block;
	text-align: center;
	padding: auto;
}
.aboutUsBox h2 img {
	margin-bottom: 0px;
	}
.blue-btn {
	display: table;
	align-content: flex-end;
	float: none;
	width: 60%;
	font-size: 1.5rem;
	margin: auto;
	padding: auto;
}
.aboutUsBox h2 {
	margin-top: 0px;
}
.aboutUsBox h2 img.img-responsive {
	width: 50%;
}
}

@media print, screen and (max-width:767px) {
.aboutImg {
	margin: 10px;
	padding: 10px;
}
}
/*----------------------------
トップページースタッフ紹介
----------------------------*/
.staffBox {
	padding-top: 5px;
	padding-bottom: 30px;
	margin-top: 50px;
	margin-bottom: 60px;
	background-image: url(../../img/top_staff_bg.png);
	background-repeat: repeat;
	width: 100%;
}
.staffBox .h-padding h2 {
	width: 100%;
	text-align: center;
	display: inline-block !important;
	margin-top: 20px;
	margin-bottom: 0px;
}
.staffBox .h-padding h2 > img {
	display: inline-block !important;
}
.staff-btn {
	width: 100%;
	text-align: center;
	display:inline-block !important;
}
.staff-btn img {
	display: inline-block !important;
}
.staff-cell {
	width: 120px;
	text-align: center;
}
.staff-cell .img-circle {
	border: 2px solid #FFFFFF;
}
.staff-cell p {
	font-size: 1.4rem;
	color: #6F6F6F;
}
.staff-bridal:after {
	content: url(../../staff/img/staff_cat_wedding.png);
}
.staff-funeral:after {
	content: url(../../staff/img/staff_cat_funeral.png);
}
.staff-eigyo:after {
	content: url(../../staff/img/staff_cat_eigyo.png);
}
.staff-apple:after {
	content: url(../../staff/img/staff_cat_apple.png);
}
.staff-plaza:after {
	content: url(../../staff/img/staff_cat_plaza.png);
	text-align:center;
}

.staff-office:after {
	content: url(../../staff/img/staff_cat_office.png);
	text-align:center;
}


@media print, screen and (max-width:992px) {
.staffBox {
	padding-top: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.staffBox .h-padding h2 {
	margin-bottom: 0;
	margin-top: 0;
}
.staffBox #staff-slide.staff-slide.slick-initialized.slick-slider.slick-slider {
	margin-bottom:0px !important;
}


}
/*------------------------------------------------------
トップページー人材育成
---------------------------------------------------*/
.top-col-box {
	height: 637px;
}

@media print, screen and (max-width:992px) {
.top-col-box {
	height: auto;
}
}
.devel-box {
	background-image: url(../../img/top_development_bg.png);
	text-align: center;
	border-image-repeat: repeat;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
.devel-box.h-padding.w-padding.text-center a img.img-responsive {
	padding-bottom:32px;
}
.devel-box > img {
	display: inline-block !important;
	text-align: center;
}
.cyan-btn {
	display: table;
	align-content: flex-end;
	text-align: center;
	font-size: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.cyan-btn > a {
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #FFF;
	border-spacing: 10px;
	padding: 5px 20px 5px 20px;
	background-color: #00CED1;
}
.cyan-btn > a:hover {
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #FFF;
	border-spacing: 10px;
	background-color: #00CED1;
}
/*-------------------------------------------
Welfare----福利厚生
--------------------------------------------*/
.welfare-box {
	background: url(../../img/top_Welfare_bg2.png) right top no-repeat, url(../../img/top_Welfare_bg.png) center top repeat;
	text-align: center;
	padding: 0px;
	height: auto !important;
	width: 100%;
	margin-bottom: 35px;
	margin-top: 35px;
}

@media print, screen and (max-width:480px) {
.welfare-box {
	background: url(../../img/top_Welfare_bg.png) center top repeat;
	margin-top: 70px;
}
}

@media print, screen and (min-width:992px) {
.welfare-box {
	background: url(../../img/top_Welfare_bg2.png) right top no-repeat, url(../../img/top_Welfare_bg.png) center top repeat;
	text-align: center;
	padding: 0px;
	/*height: 406px !important;*/
	height: 406px !important;
	width: 100%;
	margin-bottom: 35px;
	margin-top: 0px;
}
}

@media print, screen and (min-width:1200px) {
.welfare-box {
	background: url(../../img/top_Welfare_bg2.png) right top no-repeat, url(../../img/top_Welfare_bg.png) center top repeat;
	text-align: center;
	padding: 0px;
	height: 450px !important;
	max-height: 450px;
	width: 100%;
	margin-bottom: 35px;
	margin-top: 0px;
}
}
.welfare-title-box {
	display: block;
	text-align: center;
	align-items: center;
	padding-top: 25px;
	padding-bottom: 20px;
}

@media print, screen and (max-width:480px) {
.welfare-title-box {
	margin-top: -30px;
}
}
.welfareImg {
	width: 80%;
	text-align: center;
	align-content: center;
	padding-bottom: 20px;
	margin: auto;
}
.welfareImg li {
	text-align: center;
}
.welfareImg li > img {
	text-align: center;
	max-height: 250px;
}

@media print, screen and (max-width:991px) {
.welfareImg li > img {
	text-align: center;
	max-height: 600px;
}
}
.welfareImg li > img {
	text-align: center;
}
.top-welfare-photo-text {
	text-align: right;
	font-size: 1.4rem;
	padding-right: 35px;
}
/*---------------------------------------------
FAQ
---------------------------------------------*/

.faq-box {
	background: url(../../img/top_faq_bg.png) repeat;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	height: 152px !important;
	vertical-align: middle;
}
/*---------------------------------------------
news
---------------------------------------------*/
.news-box {
	background-image: url(../../img/top_news_bg.jpg);
	background-size: cover;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 100px;
	text-align: center;
}
.news-title {
	display: block;
	width: 100%;
}
.news-title h2 {
	color: #FFF;
	font-weight: normal;
	font-size: 40px;
	letter-spacing: 0.2em;
}
.news-text-box {
	background-color: #FFF;
	padding: 10px;
	height:320px;
	overflow:auto;
	text-align: left;
	line-height: 200%;
	margin-bottom:15px;
}
.news-text-box ul {
	list-style: none;
	padding-right:20px;
}
.news-text-box li {
	display: block;
	border-bottom: solid 1px #DCDCDC;
	padding-top: 10px;
}
.news-text-box li > p {
	color: #787878;
}
.news-text-box li > span {
	font-weight: bold;
	font-size: 2rem;
}
.entry-btn-area {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.entry-btn-r {
	background-color: #FA5782;
	margin-right: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 2rem;
	color: #FFF;
	border-left: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #6B6B6B;
	border-bottom:solid 1px #6B6B6B;
	letter-spacing: 0.1em;
}
.entry-btn-b {
	background-color: #1185F3;
	margin-left: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 2rem;
	color: #FFF;
	border-left: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #6B6B6B;
	border-bottom:solid 1px #6B6B6B;
	letter-spacing: 0.1em;
}

@media print, screen and (max-width:767px) {
.entry-btn-r {
	margin-right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.3rem;
	font-weight: bold;
}
.entry-btn-b {
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.3rem;
	font-weight: bold;
}
.entry-btn-area {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.news-text-box ul {
	padding-left:20px;
}
.news-box {
	padding-top: 0px;
	margin-top: 30px;
}
}
/*-----------------------------------------------------------
各詳細ページ共通
-----------------------------------------------------------*/

.title-area {
	position: relative;
	width: 100%;
	height: 80px;
	color: hsla(0,0%,100%,0.87);
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../../_common/img/h1_background.png) repeat;
	vertical-align: bottom;
	z-index: 55;
}
.title-area img {
	display: inline-block;
	float: left;
	padding-top: 15px;
}
.title-area p {
	display: inline-block;
	float: left;
	padding-top: 20px;
	font-size: 1.8rem;
	margin-left: 15px;
	letter-spacing: 0.1em;
}
.breadcrumb-list {
	color: #666666;
	font-size: 1.3rem;
	padding-top: 10px;
	padding-bottom: 10px;
}
.breadcrumb-list a {
	color: #666666;
}
.page-top-btn {
	display: block;
	position: absolute;
	top: -35px;
	right: 0px;
}
.pagetop-btn-area {
	width: 100%;
	height: 50px;
}
.main-text {
	line-height: 2;
	padding-top: 15px;
	margin-top: 10px;
}

@media print, screen and (max-width:767px) {
.title-area {
	height: auto;
}
.page-top-btn {
	display: none;
}
.title-area img {
	height: 30px;
	padding-top : 5px;
}
.title-area p {
	padding-top: 5px;
	font-size: 1.5rem;
	margin-left: 10px;
	font-weight: bold;
}
}
/*-----------------------------------------------------------
１１７グループについて-Aboutus
-----------------------------------------------------------*/
.about-jigyou-area {
	background-image: url(../../img/top_news_bg.jpg);
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.about-plaza-area {
	border-top: #9398DD solid 1px;
	margin-top: 20px;
	padding-top: 5px;
}
.bridal-box {
	border: #FCCAED solid 2px;
}
.bridal-box span {
	color: #FCCAED
}
.funeral-box {
	border: #D3D2F6 solid 2px;
}
.apple-box {
	border: #C3EDBF solid 2px;
}
.gojyokai-box {
	border: #DDDDDD solid 2px;
}
.aboutCorpList-title {
	background-color: #eef5ff;
	padding: 20px;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}


.aboutCorpList-main {
	background-color: #f6f9fe;
	padding: 20px;
	border-bottom: 5px solid #FFFFFF;
}
.group-about-text02{
	font-size: 1.8rem;
    margin-bottom: 20px;
}
.history-btn {
	display: block;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}
.e-blue-btn {
	display: inline-table;
	width: 60%;
	font-size: 1.5rem;
}
@media print, screen and (max-width:767px) {
.aboutCorpList-title {
	border: none;
	font-size: 1.3rem;
		padding: 10px;
	font-weight: bold;
}
.aboutCorpList-main ,.group-about-text02 {
	font-size: 1.3rem;
	padding: 10px;
	line-height: 170%;
}
.e-blue-btn {
	display: table;
	margin-left: auto;  
	margin-right: auto;  
	font-size: 1.3rem;
}

.e-blue-btn > a {
	padding-top: 6px;
	padding-bottom: 6px;
}

.e-blue-btn > a:hover {
	padding-top: 6px;
	padding-bottom: 6px;
}
}
/*---------------------------------------------------
About-下層詳細ページ
---------------------------------------------------*/
.about-text-area {
	line-height: 250%;
}
.about-content-area {
	background-color: #FFF5E5;
}
.about-content-area p {
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.about-content-area span {
	font-weight: bold;
}
.about-content-area .more-w {
	color: #E585C5;
	font-size: 16px;
}
.about-content-area .more-f {
	color: #666CD7;
	font-size: 16px;
}
.about-content-area .more-a {
	color: #37B418;
	font-size: 16px;
}
.about-content-area .more-s {
	color: #545454;
	font-size: 16px;
}
.about-content-area div {
	padding-top: 15px;
	padding-bottom: 15px;
}
.about-other-works .bridal {
	text-align: left;
}
.about-other-works .bridal a {
	color: #E585C5;
}
.about-other-works .funeral {
	text-align: left;
}
.about-other-works .funeral a {
	color: #666CD7;
}
.about-other-works .wellness {
	text-align: left;
}
.about-other-works .wellness a {
	color: #37B418;
}
.about-other-works .system {
	text-align: left;
}
.about-other-works .system a {
	color: #545454;
}
.job-area .container {
	padding-bottom: 15px;
}
.job-area h2 {
	width: 100%;
	border-bottom: solid #646464 1px;
	padding-bottom: 10px;
}
.job-area p {
	line-height: 200%;
}
.about-plaza-title {
	width: 100%;
	border-top: #AEB1DD solid 2px;
	font-size: 2rem !important;
	padding-top: 5px;
	font-weight: bold;
}
/*------------------------------------------
Development 人材育成
------------------------------------------*/
.frs-seminar-area {
	background-image: url(../../development/img/development_frs_bck01.png), url(../../development/img/development_frs_bck03.png), url(../../development/img/development_frs_bck02.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	background-clip: border-box, border-box, border-box;
	background-origin: padding-box, padding-box, padding-box;
	background-size: contain;
	padding: 15px 15px 25px 15px;
	margin-bottom: 20px;
}
.frs-seminar-area p,
.seminar-area p,
.culture-seminar-area p,
#commission p {
	font-size: 1.8rem;
	}
	#commission p {
		line-height: 200%;
		padding-bottom: 20px;
	}
.frs-seminar-area h3 {
	color: #00CECF;
	font-weight: bold;
}
.frs-seminar-area .row .col-xs-2 h3 {
	padding-left: 15px;
	}
.frs-staff-cell {
	width: 150px;
	text-align: center;
	line-height:1.5;
	margin-bottom: 50px;
}
.frs-list-title {
	margin-top: 20px;
	padding-top: 10px;
}
.seminar-area .col-xs-12.col-sm-6.text-center img.img-responsive.img-responsive-center {
	margin-top:20px;
	}


.frs-staff-cell .img-circle {
	border: 2px solid #FFFFFF;
}
.frs-staff-cell p {
	font-size: 1.4rem;
	color: #6F6F6F;
	margin-top: -10px;
}
.staff-frs-job {
	font-size: 1.2rem !important;
	color: #6F6F6F;
	padding-top: 20px;
}
.staff-frs-year {
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: #00CECF solid 3px;
	margin-bottom: 10px;
}

.frs-list-title span {
	font-size: 2.1rem;
	color: #00CECF;
	font-weight: bold;
}
.seminar-area {
	display: block;
	border: #6FB0F4 solid 2px;
	padding: 10px;
	margin: 10px 10px 20px 10px;
}
.seminar-area p > span {
	background-color: #6FB0F4;
	color: #FFF;
	margin-right: 10px;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	}
.seminar-area h3 {
	font-size: 2.1rem;
	font-weight: bolder;
	padding-bottom: 20px;
	margin-bottom: 25px;
	background-image: url(../../development/img/development_seminar_title.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.culture-top-text {
	margin-top: -20px;
}
.culture-seminar-area {
	display: block;
	border: #FBB0C9 solid 2px;
	padding: 10px 10px 40px 10px;
	margin: 10px 10px 30px 10px;
}
.culture-seminar-area h3 {
	font-size: 2.1rem;
	font-weight: bolder;
	padding-bottom: 20px;
	margin-bottom: 25px;
	background-image: url(../../development/img/development_culture_title.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.col-xs-padding {
	padding-top: 0px;
	padding-bottom: 0px;
}

.frs-blue-btn {
	display: inline-table;
	width: 60%;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.frs-blue-btn > a {
	color: #00CECF;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 2px solid #00CECF;
	border-spacing: 10px;
	padding: 15px;
}

.frs-blue-btn > a:hover {
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 2px solid #FFF;
	border-spacing: 10px;
	padding: 15px;
	background-color: #00CECF;
}

@media print, screen and (max-width:800px) {
.frs-staff-cell {
	width: 100%;
	text-align: center;
}
}

@media print, screen and (max-width:767px) {
.staff-frs-year {
	line-height: 200%;
}

.frs-seminar-area p ,
.seminar-area p ,
.culture-seminar-area p ,
#commission p {
	font-size: 1.3rem;
	}
	
	.seminar-area h3 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 1.8rem;
}

.frs-seminar-area h3 {
	font-size: 1.6rem;
}
.culture-seminar-area h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.8rem;
}

.seminar-area {
	margin: 0px 0px 0px 0px;
	border-left:none;
	border-right:none;
}
#seminar h2 {
	display: block;
	margin-top:50px;
	margin-bottom:40px;
	}
.culture-seminar-area {
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
	border-left:none;
	border-right:none;
}
	}
/*
.frs-list-title{
	position:relative;
}

.frs-list-title:after{
	border-top:#979797 1px solid;
	content:"";
	position:absolute;
	top:50%;
	right:0;
	width:100%;
}

.frs-list-title span{
	background-color:#FFF;
	display:inline-block;
	padding-right:5px;
	padding-left:5px;
}
*/

/*-----------------------------------------------------------
Development-新入社員研修を受けて
------------------------------------------------------------*/
.frs-comment-box {
	padding: 15px;
	border: #00CECF solid 2px;
}
.frs-personal {
	line-height: 1.5;
	font-weight: bold;
}
.frs-comment-year {
	color: #00CECF;
	font-weight: bold;
}
.frs-comment-job {
	font-size: 1.3rem;
	font-weight: bold;
}

.frs-comment-box .frs-personal {
	font-size: 1.8rem;
}

.frs-comment-box .frs-personal .frs-comment-year {
	font-size: 2rem;
}
.frs-comment-box .frs-personal .frs-comment-job {
	font-size: 1.8rem;
	}
	.frs-comment-box  p {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 1.8rem;
		}
	.frs-text_back {
		margin-top: 20px;
		}
	
@media print, screen and (max-width:767px) {
	
.col-xs-padding {
	padding-top: 20px;
	padding-bottom: 10px;
}

.frs-blue-btn {
	display: table;
	width: 100%;
	font-size: 1.5rem;
}

.frs-blue-btn > a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.frs-blue-btn > a:hover {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*-----------------------------------------------------------
Development-新入社員研修を受けて
------------------------------------------------------------*/
.frs-comment-box {
	margin-right : 0px;
	margin-left: 0px;
	border-top-width: 4px;
	border-right: none;
	border-left: none;
	border-bottom: none;
}

	.frs-comment-box p {
		padding-left: 0px;
		padding-right: 0px;
		font-size: 1.3rem;
		}
}

/*------------------------------------------------------------
Walfare-福利厚生
------------------------------------------------------------*/
.travel-area {
	border: #6DAFF7 solid 2px;
}
.travel-title {
	background-color: #EAF4FE;
	display: table;
	height: 45px;
	font-size: 1.7rem;
	width: 100%;
	margin-bottom: 15px;
}
/*.travel-year{
	display:table-cell;
	background-image:url(../../welfare/img/traveling_title_bck01.png), url(../../welfare/img/traveling_title_bck02.png);
	background-position:left, right;
	background-repeat:no-repeat, no-repeat;
	height:45px;
	width:156px;
	vertical-align:middle;
	padding-left:10px;
	font-weight:bold;
	color:#FFF;
}*/

.travel-year {
	display: table-cell;
	background: url(../../welfare/img/traveling_title_bck03.png) no-repeat;
	background-size: cover;
	height: 45px;
	width: 156px;
	vertical-align: middle;
	padding-left: 10px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.1em;
	font-size: 1.8rem;
}

@media print, screen and (max-width:350px) {
.travel-year {
	width: 30%;
}
}
.travel-place {
	display: table-cell;
	height: 45px;
	vertical-align: middle;
	padding-left: 5px;
}

@media print, screen and (max-width:370px) {
.travel-place {
	font-size: 1.5rem;
}
}
.travel-text {
	margin: 10px 5px 10px 5px;
	display: block;
	background-color: #FFF8E5;
	padding: 15px 20px;
	line-height: 180%;
	font-size: 1.6rem;
}
/*-----------------------------------------------------------------------------------------------
ここまで
-----------------------------------------------------------------------------------------------*/

.welfare-content-area {
	background-image: url(../../welfare/img/welfare_content_bck01.png), url(../../welfare/img/welfare_content_bck03.png), url(../../welfare/img/welfare_content_bck02.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	background-clip: border-box, border-box, border-box;
	background-origin: padding-box, padding-box, padding-box;
	background-size: contain;
	padding: 20px 20px 25px 20px;
	margin-bottom: 60px;
}
.welfare-content-area h3 {
	font-size: 2rem;
	color: #2488F1;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
}
.welfare-content-area p {
	margin-top: 10px;
	margin-bottom: 0px;
	 font-size: 1.6rem;
}
 .travel-area p {
	margin-top: 5px;
	margin-bottom: 20px;
	 font-size: 1.6rem;
	 font-weight: bold;
}
#travel.container h2,
#party.container h2,
#others.container h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -15px;
}



/*-------------------------------------------------------------------
staff　スタッフ紹介
-------------------------------------------------------------------*/
.staff-search {
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(../../_common/img/select_background.png) repeat;
}
.staff-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #62A4E6;
	padding: 0 5px 0 5px;
	margin: 3px;
	border: #62A4E6 solid 2px;
	border-radius: 5px;
	width: 90%;
	font-weight: bold;
	background: url(../../_common/img/select_img1.png) no-repeat 95% 50%;
	background-color: #FFF;
	position: relative;
}
 .staff-search select::-ms-expand {
 display:none;
}
/*.staff-select option:selected{
	display:block;
	content:".";
	position:absolute;
	background:url(../../_common/img/select_img1.png) 0 0 no-repeat;
	background-size:25px;
}*/

.staff-search option {
	text-align: left;
	padding: 10px;
	color: #62A4E6;
}
.frs-staff-cell {
	width: 150px;
	text-align: center;
}
.frs-staff-cell .img-circle {
	border: 2px solid #FFFFFF;
}
.frs-staff-cell p {
	font-size: 1.4rem;
	color: #6F6F6F;
	margin-top: -10px;
}
.staff-job {
	font-size: 1.15rem !important;
	color: #6F6F6F;
	padding-top: 5px;
}

@media print, screen and (max-width:768px) {
	
#travel.container,
#party.container,
#others.container {
	margin-left: 0;
}

/*---------------------------------
staff　スタッフ紹介
---------------------------------*/

.staff-select {
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 5px;
}

.staff-search {
	padding-top: 15px;
	padding-bottom: 5px;
}

.staff-search #cat-select {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	padding-top: 0px;
	padding-bottom: 0px;
	}
}

@media print, screen and (max-width:800px) {
.frs-staff-cell {
	width: 100%;
	text-align: center;
}
}



/*-----------------------------------------------
社員旅行
----------------------------------------------*/
.travel-area {
	margin-bottom: 50px;
}
.travel-toggle-on img {
	transform: rotate(180deg);
}
/*------------------------------------------------
エントリーフォーム
------------------------------------------------*/
.entry-form-piece {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: #737373 dashed 2px;
	font-weight: bold;
}
.entry-form-piece input, .entry-form-piece textarea {
	background-color: hsla(205,100%,92%,1.00);
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
	line-height: 200%;
	margin-bottom: 15px;
}
.entry-form-piece input:focus, .entry-form-piece textarea:focus, .entry-form-piece input:hover, .entry-form-piece textarea:hover {
	box-shadow: 0px 0px 13px hsla(211,100%,73%,1.00);
}
.radio-btn label {
	margin-right: 50px;
}
.form-error {
	line-height: 200%;
	color: #F00;
	font-weight: normal;
}
.necessary {
	display: inline-block;
	margin-left: 5px;
	background-color: #F00;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 150%;
}
.form-text {
	font-size: 1.8rem;
}
.entry-form-btn {
	width: 100%;
	background-color: #1185F3;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 2rem;
	color: #FFF;
	/*border-left:solid 1px #FFFFFF;
	border-top:solid 1px #FFFFFF;
	border-right:solid 1px #6B6B6B;
	border-bottom::solid 1px #6B6B6B;*/
	border-style: none;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*---------------------------------------------------
about-沿革
---------------------------------------------------*/
/*.enkaku-list {
	border-bottom: 1px solid #DDD;
	padding-top: 10px;
	padding-bottom: 10px;
}*/

/*.enkaku-year {
	font-weight: bold;
	font-size: 2rem;
	color: #999;
}*/

/*.enkaku-latest {
	border-bottom: none;
}*/

/*2018年1月17日追加*/
.enkaku-area {
	margin: 20px 0;
	font-family: "ryo-gothic-plusn", sans-serif;
	color: #262626;
	line-height: 200%;
}
.enkaku-area > :nth-child(odd) {
	background-color: rgba(207, 169, 114, 0.15);
}
.enkaku-area > .row {
	padding: 0;
}
.enkaku-area .enkaku-content {
	padding: 30px 0;
}
.enkaku-area .enkaku-content p a {
	color: #262626;
}
.enkaku-content div.row div.col-xs-10 p {
	padding-right: 20px;
}
.enkaku-area .enkaku-content p a i {
	color: #004ea2;
}
.enkaku-year {
	text-align: right;
	padding: 30px 0;
	border-right: solid 1px rgba(0, 0, 0, 0.15);
	vertical-align: middle;
	display: table-cell;
}
.enkaku-year p {
	font-weight: bold;
	font-size: 2rem;
	padding-right: 10px;
	top : 50%;
	letter-spacing: 0.3rem;
	color: #262626;!inportant
}
.enkaku-year p span {
	display: block;
	color: #8c8c8c;
	font-size: 1.5rem;
}
.enkaku-month {
	color: #003b7b;
	padding-left: 30px;
}
.enkaku-img-text {
	font-size: 1.3rem;
}

@media print, screen and (max-width:767px){
	.enkaku-area{
		line-height: 160%;
	}
}



@media print, screen and (max-width:767px){
	.enkaku-year{
		text-align: left;
		padding:30px 0 0 20px;
		border-right: none;
	}
}

@media print, screen and (max-width:767px){
	.enkaku-month{
		text-align: right;
		white-space: nowrap;
		font-size: 14px;
	}
}

/*----------------------------------------------------
FAQ - よくあるご質問
----------------------------------------------------*/
.faq-list {
	border-top: #6CAFF7 solid 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.faq-list h3 {
	color: #B4D5FC;
	font-weight: bold;
	display: inline;
}
.question:before {
	content: "Q.";
	color: #6AACF9;
	font-weight: bold;
	font-size: 2rem;
	padding-right: 5px;
}
.answer:before {
	content: "A.";
	color: #6AACF9;
	font-weight: bold;
	font-size: 2rem;
	padding-right: 5px;
}

#privacy{
	font-size:1.5rem;
	margin-top:50px;
	width:100%;
	height:150px;
	overflow:auto;
	border:solid hsla(0,0%,34%,1.00);
}
#privacy p{
	font-size:1.5rem;
	padding-left:10px;
}

.footer-border{
	width:100%;
	display:block;
	border-bottom:solid 1px #C6C6C6;
}

/*---------------------------------------------------
about-表彰状・感謝状
---------------------------------------------------*/
#commendation h1{
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 30px;
}

#commendation .commendation-area .article-title01 {
	padding-left: 60px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 20px;
}

.article-title01 i.icon-circle-group {
	color: #004ea2;
	font-size: 2rem;
	margin-right: 10px;
}

#commendation .commendation-area .article {
	letter-spacing: 0.1rem;
}

#commendation .article .border01 {
	border-bottom : 4px solid #cdcdcd;
	/*padding : 10px 0 10px 30px;*/
	padding: 0 !important;
}

#commendation .article > .row{
	padding: 10px 0 10px 30px;
	border-bottom: 1px solid #cdcdcd;
}

.article .article_box01 .commendation_title{
	font-size: 20px;
	margin-right: 10px;
	
}

.article .article_box01 .commendation_title > span{
	color: #FFF;
	padding: 5px 7px;
	font-weight: bold;
	font-size: 16px;
	margin-right: 10px;
}

.article .article_box01 .commendation_title .group {
	background-color: #004ea2;
}

.article .article_box01 .commendation_title .system {
	background-color: #0068b7;
}

.article .article_box01 .commendation_title .wedding {
	background-color: #ea68a2;
}

.article .article_box01 .commendation_title .funeral {
	background-color: #8957a1;
}

.article .article_box01 .commendation_title .wellness {
	background-color: #22ac38;
}

.article .article_box01 .commendation_text {
	font-size: 16px;
	clear: both;
	color: #555;
}

.article .article_box01 .commendation_date {
	font-weight: bold;
	margin-right: 10px;
}

@media print, screen and (max-width:767px){
	#commendation h1{
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 2rem;
}
	#commendation .commendation-area .article-title01 {
	padding-left: 0px;
	font-size: 2.1rem;
	margin-top: 20px;
}
	.article-title01 i.icon-circle-group {
	font-size: 1.6rem;
	margin-right: 5px;
}
	#commendation .article > .row{
	padding: 10px 0 10px 0;
}

	.article .article_box01{
	padding: 0;
}
	.article .article_box01 .commendation_title{
	font-size: 17px;
	margin-right: 0;
	margin-bottom: 0;
	
}
	.article .article_box01 .commendation_title > span{
	font-size: 1.3rem;
}

	.article .article_box01 .commendation_text {
	font-size: 1.3rem;
}
}

/*---------------------------------------------------
about-社会貢献
---------------------------------------------------*/
#social h1{
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 30px;
}

#social .social-text01{
	font-size: 1.6rem;
	line-height: 170%;
}

#social .social-title01{
	margin-top: 80px;
	font-size: 24px;
	margin-bottom: 10px;
}

.social-title01 i.icon-circle-wedding {
	color: #ea68a2;
	font-size: 2rem;
	margin-right: 10px;
}

#social .alert-social{
	font-size: 2rem;
	display: block;
	border-radius: 10px;
	padding: 15px 15px;
	margin: 20px -15px;
	font-weight: normal;
	color: #353535;
	background-color: rgba(234,104,162,0.2);
}

.social-area{
	margin-bottom: 30px;
	padding: 0 20px;
}

.social-area .social-text02{
	line-height: 170%;
	font-size: 1.6rem;
}

@media print, screen and (max-width:767px){
	#social h1{
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 2rem;
}
	#social .social-text01{
	font-size: 1.5rem;
	margin-bottom: 20px;
}
	#social .social-title01 {
	padding-left: 0px;
	font-size: 2.1rem;
	margin-top: 20px;
	margin-bottom: 0;
}
	#social .alert-social{
	font-size: 1.8rem;
	border-radius: 0;
	padding: 10px 10px;
}
	.social-area{
	padding: 0;
}
	.social-area .social-text02{
	margin-top: 5px;
}
}