@charset "utf-8";
p{letter-spacing:1.5px;font-size:18px; }

/*新トップ*/
article#top {
	text-align: center;
}
#top h2{margin-top:0px;}
#top #mv {position: relative;padding:0px;}
#top .cta {
	position: absolute;
    width: 100%;
    bottom: 23%;
}

#top .cta a{    
	background: #00b900;
    color: #fff;
    display: block;
    width: 30%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
	position:relative;
}
#top .cta a:after{
	position: absolute;
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
} 
.bg_orange{background:#ff9b00!important;}
#top a {
	display: block;
/* 	width: 100%; */
/* 	color: #333333; */
}
#top img {
	width: 100%;
}
#top .inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 80px 0;
}
#top .section_title {
	max-width: 700px;
	margin: 0 auto 30px;
}
#top .title_description {
	font-size: 1.125rem; /* 18px */
	padding-top: 30px;
	text-align:center;
}
#top .card_list {
	display: grid;
	gap: 40px;
}
#top .card_list a {
	background-color: #fff;
}
#top .card_list.-col2 {
	grid-template-columns: 1fr 1fr;
}
#top .card_list.-col3 {
	grid-template-columns: 1fr 1fr 1fr;
}
#top .card_list.-col4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
#top .btn {
	display: inline-block;
	width: 320px;
	padding: 16px;
	margin-top: 64px;
	background-color: #333;
	color: #fff;
	font-weight: 700;
	border: solid 2px transparent;
	border-radius: inherit;
}
#top .btn:focus,
#top .btn:hover {
	background-color: #fff;
	color: #333;
	border-color: currentColor;
	transition: .25s;
}
#top .chevron_right {
	position: relative;
}
#top .chevron_right::after {
	position: absolute;
	content: "\f054";
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
#top .mb16 {
	margin-bottom: 1rem;
}
#top .mb104 {
	margin-bottom: 104px;
}
#top .bg_gray.-full {
	background-color: #f7f7f7;
}

/* メニューセクション */
#top .menu .section_title.inner {
    padding-bottom: 0;
}
#top #businessSupport .section_title.inner {
	padding-top:0px;
}
#top .menu .card_list.-col2 a {
	max-width: 500px;
	height: 100%;
	text-align: left;
	padding: 2rem;
	box-shadow: 0 0 12px rgba(0, 61, 128, .08);
	position: relative;
}

#top .menu h3 {
	font-size: 1.375rem;
	font-weight: 700;
	margin-bottom: 1em;
}
#top .menu ul.card_list.-col2.inner {
    padding: 40px 0;
}
#top .menu a.chevron_cRight::before {
	content: "";
    position: absolute;
    top: 44px;
    right: 32px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: solid 2px #003d80;
    border-radius: 50%;
}
#top .menu a.chevron_cRight::after {
	content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 44px;
	right: 50px;
    border-top: solid 2px #003d80;
    border-right: solid 2px #003d80;
    transform: translateY(-50%) rotate(45deg);
}
#top .bg_paleBlue.-left {
	background-image: linear-gradient(90deg, #e6f2ff calc(50% + 450px), #fff calc(50% + 450px));
}
#top .bg_paleBlue.-right {
	background-image: linear-gradient(-90deg, #e6f2ff calc(50% + 450px), #fff calc(50% + 450px));
}
#top .menu h3 {
	position: relative;
}

/* 経営サポートセクション */
#top #businessSupport {
    padding-bottom: 80px;
}

/* 特長セクション */
#top #feature .feature_lead {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 60px;
}
#top #feature {
    line-height: 1.6;
}
#top #feature p{text-align:center;}
/* 事例・お客様の声セクション */
#top #voice > div {
	margin-bottom: 60px;
}
#top #voice > img {
	margin-bottom: 84px;
}
#top #voice h3 {
	text-align: left;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 10px;
}
#top #voice p {
	text-align: left;
	margin-top: 10px;
}
#top #voice img.jirei_logo {
    padding-bottom: 50px;
}

/* コラムセクション */
#top #column a {
	padding: 28px 30px;
	color: #003d80;
	font-weight: 700;
	border: solid 10px #003d80;
}

