
/* ---------- 全ページ共通 --------------- */

/* btn_page */
.btn_page {
	cursor: pointer;
	text-align: center;
	background-color: #c25251;
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
	padding: 3px;
}
/**/
.btn_page.spiritual { background-color: #44a8e3;}
.btn_page.interior  { background-color: #5bb45f;}

.btn_page span:before {
	font-family: 'CONDENSEicon', sans-serif;
	content: 'F';
	font-size: 24px;
	color: #FFF;
	display: inline-block;
	margin-right: 10px;
	vertical-align: sub;
}

.btn_page a {
	border: solid 1px rgba(255,255,255,0.75);
	box-sizing: border-box;
	background-image: url(../images/btn_corner.png);
	background-repeat: no-repeat;
	background-position: right 3px bottom 3px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 17px 25px;
}
.btn_page:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);  
}


/* box_btn */
.box_btn {
	box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.1);
	width: 300px;
}
.box_btn a {
	text-align: center;
	line-height: 50px;
	background-color: #44a8e3;
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
}
.box_btn a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);  
}
.box_btn span {
	background-image: url(../images/ic_boxbtn_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 15px;
	color: #FFF;
}




/* blk_ttl */
.blk_ttl {
	position: relative;
	border-left: solid 4px #c85554;
	margin-bottom: 50px;
	font-size: 24px;
	line-height: 120%;
	padding-left: 15px;
}
.blk_ttl:after {
	content: '';
	border-bottom: solid 1px #d3d3d3;
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 1px;
}


/* ---------- home ---------------------------------------- */

.home #contents {
	background-image: url(../images/bg_contents_pattern.png);
}

.home #relation_site {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	z-index: 100;
	position: relative;
	box-sizing: border-box;
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 70px;
}
.home #relation_site section {
  background: #000;
	position: relative;
	width: 470px;
	height: 400px;
	float: left;
	margin-right: 20px;
	cursor: pointer;
	background-image: url(../images/home/bg_site_spiritual.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home #relation_site section.interior { background-image: url(../images/home/bg_site_interior.jpg);}

.home #relation_site section:last-of-type { margin-right: 0;}

.home #relation_site section a {
  transition-duration: 0.3s;
	background-color: rgba(0,0,0,0.5);
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	margin: auto;
}
.home #relation_site section a:before {
	content: "";
	border: solid 1px rgba(255,255,255,0.75);
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 98%;
	height: 98%;
}
.home #relation_site section a:hover {
	background-color: rgba(0,0,0,0.2);
}

.home #relation_site section .txt_center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
}

.home #relation_site section h2 {
	color: #FFF;
	font-size: 30px;
	margin-bottom: 20px;
}
.home #relation_site section h2 span {
	font-size: 17px;
	display: block;
	font-weight: 500;
}
.home #relation_site section p {
	color: #FFF;
	font-size: 15px;
	margin-bottom: 20px;
}
.home #relation_site section .jump {
	position: relative;
	box-sizing: border-box;
	padding: 3px;
	width: 320px;
	margin: auto;
	background-color: #44a8e3;
}
/**/
.home #relation_site section.interior .jump { background-color: #5bb45f;}

.home #relation_site section .jump:before {}
.home #relation_site section .jump span {
	border: solid 1px rgba(255,255,255,0.75);
	color: #FFF;
	line-height: 50px;
	width: 100%;
	display: block;
	height: 100%;
	box-sizing: border-box;
	background-image: url(../images/btn_corner.png);
	background-repeat: no-repeat;
	background-position: bottom 3px right 3px;
}
.home #relation_site section .jump span:before { display: none;}

/* news */
.home .news-ticker {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 70px;
}
.home .news-ticker .title {
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 180%;
	text-align: center;
	color: #FFF;
	background-color: #c85554;
	padding: 0 30px;
	line-height: 56px;
}
.home .news-ticker .ticker {
	background-color: #FFF;
	position: relative;
	overflow: hidden;
	padding: 17px 20px;
}
.home .news-ticker .ticker ul {
	width: 100%;
	position: relative;
}

