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

html, body {
  font-size: 62.5%;  /*10px*/ 
  height: 100%;
  width: 100%;
}

body,
table,
input, textarea, select, option {
	margin: 0;
	padding: 0;
  line-height: 1.61;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Hiragino Kaku Gothic Pro','Gothic','Mincho','MS Gothic','MS PGothic','Meiryo','Hiragino Mincho Pro','MS Mincho','MS PMincho','Comic Sans MS','Courier New',monospace,sans-serif;
  text-align: justify;
	color: #1F1F1F;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}
p {
	margin: 1.5rem 0;
}

a {
	color: #00BCD4;
	text-decoration: none;
	transition: all .3s;
}
a:link {

}

a:hover {
	color: #1d7073;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.8;
}

a:active {
	color: #00299e;
}
img {
	max-width: 100%;
	height: auto;
	line-height: 0;
	transition: 0.4s;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}
.marker_green {
	background: linear-gradient(transparent 30%, #dbf881 30%);
}
.text_center {
	text-align: center;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.switch {
	display: inline-block;
	background: #fadf7d;
	font-weight: bold;
	border-radius: 15px;
	border-bottom: 1px solid #cdcdcd;
	padding: 5px 20px;
	line-height: 1;
 -webkit-animation: switchtext 0.8s infinite alternate;
 -moz-animation: switchtext 0.8s infinite alternate;
 animation: switchtext 0.8s infinite alternate;
}
@-webkit-keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0.25; }
}
@-moz-keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0.25; }
}
@keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0.25; }
}
#toc_container {
	box-sizing: border-box;
}


.contents {
	padding-top: 146px;
	padding-top: 102px;
}