/* 採用情報セクション */
#top #recruit li {
	max-width: 500px;
	text-align: left;
}

/* 企業情報セクション */
#top #company a {
	max-width: 500px;
	border: solid 2px #333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	padding: 32px;
}

/* 事業所紹介セクション */
#top #office li {
	text-align: left;
}
#top #office p {
	margin-top: 10px;
}
#top #office p:last-of-type {
	margin: 0 0 10px;
}
#top #office .heading1 {
	color: #003d80;
	border-bottom: solid 1px #000;
	font-weight: 700;
}
#top #office .heading2 {
	color: #003d80;
	font-weight: 700;
}
/*新トップここまで*/

/*サービスページ下部のお問い合わせセクション*/
.contact_box{display: flex; align-items: center; justify-content: center;}
.contact_box img{width:30%; margin-right:5%;}
.contact_box .btm_txt{text-align:left;margin-top:0px;}

/* .cont */
.cont{
	padding:50px 0 50px;
}
.cont p{
	margin:20px 0;
	font-size:14px;
	line-height:1.5;
}
.cont .red{
	color:#d8458e;
}
.cont .bold{
	font-weight:bold;
}

/* #cont4 */
#cont4{
	padding-bottom:130px;
	background:url(../images/company/bg.png)no-repeat center top;
	background-size:cover;
}
#cont4 section,
#cont9 section{
	margin-bottom:100px;
}
#cont4 section h3,
#cont9 section h3{
	margin-bottom:50px;
	font-size:24px;
}
#cont4 section p,
#cont9 section p{
	font-size:18px;
	font-weight:bold;
	line-height:1.8;
	display:block;
}

/* #cont10 */
#cont10 ul{
	width:1200px;
	margin:0 auto;
}
#cont10 ul li{
	margin:0 20px 25px;
	display:inline-block;
	vertical-align:top;
	border:1px solid #003d80;
	background-color:#fff;
	text-align:left;
}
#cont10 ul li h3{
	line-height:65px;
	margin-bottom:20px;
	font-size:24px;
	font-weight:normal;
	color:#fff;
	background-color:#003d80;
	text-align:center;
}
#cont10 ul li p{
	font-size:18px;
	line-height:1.4;
	padding-left:10px;
}

/* #mv */
#mv div{
	height:280px;
	padding-top:100px;
	background:url(../images/top/h1_bg.png)no-repeat center top;
	background-size:cover;
}
#mv div h1{
	font-size:34px;
	color:#fff;
	letter-spacing:0.1em;
	text-indent:-0.1em;
}
#mv div p{
	margin-top:35px;
	font-size:14px;
	color:#fff;
	line-height:1.5;
	letter-spacing:0.1em;
	text-indent:-0.1em;
}
#mv h2{
	margin-bottom:50px;
	font-size:24px;
}
#mv > p{
	margin:20px 0;
	font-size:14px;
	line-height:1.5;
}
#mv > p:first-of-type{
	margin-bottom:30px;
}

/*top*/
#top .sp_only{
	display:none;
}

/* .cont */
.cont{
	padding:70px 0 50px;
}
.cont p{
	margin:20px 0;
	font-size:18px;
	line-height:1.5;
}
/*他の箇所に影響するので削除byかずな.cont h2 + p{
	font-weight:bold;
}*/
.cont a.link{
	width:228px!important;
	line-height:60px;
	background:url(../images/top/link_bg.png)no-repeat left top;
	display:block;
	font-size:24px;
	color:#fff!important;
	text-align: center;
	margin:0 auto;
}

/* #cont1 */
#cont1{
	background:#fff;
}
#cont1 ul{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-around;
	margin-bottom: 20px;
}
#cont1 ul li{
	margin:20px 8px 0;
	vertical-align:top;
}