.home .news-ticker .ticker ul li {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.1em;
	text-decoration: none;
	display: none;
	width: 100%;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.home .news-ticker .ticker ul li span {
  font-family:"Noto Serif JP", "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 ProN W6",HiraMinProN-W6,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","Hiragino Kaku Gothic ProN",sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin-right: 20px;
	color: #616161;
}





.home #site_menu_list { padding-bottom: 100px;}
.home #site_menu_list ul {}
.home #site_menu_list ul li {
	width: 227px;
	float: left;
	margin-right: 30px;
}
.home #site_menu_list ul li:last-child { margin-right: 0;}

.home #site_menu_list ul li a {}
.home #site_menu_list ul li a:hover {}
.home #site_menu_list ul li .photo { margin-bottom: 10px;}
.home #site_menu_list ul li .ttl {
	font-size: 15px;
	background-image: url(../images/ic_corporate.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-weight: 500;
}







/* ---------- service ---------------------------------------- */
.serv .top_announce {
	text-align: center;
	margin-bottom: 60px;
}
.serv .top_announce .catchcopy {
	font-size: 48px;
	color: #212121;
	font-weight: 500;
	margin-bottom: 30px;
}
.serv .top_announce .catchcopy span {
	display: block;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.07em;
	padding-top: 6px;
}
.serv .top_announce p { color: #424242;}

.serv .business {
	padding: 70px 0 80px;
}
.serv #business1 {
	background-image: url(../images/bg_contents_pattern.png);
}
.serv .business .txt_area {
	width: 570px;
	float: left;
}
.serv .business .txt_area h4 {
	font-size: 32px;
	font-weight: 500;
	color: #212121;
	margin-bottom: 20px;
}
.serv .business .txt_area p {
	color: #424242;
	margin-bottom: 30px;
}
.serv .business .txt_area ul {
	list-style: none;
	background-color: #FFF;
	padding: 22px 26px;
	margin-bottom: 40px;
}
.serv .business .txt_area ul li {
	font-family: 'Noto Sans JP', sans-serif;
	padding-left: 1em; 
	word-wrap: break-word;
	font-size: 16px;
	color: #424242;
	display: inline;
	line-height: 180%;
	margin-right: 15px;
}
.serv .business .txt_area ul li::before {
	position: relative;
	top: -3px;
	left: -8px;
	display: inline-block;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 100%;
	background-color: #44a8e3;
}
.serv .business .photo {
	width: 360px;
	float: right;
}


.serv #business2 {	padding: 70px 0 100px;}
.serv #business2 .txt_area {float: right;}
.serv #business2 .photo { float: left;}
.serv #business2 ul { background-color: #f0f0f0;}
.serv #business2 ul li:before { background-color: #5bb45f;}
.serv #business2 .txt_area .box_btn a { background-color: #5bb45f;}







/* ---------- company ---------------------------------------- */