.wrap {
	position: relative;	
	min-height: 100%;
}
.wrapper,
.inner {
	width: 1020px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.main {
	width: 680px;
	float: left;
}
.box_title .title,
.box_title .title,
.box_title .title,
.box_title .title {
	padding-bottom: 10px;
	margin: 10px 0 20px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.page .box_title .title {
}

.sidebar {
	width: 300px;
	float: right;
	margin-bottom: 40px;
}

.content_link_text {
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	margin-bottom: 10px;
}
.content_link_text a {
	padding: 20px 10px;
	display: block;
	line-height: 1;
}
.caption {
	font-size: 11px;
	font-size: 1.1rem;
}



h2 {
	padding: 10px 20px;
	margin: 10px 0;
	font-size: 20px;
	font-size: 2.0rem;
}



/*--------------------------
 
----------------------------*/


@media screen and (min-width: 1000px) {	
.fixedmenu {
    position: relative;
  }
  .wrapper {
	  position: relative;
	  margin-top: 20px;
	 }
  .cat-nav-fix{
    position: fixed;
    top: 0;
    margin-left: 760px;
  }
}
.cat_list {
	box-sizing: border-box;
	border: 1px solid #c4aec9;
	border-radius: 4px;
	padding: 20px;
}
.cat_list .titlebox {
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.cat_list .titlebox h2 {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0;
	padding: 0;
	float:left;
	line-height: 1.2;
}
.cat_list .titlebox .date_update {
	background: #ffec00;
	float: left;
	display: inline-block;
	padding: 3px 5px;
	margin-left: 10px;
	border-radius: 3px;
	font-size: 11px;
	font-size: 1.2rem;
}

.article_list {
	padding: 0 20px 10px;
}
.article_list h2 {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 10px 0;
	margin: 0;
}

.cat_list .cat-panel {
	padding: 20px 20px 10px;
}
.cat_list .cat-panel ul {
	height: auto;
	overflow: hidden;
	background: #EAEAEA;
	padding: 10px 5px;
	text-align: left;
	border-bottom: none;
}
.cat_list .cat-panel ul li {
	float: left;
	margin: 5px 3px;
	line-height: 1;
}

.cat-panel ul a {
	border: 1px solid #EAEAEA;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 3px;
}

.cat-panel ul .cat-panels-selected a, 
.cat-panel ul a:focus, 
.cat-panel ul a:active {
	text-decoration: none;
	background: #511589;
	color: #fff;
}
.cat-panel ul a:hover {
	background: #eee4f1;	
	color: #fff;
	text-decoration: none;
}


.single .article_list ul {
	border-top: none;
}

.article_list ul li {
	padding-bottom: 10px;
	border-bottom: 0px solid #d4c4dc;
	display: flex;
	margin-bottom: 20px;
}

.article_list ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.article_list ul li a {
	color: #511489;
}
.article_list ul li a:hover {
	color: #9562c3;
	text-decoration: none;
}

.article_list ul li .thumbnail {
	width: 120px;
	height: 120px;
	margin-right: 10px;
    text-align: center;
    background-color: #eee4f1;

}
.article_list ul li .thumbnail a {
    display:table-cell;
  	text-align:center;
	width: 120px;
	height: 120px;
	transition: 0.4s;
}
.article_list ul li .thumbnail a:hover {
	opacity: 0.8;
}
.article_list ul li .thumbnail .icon_jobcat {
	width: 50px;
	height: 50px;
	margin-top: 33px;
	vertical-align:middle;
}
.article_list ul li .thumbnail .location {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
}

.article_list ul li .textbox {
	/* max-width: 468px; */
	width: calc(100% - 130px);
	width: 100%;
	color: #5d5d5d;
}
.article_list ul li .textbox .title {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.article_list ul li .textbox .tag {
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 5px;
	color: #5f5a4f;
}
.article_list ul li .textbox .tag01 {
	border: 1px solid #908d88;
	line-height: 1;
	border-radius: 2px;
	padding: 2px 5px;
	margin-right: 5px;
}
.article_list ul li .textbox .caption {
	visibility: hidden;
	margin: 5px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	border-bottom: 1px dotted #908d88;
}
.article_list ul li .textbox .caption br {
	display: none;
}
.article_list ul li .textbox .income {
	margin: 3px 0;
	padding: 3px 0;
	font-size: 13px;
	border-bottom: 1px solid #908d88;
}
.article_list ul li .textbox .btn_continue {
	margin-top: 10px;
	text-align: right;
	padding-right: 30px;
	background: url(../images/arrow01.png) right top no-repeat;
}
.article_list ul li .textbox .btn_continue a {
	color: #00BCD4;
}


.wp-pagenavi {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.wp-pagenavi a, 
.wp-pagenavi a:link, 
.wp-pagenavi a:visited, 
.wp-pagenavi a:active,
.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
	border-radius: 2px;
	padding: 5px 10px;
	display: inline-block;
}

/*--------------------------
 
----------------------------*/
.btn {
	margin: 10px auto;
}
.btn_large input,
.btn_large a {
	display: block;
	width: 60%;
	max-width: 800px;
	color: #fff;
	background-color: #00BCD4;
	border:  none;
	border-radius: 4px;
	padding: 15px 0;
	margin: 0 auto;
	line-height: 1;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.btn_large a:hover {
	text-decoration: none;
}

.btn_recruit01 a {
	display: block;
	width: 100%;
	color: #fff;
	background-color: #ed5900;
	border-radius: 5px;
	border: none;
	padding: 20px 0;
	margin: 0 auto;
	line-height: 1.4;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	box-shadow:0px 0px 4px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.btn_recruit01 a .link {
	background: url(../images/arrow01.png) left center no-repeat;
	padding-left: 30px;
	min-height: 20px;
	display: inline-block;
}
.btn_recruit01 a .link span{
	font-size: 75%;
	line-height: 1.2;
}

.btn_recruit01 a:hover {
	background: #ed5900c7;
	text-decoration: none;
}
	


/*--------------------------
 
----------------------------*/
.box_title {
}
.box_title .date {
	font-size: 13px;
	font-size: 1.3rem;
	color: #918c85;
	margin: 0 0 10px;
	line-height: 1.8;
}
.box_title .tag_new {
	background-color: #F8BE68;
	color: #fff;
	padding: 3px 5px;
	border-radius: 3px;
}
.box_title .title {
	font-weight: normal;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 10px;
	font-weight: bold;
	color: #37314e;
}

/*--------------------------
 
----------------------------*/

.box_field h2,
.box_info h2 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 0;
	letter-spacing: 1px;
	color: #2f2933;
	background: #ded9e6;
}
.box_field .box_detail {
	margin-bottom: 20px;
}
table , td, th {
	border: none;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}
tr {
	border-bottom: 1px solid #dcdcdc;
}
/*
tr:last-child {
	border-bottom: none;
}
*/
td, th {
	padding: 10px;
	height: 25px;
}
th {
	width: 30%;
	font-weight: normal;
	color: #202020;
	font-weight: bold;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}


.box_comment {
	height: auto;
	overflow: hidden;
}
.box_comment .thumbs {
	width: 10%;
	max-width: 200px;
	float: left;
	margin-right: 3%;
	margin-bottom: 10px;
}
.box_comment h3 {
	width: 87%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.box_comment h3 img {
	width: 30%;
}


/*--------------------------
 
----------------------------*/

.box_related {
	margin: 0 0 20px;
	padding: 0;
}
.box_related .innerbox {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 20px;
}

.box_flow {
	padding: 20px;
	border: 10px solid #f0edf1;
	border-radius: 3px;
	background: #ffffff;
}
.box_flow h2 {
	padding-bottom: 20px;
	margin-bottom: 10px;
	line-height: 1;
	text-align: center;
	background: none;
	color: #511589;
	font-size: 24px;
	font-size: 2.4rem;
	border-bottom: 5px solid #f1edf1;
}
.box_flow h3,
.page-id-25 .entry-content ul li h3 {
	color: #511589;
	font-size: 18px;
	font-size: 1.8rem;
}
.box_flow ul,
.page-id-25 .entry-content ul {
	padding-left: 0;
}
.page-id-25 .entry-content ul,
.adv_img {
	margin-top: 40px;
}
.box_flow ul li,
.page-id-25 .entry-content ul li {
	display: flex;
}
.box_flow ul li .thumbnail,
.page-id-25 .entry-content ul li .thumbnail {
	width: 20%;
	box-sizing: border-box;
}
.box_flow ul li .textbox,
.page-id-25 .entry-content ul li .textbox {
	width: 80%;
	padding-left: 40px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.box_flow ul li .textbox:last-child,
.page-id-25 .entry-content ul li .textbox:last-child {
	margin-bottom: 0;
}

.comment {
	background: #222;
	border-radius: 5px;
	color: #aaa;
	padding: 10px;
	position: relative;
	margin:30px;
}
/*  */
.comment-sub {
	border-bottom: solid 3px #f1edf1;
	position: relative;
	margin:30px 0;
}
.comment-sub::before,
.comment-sub::after {
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	border-top: solid 15px #f1edf1;
	bottom: -15px;
	content:"";
	display:block;
	height:0;
	left: 65px;
	margin-left:-5px;
	position: absolute;
	width:0;
}
.comment-sub::after {
	border-top-color: #FFF;
	bottom:-10px;
}

	  .wp-pagenavi{margin-left:auto !important; margin-right:auto; !important}

	  .wp-pagenavi a,.wp-pagenavi a:link,.wp-pagenavi a:visited,.wp-pagenavi a:active,.wp-pagenavi span.extend {background: #f1f0ed !important;border: 1px solid #51148a !important;color: #000000 !important;}
	  .wp-pagenavi a:hover,.wp-pagenavi span.current
	  {
		  background: #997db3 !important;
		  border: 1px solid #51148a !important;
		  color: #ffffff !important;
		 }
	  .wp-pagenavi span.pages { color:#000000 !important; }

/*--------------------------
 
----------------------------*/
.page_title {
	background: #dcd3bc;
	border-bottom: 1px solid #b9b5a9;
}
.entry-content {
	margin-bottom: 80px;
}
.entry-content ol,
.entry-content ul {
	list-style-type: decimal;
	/* padding-left: 25px; */
}
.page_terms{
	padding-top: 50px;
}
.page_terms ol,
.page_terms ul{
	padding-left: 25px;
}
.page_terms ol{
	margin-bottom: 50px;
}
.entry-content ol li,
.entry-content ul li {
	margin: 1rem 0;
}
.entry-content dl dt,
.entry-content dl dd {
	margin: 0.8rem 0;
}
.entry-content dl dt {
	font-weight: bold;
	color: #8666a2;
	padding-bottom: 0.3rem;
	border-bottom: 1px dotted #a6a6a6;
}
.entry-content dl dd {
	margin-bottom: 40px;
}
.page-id-27 .entry-content dl dt:before {
	content:'Q.';
	margin-right: 10px;
	font-size: 1.8rem;
}
.page-id-27 .entry-content dl dd:before {
	content:'A.';
	color: #9d9d9d;
	margin-right: 10px;
	font-size: 1.8rem;
}
.entry-content h2 {
	padding: 0;
	margin: 2.0rem 0;
	color: #6a6a6a;
	border-left: 5px solid #511589;
	padding-left: 10px;
}
.entry-content h3 {
	padding: 0;
	margin: 2.0rem 0;
	color: #131313;
	font-size: 1.8rem;
}

.page.advantage .entry-content ul {
	list-style: none;
	padding-left: 0;
}

/*
.page .entry-content img {
	max-width: 100%;
	height: auto;
}
*/

.page-id-2 .box_introduction h3 {
	font-size: 2.4rem;
	text-align: center;
}

/*--------------------------
 
----------------------------*/

.box_form {
	margin: 20px 0;
	border: 1px solid #ccc;
}
.box_form h2 {
	position: relative;
	background: #511589;
	color: #fff;
	margin: 0 0 20px;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
}
.box_form h2::after {
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
	border-top: solid 10px #511588;
	bottom: -10px;
	content:"";
	display:block;
	height:0;
	left:50%;
	margin-left:-5px;
	position: absolute;
	width:0;
}
.form_entry_title {
	padding: 10px 40px;
	text-align: center;
	font-weight: bold;
	border-top: 1px dotted #ccc;
}
.form_template {
	margin-top: 20px;
}
.box_form_inner {
	height: auto;
	overflow: hidden;
	padding: 0 40px 40px;
}
.box_form_inner .items {
	margin-bottom: 10px;
}
.box_form_inner .items.short {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.box_form_inner .items.short:nth-child(even) {
	padding-left: 5px;
}
.box_form_inner .items.short:nth-child(odd) {
	padding-right: 5px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
  -webkit-appearance: none;
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #d2d2d2;
  border-radius: 5px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fcfcfc;
  position: relative;
}
input[type="text"].h36, input[type="email"].h36, input[type="tel"].h36, input[type="password"].h36 {
  height: 36px;
  line-height: 36px;
}
input[type="text"].w90, input[type="email"].w90, input[type="tel"].w90, input[type="password"].w90 {
  width: 90px;
}
input[type="text"].w160, input[type="email"].w160, input[type="tel"].w160, input[type="password"].w160 {
  width: 160px;
}
input[type="text"].w400, input[type="email"].w400, input[type="tel"].w400, input[type="password"].w400 {
  width: 400px;
}

textarea {
  -webkit-appearance: none;
  height: 140px;
  width: 100%;
  border: 3px solid #BCBCBC;
  border-radius: 5px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: right center;
  background-color: #fcfcfc;
  position: relative;
  resize: vertical;
}

.grecaptcha-badge {
	margin: 20px auto;
}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
/*--------------------------
 header 
----------------------------*/

header {
	height: auto;
	padding: 0;
	position: fixed;
	width:100%;
	background: #fff;
	z-index: 1002;
	border-bottom: 1px solid #d3d2d4;
}
.desc_bar {
	background: #51158a;
	color: #fff;
	height: auto;
	overflow: hidden;
}
.desc_bar .description {
	margin: 5px 0;
	font-size: 80%;
	display: inline-block;
}
.desc_bar .description h1{
	display: inline;
	font-weight: normal;
}
.desc_bar .description p{
	display: inline;
}
.desc_bar .description .pc_only {
	display: inline;
}
.desc_bar .link_client {
	float: right;
}
.desc_bar .link_client a {
	background: url(../images/link_client_bg.png) left center no-repeat;
	background-size: auto 100%;
	padding: 5px 0 5px 40px;
	font-size: 80%;
	color: #fff;
	display: inline-block;
	transition: 0.3s;
}
.desc_bar .link_client a:hover {
	color: #fff8b3;
}

header .box_header {
	padding: 0px;
	position: relative;
	overflow: visible;
}


.logo {
	height: auto;
	margin: 5px 0;
}
.logo img {
	/* display: block; */
	/* width: 144px; */
	height: 65px;
}
footer .logo img {
	width: 200px;
	height: auto;
	margin: 10px auto;
	float: left;
}
footer .logo:after {
	content: '®';
	margin-top: 47px;
	display: inline-block;
	margin-left: 3px;
}
header .logo {
	float: left;
	width: auto;
	display: inline-block;
	margin-left: -28px;
}
header .logo a,
header .logo a:hover {
	color: #333;
	text-decoration: none;
}

header .menu {
	color: #9a9690;
	float: left;
	margin-top: 37px;
	margin-left: 10px;
    font-size: 1.3rem;
}
header .menu a {
	color: #511589;
	padding: 0 0.4rem;
	position: relative;
}
header .menu a:hover {
	color: #a598b1;
	text-decoration: none;
}
header .menu a .icon_new {
	position: absolute;
	top: -24px;
	right: -15px;
	background: #ffeb03;
	padding: 1px 5px;
	font-size: 10px;
}
header .menu a .icon_new::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 18px;
  bottom: -4px;
  border-top: 4px solid #ffeb03;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/*
header .menu a .icon_new{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
} */
header .menu_button2 {
	float: right;
}
header .menu_button2 a {
	display: inline-block;
	color: #fff;
	line-height: 1;
	background: #58d8e8;
	padding: 20px 15px;
	font-size: 108%;
	color:  #000;
	font-weight: bold;
	margin-top: 13px;
	border-radius: 3px;
	transition: 0.4s;
}
header .menu_button2 a span {
	color: #c;
	background: #fff;
	padding: 4px;
	margin-right:3px;
}
header .menu_button2 a:hover {
	background: #58dbde;
	text-decoration: none;
}

.header_bar {
	overflow: hidden;
	padding-top: 104px;
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 1000;
	border-bottom: 1px solid #d3d2d4;
}
.header_bar a {
	color: #003863;
	display: block;
	text-align: center;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:2px auto;
	border-radius: 4px;
	border: 1px solid #3a6484;
	width: calc(100% - 38px);
	max-width:1000px;
	/* background: linear-gradient(-135deg, #c7abda, #9941D8); */
	background: rgba(76, 201, 243);
	background: -moz-linear-gradient(left, rgba(76, 201, 243) 0%, rgba(245, 254, 255) 33%, rgba(245, 254, 255) 68%, rgba(76, 201,243) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76, 201, 243)), color-stop(33%, rgba(245, 254, 255)), color-stop(68%, rgba(245, 254, 255)), color-stop(100%, rgba(76, 201,243)));
	background: -webkit-linear-gradient(left, rgb(38, 195, 216) 0%, rgba(245, 254, 255) 33%, rgba(245, 254, 255) 68%, rgba(76, 201,243) 100%);
	background: -o-linear-gradient(left, rgba(76, 201, 243) 0%, rgba(245, 254, 255) 33%, rgba(245, 254, 255) 68%, rgba(76, 201,243) 100%);
	background: -ms-linear-gradient(left, rgba(76, 201, 243) 0%, rgba(245, 254, 255) 33%, rgba(245, 254, 255) 68%, rgba(76, 201,243) 100%);
	background: linear-gradient(to right, rgb(76, 201, 243) 0%, rgba(245, 254, 255) 33%, rgb(245, 254, 255) 68%, rgba(76, 201,243) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=1 );
}
.header_bar a .bar_text {
	font-size: 12px;
	font-weight: normal;
}
.header_bar a:hover {
	opacity: 0.8;
	text-decoration: none;
}

/*--------------------------
 main visual 
----------------------------*/
.mv {
	background: #dee4e4;
}
.mv img {
	display: block;
}
.mv_pc {
	width: 1000px;
	height: 225px;
	margin: 0 auto;
  position: relative;
  background: #f1f0ec url(../images/mv_pc.jpg) no-repeat center top;
}



/*--------------------------
 Ã¤Â¼ÂÃ¦Â¥Â­Ã£Æ’Â­Ã£â€šÂ´ 
----------------------------*/
.partner_box {
	padding:  5px;
	background: #fff;
	border-bottom: 1px solid #e1e7e7;
}
.partner_box .inner {
	text-align: center;
}
.partner_box img {
	width: auto;
	height: 75px;
	margin: 0  30px;
}


/*--------------------------
 front-page.php
----------------------------*/
.ChangeElem_Panel{
  display: none;
}
.ChangeElem_Btn_Content {
  display: flex;
  justify-content: space-around;
}
.ChangeElem_Btn {
	border: 2px solid #fff;
	border-left: none;
	border-right: none;
  border-bottom: 2px solid #511589;
  background-color: #fff;
  color: #511589;
  cursor: pointer;
  display: inline-block;
  flex: 1;
  font-size: 1.2rem;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  transition: all .3s ease-in-out;
  vertical-align: middle;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.ChangeElem_Btn.btn_architect {
  background: #511589 url(../images/icon_architect_w.svg) no-repeat left bottom;
  background: #fff url(../images/icon_architect.svg) no-repeat left bottom;
  background-position: left 20px bottom 8px;
  background-size: 30px auto;
}
.ChangeElem_Btn.btn_facility {
  background: #511589 url(../images/icon_architect_w.svg) no-repeat left bottom;
  background: #fff url(../images/icon_facility.svg) no-repeat left bottom;
  background-position: left 20px bottom 8px;
  background-size: 30px auto;
}
.ChangeElem_Btn.btn_constractor {
  background: #511589 url(../images/icon_constractor_w.svg) no-repeat left bottom;
  background: #fff url(../images/icon_constractor.svg) no-repeat left bottom;
  background-position: left 20px bottom 8px;
  background-size: 30px auto;
}
.ChangeElem_Btn:hover,
.ChangeElem_Btn.is-active {
  background: #511589;
  border: 2px solid #511589;
	border-left: none;
	border-right: none;
  box-sizing: border-box;
  color: #fff;
}
.ChangeElem_Btn.btn_architect:hover,
.ChangeElem_Btn.btn_architect.is-active {
  background: #511589 url(../images/icon_architect_w.svg) no-repeat left bottom;
  background-position: left 20px bottom 10px;
  background-size: 30px auto;
}
.ChangeElem_Btn.btn_facility:hover,
.ChangeElem_Btn.btn_facility.is-active {
  background: #511589 url(../images/icon_facility_w.svg) no-repeat left bottom;
  background-position: left 20px bottom 10px;
  background-size: 30px auto;
}
.ChangeElem_Btn.btn_constractor:hover,
.ChangeElem_Btn.btn_constractor.is-active {
  background: #511589 url(../images/icon_constractor_w.svg) no-repeat left bottom;
  background-position: left 20px bottom 12px;
  background-size: 30px auto;
}


.text_larger {
	font-size: 200%;
	font-weight: bold;
}

.top_profile01_inner {
	background: #f2f0ec;
	padding: 40px 40px 20px 40px;
	font-size: 1.8rem;
}
.top_profile01 .btn_large {
	background: #e9e1d0;
	padding: 20px;
	margin: 0 0 40px;
	text-align: center;
	font-size: 1.6rem;
}

/*--------------------------
 
----------------------------*/
.page-id-373 .main {
	float: none;
	margin: 0 auto;
}
div.wpcf7 .ajax-loader {
	display: block;
	margin: 10px auto;
}


/*--------------------------
 footer 
----------------------------*/

footer {
	background: #000;
	color: #fff;
}
footer a {
	color: #fff;
}
footer .inner {
	position: relative;
	height: 140px;
}
footer .links {
	top: 20px;
	right: 0;
	position: absolute;
	text-align: right;
	font-size: 12px;
	font-size: 1.2rem;
}
footer .logo {
	top: 20px;
	left: 0;
	position: absolute;
	overflow: hidden;
}
footer .address {
	top: 20px;
	left: 220px;
	position: absolute;
	font-size: 12px;
	font-size: 1.2rem;
}
	
footer .copy {
	top: 60px;
	right: 0;
	position: absolute;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
}


/*--------------------------
 sidebar
----------------------------*/
	.sidebar {
		box-sizing: border-box;
	}
	.widget {
		border: 1px solid #d3d3d3;
		border-radius: 5px;
		padding: 10px;
		margin-bottom: 20px;
	}
	.widget h2 {
		padding: 0;
		margin-top: 0;
		color: #2e2833;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: bold;
	}
	.widget h3 {
		font-weight: normal;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1;
		color: #1d1d1d;
		margin: 0 0 10px;
		padding-bottom: 12px;
		border-bottom: solid 3px #d2ccd4;
		position: relative;
	}	
	.widget h3:after {
		position: absolute;
		content: " ";
		display: block;
		border-bottom: solid 3px #00BCD4;
		bottom: -3px;
		width: 20%;
	}
	.box_select_cat {
		background: #fff;
		box-sizing: border-box;
	}
	.select_cat {
		padding: 5px 0 0;
	}
	.widget {
		background: #fff;
		box-sizing: border-box;
	}
	.widget ul li {
		margin: 0;
	}
	.widget ul li {
	border-bottom: 1px solid #c9c9c9;
}
	.widget ul li:last-child {
		border-bottom: none;
	}
.widget ul li a {
	padding: 15px 10px 15px 0;
	display: block;
	width: calc(100% - 17px);
	line-height: 1;
	color: #4e4e4e;
	font-size: 13px;
	font-size: 1.6rem;
}
.widget ul li a:after {
	content: " \f105";
	float: right;
	font-family: FontAwesome;
}
.widget ul li a:hover {
	color: #1d7073;
	text-decoration: none;
}
	
.sidebar .bnr {
	border-top: none;
}
.sidebar .bnr:last-child {
	margin-bottom: 0;
}
.sidebar .bnr_inquiry01 {
	border: 4px solid #511589;
	border-radius: 3px;
	padding: 13px;
	background: #f1f0ed;
}
.sidebar .bnr_inquiry01 h2 {
	padding: 10px;
	line-height: 1.4;
	font-size: 27px;
	font-size: 2.7rem;
}
.sidebar .bnr_inquiry01 h2 .small {
	font-size: 20px;
	font-size: 2.0rem;
}
.sidebar .bnr_inquiry01 .btn_inquiry01 {
	display: block;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
	border-radius: 3px;
	background: #25c4d8;
}
.sidebar .bnr_inquiry01 .btn_inquiry01:hover {
	background: #5acace;
	text-decoration: none;
}



.home .sidebar .bnr_inquiry01 {
	border: 3px solid #511589;
	border-radius: 3px;
	padding: 10px;
	background: #f9f9f9;
}
.home .sidebar .bnr_inquiry01 h2 {
	padding: 0px;
	line-height: 1.3;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 8px;
}
.home .sidebar .bnr_inquiry01 h2 .small {
	font-size: 20px;
	font-size: 1.6rem;
}
.home .sidebar .bnr_inquiry01 p {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 1.5;
}
.home .sidebar .bnr_inquiry01 .btn_inquiry01 {
	padding: 7px;
	font-size: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	background: #02c7e0;
}


#searchform input#s {
	width: calc(100% - 60px);
}
#searchform input#searchsubmit {
  width: 50px;
  height: 44px;
  padding: 5px 0;
  background: #3abdce;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.bnr_area {
	padding: 5px 0;
	text-align: center;
}
.bnr_area.bnr_blog {
	
}
.bnr_area.bnr_text a {
	border: 2px solid #59008f;
	border-radius: 5px;
	padding: 26px 10px 50px;
	display: block;
	color: #42245d;
	background: #fff;
	transition: 0.4s;
	font-weight:bold;
	font-size: 22px;
	position: relative;
	overflow: hidden;
}
.bnr_area.bnr_text a:after {
	content:'詳しく見る';
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 20px);
	font-size: 15px;
	text-align: right;
	color: #fff;
	background: #59008f;
	padding: 6px 10px;
	line-height: 1;
}
.bnr_area.bnr_text a:hover {
	text-decoration: none;
	color: #511489;
	border-top: 2px solid #511489;
	border-bottom: 2px solid #511489;
	background: #d0c2da;
}
.bnr_area.bnr_text a span:before {
	content: '';
	background:  url(../images/arrow01.png) no-repeat;
	height: 20px;
	width: auto;
	background-size: auto 100%;
}



/*--------------------------
 
----------------------------*/
select {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px #a2a2a2 solid;
	box-sizing: border-box;
	padding: 10px 10px;
	margin: 0px 3px 0px 0px;
	height: 45px;
	vertical-align: middle;
}
select option {
    padding-left: 5px;
    margin-right: 5px;
}

.consultant_image {
	margin: 20px auto;
}
.consultant_name {
	font-size: 2.0rem;
	font-weight: bold;
	color: #544094;
}
.consultant_name span {
	font-size: 1.4rem;
}


/*--------------------------
 ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹
----------------------------*/
.case {
	
}
.case_header {
	background: #f1efed;
	position: relative;
	height: 220px;
}
.case_header .case_image {
	width: 50%;
	height: 220px;
	overflow: hidden;
	position:absolute;
	right: 0;
	top: 0;
}
.case_header .case_image img {
	width: 100%;
	height: auto;
}
.case_header .case_header_inner {
	width: 50%;
	height: 220px;
	overflow: hidden;
	position:absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding: 30px 20px 0;
}
.newMark {
    width: 100px;
    padding: 3px 10px;
    background: #62ddea;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -37px;
    text-transform: uppercase;
    transform: rotate(315deg);	
}
.case_article_title {
	font-size:  2.0rem;
}
.case_prof {
	position:absolute;
	left: 10px;
	bottom: 20px;
	font-size: 1.3rem;
	padding: 5px 10px;
}
.case_company_name {
	bottom: 0px;
	color: #ffffff;
	background: #25c4d7;
}
.case_meta {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.case_meta dl {
	display:flex;
	flex-wrap: wrap;
	margin: 20px;
}
.case_meta dl dt {
	width:30%;
	margin: 5px 0;
}
.case_meta dl dd {
	width:70%;
	margin: 5px 0;
}
.case_cv {
	background: #f1efed;
	margin: 40px 0;
	padding: 40px 20px;
	text-align: center;
}
.case_cv h3 {
	margin-bottom: 20px;
}
.case_cv h4 {
	margin-top: 20px;
}


.case_list {
	margin: 40px auto;
	padding: 2px;
}
.case_list .case_header {
	background: none;
	height: 180px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.19);
	margin-bottom: 30px;
}
.case_slide {
	padding: 10px 0;
	margin-top: -10px;
	margin-bottom: 10px;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.case_list .case_header a,
.case_slide .case_header a {
	background: #fff;
	transition: 0.4s;
	display: block;
	width: 100%;
	height: 180px;
	color: #333;
}
.case_list .case_header .case_header_inner {
	height: 180px;
}
.case_list .case_header a:hover,
.case_slide .case_header a:hover {
	background: #f1efed;
}
.case_list .case_header .case_image {
	width: 50%;
	height: 220px;
	overflow: hidden;
	position:absolute;
	right: 0;
	top: -40px;
}


.widget_case_recent_entries ul li .case_image {
	width: 50px;
	height: 50px;
	float: left;
	border-radius: 3px;
	overflow: hidden;
	margin-right: 5px;
}
.widget.widget_case_recent_entries ul li a {
	padding: 0;
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
	color: #4e4e4e;
	font-size: 13px;
	font-size: 1.3rem;
	overflow: hidden;
}
.widget.widget_case_recent_entries ul li a:hover {
	color: #1d7073;
}
.widget_case_recent_entries ul li .title {
	width: calc(100% - 70px);
	float: left;
	font-size: 1.4rem;
	line-height: 1.4;
}

.widget.widget_case_recent_entries ul li a:after {
	content: " \f105";
	float: right;
	font-family: FontAwesome;
	margin-top: 20px;
}


.case_slide .case_article {
	width: 100%;
	margin: 0 auto 10px;
	border:1px solid #f3f3f3;
}
.case_slide .case_header {
	background: #fff;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	height: auto;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.19);
}
.case_slide .case_header a {
	height: auto;
	display: flex;
}
.case_slide .case_header .case_image {
	width: 300px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.case_slide .case_header .case_image img {
	width: 100%;
	height: auto;
}
.case_slide .case_header .case_image .case_company_name {
	position: absolute;
	bottom: 0;
	left: 0;
}
.case_slide .case_header .case_header_inner {
	width: 100%;
	position:static;
	padding: 10px;
	height: auto;
}
.case_slide .case_article_title {
	font-size: 1.6rem;
	font-weight:normal;
}
.case_slide .case_prof2 {
	text-align: right;
	font-size: 1.3rem;
	color: #929292;
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.case_slide {
		padding: 10px;
	}
	.case_slide .case_article_title {
		font-size: 1.3rem;
	}
}



/*--------------------------
 blog
----------------------------*/
.blog_article {
	margin: 10px 0;
}
.single-blog .blog_article_title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
}	
.blog_meta p {
	margin: 3px 0;
}	
.blog_meta a {
	color: #858585;
}
.wp_social_bookmarking_light img {
	max-width: none;
	height: 20px;
	
}
.blog_article_content {
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	overflow: hidden;
}
.blog_article_content h2 {
	border-left: 5px solid #511589;
	margin: 10px 0;
	padding: 2px 10px;
	line-height: 1.8;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.blog_article_content h3 {
	margin: 10px 0;
	line-height: 1.8;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.blog_article_content h4 {
	margin: 10px 0;
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.blog_article_content p {
	line-height: 1.8;
}
.blog_article_content blockquote {
	position: relative;
	margin: 0.5em 0;
	padding: 1em 2.8em 1em 2.6em;
	font-size: .9em;
	border-left: 5px solid #CCC;
	border-radius: 2px;
}
.blog_article_content blockquote:after{
	position: absolute;
	bottom: 0;
	right: 0;
	content: '"';
	font-family: sans-serif;
	font-size: 6em;
	opacity: .1;
}
.blog_article_content ul {
	padding-left: 30px;
}
.blog_article_content ul li {
	list-style: disc;
	list-style-position: outside;
	margin: 10px 0;
}


.blog_sidebar .widget ul li {
	margin: 0;
}
.blog_sidebar .widget ul li {
	padding: 10px 0;
	text-align: left;
}
.blog_sidebar .widget.widget_recent_entries ul li .post-date {
	margin-left: 15px;
}
.blog_sidebar .widget.widget_recent_entries ul li:before {
	content: " \f0f6";
	font-family: FontAwesome;
	color: #524f49;
	margin-right: 5px;
	float: left;
}
.blog_sidebar .widget.widget_recent_entries ul a {
	padding: 5px 10px 5px 0;
}
.blog_sidebar .widget.widget_categories ul li .post-date {
	margin-left: 15px;
}
.blog_sidebar .widget.widget_categories ul li:before {
	content: " \f114";
	font-family: FontAwesome;
	color: #524f49;
	margin-right: 5px;
}
.blog_sidebar .widget ul li .post-date,
.blog_date {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1;
	color: #858585;
}

.blog_post_navi {
	margin: 20px auto;
	height: auto;
	overflow: hidden;
}
.blog_post_navi_1,
.blog_post_navi_2 {
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
	float: left;
} 
.blog_post_navi_2 {
	float: right;
	text-align: right;
}
.blog_post_navi .blog_post_navi_1 a {
	float: left;
	width: calc(100% - 25px);
	padding: 10px 10px 10px 0;
}
.blog_post_navi_1:before {
	float: left;
	margin-right: 5px;
	padding: 10px 0;
	font-family: FontAwesome;
	content: '\f104';
}
.blog_post_navi .blog_post_navi_2 a {
	float: left;
	width: calc(100% - 25px);
	padding: 10px 0 10px 10px;
}
.blog_post_navi_2:after {
	float: right;
	padding: 10px 0;
	font-family: FontAwesome;
	content: '\f105';
}

.blog_list .blog_article {
	margin-bottom: 30px;
}
	
.blog_list .blog_article_title {
	font-size: 24px;
	font-size: 2.4rem;
	padding: 0;
	margin: 0 0 10px;
}	
.blog_list .blog_article_title a {
	display: block;
}
.blog_list a {
	color: #1F1F1F;
	transition: 0.3s;
}
.blog_list a:hover {
	color: #1d7073;
	text-decoration: none;
}
.blog_list .blog_more {
	border-bottom: 1px solid #d9e0e0;
	padding-right: 20px;
	height: auto;
	overflow: hidden;
	margin-top: -10px;
}
.blog_list .blog_more a {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #d8e0e0;
	padding: 5px;
	line-height: 1;
	float: right;
}
.blog_list .blog_more a:hover {
	color: #fff;
}
	
/*--------------------------
/* noticement 2018.12.28
----------------------------*/
.noticement {
	margin: 0 auto 20px;
	border: 2px solid #d4330d;
	padding: 10px 20px;
}
.noticement	h2 {
	font-size: 18px;
	margin: 0 auto 10px;
	padding: 0;
	border:none;
	color: #d4340c;
	text-align: center;
}
.noticement	p {
	margin: 10px 0 0;
	text-align: left;
	font-size: 15px;
}





/*--------------------------
  searcn and filter 2019.5.8
----------------------------*/


.side_searchandfilter .searchandfilter ul {
	display:block;
}
.main_searchandfilter .searchandfilter li,
.side_searchandfilter .searchandfilter li {
	list-style: none;
	display:block;
	padding-right:0px;
	border-bottom: none;
	box-sizing: border-box;
}
.side_searchandfilter .searchandfilter h4 {
	margin:5px 0;
	font-size:14px;
}
.main_searchandfilter .searchandfilter input[type="submit"],
.side_searchandfilter .searchandfilter input[type="submit"] {
  width: 100%;
  height: 44px;
  padding: 5px 0;
  margin-top: 10px;
  transition: 0.5s;
  background: #3abdce;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.searchandfilter input[type="submit"]:hover {
  background: #0f95a6;
}
	
.main_searchandfilter .search_inner {
	display: flex;
}
.main_searchandfilter h2 {
	    background: #51158a;
	    color: #fff;
	    padding: 10px;
	    text-align: center;
	    font-size: 18px;
}	
.main_searchandfilter .search_keyword {
	width: 55%;
	box-sizing: border-box;
	border-right: 1px solid #d3d3d3;
	padding-right: 10px;
}
.main_searchandfilter .search_keyword .searchandfilter li:first-child {
	width: 80%;
}
.main_searchandfilter .search_keyword .searchandfilter li:nth-child(2) {
	width: 20%;
	box-sizing: border-box;
	padding: 0 5px;
}
.main_searchandfilter .search_keyword .searchandfilter li:nth-child(2) input[type="submit"] {
  margin-top: 0px;
}

.main_searchandfilter .search_category {
	width: 45%;
	box-sizing: border-box;
	padding-left: 10px;
}
.main_searchandfilter .searchandfilter ul {
	display:flex;
	flex-wrap: wrap;
}
.main_searchandfilter .searchandfilter li:first-child,
.main_searchandfilter .searchandfilter li:nth-child(2) {
	width: 40%;
}
.main_searchandfilter .search_category .searchandfilter li:nth-child(2):before {
	content: '×';
	display: inline-block;
	/* margin: 0 5px; */
	width: 20px;
	text-align: center;
	font-size: 18px;
}
.main_searchandfilter .search_category .searchandfilter li:nth-child(2) select {
	width: calc(100% - 23px);
}
.main_searchandfilter .search_category .searchandfilter li:nth-child(3) {
	width: 20%;
	padding-left: 5px;
}

.main_searchandfilter .search_category .searchandfilter li:nth-child(4) input[type="submit"],
.main_searchandfilter2 .searchandfilter li:nth-child(4) input[type="submit"] {
  margin-top: 0px;
}
.main_searchandfilter .search_category .searchandfilter li:nth-child(3) input[type="submit"] {
  margin-top: 0px;
}

	
	
.main_searchandfilter2 .searchandfilter ul {
	display:flex;
	flex-wrap: wrap;
}
.main_searchandfilter2 .searchandfilter li:first-child,
.main_searchandfilter2 .searchandfilter li:nth-child(2),
.main_searchandfilter2 .searchandfilter li:nth-child(3) {
	width: 30%;
	padding-right: 10px;
}
.main_searchandfilter .search_category .searchandfilter li:nth-child(4) {
	width: 10%;
}
.main_searchandfilter2 .searchandfilter li:nth-child(4) input[type="submit"] {
  margin-top: 0px;
}
	
	
.sf_keyword input {
	font-size: 13px;
	padding: 10px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	