#cont1 ul .top_menu{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
}
#cont1 ul .top_menu li{
	width:285px;
	margin:40px 8px 0;
	display:inline-block;
	vertical-align:top;
}
#cont1 ul .top_menu li img{
	max-height: 165px;
}
#cont1 ul li a{
	color:#333;
}
#cont1 ul li a h3{
	margin:20px 0 15px;
	font-size:18px;
}
#cont1 ul li h3{
	text-align:center;
}
#cont1 ul li a p{
	width:235px;
	margin:auto;
}
#cont1 ul li p{
	text-align:left;
}
#cont1 ul + p{
	margin:100px 0 60px;
}

/* .entry_links */
.entry_links{
	padding-bottom:20px;
}
.entry_links > ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	letter-spacing:-0.4em;
	margin:0 auto 60px;
	text-align:left;
	width:1000px;
}
.entry_links > ul:after {
	content:"";
	display: block;
	width: 33.33333333%;
}
.entry_links > ul > li{
	display:inline-block;
	flex: 0 0 auto;
	letter-spacing:normal;
	padding: 1rem;
	vertical-align:top;
	width: 33.33333333%;
}
.entry_links > ul > li > a{
	background: #fff;
	border: solid 1px #EEEEEE;
	display: block;
	padding: 1rem;
}
.entry_links > ul > li img{
	width:100%;
}
.entry_links > ul > li h3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	height: 2rem;
	line-height: 1rem;
	margin: 0.5rem 0;
	overflow: hidden;
	font-weight:normal;
}
.entry_links > ul > li ul li{
	background-color:#003d80;
	color:#fff;
	display:inline-block;
	font-size:12px;
	padding:2px 7px;
}
.entry_links img{
		height: 150px;
	object-fit: cover;
}
#entry_links > ul > li p{
	font-size:14px;
	margin:0px;
	border-bottom:1px solid #003d80;
	display:block!important;
	padding:0px;
}

/* #menu_links */
#menu_links{
	background:#F7F7F7;
}
#menu_links > ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	letter-spacing:-0.4em;
	margin:0 auto 60px;
	text-align:left;
	width:1040px;
}
#menu_links > ul:after {
	content:"";
	display: block;
	width: 33.33333333%;
}
#menu_links > ul > li{
	display:inline-block;
	flex: 0 0 auto;
	letter-spacing:normal;
	padding: 1rem;
	vertical-align:top;
	width: 50%;
}
#menu_links > ul > li > a{
	display: block;
	padding: 1rem;
	background: #fff;
}
#menu_links > ul > li img{
	width:100%;
}
#menu_links > ul > li h3{
	padding:10px 0px;
	font-size:20px;
	color:#003d80;
	font-weight:bold;
	border-bottom:1px solid #000;
}
#menu_links > ul > li ul li{
	background-color:#003d80;
	color:#fff;
	display:inline-block;
	font-size:12px;
	padding:2px 7px;
}

/* #cont3 */
#cont3 h3{
	margin:50px 0 40px;
	font-size:24px;
	color:#003d80;
}
#cont3 h3 span{
	margin-bottom:10px;
	display:block;
	font-size:14px;
	color:#000;
}
#cont3 ul{
	margin-top:50px;
}
#cont3 ul li{
	margin:0 50px;
	display:inline-block;
}

/* #cont4 */
#cont4{
	background:url(../images/top/bg.png)no-repeat center top;
	background-size:cover;
	padding-bottom:90px;
}
#cont4 table{
	width:890px;
	margin:auto;
}
#cont4 table th,
#cont4 table td{
	height:60px;
	border:1px solid #d2d2d2;
	font-size:18px;
}
#cont4 table th{
	width:250px;
	background-color:#edf4f8;
	font-weight:normal;
}
#cont4 table td{
	padding:20px 0 20px 80px;
	text-align:left;
}
#cont4 table td ul li{
	padding:3px 0;
}

/* #cont5 */
#cont5{
	background:url(../images/top/bg.png)no-repeat center top;
	background-size:cover;
	padding-bottom:80px;
}
#cont5 > ul{
	width:1000px;
	margin:0 auto 60px;
	letter-spacing:-0.4em;
	text-align:left;
}
#cont5 > ul > li{
	width:226px;
	margin:20px 32px 0 0;
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
}
#cont5 > ul > li:nth-child(4n+4){
	margin-right:0;
}
#cont5 > ul > li img{
	width:100%;
    height: 150px;
    object-fit: cover;
}
#cont5 > ul > li h3{
	margin:5px 0;
	font-size:12px;
	color:#333;
}
#cont5 > ul > li ul li{
	display:inline-block;
	margin-right:2px;
	padding:2px 7px;
	background-color:#003d80;
	color:#fff;
	font-size:10px;
}