.outline_block {
	margin-bottom: 70px;
}
.outline_block table { margin-bottom: 10px;}
.outline_block table th {}
.outline_block table td a {
	display: inline-block;
	color: #333;
	text-decoration: underline;
}
.comp .outline_block table td a {
	background-image: url(../images/ic_corporate.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
}

.outline_block table td a:hover { text-decoration: none;}

.outline_block table th,
.outline_block table td {}

.outline_block table td .management {}
.outline_block table td .management h5 {
	font-size: 15px;
	margin-bottom: 10px;
}
.outline_block table td .management table {
	width: auto;
	margin-bottom: 20px;
}
/**/
.outline_block table td #management1 table {}
.outline_block table td #management2 table {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.outline_block table td #management3 table {}
.outline_block table td #management3 table th {}

.outline_block table td .management table th {
	border-right: solid 1px #d3d3d3;
	width: 150px;
}
.outline_block table td .management table td {
	width: 120px;
	text-align: right;
}
.outline_block table td .management table th,
.outline_block table td .management table td {
	border-right: solid 1px #d3d3d3;
	padding: 10px 15px;
}
.outline_block table td .management table th.head {
	text-align: center;
}
.outline_block table td .management table th.head:last-of-type { border-right: none;}
.outline_block table td .management table td:last-of-type { border-right: none;}








/* ---------- qualification ---------------------------------------- */

.qual .outline_block {}
.qual .outline_block .left_area {
	width: 470px;
	float: left;
}
.qual .outline_block .right_area {
	width: 470px;
	float: right;
	margin-bottom: 30px;
}
.qual .outline_block h4 {
	display: inline-block;
	font-size: 18px;
	color: #c25251;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: solid 2px #c85554;
	padding-bottom: 5px;
}
.qual .outline_block table { margin-bottom: 40px;}
.qual .outline_block table th {width: 300px;}

.qual .outline_block .all {
	clear: both;
	background-color: #c25251;
	padding: 15px 20px;
}
.qual .outline_block .all p {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
}
.qual .outline_block .all p span {float: right;}





/* ---------- recruit ---------------------------------------- */

.recr .outline_block { margin-bottom: 100px;}
.recr .outline_block .recr_site {
	margin-top: 60px;
	margin-bottom: 30px;
}
.recr .outline_block .recr_site a {
	text-decoration: underline;
	color: #333333;
	display: inline-block;
}
.recr .outline_block .recr_site a:hover {	text-decoration: none;}
.recr .outline_block .banner { display: inline-block;}






/* ---------- contact ---------------------------------------- */

.cont .top_announce { margin-bottom: 50px;}
.cont .top_announce .txt { margin-bottom: 40px;}
.cont .top_announce .contact {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: solid 3px #f0f0f0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	padding: 20px 40px;
	margin-bottom: 20px;

	font-size: 0;
	text-align: center;
}
.cont .top_announce .contact {}
.cont .top_announce .contact p {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-right: 35px;
	font-weight: 500;
}
.cont .top_announce .contact .tel_info {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
.cont .top_announce .contact .tel_info.stone {
	text-align: left;
	margin-right: 20px;
}
.cont .top_announce .contact .tel_info.stone .tel {
	font-size: 24px;
	color: #4ca3e6;
}
.cont .top_announce .contact .tel_info.stone .tel:before {
	font-family: 'CONDENSEicon', sans-serif;
	content: ':';
	font-size: 32px;
	color: #42a3dc;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 8px;
}

.cont .top_announce .contact .tel_info.stone .jp {
	font-size: 13px;
	color: #424242;
}
.cont .top_announce .contact .tel_info p {}
.cont .top_announce .contact .btn_page {
	display: inline-block;
	vertical-align: middle;
	background-color: #44a8e3;
}
.cont .top_announce .contact .btn_page a { font-size: 14px;}


/* cont_form */
.cont_form {
	width: 1000px;
	margin: auto;
}
.cont_form table {
	width: 100%;
	margin-bottom: 50px;
}
.cont_form th {
	background-color: #fbebeb;
	color: #212121;
	font-size: 16px;
	width: 300px;
	padding: 15px 20px;
}
.cont_form th span {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	float: right;
	line-height: 20px;
	background-color: #c85554;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: 200;
	color: #FFF;
	margin-top: 4px;
	padding: 2px 5px;
}
.cont_form th span.any { background-color: #9e9e9e;}

.cont_form td {
	padding: 10px 20px;
}
.cont_form th,
.cont_form td {
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom: solid 1px #d3d3d3;
	border-top: solid 1px #d3d3d3;
	box-sizing: border-box;
}

.cont_form input {
	width: 480px;
}
.cont_form textarea {
	width: 100%;
	min-height: 200px;
}
.cont_form input,
.cont_form textarea {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	border: solid 1px #e0e0e0;
	background-color: #f0f0f0;
	font-size: 15px;
	padding: 10px;
}
#contents .formtable input[type="radio"], #contents .formtable input[type="checkbox"] { width: auto;}
.cont_form label {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 300;
	display: block;
	margin: 10px 0 10px;
  cursor: pointer;
}
.cont_form label input {
	margin-right: 5px;
}

.cont_form .txt_end {
	text-align: center;
	font-size: 16px;
	margin-bottom: 35px;
}
.cont_form .txt_end a {
	display: initial;
	color: #424242;
	border-bottom: solid 1px #424242;
	padding-bottom: 2px;
}
.cont_form .txt_end a:hover { border-bottom: none;}

.cont_form .send_btn {
	cursor: pointer;
	background-color: #e69145;
	width: 360px;
	margin: 0 auto 100px;
	text-align: center;
	box-sizing: border-box;
	padding: 3px;
}
.cont_form .send_btn button {
	cursor: pointer;
	border: solid 1px #ffffff;
	background-color: inherit;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	color: #FFF;
	width: 100%;
	height: 100%;
	line-height: 80px;
	box-sizing: border-box;
	background-image: url(../images/btn_corner.png);
	background-repeat: no-repeat;
	background-position: bottom 3px right 3px;
}

/* アップデートに伴う改修 */
.cont_form .send_btn {
	cursor: default;
	background-color: transparent;
	width: 360px;
	padding: 0;
}
.cont_form .send_btn button {
	cursor: pointer;
	border: none;
	background-color: #e69145;
	position: relative;
	background-position: bottom 7px right 7px;
}
.cont_form .send_btn button:before {
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	position: absolute;
	top: 3px;
	left: 3px;
	box-sizing: border-box;
	border: solid 1px #FFF;
}
.cont_form .send_btn .wpcf7-spinner {
    margin-top: 10px;
}

/* contact form 7 */
.formtable .wpcf7-list-item {
	display: block;
	margin: 0;
}
.formtable .wpcf7-list-item > label {
	display: block;
	padding: 0;
}
.formtable .wpcf7-list-item-label {
	vertical-align: middle;
}
.formtable .gender .wpcf7-list-item,
.formtable .mailnews .wpcf7-list-item {
	display: inline-block;
	padding: 0;
	margin-right: 0;
}

.wpcf7 span.wpcf7-not-valid-tip {
	color: #e50012;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px;
}
.wpcf7 div.wpcf7-response-output {
	margin: 1.5em 0.5em;
	padding: 14px 11px;
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
}
.wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
	color: #e50012;
	border: 2px solid;
}
.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ng {
	color: #e50012;
	border: 2px solid;
}
.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #c25251;
	border: 2px solid;
}
.wpcf7 .wpcf7-form .ajax-loader {
	position: absolute;
	left: 49.5%;
	visibility: hidden;
	display: block;
	border: medium none;
	margin: 15px auto 0;
}





/* ---------- privacypolicy ---------------------------------------- */
.priv .top_announce {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 50px;
}
.priv .block {margin-bottom: 50px;}
.priv .block.end { margin-bottom: 100px;}

.priv .block h3 {
	position: relative;
	border-left: solid 4px #c85554;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 160%;
	padding-left: 15px;
}
.priv .block h3:after {
	content: '';
	border-bottom: solid 1px #d3d3d3;
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 1px;
}
.priv .block p {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 1em;
}
.priv .block ol {
	margin-left: 1.3em;
}
.priv .block ol li {
	font-family: 'Noto Sans JP', sans-serif;
	list-style-type: decimal;
	font-size: 15px;
	line-height: 180%;
	font-weight: 400;
	margin-bottom: 0.3em;
}






/* ---------- sitemap ---------------------------------------- */
.site .top_announce {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 50px;
}
.site .block {margin-bottom: 40px;}
.site .block.end { margin-bottom: 100px;}

.site .block h3 {
	border-bottom: solid 1px #d3d3d3;
	font-size: 17px;
	line-height: 160%;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.site .block h3 a {color: #333333;}
.site .block h3 a:hover {color: #c85554;}
.site .block p {
	font-size: 15px;
	line-height: 180%;
	margin-bottom: 1em;
}
.site .block ul {
	margin-left: 1.3em;
}
.site .block ul li {
	font-family: 'Noto Sans JP', sans-serif;
	list-style-type: disc;
	font-size: 15px;
	line-height: 180%;
	font-weight: 400;
	margin-bottom: 0.3em;
}
.site .block ul li a {color: #333333;}
.site .block ul li a:hover {color: #c85554;}







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


.box_btn {
	display: block;
	width: auto;
}
.box_btn a {
	line-height: 45px;
}
.box_btn span {
	padding-left: 22px;
	font-size: 13px;
	font-weight: bold;
	background-size: 13px auto;
}


.blk_ttl {
	margin-bottom: 34px;
	font-size: 18px;
	line-height: 150%;
	padding-left: 13px;
}
.blk_ttl::after {
	bottom: -10px;
}

.btn_page a {
	font-weight: bold;
}


/* ---------- home ---------------------------------------- */
.home #relation_site {
	padding: 15px 15px 1px;
	margin-bottom: 50px;
}
.home #relation_site section {
	float: none;
	margin-right: 0;
	margin-bottom: 25px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.home #relation_site section a {
	padding: 12% 6%;
	position: static;
}
.home #relation_site section .txt_center {
	position: static;
	top: 0;
	left: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	width: 100%;
}
.home #relation_site section h2 {
	font-size: 24px;
	line-height: 120%;
	margin-bottom: 15px;
}
.home #relation_site section h2 span {
	font-size: 15px;
}
.home #relation_site section p br {display: none;}
.home #relation_site section .jump {
	width: 100%;
	margin: auto;
}
.home #relation_site section .jump span {
	font-size: 13px !important;
	font-weight: bold;
}