.top_bn img{
	width:60%;
	margin: 60px 0;
}

/* .sec_wrap */
.sec_wrap .indent{
	padding-left:1em;
	text-indent:-1em;
}
.sec_wrap .img_box{
	text-align:center;
}

/* .member_list */
.member_list > ul{
	width:100%;
	display: flex;
    flex-wrap: wrap;
}
.member_list > ul > li{
	width: calc((100% - 300px) / 3);
	margin-left: 10px;
	margin-bottom:30px;
}
.member_list > ul > li a{
	display:block;
	color:#333;
}
.member_list > ul > li dl{
	margin-top:15px;
	font-weight:bold;
}
.member_list > ul > li dl dt{
	margin-bottom:5px;
	font-size:20px;
}
.member_list > ul > li dl dt span{
	margin-bottom:5px;
	font-size:13px;
	display:block;
}
.member_list > ul > li dl dd{
	font-size:14px;
	display:inline-block;
	text-align:left;
}
.member_list > p{
	margin: 10px;;
}
.member_list .area{
	display: inline-block;
    margin-top: 10px;
    padding: 4px 7px 1px;
    background-color: #003d80;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

/*メンバーページ*/
#member {
	max-width: 1000px;
    margin: 0 auto;
}
#member h1{
	font-size:20px;
}
#member .flex_box{display:flex;}
#member .left_side{
	width:65%;
	margin: 20px 0;
}
#member .right_side{
	width:35%;
	margin:20px 0 0 20px;
}

#member dl dt{
	color: #003d80;
	font-size:18px;
	font-weight:500;
}
#member .menu ul{
	display:flex;
	padding:0;
	justify-content: center;
}
#member .menu ul li{
	font-size:16px;
	color:#fff;
	background-color:#696969;
	display:block;
	padding:15px 20px;
	width: 100%;
	margin: 0 auto 3px;
	text-align: center;
}
#member .menu ul li a{
	display: block;
}
#member .menu ul li.last_cell{
	background-color:#db163d !important;
}
#member table.t_member {
	border-collapse: collapse;
}
#member table.t_member tr td a{
	color: #005190cc !important;
}
#member table.t_member th, table.t_member td {
	border: solid 1px black;
	padding: 10px 20px;
    width: 300px;
}
#member table.t_member th{
	background-color: #003d80;
	color:#fff;
	text-align:center;
}
#member figure.only_sp{
	display:none;
}
#member #youtube dl{
	display: flex;
    flex-wrap: wrap;
    margin: 30px 10px;
}
#member #youtube dl dd{
    margin: 0 10px 30px;
}
#member #youtube a.link {
    width: 228px;
    line-height: 60px;
    background: url(../images/top/link_bg.png)no-repeat left top;
    font-size: 24px;
    color: #fff;
	text-align: center;
	display: block;
    margin: auto;
}


/*テストメンバー*/
#member .flex_box1{display:flex;justify-content: space-between;}
#member .flex_box1 .left_side{width:55%;margin: 20px 0;}
#member .flex_box1 .left_side p{ font-size:18px;}

#single-work .blog_tit_back{
	margin-bottom:40px;
	line-height:180px;
	background:url(../images/blog/h2_bg.png)no-repeat center center;
}


/*採用ページ*/
#recruit_top #secwrap{width:1200px; margin: 0 auto;}
.recruit_table td:first-child{padding-left:20px;width: 15%;border:solid 1px #003d80;}
.recruit_table td:last-child{padding-left:20px;border:solid 1px #003d80;}
#recruit_top p{text-align:left; font-weight:normal;padding:0px 0px 16px;margin:0px;}
.recruit_table{margin:10px auto;}
.entry_btn{border: 1px solid #003d80;
    border-radius: 0;
    width: 270px;
    color: #003d80;
    padding: 12px;
    margin: 0 auto;
    display: block;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'Hiragino Kaku Gothic Pro', "Verdana", Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    position: relative;}
.entry_btn:after{content:'▶';
    font-size: 12px;
    color: #003d80;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);}

.indeed_contents ul{display:flex; flex-wrap: wrap; margin:0 20px; justify-content:center;}
.indeed_contents ul li{margin-left:13px;}
.indeed_contents ul li a{border:1px solid #949593; padding: 15px 30px 15px 20px!important; font-size:18px; width:320px; text-align: center;margin-bottom:20px; height:120px; display: flex; align-items: center; justify-content: center; position:relative;}
.indeed_contents ul li a:after{content: '▼';  font-size: 18px;  color: #949593;  position: absolute; right: 0.5em; top: 50%; transform: translateY(-50%);}

/*補助金サービスページ*/
/*共通*/
.table{width:85%; margin:10px auto!important; font-size:18px!important;}
.table tr:first-child{background:#949593; color:#fff;}
.table td,
.table tr:first-child td:last-child{padding:15px 1%;border: 1px solid #949593; text-align: center; vertical-align: middle;}
.table tr:first-child td{border-right:1px solid #fff;}

/*content*/
.contents ul{display:flex; flex-wrap: wrap; margin:0 20px; justify-content:space-between;}
.contents ul li a{border:1px solid #949593; padding: 15px 30px 15px 20px!important; font-size:18px; width:240px; text-align: center;margin-bottom:20px; height:80px; display: flex; align-items: center; justify-content: center; position:relative;}
.contents ul li a:after{content: '▼';  font-size: 18px;  color: #949593;  position: absolute; right: 0.5em; top: 50%; transform: translateY(-50%);}

/*sec1*/
.onayami{width:80%; margin:0 auto;}
.onayami .n_box{display:flex!important; width:100%;margin-bottom: 15px;}
.onayami .n_box p:first-child{background:#949593; color:#fff; width:15%;padding-top:10px!important; text-align:center;}
.onayami .n_box p:last-child{border:solid 1px #949593;padding:10px 20px!important; width:100%;}
.onayami .btm_txt{text-align:center; font-weight:bold; font-size:20px!important;margin-top:30px;}
.service_box--ontext{display:flex; flex-wrap: wrap; margin:0px; justify-content:space-between;}
.service_box--ontext div{border:1px solid #949593; font-size:18px; width:100%; text-align: center; height:80px; display: flex; align-items: center; justify-content: center;position: relative;}
.service_box--ontext li {width: 22%;}
.service_box--ontext a {display: block; width: 100%; height: auto;}

/*sec2*/
.onayyami{width:85%; margin:0 auto;}

/*sec5*/
.service_box{display:flex; flex-wrap: wrap; margin:0 20px; justify-content:space-between;}
.service_box li{border:1px solid #949593; padding:15px 5px!important; font-size:18px!important; width:295px; text-align: center;margin-bottom:20px; height:80px; display: flex!important; align-items: center; justify-content: center;}
.price_box{display:flex; justify-content:space-between; margin-bottom: 40px!important;}
.price_box li{border:1px solid #949593; text-align:center; width:30%; display:flex!important; flex-direction:column;}
.price_box li p:first-child{background:#949593; color:#fff;}
.price_box li p{padding:20px 0;display: table-cell;text-align:center;}
.price_box li p:last-child{margin: auto 0;}
.price_bikou{margin-top:30px;}
.price_box.center {justify-content: center;}
.price_box.-col2 {justify-content: center; gap: 50px;}

/*sec6*/
.step_box {width:85%; margin:0 auto;}
.step_box li{display:flex!important; border:1px solid #949593; position: relative; margin-bottom:30px; color:#000!important;}
.step_box li:last-child::after{display:none;}
.step_box li > p{text-align:center; padding: 10px 20px!important; margin-bottom: 0px!important;}
.step_box li > p:first-child{/*width: 15%;*/ background:#949593; color:#fff; display: flex; align-items: center;}
.step_box li div {padding: 10px;}
.step_box li div p:first-child { font-weight: bold;}
.step_box li div p:last-child { margin-bottom:0px!important;}
.step_box li::after {content: ""; border: 15px solid transparent; border-top: 15px solid #949593; width: 0; height: 0; position: absolute; left:430px; bottom: -40px;}

/*CTA*/
#hojokintop #cta,#listingtop #cta,#indeedtop #cta { width: 100%!important;}
#cta h2{
	margin-bottom:0px;
	font-size: 1.75rem;
	color:#000;
	background:#F7F7F7;
	text-align:center;
	border-bottom: none;
	margin-top:0px;
}
#cta dl{
	display:none;
}
#cta section ul li{
	display:inline-block;
	margin:0 30px;
}
#cta .contact{
	background:#F7F7F7;
	padding-top: 40px;
}
#cta .contact p{
	margin:0 auto;
	border-top:1px solid #000;
	padding-top:10px;
	text-align:center;
	max-width: 884px;
}
#cta .contact ul{
	padding:40px 0 40px;
	display:flex;
	justify-content:center;
	margin:0 auto;
}
#cta .contact ul li{
	margin-right:20px;
	font-size:26px;
	font-weight:bold;
	color:#fff;
	list-style-type: none;
}
#cta .contact ul li:last-child{
	margin-right:0px;
}
#cta .contact ul li:first-child a{
	background:#ff9b00;
	color:#fff;
}
#cta .contact ul li:nth-child(2) a{
	background:#00b900;
	color:#fff;
}
#cta .contact ul li:last-child a{
	background:#1877f2;
	color:#fff;
}
#cta .contact ul li span{
	font-family: "Hind Guntur",sans-serif;
}
#cta .contact ul li a{
	display:block;
	width:300px;
	line-height:70px;
	background-color:#fff;
	color:#2c2c2c;
	font-size:24px;
	font-weight:bold;
	text-align: center;
}
#cta ul li a img{
	margin-right:10px;
	margin-bottom:3px;
}

/* 企業情報ページ */
/* company */
article#company {padding: 0;}
article#company > section {width: 100%; padding: inherit;}
.only_sp {display: none;}
.pic_area {display: flex; justify-content: space-evenly; margin: 24px auto 0;}
#company #outline div.pic_area img {max-width: 320px;}
#company {line-height: 1.5;}
#company section {padding-bottom: 80px;}
#company p {margin-bottom: .5em;}
#company table {margin: 0 auto;	table-layout: fixed; border-collapse: collapse;	border: #ddd solid 1px;	width: 96%;}
#company th {background-color: #f5f5f5;	width: 30%;	font-weight: normal;}
#company th, #company td {border: #ddd solid 1px; padding: 1em; vertical-align: top;color: #000;}
#company li {margin-bottom: 0.4em;}
#company .jumbotron-img {
	max-width: 1040px; height: 320px;
	background-image: url(https://www.listing-partners.com/wp/wp-content/uploads/2023/03/company_message_pc-min.jpg);
	background-size: cover;
	background-position: 70% 100%;
	background-repeat: no-repeat;
	margin: 0 auto 40px;}
#company .message .jumbotron-title {font-size: 24px; padding: 80px 50px 0;}
#company .message .jumbotron-text {font-size: 24px;}
#company .message > p {margin-bottom: 1.6em;}
#company .message p span {display: inline-block; margin: .6em 0;}
#company .message .emphasis {
	font-weight: bold;
	font-size: 20px;
	margin-left: 2em;}
#single-work #company th, #single-work #company td {
    border: 1px solid #ddd;
    padding: 1em!important;
}

/* 当社の特徴ページ */
.img_box.img1 {width: 75%; margin: 0 auto;}


/* 固定ページ */
.price_box p {color: #333; margin: 0;}
.price_box.-col2 p {color: #333;}
.price_box.-row2 p {
height: 100%;
min-height: 0%;
display: flex;
align-items: center;
justify-content: center;
}


/*メンバーページ*/
#single-work.member section h2{	max-width:100%;	}
#single-work.member section{max-width: 1040px;}
#single-work.member section h2.top{margin: 0px 0 20px!important;}
#single-work.member section table{width:50%!important;margin: 10px 0 0px;}
#single-work.member section table.consul{width:75%!important;margin: 10px 0 0px;}
#single-work.member section table th{padding:10px 0px;text-align:center;background:#e7e7e7;color:#000; border:solid 1px #000;}
#single-work.member section table th:last-child{border-right:none;}
#single-work.member section table td{padding:10px 0px;text-align:center;}
#member .wrapper{display:flex;}
#single-work.member .img-box{display:flex;width:100%;justify-content: space-around;}
#single-work.member .img-box img{width:33%;}
#single-work.member #member .left_side .table{width:100%!important;}


/*投稿ページ*/
.toukou .cta_box {
    background: #86BDD1;
    text-align: center;
    padding: 20px 20px;
    width: 100%;
    margin: 40px auto;
}
.toukou .cta_box p{
	text-align:center;
}
.toukou .cta_box .white {
    background: #fff;
    padding: 33px 20px;
    border-radius: 10px;
}
.toukou .cta_box .cta_ttl{
    font-weight: bold;
    font-size: 22px!important;
}
.toukou .cta_box a {
    background: #00b900;
    color: #fff;
    padding: 12px;
    width: 75%;
    position: relative;
    display: block;
    margin: 10px auto 0;
}
.toukou .cta_box a:after{
	content: '▶';
	font-size: 12px;
	color: #fff;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}

.contact_us_box2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom:30px;
}
.contact_us_box2 img {
    max-width: 45%;
	padding-bottom:20px;
}
.contact_us_box2 p {
	text-align: left;
	padding-left:30px;
}

@media screen and (max-width: 760px) {#contact_us .section_inner .contact_us_box2 {
	flex-direction:column;
}}

@media screen and (max-width: 760px) {#contact_us .section_inner .contact_us_box2 img{
	max-width:100%;
}}

/*アーカイブ*/
.gray_space{
	width:100%;
	padding:30px;
	background-color: #f7f7f7;
	margin-bottom:10px;
}

.borderblock_3 li{
	width:28% !important;
	padding:3%;
	border:1px solid #000;
	margin:1%;
	margin-bottom:60px;
	float:left;
}
.block_3 li{
	width:350px !important;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:60px;
	float:left;
}



.blockimg {
	width:100%;
	height: 180px;
	object-fit: cover !important; 
	margin-bottom:20px;
}

.basic_section{
	width:1200px;
	margin-top:40px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}



.font18{
	font-size:18px;
}
.font16{
	font-size:16px;
}
.aligncenter{
	text-align:center;
}
#single-work td {
	padding:5px;
	border-top:1px solid #000 ; 
	border-left:1px solid #000 ; 
}
#single-work  a:link{
	color:#0b62e5 !important　;
}
#single-work  a:visited{
	color:#0b62e5 !important;
}
#single-work  a:hover{
	color:#0b62e5  !important;
	text-decoration:underline;
}


#single-work  .hojokin_list_box  li  a:link{
	color:#000 !important　;
}
#single-work  .hojokin_list_box li  a:visited{
	color:#000 !important;
}
#single-work  .hojokin_list_box  li   a:hover{
	color:#000 !important;
	text-decoration:underline;
}
#single-work   .hojokin_list_container li  a:link{
	color:#000 !important　;
}
#single-work   .hojokin_list_container li  a:visited{
	color:#000 !important;
}
#single-work  .hojokin_list_container  li   a:hover{
	color:#000 !important;
	text-decoration:underline;
}
#single-work  .cta_box　a:link{
	color:#FFF !important　;
}
#single-work .cta_box  a:visited{
	color:#FFF !important;
}
#single-work .cta_box  a:hover{
	color:#FFF !important;
	text-decoration:underline;
}



@media screen and (max-width: 760px) {
	.basic_section{		width:100%;
}
.blockimg {
	width:100%;
	height: 80px;
	object-fit: cover !important; 
	margin-bottom:20px;
}
.block_3 li{
	width:48% !important;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:60px;
	float:left;
}

}