.home .news-ticker {
	margin-bottom: 50px;
}
.home .news-ticker .title {
	font-size: 14px;
	padding: 0 3%;
	line-height: 48px;
}
.home .news-ticker .ticker {
	padding: 14px 10px 14px 15px;
}
.home .news-ticker .ticker ul li {
	font-size: 13px;
	font-weight: 400;
}
.home .news-ticker .ticker ul li span {
	font-size: 12px;
	margin-right: 5%;
}



.home #site_menu_list {padding-bottom: 30px;}
.home #site_menu_list ul li {
	width: 227px;
	float: none;
	margin: 0 auto 30px !important;
}
.home #site_menu_list ul li .ttl {
	font-size: 14px;
	padding-left: 20px;
	background-size: 13px auto;
}




/* ---------- service ---------------------------------------- */
.serv .top_announce {margin-bottom: 40px;}
.serv .top_announce .catchcopy {
	font-size: 28px;
	margin-bottom: 25px;
}
.serv .top_announce .catchcopy span {
	font-size: 18px;
	padding-top: 5px;
}
.serv .top_announce p {
	text-align: left;
	display: table;
	margin: auto;
}

.serv .business {
	padding: 40px 0 60px;
}
.serv .business .txt_area {
	width: auto;
	float: none !important;
	margin-bottom: 40px;
}
.serv .business .txt_area h4 {
	font-weight: 600;
	font-size: 21px;
	margin-bottom: 15px;
}
.serv .business .txt_area p {margin-bottom: 20px;}
.serv .business .txt_area ul {
	padding: 15px 20px;
	margin-bottom: 30px;
}
.serv .business .txt_area ul li {
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-right: 0;
}
.serv .business .photo {
	width: auto;
	float: none !important;
	text-align: center;
}
.serv .business .photo img {
	max-width: 100%;
	height: auto;
}

.serv #business2 {
	padding: 40px 0 60px;
}




/* ---------- company ---------------------------------------- */
.outline_block {margin-bottom: 50px;}
.outline_block table {
	border-bottom: solid 1px #d3d3d3;
}
.outline_block table th, .outline_block table td {
	display: inline-block;
	width: 100%;
}
.outline_block table td {border: none !important;}
.outline_block table td img {
	max-width: 100%;
	height: auto;
}

.comp .outline_block table td a {
	background-position: left top 7px;
	padding-left: 20px;
	background-size: 13px auto;
	font-size: 14px;
}

.outline_block table td .management table {
	border-bottom: none !important;
	width: 100%;
}
.outline_block table td .management table th,
.outline_block table td .management table td {
	display: table-cell;
}
.outline_block table td .management table th, .outline_block table td .management table td {
	border-top: solid 1px #d3d3d3 !important;
	border-right: solid 1px #d3d3d3 !important;
	border-bottom: solid 1px #d3d3d3 !important;
	padding: 7px 3%;
}
.outline_block table td .management table th.head:last-of-type {border-right: none !important;}
.outline_block table td .management table td:last-of-type {border-right: none !important;}

.outline_block table td #management2 table {
	width: auto !important;
}








/* ---------- qualification ---------------------------------------- */
.qual .outline_block .left_area {
	width: auto;
	float: none;
}
.qual .outline_block h4 {
	display: table;
	font-size: 15px !important;
	margin-bottom: 20px;
	padding-bottom: 3px;
}
.qual .outline_block .right_area {
	width: auto;
	float: none;
	margin-bottom: 30px;
}
.qual .outline_block table th {width: 100%;}

.qual .outline_block .all p {
	font-size: 16px;
}
.qual .outline_block .all {
	padding: 12px 15px;
}



/* ---------- recruit ---------------------------------------- */

.recr .outline_block {
	margin-bottom: 60px;
}






/* ---------- contact ---------------------------------------- */

.cont .top_announce .txt {
	margin-bottom: 30px;
}
.cont .top_announce .contact {
	display: block;
	padding: 15px 20px;
	margin-bottom: 20px;
}
.cont .top_announce .contact p {
	display: block;
	font-weight: 600;
	font-size: 17px;
	margin-right: 0;
	margin-bottom: 12px;
}
.cont .top_announce .contact .tel_info {
	display: table;
	text-align: right;
	margin: 0 auto 10px;
}
.cont .top_announce .contact .tel_info.stone {
	margin-right: auto;
	margin-bottom: 15px;
}
.cont .top_announce .contact .tel_info.stone .jp {
	font-size: 12px !important;
	font-weight: 500;
	margin-bottom: 0;
}
.cont .top_announce .contact .tel_info.stone .tel {
	font-size: 22px;
}
.cont .top_announce .contact .tel_info.stone .tel a {color: #4ca3e6;}

.cont .top_announce .contact .tel_info.stone .tel::before {
	font-size: 30px;
	margin-right: 7px;
}
.cont .top_announce .contact .btn_page {
	display: block;
	margin-bottom: 13px;
}
.cont .top_announce .contact .btn_page a {padding: 15px 15px; font-size: 13px;}

.cont_form {
	width: auto;
	margin: 0 6%;
}
.cont_form table {
	width: auto;
	margin-bottom: 30px;
	border-bottom: solid 1px #d3d3d3;
}
.cont_form th, .cont_form td {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	padding: 10px 3% !important;
}
.cont_form td {
	border: none !important;
}
.cont_form th span {
	line-height: 18px;
	font-size: 10px;
	margin-top: 2px;
}
.cont_form input {
	width: 100%;
	box-sizing: border-box;
}
.cont_form textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 130px;
}
.cont_form input, .cont_form textarea {
	font-size: 14px;
	padding: 7px;
}
.cont_form label {
	font-size: 14px;
	margin: 5px 0 8px;
}


.cont_form .txt_end {
	margin-bottom: 20px;
}
.cont_form .send_btn {
	width: auto;
	margin: 0 auto 60px;
}
.cont_form .send_btn button {
	font-size: 17px;
	line-height: 60px;
}












/* ---------- sitemap ---------------------------------------- */
.site .block {margin-bottom: 30px;}
.site .block.end {margin-bottom: 70px;}
.site .block h3 {font-size: 15px;}
.site .block ul li {font-size: 14px;}





/* ---------- privacypolicy ---------------------------------------- */
.priv .top_announce {
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 40px;
}
.priv .block {margin-bottom: 40px;}
.priv .block.end {margin-bottom: 60px;}
.priv .block h3 {
	margin-bottom: 25px;
	font-size: 17px;
	padding-left: 12px;
}
.priv .block h3::after {bottom: -11px;}
.priv .block ol li {font-size: 14px;}



}


