
/*--スタイル初期化-------------------------------------------------------------*/
body,div,dl,dt,dd,ul,li,ol,li,h1,h2,h3,h4,h5,form,p,table,th,td,address{
	margin:0;
	padding:0;
}

body{
	line-height:1.2;
	color:#333;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	overflow-x: hidden;
}

a img,img{
	border:0;
}

ul,li,ol,li{
	list-style:none;
}

.max-width{
	max-width:1100px;
}

table{
    border-collapse:collapse; 
    border-spacing:0;
}

caption,
th {
    text-align:left;
}

a{
	text-decoration:underline;
	color:#0096d4;
}

a:hover{
	text-decoration:none;
}

textarea,
input[type="text"],
input[type="password"],
select{
	padding:5px;
	border:1px solid #CCC;
}

*	{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/*--clearfix------------------------------------------------------------------*/
/* .clearfix{
	/zoom:1;エラー
} */

.clearfix::after{
	content:'';
	display:block;
	clear:both;
	height:0;
}


/*--汎用スタイル---------------------------------------------------------------*/
body {
	font-size: 14px; 
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.center{ text-align:center !important; }
.left  { text-align:left !important; }
.right { text-align:right !important; }
.cancel{ text-decoration:line-through !important; }

/* input[type="button"], input[type="submit"] {
	display: inline-block;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 2px;
	padding: 10px 1.6em;
	margin: 10px 3px;
	cursor: pointer;
} */

.button {
	border-radius: 2px;
	padding: 25px 110px 25px 110px;
	margin: 5px 15px 5px 15px;
	text-decoration: none;
	text-align:center;
	display:inline-block;
	color: #FFF;
	background-color: #555;
    border-radius:100px;
    font-size: 20px;
    font-weight: bold;
	position:relative;
}
.button:before{
	content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: #FFF #FFF transparent transparent;
    transform: rotate(45deg);
    top: 44%;
    left: 86%;
}
@media(max-width:1100px){
	.button {
		padding: 25px 40px 25px 40px;
		max-width:380px;
		width:100%;
		margin:0;
	}
}
@media(max-width:768px){
	.button {
		padding: 20px 40px 20px 40px;
		max-width:246px;
		width:100%;
		font-size: 16px;
	}
}
.button_a{
    background:#A59773;
}
.button_b{
    background:#957C71;
}

.button:hover {
	color: #555;
	background-color: #FFF;
	border: 1px solid #555;
}

.button--firstMessage {
	margin: 25% 15px 0 15px;
}


/* ================================================================================ */
/*                                                                                  */
/*      レイアウト                                                                  */
/*                                                                                  */
/* ================================================================================ */


/*top-image*/
.top_img_left{
	max-width:371px;
}
.top_img_right{
	max-width:371px;
}
@media(max-width:1000px){
	.top_img_left{
		display:none;
	}
	.top_img_right{
		display:none;
	}
}
.mv_wrap{
	display:flex;
	justify-content:space-between;
}


.middle_wrap{
	margin-right:5%;
	margin-left:5%;
}

.l-main {
	margin: 0 auto;
	background: #FFF;
	max-width:1100px;
}
/* @media(max-width:1100px){
	.l-main{
		padding-right:2%;
		padding-left:2%;
	}
} */

.nobody_a{
	max-width:inherit;
}

.l-article {
	/* padding: 10px 20px 10px 20px; */
	margin: 0 auto;
}

.sp_mv_img{
	display:none;
}

@media(max-width:1000px){
	.sp_mv_img{
		display:flex;
		justify-content:space-between;
	}
	.sp_img_left{
		width:48%;
	}
	.sp_img_right{
		width:48%;
	}.mv_wrap{
		display:flex;
		flex-direction:column-reverse;
	}
}


/* .contents_m {
	エラー
} */


/* ================================================================================ */
/*                                                                                  */
/*      モジュール                                                                  */
/*                                                                                  */
/* ================================================================================ */

/* グリッド
----------------------------------------------- */

/* .cmslGrid {
	display: flex;
	flex-wrap: wrap;
} */

.cmslGrid__col {
	width: 100%;
}

/* .cmslGrid__col--1 { width: 8.33333333333%; }
.cmslGrid__col--2 { width: 16.6666666667%; }
.cmslGrid__col--3 { width: 25%; }
.cmslGrid__col--4 { width: 33.3333333333%; }
.cmslGrid__col--5 { width: 41.6666666667%; margin:0 auto;}
.cmslGrid__col--6 { width: 50%; }
.cmslGrid__col--7 { width: 58.3333333333%; margin:0 auto;}
.cmslGrid__col--8 { width: 66.6666666667%; }
.cmslGrid__col--9 { width: 75%; }
.cmslGrid__col--10 { width: 83.3333333333%; }
.cmslGrid__col--11 { width: 91.6666666667%; }
.cmslGrid__col--12 { width: 100%; } */

.cmslGrid--separate {
    margin:0 auto;
    max-width:624px;
}

.cmslGrid--separate .cmslGrid__col {
	padding: 0 10px;
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.cmslGrid {
			display: flex;
			flex-wrap: wrap;
		}

		.cmslGrid__col {
			width: 100%;
		}

		.cmslGrid__col--1 { width: 100%; }
		.cmslGrid__col--2 { width: 100%; }
		.cmslGrid__col--3 { width: 100%; }
		.cmslGrid__col--4 { width: 100%; }
		.cmslGrid__col--5 { width: 100%; }
		.cmslGrid__col--6 { width: 100%; }
		.cmslGrid__col--7 { width: 100%; }
		.cmslGrid__col--8 { width: 100%; }
		.cmslGrid__col--9 { width: 100%; }
		.cmslGrid__col--10 { width: 100%; }
		.cmslGrid__col--11 { width: 100%; }
		.cmslGrid__col--12 { width: 100%; }

		.cmslGrid--separate {
			margin-left: -10px;
			margin-right: -10px;
		}

		.cmslGrid--separate .cmslGrid__col {
			padding: 0 10px;
		}

	}


/*--ヘッダー-------------------------------------------------------------------*/
.header {
	background: #FFF;
}

.header__ {
	position: relative;
	height: 53px;
}

/* siteNAme
----------------------------------------------- */
.siteName  {
	position: absolute;
	font-size: 20px;
	font-weight: 500;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.siteName__logo {
	display: block;
}

.siteName__logo > img {
	display: block;
	height: 60px;
	width: auto;
}

.siteName__icon {
	display: block;
	text-decoration:none;
	color: #FFF;
	height: 60px;
	font-family: 'Gabriola','Zapfino','ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
	font-size: 32px;
}

.siteName__icon > .fa {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	color: #FFF;
	background: #555;
	text-align: center;
	font-size: 32px;
}

a.siteName img{
	max-width:160px;
}


.siteName__icon:hover,
.siteName__logo:hover {
	opacity: 0.7;
}


/* header menu
----------------------------------------------- */
.headerMenu {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-wrap: wrap;
}

.headerMenu li {
	margin: 0 5px;
	position:relative;
	display:flex;
	align-items:center;
	margin-left:45px;
}

@media(max-width:1100px){
	.headerMenu li{
		margin-left:8px;
	}
}

.headerMenu li a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	background: #FFF;
	color: #333;
}

.headerMenu li a:hover {
	color: #333;
	text-decoration: none;
	opacity: 0.7;
}


/* 子header menu
----------------------------------------------- */

.headerMenu li > ul{
	display:none;
	position:absolute;
	top:27px;
	left:-20px;
	z-index:1;
	padding:10px 15px 20px;
}

* html .headerMenu ul{
	line-height:0;
}
.headerMenu li > ul li {
	margin: 0 5px 0 5px;
	border: 1px solid #555;
	background-color: #555;
	position: initial;
}

.headerMenu li > ul li a {
	display:block;
	white-space:nowrap;
	color: #FFF;
	text-decoration: none;
}

.headerMenu li > ul li:hover a  {
	color: #555;
	text-decoration: none;
}


/* global navi
----------------------------------------------- */
.globalNav {
	background: rgba(0,0,0,0.8);
}

.globalNav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1100px;
	margin: 0 auto;
}

/* .globalNav__list li {
	エラー
} */

.globalNav__list li a {
	font-size: 16px;
	flex-wrap: wrap;
	text-decoration: none;
	color: #FFF;
}

.globalNav__list a {
	display: block;
	padding: 10px 20px;
}

.globalNav__list li:hover {
	color: #FFF;
	opacity: 0.7;
}

.globalNav__list li a:hover {
	color: #FFF;
	opacity: 0.7;
}


/*--フッター-------------------------------------------------------------------*/
.footer {
	background: #5A5139;
	text-align: center;
}

.footer__ {
	position: relative;
}

.footer__hr {
	height: 1px;
	border: none;
	border-top: 1px solid #FFF;
	margin-right:2%;
	margin-left:2%;
}

/* footer menu
----------------------------------------------- */
.footer_main_wrap{
	display:flex;
	justify-content:left;
	padding-top:48px;
	padding-bottom:189px;
}
@media(max-width:768px){
	.footer_main_wrap{
		flex-direction:column;
		gap:70px;
		padding-bottom:20px;
	}
}

@media(max-width:768px){
	.footer_right_wrap{
		width:50%;
		margin:0 auto;
	}
}

.footerMenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	/* margin-left:38.5%; */
	/* padding: 20px 10px; */
	
}

.footerMenu li {
	font-size: 12px;
	display:flex;
	align-items:center;
	margin-bottom:28px;
	margin-right:35px;
	width:150px;
	font-size: 14px;
	font-weight: 500;
}

.footerMenu li a {
	color: #FFF;
	text-decoration: none;
}

.footerMenu li a:hover {
	opacity: 0.7;
}

.footer_left_wrap{
	margin-left:3.1%;
	margin-right:12.8%;
}

.footer_logo{
	font-size: 27px;
	font-weight: 500;
	color:#FFF;
}

.footer_logo img{
	max-width:220px;
}
@media(max-width:768px){
	.footer_logo img{
		max-width:160px;
	}
}

.orange_mini{
	width:12px;
	height:2px;
	background:#EF954B;
	margin-right:11px;
}

.footer_important{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items:center;
}
.footer_important li{
	color:#FFF;
	font-size: 12px;
	font-weight: 500;
	padding:18px 15px 21px 15px;
}
.footer_important li a{
	color:#FFF;
	font-size: 12px;
	font-weight: 500;
	text-decoration:none;
}
.border_row{
	width:1px;
	height:20px;
	background:#FFF;
}
/* page link
----------------------------------------------- */
/* .embed-pageLink {
	エラー
} */

/* .embed-pageLink__body {エラー} */

.embed-pageLink__body ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 10px;
}

.embed-pageLink__body ul li {
	font-size: 12px;
	margin: 10px;
}

.embed-pageLink__body ul li a {
	color: #CCC;
	text-decoration: none;
}

.embed-pageLink__body ul li a:hover {
	opacity: 0.7;
}

/* page top
----------------------------------------------- */
.pageTop {
	position: absolute;
	right: 29px;
	bottom: 84px;
}

.pageTop a {
	display: block;
	color: #333;
	font-size: 12px;
	text-align: center;
	padding: 10px;
    background: #8f8979;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    color:transparent;
    position:relative;
}

/*icon*/
.functionCard__iconWrap span .fa-yen{
    color:#A59773;
}
.functionCard__iconWrap span .fa-vcard{
    color:#A59773;
}
.functionCard__iconWrap span .fa-handshake-o{
    color:#A59773;
}

/*login*/
div.login_sc{
    padding-top:90px;
    padding-bottom:59px;
	position:relative;
	background:url(img/ma-img\(101\).png);
	background-size:cover;
}

.change_gyou{
	display:none;
}

@media(max-width:500px){
	.change_gyou{
		display:block;
	}
}


.login_img{
	position:absolute;
	top:5%;
	left:0%;
}

.login_sc .cmn_index_area__title{
    text-align:center;
    font-size: 40px;
    color:#FFF;
    margin-bottom:18px;
    border:none;
    padding-left:0;
}
.border_white{
    width:80px;
    height:6px;
    margin:0 auto;
    background:#FFF;
    margin-bottom:48px;
}

/*ご利用の流れ*/
.flow_using{
	padding-top:63px;
	padding-bottom:43px;
	position:relative;
}
.flow_img{
	position:absolute;
	max-width:1028px;
	top:3%;
	left:12%;
}
@media(max-width:1300px){
	.flow_img{
		position:absolute;
		max-width:1028px;
		width:70%;
		top:3%;
		left:15%;
	}
}
@media(max-width:1100px){
	.flow_using{
		padding-top:63px;
		padding-bottom:43px;
		padding-right:5%;
		padding-left:5%;
	}
}
.flow_using .cmn_index_area__title{
    text-align:center;
    font-size: 40px;
    color:#000;
    margin-bottom:18px;
    border:none;
    padding-left:0;
}
.flow_wrap{
	max-width:1100px;
	margin:0 auto;
	display:flex;
	justify-content:center;
}
@media(max-width:768px){
	.flow_wrap{
		max-width:1100px;
		margin:0 auto;
		display:flex;
		flex-direction:column;
		justify-content:center;
	}
	div.buyer{
		width:100%;
		text-align:center;
		margin:0 auto 20px auto;
	}
	div.seller{
		width:100%;
		text-align:center;
		margin:0 auto;
	}
	.buyer_title{
		background:#A59773;
		border-top-left-radius: 20px;
		border-top-right-radius:20px;
		position:relative;
		padding-top:26px;
		padding-bottom:31px;
	}
	.seller_title{
		background:#957C71;
		border-top-right-radius: 20px;
		border-top-left-radius: 20px;
		position:relative;
		padding-top:26px;
		padding-bottom:31px;
	}
	.flow_real_buyer{
		background:#f6f4f1;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		padding-top:39px;
		padding-bottom:43px;
		position:relative;
	}
	.flow_real_seller{
		background:#efebea;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
		padding-top:39px;
		padding-bottom:43px;
		position:relative;
	}
}
.buyer{
	width:50%;
	text-align:center;
}
.buyer_name{
	color:#FFF;
	font-size: 24px;
	font-weight: bold;
}
@media(max-width:768px){
	h2.buyer_name,h2.seller_name{
		font-size: 18px;
	}
	div.buyer_title,div.seller_title{
		padding-top:18px;
		padding-bottom:23px
	}
}
.buyer_title{
	background:#A59773;
	border-top-left-radius: 20px;
	position:relative;
	padding-top:25px;
	padding-bottom:20px;
	display:flex;
	justify-content:center;
	align-items:center;
}
img.buyer_title_img{
	display:block;
	max-width:48px;
	margin-right:24px;
}
.flow_real_buyer{
	background:#f6f4f1;
	border-bottom-left-radius: 20px;
	padding-top:39px;
	padding-bottom:43px;
	position:relative;
}
.stick_a{
	background:#eae7de;
	width:5px;
	height:280px;
	position:absolute;
	top:15%;
	left:50%;
}
.flow_is{
	background:#FFF;
	border-radius:100px;
	width:63%;
	margin:0 auto;
	position:relative;
	padding:14.5px 0;
	margin-bottom:20px;
}
.flow_success{
	background:#FFF;
	border-radius:100px;
	width:63%;
	margin:0 auto;
	position:relative;
	padding:13.5px 0;
	border:2px solid #EF954B;
}
@media(max-width:650px){
	.flow_is,.flow_success{
		width:80%;
	}
}
.flow_is img{
	position:absolute;
	max-height:22px;
	left:4%;
}
.flow_name{
	font-size: 16px;
	color:#000;
	font-weight: bold;
}
.seller{
	width:50%;
	text-align:center;
}
.seller_name{
	color:#FFF;
	font-size: 24px;
	font-weight: bold;
}
.seller_title{
	background:#957C71;
	border-top-right-radius: 20px;
	position:relative;
	padding-top:25px;
	padding-bottom:20px;
	display:flex;
	justify-content:center;
	align-items:center;
}
img.seller_title_img{
	display:block;
	max-width:48px;
	margin-right:24px;
}
.flow_real_seller{
	background:#efebea;
	border-bottom-right-radius: 20px;
	padding-top:39px;
	padding-bottom:43px;
	position:relative;
}
.stick_b{
	background:#e2dad8;
	width:5px;
	height:280px;
	position:absolute;
	top:15%;
	left:50%;
}

.careful_point{
	max-width:705px;
	margin:0 auto;
	border:6px solid #EF954B;
	padding:26px 20px;
	margin-top:33px;
	position:relative;
}
.careful_contents{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color:#000;
}
@media(max-width:768px){
	.careful_contents{
		font-size: 16px;
	}
}
.careful_point img{
	position:absolute;
	max-width:133px;
	right:-18%;
	top:-50%;
	z-index:10;
}
@media(max-width:900px){
	.careful_point img{
		position:absolute;
		max-width:75px;
		right:-3%;
		top:-10%;
	}
}
@media(max-width:650px){
	.careful_point img{
		position:absolute;
		max-width:55px;
		right:-3%;
		top:75%;
	}
}
/*選ばれる理由*/
.reason_select{
    padding-top:123px;
    padding-bottom:80px;
    background:#EDE8DC;
	position:relative;
}
.reason_img{
	max-width:572px;
	position:absolute;
	top:9%;
	left:28%;
}
@media(max-width:1300px){
	.reason_img{
		max-width:572px;
		position:absolute;
		width:70%;
		top:9%;
		left:15%;
	}
}
@media(max-width:1100px){
	.reason_select{
		padding-top:123px;
		padding-bottom:80px;
		padding-right:5%;
		padding-left:5%;
		background:#EDE8DC;
	}
}
.reason_select .cmn_index_area__title{
    text-align:center;
    font-size: 40px;
    color:#000;
    margin-bottom:18px;
    border:none;
    padding-left:0;
}
.border_orange{
    background:#EF954B;
    width:80px;
    height:6px;
    margin:0 auto;
    margin-bottom:52px;
}
.hikaku{
    max-width:1100px;
    margin:0 auto;
    background:#FFF;
    padding:46px 55px 41px 60px;
    border-radius:20px;
	overflow:scroll;
}
@media(max-width:1100px){
    .hikaku{
        max-width:1100px;
        margin:0 auto;
        background:#FFF;
        padding:46px 20px 41px 20px;
        border-radius:20px;
    }
}
/*テーブル用css*/
.circle{
    position:relative;
    width:20px;
    height:20px;
    margin:0 auto 8px auto;
    border-radius: 50%;
    border:2px solid #969696;
}

/*----------バツのCSS-----------*/
.batu {
	position: relative;
	width: 20px; /* 幅 */
	height: 20px; /* 高さ */
	display: block;
    margin:0 auto 12px auto;
}

.batu::before,.batu::after{
	content: "";
	position: absolute;
	top: 50%; /* 横棒のy位置 */
	left: 50%; /* 横棒のX位置 */
	width: 1px; /* 横棒の幅 */
	height:30px; /* 横棒の長さ */
	background: #009FE8; /* 横棒の色 */
}
.batu::before{
    transform: translate(-50%,-50%)rotate(45deg);
}
.batu::after{
    transform: translate(-50%,-50%)rotate(-45deg);
}

/*----------バツbのCSS-----------*/
.batu_b {
	position: relative;
	width: 20px; /* 幅 */
	height: 20px; /* 高さ */
	display: block;
    margin:0 auto;
}

.batu_b::before,.batu_b::after{
	content: "";
	position: absolute;
	top: 50%; /* 横棒のy位置 */
	left: 50%; /* 横棒のX位置 */
	width: 2px; /* 横棒の幅 */
	height:26px; /* 横棒の長さ */
	background: #6C6042; /* 横棒の色 */
}
.batu_b::before{
    transform: translate(-50%,-50%)rotate(45deg);
}
.batu_b::after{
    transform: translate(-50%,-50%)rotate(-45deg);
}

/*--------二重丸のcss---------*/
.nijuumaru{
    position: relative;
    width: 20px;
    height: 20px;
    margin:0 auto 8px auto;
    border-radius: 50%;
    border: 2px solid #EF954B;
}
.nijuumaru:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #EF954B;
}

/*--------色違い二重丸のcss---------*/
.nijuumaru_color{
    position: relative;
    width: 20px;
    height: 20px;
    margin:0 auto 12px auto;
    border-radius: 50%;
    border: 2px solid #969696;
}
.nijuumaru_color:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #969696;
}
 
/*------------三角形のCSS-----------*/  
.triangle{
    position:relative;
    text-align: center;
    margin:0 auto 28px auto;
    width:0;
    height:0;
}
.triangle::before{
   
    margin:0 auto;
    position:absolute;
   width:0;
   height:0;
   top:-12.4px;
   bottom:0;
   left:-11px;
   right:0;
   content:"";
    border: 12px solid transparent;
    border-bottom: 20px solid #009FE8;
  }
  .triangle::after{
   
    margin:0 auto;
    content: "";
    position: absolute;
    top:-4.6px;
    left:-7px;
    width:0;
    height:0;
    border:8px solid transparent;
    border-bottom: 14px solid white;
  }

  /*-----ここから比較表--------*/
  
  .hikaku table{
    border-bottom:1px solid #838383;
    border-right:1px solid #838383;
    overflow-x: scroll;
    white-space: nowrap;
    border-collapse: collapse;
		width:90%;
		margin:0 auto;
  }
/* @media(max-width:1100px){
	.hikaku table{
		width:50%;
	  }
} */
  .hikaku th{
    padding:6px 8px;
    font-size: 16px;
    color:#FFF;
    text-align: center;
  }
  .hikaku td,tr{
    padding:6px 8px;
    font-size: 16px;
    text-align: center;
  }
  .hikaku table tr.image-box td{
   padding:21px 43px 20px 43px;
   background:#5A5139;
   font-size: 16px;
   font-weight: bold;
  }
  .hikaku table tr.image-box td.child_color{
    border-right:1.5px solid #EAEAEA;
  }
  td.border_right{
	border-right: 1px solid #838383 !important;
  }
  .hikaku table tr.image-box td.parent_color{
    padding:0;
    padding:31px 20px 30px 21px;
    background:#EF954B;
    border-top:4px solid #EF954B;
    border-left:4px solid #EF954B;
    border-right:4px solid #EF954B;
    border-bottom:1px solid #EAEAEA;
    max-width:270px;
   }
   .parent_color img{
	max-width:160px;
   }
   @media(max-width:768px){
	.parent_color img{
		max-width:100px;
	}
   }
   @media(max-width:1100px){
	.hikaku table tr.image-box td.parent_color{
		width:19.8%;
	   }
   }
   td.parent_border{
    border-left:4px solid #EF954B;
    border-right:4px solid #EF954B;
	border-bottom: 1px solid #EAEAEA;
   }
   td.child_border{
	border-bottom: 1px solid #EAEAEA;
   }
   td.right_bor{
	border-right: 1px solid #EAEAEA;
   }
   td.parent_border_bottom{
    border-left:4px solid #EF954B;
    border-right:4px solid #EF954B;
    border-bottom:4px solid #EF954B;
   }
  .hikaku tr:nth-child(even){
    background: #FFF;
  }
  .hikaku tr td a{
    display:block;
    text-align: center;
      font-size: 13px;
      padding:5px 0;
      border-radius: 6px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.3);
      margin-bottom:5px;
  }
  .hikaku tr th{
    left:0;
    background: #5A5139;
    background-clip: padding-box;
    z-index: 999;
    border-bottom: 2px solid #EAEAEA;
  }
  th.padding_deal{
    padding:46px 48px 30px 47px;
  }
  @media(max-width:768px){
	th.padding_deal{
		padding: 30px 28px 28px 28px;
	}
  }
  th.padding_cost{
    padding:40px 10px 57px 10px;
  }
  @media(max-width:768px){
	th.padding_cost{
		padding:22px 10px 22px 10px;
	  }
  }
  th.padding_term{
    padding:40px 10px 36px 10px;
  }
  th.padding_support{
    padding:40px 10px 36px 10px;
  }
  .parent_deal,.parent_cost,.parent_term,.parent_support{
    font-size: 16px;
    font-weight: bold;
  }
/* パソコン用 */
@media screen and (min-width: 769px) {
	.hikaku table{
		width:50%;
	}
}

/* タブレット用 */
@media only screen and (min-width: 641px) and (max-width: 960px) {
	.hikaku table{
		width:50%;
		margin-left:2rem;
	}
}

	/* スマートフォン用 */
	@media screen and (max-width: 768px) {
    	.hikaku tr,td,th{
			font-size:15px;
			padding:6px 15px;
		}
		.hikaku tr td a{
			font-size:10px;
		}
}

/*バトンズ*/
.batonz{
	padding-top:83px;
	padding-bottom:92px;
	background:#FAFAFA;
	position:relative;
}
.feature_img{
	position:absolute;
	max-width:572px;
	top:7%;
	left:29%;
}
@media(max-width:800px){
	.feature_img{
		position:absolute;
		max-width:572px;
		width:70%;
		top:3%;
		left:15%;
	}
}
@media(max-width:1100px){
	.batonz{
		padding-top:83px;
		padding-bottom:92px;
		padding-right:5%;
		padding-left:5%;
		background:#FAFAFA;
	}
}
.batonz .cmn_index_area__title{
    text-align:center;
    font-size: 40px;
    color:#000;
    margin-bottom:18px;
    border:none;
    padding-left:0;
}
.features_wrap{
	display:flex;
	justify-content:space-between;
	max-width:1100px;
	margin:0 auto;
}
@media(max-width:850px){
	.features_wrap{
		display:flex;
		flex-direction:column;
		max-width:1100px;
		margin:0 auto;
	}
	div.features_box{
		text-align:center;
		margin:0 auto;
		background:#FFF;
		min-width:80%;
		width:100% !important;
		margin-bottom:30px;
		height:402px;
		border-radius:20px;
		padding-top:27px;
		box-shadow: 0 0 12px 3px rgb(240, 240, 240);
	}
}
@media(max-width:1300px){
	div.features_box{
		text-align:center;
		margin:0 auto;
		background:#FFF;
		width:30%;
		margin-bottom:30px;
		height:402px;
		border-radius:20px;
		padding-top:27px;
		box-shadow: 0 0 12px 3px rgb(240, 240, 240);
	}
}
.features_box{
	text-align:center;
	background:#FFF;
	width:352px;
	height:402px;
	border-radius:20px;
	padding-top:27px;
	box-shadow: 0 0 12px 3px rgb(240, 240, 240);
}
.features_box img{
	margin-bottom:29px;
}
.features_title{
	margin-bottom:24px;
	font-size: 20px;
	font-weight: bold;
	color:#000;
}
.features_contents{
	font-size: 16px;
	color:#000;
	line-height:24px;
}
.features_careful{
	margin-top:8px;
	font-size: 14px;
	color:#000;
}







/*--メイン---------------------------------------------------------------------*/

/* title
----------------------------------------------- */
.contents_m h2,
.sectionTitle {
	display: block;
	width: 100%;
	font-size:18px;
	color: #333333;
}

h1.wow{
	padding:5px 0 5px 24px;
	border-left:6px solid #EF954B;
	font-size: 32px;
	font-weight: bold;
	margin-top:26px;
	margin-bottom:10px;

}

.login_wrap,.first_wrap{
	display:flex;
	justify-content:center;
	align-items:center;
	border-bottom:1px solid #957C71;
}

@media(max-width:768px){
	.login_wrap,.first_wrap{
		padding:10px 10px;
	}
	.login_wrap img,.first_wrap img{
		margin-right:4px;
	}
}
.login_wrap img{
	margin-right:22px;
}
.first_wrap img{
	margin-right:16px;
}

.sectionTitle--lv1 {
	font-size:24px;
	width:auto;
    font-weight: bold;
	padding: 34px 0px 34px 0;
    text-align:center;
    /* font-size: 32px;
    font-weight: bold;
    border-left: 6px solid #EF954B;
    line-height: 1.5;
    text-align: left;
    padding-left: 24px;
    max-width: 1100px;
    margin: 0 auto 50px auto;
    position: relative;
	margin-top:80px; */
}

.sectionTitle--lv2 {
	font-size:16px;
	padding: 15px 0;
	margin: 0 0 1em;
	border-bottom: 1px solid #555;
}

.sectionTitle--lv3 {
	font-size:14px;
	padding: 15px 0;
	margin: 0 0 1em;
}

/* section
----------------------------------------------- */
.cmn-section {
	width: 100%;
	max-width: 1100px;
	margin: 10px auto;
	background: #FFF;
}

/* @media(max-width:768px){
	.cmn-section{
		padding-right:5%;
		padding-left:5%;
	}
} */

.cmn-section--aside {
	min-width: initial;
}

.cmn-section__body {
	border-top:none;
	padding: 46px 20px 20px 20px;
}

.cmn-section__body p {
	line-height: 1.6;
	margin: 0 0 1em;
}

/* .cmn-section__body--login {
	エラー
} */

.cmn-section__body--firstMessage {
	text-align: center;
    padding-top:20%;
    padding-bottom:20%;
}

.cmn-section__body--nopadding {
	padding: 0;
}

.cmn-section__body p a {
	color: #333;
}

.cmn-list {
	margin: 1em 1em 1em 2em;
}

.cmn-list li {
	line-height: 1.6;
}

ul.cmn-list li {
	list-style: initial;
}

ol.cmn-list li {
	list-style: decimal;
}


/*--プログレストラッカー--------------------------------------------------------*/
.progress-tracker {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	counter-reset: step;
	z-index: 0;
	position: relative;
}

.progress-tracker li {
	width: 30%;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #AAA;
}

.progress-tracker li.active {
	color: #555;
}

.progress-tracker li.active::before {
	background-color: #555;
	color: #FFF;
}

.progress-tracker li::before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #eee;
}

.progress-tracker li::after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	top: 15px;
	left: -50%;
	z-index: -1;
	background-color: #eee;
}

.progress-tracker li:first-child::after {
	content: none;
}

.progress-tracker li.active + li::after {
	background-color: #AAA;
}


/*--リンクパネル----------------------------------------------------------------*/
.link-panel {
	display: flex;
	flex-direction: column;
}

.link-panel li {
	color: #555;
	background-color: #FFF;
	margin-bottom:10px;
}

.link-panel li:first-child {
	border: none;
}

.link-panel li a {
	display: block;
	text-decoration: none;
	line-height: 2;
	/* vertical-align: middle; エラー */
	margin: 10px 10px 10px 10px;
	color: #555;
	font-size: 22px;
	border-bottom:1px solid #333;
	padding-bottom:5px;
	font-weight: bold;
}

.link-panel li a span {
	float: right;
	width: 2em;
	height: 2em;
	border-radius: 50%; 
	text-align:center;
	color: #FFF;
	background-color: #555;
}

/* .link-panel li:hover {
	background-color: #555;
} */

/* .link-panel li:hover a {
	color: #FFF;
	text-decoration: none;
} */

.link-panel li:hover a span {
	color: #555;
	background-color: #FFF;
}


/*--サブメニュー-------------------------------------------------------------*/
.sub-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin: 0 0 15px;
}

.sub-menu ul li {
	margin: 5px;
}

.sub-menu ul li a {
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	border: 1px solid #555;
	background: #555;
	border-radius: 2px;
	color: #FFF;
}

.sub-menu ul span.fa {
	padding: 0 10px 0 0;
}

.sub-menu li:hover {
	color: #555;
}

.sub-menu li:hover a {
	color: #555;
	background-color: #FFF;
	border: 1px solid #555;
	text-decoration: none;
}

/*--アイテムパネル-------------------------------------------------------------*/
.cmn_index_area {
    margin:0 auto;
    padding-top:105px;
	padding-bottom:118px;
}
.cmn_index_area__title {
	font-size: 32px;
	font-weight: bold;
    border-left:6px solid #EF954B;
	line-height: 1.5;
	text-align: left;
    padding:0 0 0 24px;
    max-width: 1100px;
    margin: 0 auto 50px auto;
	position:relative;
}

h1.sectionTitle.sectionTitle--lv1.cmn_index_area__title{
	margin-top:80px;
}

@media(max-width:768px){
	h1.sectionTitle.sectionTitle--lv1.cmn_index_area__title{
		margin-top:35px;
	}
}

.sc_list{
	display: flex;
	flex-direction: row;
	justify-content:center;
	max-width: 1100px;
	margin: 0 auto;
}

.sc_list > .cmn-section {
	min-width: initial;
    max-width:511px;
    border-radius:20px;
}

.sc_message {
	order:1;
    margin-right:22px;
    margin-left:17px;
}

.sc_form {
	order:2;
    margin-left:22px;
    margin-right:17px;
}

.cmn-section__body.cmn-section__body--login {
    max-width: 415px;
    margin: 0 auto;
}

.sc_buttonList {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 200px;
}

.sc_buttonList__item {
	width: 100%;
}


/*--業種から探す----------------------------------------------------------------*/
.search_card_list {
	max-width: 1100px;
	margin: 0 auto;
}

.search_card_list ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    margin-left: -10px;
    margin-right: -10px;
	row-gap:20px;
	column-gap:10px;
	place-items: center;
}
@media(max-width:870px){
	.search_card_list ul{
		grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
		row-gap:10px;
	}
}


.search_card_list li:nth-child(1) {
	width:353px;
	background-image: url(img/ma-industry\ \(2\).png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	height:172px;
	position:relative;
}

.search_card_list li:nth-child(2) {
	width:353px;
	background-image: url(img/ma-industry\ \(3\).png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	height:172px;
	position:relative;
}

.search_card_list li:nth-child(3) {
	width:353px;
	background-image: url(img/ma-industry\ \(4\).png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	height:172px;
	position:relative;
}

.search_card_list li:nth-child(4) {
	width:353px;
	background-image: url(img/ma-industry\ \(5\).png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	height:172px;
	position:relative;
}

.search_card_list li:nth-child(5) {
	width:353px;
	background-image: url(img/ma-industry\ \(1\).png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	height:172px;
	position:relative;
}

@media(max-width:1100px){
	.search_card_list li:nth-child(1) {
		width:100%;
		background-image: url(img/ma-industry\ \(2\).png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height:calc((0.27 * 100vw) * 0.49);
		position:relative;
	}
	
	.search_card_list li:nth-child(2) {
		width:100%;
		background-image: url(img/ma-industry\ \(3\).png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height:calc((0.27 * 100vw) * 0.49);
		position:relative;
	}
	
	.search_card_list li:nth-child(3) {
		width:100%;
		background-image: url(img/ma-industry\ \(4\).png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height:calc((0.27 * 100vw) * 0.49);
		position:relative;
	}
	
	.search_card_list li:nth-child(4) {
		width:100%;
		background-image: url(img/ma-industry\ \(5\).png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height:calc((0.27 * 100vw) * 0.49);
		position:relative;
	}
	
	.search_card_list li:nth-child(5) {
		width:100%;
		background-image: url(img/ma-industry\ \(1\).png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height:calc((0.27 * 100vw) * 0.49);
		position:relative;
	}
}

@media(max-width:870px){
	.search_card_list li:nth-child(1) {
		width:100%;
		background-image: url(img/ma-industry\ \(2\).png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height:calc((0.45 * 100vw) * 0.49);
		position:relative;
	}
	
	.search_card_list li:nth-child(2) {
		width:100%;
		background-image: url(img/ma-industry\ \(3\).png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height:calc((0.45 * 100vw) * 0.49);
		position:relative;
	}
	
	.search_card_list li:nth-child(3) {
		width:100%;
		background-image: url(img/ma-industry\ \(4\).png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height:calc((0.45 * 100vw) * 0.49);
		position:relative;
	}
	
	.search_card_list li:nth-child(4) {
		width:100%;
		background-image: url(img/ma-industry\ \(5\).png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height:calc((0.45 * 100vw) * 0.49);
		position:relative;
	}
	
	.search_card_list li:nth-child(5) {
		width:100%;
		background-image: url(img/ma-industry\ \(1\).png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height:calc((0.45 * 100vw) * 0.49);
		position:relative;
	}
}
/* 
@media(max-width:500px){
	.search_card_list li:nth-child(1) {
		width:100%;
		background-image: url(img/ma-industry\ \(2\).png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height:calc((0.9 * 100vw) * 0.49);
		position:relative;
	}
	
	.search_card_list li:nth-child(2) {
		width:100%;
		background-image: url(img/ma-industry\ \(3\).png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height:calc((0.9 * 100vw) * 0.49);
		position:relative;
	}
	
	.search_card_list li:nth-child(3) {
		width:100%;
		background-image: url(img/ma-industry\ \(4\).png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height:calc((0.9 * 100vw) * 0.49);
		position:relative;
	}
	
	.search_card_list li:nth-child(4) {
		width:100%;
		background-image: url(img/ma-industry\ \(5\).png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height:calc((0.9 * 100vw) * 0.49);
		position:relative;
	}
	
	.search_card_list li:nth-child(5) {
		width:100%;
		background-image: url(img/ma-industry\ \(1\).png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		height:calc((0.9 * 100vw) * 0.49);
		position:relative;
	}
} */

.search_card_list li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	width:fit-content;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	position:absolute;
	bottom:8px;
	left:22px;
}
@media(max-width:768px){
	.search_card_list li a{
		font-size: 16px;
		left:14px;
	}
}

.search_card_list li:hover {
	opacity:.6;
}

.search_card_list li:hover a {
	color: #FFF;
	text-decoration: none;
}

/* トップ：業種リンク */
.business_kind {
	background: #EDE8DC;
	position:relative;
}
.industry_img{
	position:absolute;
	top:7%;
	left:14.5%;
	max-width:605px;
}
@media(max-width:1300px){
	.industry_img{
		position:absolute;
		top:7%;
		left:14.5%;
		width:70%;
		max-width:605px;
	}
}
@media(max-width:768px){
	.industry_img{
		position:absolute;
		top:0;
		left:14.5%;
		width:70%;
		max-width:605px;
	}
}

/*--ログイン------------------------------------------------------------------*/
/* .loginForm {エラー} */

/* .loginForm__form {エラー} */

p.mail_write{
    margin-bottom:8px;
    font-size: 16px;
    font-weight: bold;
}

p.pass_write{
    margin-bottom:8px;
    font-size: 16px;
    font-weight: bold;
}

.loginForm__form dd{
    text-align:center;
}

.loginForm__auto {
	text-align: left;
}

.loginForm__auto label{
    font-size: 16px;
}

.loginForm__button {
	display: flex;
	justify-content: center;
	padding: 20px 0 0 0;
}

.loginForm__reminder {
	text-align: center;
	padding: 10px 5px 5px 5px;
}

.loginForm__reminder a {
	color: #333;
}

p.loginForm__button input[type="submit"] {
    border-radius: 23px !important;
    border: none;
    padding: 11px 91px 11px 91px;
    margin: 5px 15px 5px 15px;
    color: #FFF;
    background: #5A5139;
    font-size: 16px;
    font-weight: bold;
	min-width:246px !important;
	height:46px;
}

.loginForm__form input[type="text"],
.loginForm__form input[type="password"],
.loginForm__form select,
.loginForm__form textarea{
	width: 100%;
	padding: 5px;
    margin-bottom:20px;
    border: 2px solid #9B9178;
    border-radius: 5px;
    max-width:415px;
    height:46px;
}

.loginForm__button input[type="submit"]:hover{
	color: #555;
	background-color: #FFF;
	border: 1px solid #555;
}


/*--フォームページ-------------------------------------------------------------------*/
.form-container {
	display: flex;
	flex-direction: column;
	justify-content:center;
	flex-wrap: wrap;
	max-width: 860px;
}

.contents_m,
.form-section {
	min-width: 300px;
	flex-wrap: wrap;
	align-items:center;
	justify-content:space-between;
	padding: 20px;
	margin: 15px 0;
	border: 1px solid;
	background: #FFF;
}

.contents_m .main,
.form-section__body {
	border-top: none;
	padding: 20px;
}

.form-section input[type="text"],
.form-section input[type="password"],
.form-section select,
.form-section textarea{
	width: 90%;
	margin: 5px 0 5px 0;
}

.form-section textarea {
	font-size: 14px;
}

.form-section .multi input,
.form-section .multi select{
	width: auto;
}

.form-section .hint{
	display: inline-block;
	font-size: 12px;
}

/* button set */
.form-action {
	display: flex;
	justify-content: center;
	padding: 20px 0 20px;
}

.form-action input[type="submit"],
.form-action input[type="button"]{
	border-radius: 2px;
	padding: 10px 40px 10px 40px;
	margin: 5px 15px 5px 15px;
	color: #FFF;
	background-color: #555;
	border: 1px solid #555;
	height:41px;
}

.error_message p,
.form-message p{
	line-height: 1.5;
}

.contents_m .main ul,
.form-message__link {
	display: flex;
	justify-content: center;
	padding: 20px 0 20px;
}

.contents_m .main li,
.form-message__link li {
	margin: 5px 15px 5px 15px;
}

.contents_m .main li a,
.form-message__link li a{
	display: block;
	text-decoration:none;
	padding: 15px 40px 15px 40px;
	border-radius: 2px;
	color: #FFF;
	background-color: #555;
	border: 1px solid #555;
}

.contents_m .main li a:hover,
.form-message__link li a:hover,
.form-action input[type="submit"]:hover,
.form-action input[type="button"]:hover {
	color: #555;
	background-color: #FFF;
	border: 1px solid #555;
}

/*--表-------------------------------------------------------------*/

/* form table */
.form-table {
	width: 100%;
}
.form-table caption {
	padding: 10px 0;
}

.form-table th{
	text-align: right;
	width: 30%;
	padding: 5px 10px;
	background: #EEE;
}
.form-table td{
	vertical-align: top;
	width: 70%;
	padding: 5px 10px;
}

.form-table td,
.form-table th {
	border-bottom: 10px solid #FFF;
}

.form-table th{
    color:#957C71;
    font-size: 18px;
    font-weight: bold;
}


.form-table label {
	display: inline-block;
	white-space: nowrap;
	margin: 5px 5px 5px 0;
}


.form-table div[class^="label"]{
	display:flex;
	flex-wrap:wrap;
	padding: 10px 0 0;
}

.form-table div[class^="label"] label{
	margin: 0 0 10px;
}

.form-table .label1 label{ /*label 2列*/
	width:100%;
}

.form-table .label2 label{ /*label 2列*/
	width:50%;
}

.form-table .label3 label{ /*label 3列*/
	width:33%;
}

.form-table .label4 label{ /*label 4列*/
	width:25%;
}

.form-table .label5 label{ /*label 5列*/
	width:20%;
}

.form-table .label6 label{ /*label 6列*/
	width:16%;
}

.form-table .label7 label{ /*label 7列*/
	width:14%;
}

.form-table .zip{
	width:80px!important;
}

.form-table select[name="adds"]{
	width:30%!important;
}

.form-table select[name="add_sub"]{
	width:40%!important;
}

.form-table select[name="fiscal_year"],
.form-table select[name="established_year"]{
	width: 6em !important;
	margin: 0 5px 0 0;
}

.form-table td.validate .error{ /*個別*/
	color:#FF0000;
	margin-top:5px;
	font-size: 12px;
}

.form-section__body > .error{ /*総括*/
	color:#F00;
	font-weight:bold;
	margin-bottom:10px;
}

/* info table */
.info-table {
	width: 100%;
}
.info-table caption{
	display: none;
}
.info-table th{
	text-align: left;
	width: 30%;
	line-height: 1.1;
	padding: 10px 10px 10px 10px;
	border: 1px solid #EAEAEA;
	background-color: #FFF;
    font-size: 14px;
    border-left:none;
    color:#EF954B;
}
.info-table td{
	width: 70%;
	padding: 10px 10px 10px 10px;
	border: 1px solid #EAEAEA;
	background-color: #FFF;
    border-right:none;
    text-align:left;
}

/* link set
----------------------------------------------- */
/* .cmn-linkset {
	エラー
} */

.cmn-linkset__list {
	display: flex;
	justify-content: center;
	padding: 20px 0 20px 0;
	margin-bottom:50px;
	row-gap:10px;
}

.cmn-linkset__list li {
	border: 1px solid #957C71;
	background-color: #957C71;
    border-radius:100px;
    width:260px;
    height:60px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    position:relative;
}

.cmn-linkset__list li:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: #FFF #FFF transparent transparent;
    transform: rotate(45deg);
    top: 42.8%;
    left: 90%;
}

@media(max-width:450px){
	.pageTop{
		bottom:140px;
	}
}

.pageTop a:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: #FFF transparent transparent #FFF;
    transform: rotate(45deg);
    top: 48%;
    left: 42%;
}

.cmn-linkset__list li a {
	display:block;
	text-decoration:none;
	border-radius: 2px;
	padding: 10px 20px;
	color: #FFF;
    text-align:center;
    font-size: 16px;
    font-weight: bold;
	width:260px;
}

.cmn-linkset__list li:hover {
	color: #555;
	background-color: #FFF;
	border: 1px solid #555;
}

.cmn-linkset__list li:hover a {
	color: #555;
	text-decoration: none;
}

.column_special{
	flex-direction:column;
	row-gap: 10px;
}

/* button menu
----------------------------------------------- */
.button-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.button-menu li {
	margin: 2px 5px 2px 5px;
	border: 1px solid #555;
	background-color: #555;
}

.button-menu li a {
	display: block;
	padding: 10px 10px 10px 10px;
	color: #FFF;
	text-decoration: none;
}

.button-menu span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.button-menu li:hover {
	color: #555;
	background-color: #FFF;
	border: 1px solid #555;
}

.button-menu li:hover a {
	color: #555;
	text-decoration: none;
}



/*--検索一覧------------------------------------------------------------------*/
.search-list-container {
	display: flex;
	flex-direction: column;
	justify-content:center;
	flex-wrap: wrap;
}

.search-arrangement {
	display: flex;
}

/*--検索フォーム-----------------------------------*/
.search-container {
	width: 300px;
	order: 1;
}

.search-form {
    border:none;
	background: #FFF;
	padding: 20px 0;
}

.search-form__title {
	padding: 15px 20px 15px 20px;
	border-bottom: 1px solid #555;
	color: #333333;
}

/* .search-form table {
	エラー
} */

.search-form table th {
	padding: 5px 0 5px 0;
	display: block;
	text-align: left;
	width: 100%;
	background: transparent;
}

.search-form table td {
	display: block;
	text-align: left;
	width: 100%;
	padding: 0 0;
	margin: 0 0 10px;
}

.search-form table td,
.search-form table th {
	border: none;
}

.search-form input[type="submit"] {
	border-radius: 5px;
	border: none;
	padding: 10px 40px 10px 40px;
	margin: 5px 15px 5px 15px;
}

div.search-form input{
    border-radius:5px !important;
    height:46px;
    max-width:240px;
}

div.search-form label input{
    height:inherit;
}

.search-form input[type="text"],
.search-form input[type="password"],
.search-form select {
	border-radius: 2px;
	width: 100%;
	margin: 5px 0;
}

div.search-form select{
    border-radius:5px;
    height:46px;
    max-width:240px;
}

.search-form-button {
	display: flex;
	justify-content: left;
	margin: 10px 0;
	position:relative;
}

.search-form-button:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 3px solid;
    border-color: #FFF #FFF transparent transparent;
    transform: rotate(45deg);
    top: 42%;
    left: 74%;
}
@media(max-width:768px){
    div.search-form-button {
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }
}
.search-form-button input[type="submit"],
.search-form-button input[type="button"] {
	display: block;
	width: 100%;
    font-size: 18px;
    font-weight: bold;
	text-align: center;
	border-radius: 100px !important;
    height:60px;
	padding: 10px 0;
	margin: 5px 0;
	color: #FFF;
	background-color: #957C71;
    max-width:260px;
}

.search-form-button input[type="submit"]:hover {
	color: #555;
	background-color: #FFF;
	border: 1px solid #555;
}


/*--一覧------------------------------------------*/
.list-container {
	order: 2;
	width: calc( 100% - 300px );
	padding: 0 0 0 20px;
}

@media(max-width:1100px){
	.list-container{
		padding-right:2%;
	}
	.search-container{
		padding-left:2%;
	}
}
@media(max-width:768px){
	.list-container{
		padding-right:0;
	}
	.search-container{
		padding-left:0;
	}
}

.list-container--full {
	width: 100%;
	padding: 0;
}

.list-container__title {
	font-size: 32px;
	line-height: 1.4;
	padding: 5px 10px 5px 24px;
	margin: 0 0 50px 0;
	border-left: 5px solid #EF954B;
}

.list-container__none {
	padding: 15px;
	margin: 0 0 20px;
	background: #FFF;
}

.list-container .description {
	padding: 0 10px;
	margin: 0 0 20px;
}

/*--table-list-------------------------*/
.table-list {
	width: 100%;
}

.table-list tbody tr:nth-child(even){
	background-color:#F7F7F7;
}

.table-list th {
	text-align: left;
	line-height: 1.1;
	padding: 10px 10px 10px 10px;
	border: 1px solid #EAEAEA;
    border-left:none;
}


.table-list td {
	padding: 10px 10px 10px 10px;
	border: 1px solid #EAEAEA;
    border-right:none;
}


/*--column-list------------------------*/
.column-list {
	display: flex;
	line-height: 1.2;
	overflow:scroll;
	gap:20px;
	padding: 10px 0 10px 10px;
}

.column-list__item {
	display: flex;
	flex-direction: column;
	padding: 40px 32px;
	box-sizing: border-box;
	border-radius:16px;
	background-color: #FFF;
    box-shadow: 0 0 12px 3px rgb(240, 240, 240);
    min-width:353px;
}

.column-list__item__body {
	flex-grow: 1;
	display: flex;
	flex-direction: column; 
}

.column-list__item__body > a {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	color: #555;
	text-decoration: none;
}

.column-list__item__body__title {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
	color: #EF954B;
}
.column-list__item__body__text {
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 10px;
}
.column-list__item__body__data {
	margin: auto 0 10px;
}

.column-list__item__body__data ul {
	display: flex;
	flex-wrap: wrap;
}

.column-list__item__body__data li {
	width: 100%;
	font-size: 12px;
	padding: 12px 10px 12px 0;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	border-bottom:1px solid #B6A782;
	white-space: nowrap;
	color: #000;
}

.column-list__item__body__data li:nth-child(1) {
	border-top:1px solid #B6A782;
}

.column-list__item__body__data li span {
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color:#5A5139;
	margin: 0 5px 0 0;
	background: #FFF;
}

.column-list__item__body__button {
	margin-top:24px;
}

.column-list__item__body__button a {
	display: block;
	margin:0 auto;
	padding: 13px 5px;
	border-radius: 23px;
	max-width:246px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 1px solid #5A5139;
	background-color: #5A5139;
	color: #FFF;
	text-decoration: none;
	position:relative;
}

@media(max-width:768px){
	.column-list__item__body__button a{
		font-size: 14px;
	}
}

.column-list__item__body__button a:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 3px solid;
    border-color: #FFF #FFF transparent transparent;
    transform: rotate(45deg);
    top: 39%;
    left: 90%;
}

.column-list__item__body__button a:hover {
	color: #555;
	background-color: #FFF;
	border: 1px solid #555;
}

/* トップ：新着案件 */
.job_new {
	background: #FFF;
	position:relative;
	overflow:hidden;
}

.new_img{
	max-width:296px;
	position:absolute;
	top:7%;
	left:19%;
}
@media(max-width:1300px){
	.new_img{
		max-width:296px;
		position:absolute;
		width:70%;
		top:7%;
		left:17%;
	}
}

@media(max-width:768px){
	.new_img{
		max-width:296px;
		position:absolute;
		width:35%;
		top:5%;
		left:50%;
	}
}

.job_new_list {
	width: calc(((100vw - 1100px) / 2) + 1100px);
	margin-right:0;
	margin-left:auto;
}
@media(max-width:1100px){
	section.job_new{
		padding-right:0;
	}
}


/*--row-list---------------------------*/
.row-list {
	display: flex;
	flex-wrap: wrap;
}

.row-list__item {
	display: flex;
	width: 100%;
	padding: 20px;
	margin: 0 0 20px;
	box-sizing: border-box;
	background-color: #FFF;
    border-radius:15px;
    box-shadow:2px 2px 6px rgb(200, 200, 200);
}


/*表を削除*/
.delete{
    display:none;
}

.margin{
	margin-bottom:80px;
}
@media(max-width:600px){
	.margin{
		margin-bottom:35px;
	}
}
.row-list__item a {
	text-decoration: none;
	color: #555;
}

.row-list__item__image {
	width: 250px;
	min-width: 250px;
}

.row-list__item__image img {
	width: 100%;
	height: auto;
}

.row-list__item__body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.row-list__item__body__title {
	font-size: 20px;
    font-weight: bold;
	line-height: 1.2;
	padding: 0;
    padding-bottom:11px;
    border-bottom:1px solid #B6A782;
	margin: 0 0 10px 0;
	color: #EF954B;
}

.row-list__item__body__text {
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 10px;
}

.row-list__item__body__data {
	margin: 0 0 10px;
}

.row-list__item__body__data ul {
	display: flex;
	flex-wrap: wrap;
}

.row-list__item__body__data li {
	width: 33%;
	font-size: 12px;
	padding: 10px 10px 0 0;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
}

.row-list__item__body__data li span {
	display: inline-block;
	padding: 0 10px;
	margin: 0 5px 0 0;
    color:#5A5139;
    background:transparent;
	font-weight: bold;
    font-size: 14px;
}

/* .row-list__item__body__data--state {エラー} */

.row-list__item__body__data--state ul li {
	font-size: 12px;
}

.row-list__item__body__data--state ul li span {
	background: #FFF;
}

.row-list__item__body__button {
	align-self: flex-end;
	display: flex;
}

.row-list__item__body__button a {
	display: block;
	margin: 10px 0 0 10px;
	padding: 10px 20px 10px 20px;
	border-radius: 2px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #555;
	background-color: #555;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
}

.row-list__item__body__button a:hover {
	color: #555;
	background-color: #FFF;
	border: 1px solid #555;
}


/*--パンくずリスト--------------------------------------------------------*/
.pankuzu {
	width: 100%;
	font-size: 12px;
	list-style: none;
	padding: 10px 0px 10px;
	margin: 10px 0 0;
}
.pankuzu li {
	display: inline-block;
}
.pankuzu li:last-child {
	font-weight: bold;
}
.pankuzu li::after {
	content: ">";
	display: inline-block;
	margin: 0 0.5em 0 0.5em;
}
.pankuzu li:last-child::after {
	content: "";
}

.pankuzu li a {
	color: #333;
}

.pankuzu li:hover a {
	color: #333333;
}


/*--詳細----------------------------------------------------------------------*/
.info-container {
	max-width: 1100px;
	background: #FFF;
	padding: 0px 0px;
}
.title_wrap{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:1px solid #B6A782;
    margin-bottom:29px;
}
@media(max-width:768px){
    .title_wrap{
        flex-direction:column;
    }
}

.title_wrap > .title {
	line-height: normal;
	display: flex;
	flex-wrap: wrap;
    flex-direction:column;
	margin: 0 0 20px;
}

.title_wrap > .title h1 {
	width: 100%;
	text-align: left;
	font-size: 28px;
	line-height: 1.2;
	order: 3;
}

.title_wrap > .title span {
	font-size: 12px;
}

.title_wrap > .title span.date {
	order: 4;
	text-align: left;
	width: 50%;
	color:#999;
}

.title_wrap > .title span.id {
	order: 3;
	width: 50%;
	color:#999;
}

.infoTitle {
	font-size: 20px;
    font-weight: bold;
	line-height: 1.2;
    padding-bottom:11px;
    border-bottom:2px solid #9B9178;
	margin: 0 0;
    color:#5A5139;
}


/*--エラー表示-----------------------------------------------------------------*/
#contents .contents_inline {
	padding: 20px;
	display: flex;
	justify-content: center;
}


/*--仕切り--------------------------------------------------------------------*/
/* .head_ceparater {
	エラー
}   */
/* .head_ceparater::before {
	エラー
} */

/* .head_ceparater::after {
	エラー
} */

/* .foot_ceparater {
	エラー
}   */
/* .foot_ceparater::before {
	エラー
} */
/* .foot_ceparater::after {
	エラー
} */

.requisite{
	color:#F00;
}

/* ページ送り */
.l-main .search_page{
	margin:20px 0;
}

.l-main .search_page ul li a{
	background:#FFF;
	border-radius:2px;
    border-radius:3px;
}

.l-main .search_page ul li.focus{
	background:#957C71;
	border:1px solid #957C71;
	border-radius:3px;
}

/* ページャー
----------------------------------------------- */
.l-main .search_page{
	margin:20px 0;
	text-align:right;
}

.l-main .search_page p{
	float:left;
	margin-left:5px;
}
.l-main .search_page p span{
	font-size:14px;
	font-weight:bold;
}

.l-main .search_page ul{
	margin:-20px auto 20px auto;
}

.l-main .search_page ul li{
	line-height:1;
	display:inline-block;
	margin-right:3px;
}

.l-main .search_page ul li.focus{
	padding:5px 8px 5px 8px;
	border:1px solid #957C71;
	background-color:#957C71;
	color:#FFF;
	/* font-weight:bold; */
}

.l-main .search_page ul li a{
	padding:5px 8px 5px 8px;
	border:1px solid #CCC;
	text-decoration:none;
	display:inline-block;
    color:#000;
}

.l-main .search_page ul li a:hover{
	background-color:#EEE;
}

.body .info-table,
.body .table-list {
	margin-bottom: 38px;
    border-bottom:2px solid #9B9178;
}


/* messageBox
----------------------------------------------- */
.messageThreadResult {
	margin: 0 0 20px;
}

.messageThreadResult__none {
	padding: 15px;
	margin: 0 0 20px;
	background: #FFF;
}

.threadList {
	background: #FFF;
	border: 1px solid #CCC;
}

/* .TL__part {エラー} */

.TL__part__body {
	display: flex;
	padding: 10px;
	border-bottom: 1px solid #EEE;
	position: relative;
}

.TL__part__body__more {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* .TL__part__body__more:hover {
	エラー
} */

.TL__part__body__name {
	width: 180px;
	padding: 0 5px 0 0;
	line-height: 1.6;
}

.TL__part__body__name span {
	padding: 0 3px;
}

.TL__part__body__message {
	width: calc( 100% - 180px );
	line-height: 1.4;
}

.TL__part__body__message br {
	display: none;
}

.TL__part__body__message__data {
	margin: 0 0 3px;
	overflow: hidden;
}

.TL__part__body__message__data__mark {
	font-weight: normal;
	margin: 0 10px 0 0;
	padding: 2px 5px;
	border-radius: 3px;
	background: #ee6699;
	color: #FFF;
	font-size: 10px;
	float: left;
}

.TL__part__body__message__data__time {
	font-size: 10px;
	padding: 2px 0;
	float: right;
}

.TL__part__body__message__text {
	font-size: 12px;
}

.TL__part__body__message__text__sub {
	line-height: 1.6;
	height: 1.7em;
	overflow: hidden;
	word-break: break-all;
}

.TL__part__body__message__text__body {
	line-height: 1.4;
	max-height: 2.9em;
	overflow: hidden;
	word-break: break-all;
	font-weight: normal;
}

.TL__part__body__message__text__foot {
	font-weight: normal;
	font-size: 11px;
	color: #888;
	line-height: 1.6;
	height: 1.7em;
	overflow: hidden;
	word-break: break-all;
}

.TL__part--unread .TL__part__body__message__text,
.TL__part--unread .TL__part__body__name {
	font-weight: bold;
}

.TL__part--read .TL__part__body__more {
	background: rgba(0,0,0,0.05);
}

	/* smartphone横(landscape) */
	@media only screen and (max-width:768px) {

		.TL__part__body {
			flex-direction: column;
		}

		.TL__part__body__name {
			width: 100%;
			padding: 0;
		}

		.TL__part__body__message {
			width: 100%;
			margin: 5px 0;
		}

		.TL__part__body__message__text__body {
			font-size: 10px;
		}

	}

/* メッセージスレッド
----------------------------------------------- */
.threadDetail {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 0 0 30px;
}

.TD__part:not(:first-child) {
	border-top: 1px solid #CCC;
}

/* .TD__part:last-child {
	エラー
} */

.TD__part:not(:last-child) > [id^=message_M] {
	display: none;
}

.TD__part__head {
	padding: 10px;
	cursor: pointer;
	background: #EEE;
}

.TD__part__head__ {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.TD__part__head__mark {
	flex-grow: 1;
}

.TD__part__head__mark > span {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 2px 5px;
	border-radius: 3px;
	background: #ee6699;
	color: #FFF;
	font-size: 10px;
}

.TD__part__head__time {
	color: #000;
	font-size: 10px;
}

/* .TD__part__head__time > span {エラー} */

.TD__part__head__name {
	width: 100%;
	margin: 5px 0 0;
}

.TD__part__head__name > span {
	word-break: break-all;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.TD__part__head__sub {
	width: 100%;
	color: #000;
	margin: 5px 0 0;
	font-size: 12px;
	word-break: break-all;
}

.TD__part__body {
	color: #000;
	padding: 10px 10px 20px;
	font-size: 12px;
}

.TD__part__body__action {
	text-align: right;
}

.TD__part__body__message {
	line-height: 1.4;
	padding: 10px;
	word-break: break-all;
}

.TD__part__foot {
	padding: 10px 10px 20px;
}

.TD__part__foot__ {
	border: 1px solid #DDD;
	padding: 10px;
}

/* .TD__part__foot__data {
	エラー
} */

	/* smartphone横(landscape) */
	@media only screen and (max-width:768px) {

		.TD__part__head__sub {
			font-size: 10px;
		}

		.TD__part__body__message {
			font-size: 10px;
		}

	}


/*----------------------------------------------------------------トップ最上部*/
.top-header {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 1000px;
}

/* .top-header__ {エラー} */

/* .top-header__title {エラー} */

.top-header + #wrapper {
	margin: -1000px 0 0;
}

.top-header + #wrapper .header {
	background: inherit;
}

/* .top-header + #wrapper .siteName__icon {
	エラー
} */

.top-header + #wrapper .globalNav {
	background: rgba(0,0,0,0.7);
}

.top-welcome {
	color: #000;
	background: #FFF;
}

.top-welcome__ {
	margin: 0 auto;
	overflow: hidden;
}

.top-welcome__title {
	font-size: 30px;
    text-align:center;
    font-size: 40px;
    padding-top:48px;
	margin-bottom:15px;
}


.top-welcome__text {
	font-size: 14px;
	line-height: 1.6;
    text-align:center;
}



.top-welcome__text--strong {
	font-size: 40px;
    text-align: center;
	font-weight: bold;
    margin-bottom:15px;
}

.top-welcome__register {
    max-width:624px;
    margin:0 auto;
    padding-bottom:48px;
}

.top-welcome__register__ {
	display: flex;
	margin: 0 -10px;
}

.top-welcome__register__link {
	width: 50%;
	margin: 4.5px;
}

/* .top-welcome__register__link--n {エラー} */

/* .top-welcome__register__link--c {エラー} */

.top-welcome__register__link a {
	display: block;
	text-align: center;
	border-radius: 2px;
	padding: 20px 0;
	text-decoration: none;
	color: #FFF;
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.1);
	font-size: 15px;
	font-weight: bold;
}

.top-welcome__register__link a:hover {
	opacity: 0.7;
}

.top-welcome__register__link--n a {
	background: #A59773;
    border-radius:100px;
    max-width:251px;
    margin-left:auto;
    margin-right:0;
	position:relative;
}

.top-welcome__register__link--n a:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: #FFF #FFF transparent transparent;
    transform: rotate(45deg);
    top: 40%;
    left: 86%;
}

.top-welcome__register__link--c a {
	background:#957C71;
    border-radius:100px;
    max-width:251px;
    margin-right:auto;
    margin-left:0;
	position:relative;
}

.top-welcome__register__link--c a:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: #FFF #FFF transparent transparent;
    transform: rotate(45deg);
    top: 40%;
    left: 86%;
}

	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {

		.top-welcome {
			color: #000;
			background: #FFF;
			height: auto;
		}

		.top-welcome__ {
			padding: 0 0;
		}

		.top-welcome__title {
			font-size: 26px;
			margin: 0 0 15px;
		}

		.top-welcome__text {
			font-size: 12px;
			line-height: 1.6;
			margin: 0 0 15px;
		}

		.top-welcome__text--strong {
			font-size: 12px;
			font-weight: bold;
		}

		.top-welcome__register__ {
			margin: 0 -5px;
		}

		.top-welcome__register__link {
			margin: 5px;
		}

		.top-welcome__register__link a {
			font-size: 12px;
			padding: 15px 0;
		}

	}

/* functionCard
----------------------------------------------- */

.functionCard {
	padding: 20px;
}

.functionCard__iconWrap {
	text-align: center;
	margin-bottom:10px;
}

.functionCard__iconWrap span {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	font-size: 36px;
	border: 1px solid #FFF;
    background:#EDE8DC;
}

/* .functionCard__body {エラー} */

.functionCard__body__title {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
    margin-bottom:8px;
	color: #EF954B;
	line-height: 1.4;
    font-weight: bold;
}

.functionCard__body__comments {
	margin: 0 0;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

.functionCardList {
	display: flex;
    justify-content:center;
}

.functionCardList .functionCard {
	width: 33%;
}


	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {

		.functionCard {
			padding: 0;
		}

		.functionCard__body__comments {
			font-size: 10px;
			margin: 10px 0;
		}

		.functionCard__body__title {
			font-size: 12px;
			margin: 0 0 10px;
		}

		.functionCardList {
			margin: 10px -10px;
			overflow: hidden;
		}

		.functionCardList .functionCard {
			width: 33%;
			margin: 0 10px;
		}

		.functionCard__iconWrap span {
			width: 60px;
			height: 60px;
			line-height: 60px;
			border-radius: 50%;
			font-size: 20px;
		}

	}


/*----------------------------------------------------------------簡単検索*/

/* 簡単検索(グリッド)
----------------------------------------------- */
.formGrid {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}

.formGrid__col {
	width: 100%;
	box-sizing: border-box;
}

.formGrid__col--05 { 
	width: 4.16666666666%; 
	display:flex;
	justify-content:center;
	align-items:center;
}

.formGrid__col--1 { width: 8.33333333333%; }
.formGrid__col--2 { width: 16.6666666667%; }
.formGrid__col--3 { width: 25%; }
.formGrid__col--4 { width: 33.3333333333%; max-width:270px;}
.formGrid__col--5 { width: 41.6666666667%; }
.formGrid__col--6 { width: 50%; }
.formGrid__col--7 { width: 58.3333333333%; }
.formGrid__col--8 { width: 66.6666666667%; }
.formGrid__col--9 { width: 75%; }
.formGrid__col--10 { width: 83.3333333333%; }
.formGrid__col--11 { width: 91.6666666667%; }
.formGrid__col--12 { width: 100%; }

.formGrid__col--free { width: auto; flex-grow: 1; max-width:246px;}


.formGrid--separate {
	margin-left: -10px;
	margin-right: -10px;
}

.formGrid--separate .formGrid__col {
	padding: 0 10px;
}

.formGrid--mt {
	margin-top: 15px;
}

/* 簡単検索
----------------------------------------------- */
.easySearchForm {
    background:#B6A782;
    padding:31px
}

.easySearchForm__ {
	padding: 10px 0;
	margin: 0 auto;
	max-width: 1080px;
	box-sizing: border-box;
}

.easySearchForm__crossIcon {
	text-align: center;
}

.easySearchForm__crossIcon .fa {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #FFF;
}

.easySearchForm__submit {
	margin: 0 0 0 20px;
}

/* stylishSelect */

.cmn-stylishSelect {
	position: relative;
	display: inline-block;
	min-width: 100px;
}

.cmn-stylishSelect .fa {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	color: #333;
}

.cmn-stylishSelect select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 2px solid #9B9178;
	border-radius: 5px;
	padding: 12px 0 12px 16px;
	font-size: 15px;
    font-weight: 500;
	color: #333;
}

.fa-angle-down{
    display:none;
}

.cmn-stylishSelect--w100 {
	width: 100%;
}

/* stylishBtn */
/* .cmn-stylishBtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	text-decoration: none;
	vertical-align: top;エラー
	padding: 0 0.3em;
	width: 100%;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	background: #333;
	color: #FFF;
	border: 1px solid #333;
	border-radius: 2px;
	letter-spacing: 1px;
	transition: 0.2s;
	box-sizing: border-box;
} */

input[type="submit"].cmn-stylishBtn {
	margin: 0;
	background:#5A5139;
	color: #FFF;
    max-width: 246px;
    width: 100%;
    padding:10px;
    border-radius:23px;
	border:none;
}

@media(max-width:768px){
	input[type="submit"].cmn-stylishBtn{
		height:38px;
	}
}

.cmn-stylishBtn:hover {
	opacity: 0.8;
}


	/* iPad縦(portrait) */
	@media only screen and (max-width:768px) {

		.easySearchForm {
			margin: 0 0;
		}

		.formGrid__col--free {
			width: 100%;
		}

		.formGrid__col--4 { width: 45%; }
		.formGrid__col--05 { width: auto; flex-grow: 1; }

		.easySearchForm__submit {
			margin: 10px 0 0;
		}

		.cmn-stylishSelect select {
			font-size: 12px;
		}

		.cmn-stylishBtn {
			font-size: 12px;
		}

	}


/*--管理者ログイン-------------------------------------------------------------*/
#super_user{
	display: flex;
	justify-content: right;
}

#super_user a{
	width:100px;
	padding: 5px;
	margin:0 0 0 auto;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	background-color:#555;
	border: 1px solid #555;
}
#super_user a:hover{
	color:#555;
	background-color:#FFF;
}


/*--スライドメニュー-----------------------------------------------------------*/

.slideMenu{
	width: 100%;
	padding: 0;
	position: fixed;
	z-index: 9999;
}

#slideMenu-nav {
	position: absolute;
	z-index: 100;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	width: 100%;
	text-align: center;
	transition: .5s ease-in-out;
	background: rgba(0,0,0,0.9);
	padding: 60px 20px;
}

#slideMenu-nav ul {
	list-style: none;
	font-size: 12px;
}

#slideMenu-nav ul li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

#slideMenu-nav .headline {
	/* background: #555; */

	color: #FFF;
	padding: 10px;
	position:relative;
	display:none;
	/* font-size: 10px; */
}
#slideMenu-nav ul li.headline:after{
	content: ">";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.6);
}

#slideMenu-nav .headline span{
	color: #FFF;
}

#slideMenu-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 15px 0;
	text-decoration: none;
	position: relative;
}

#slideMenu-nav ul li a::after {
	content: ">";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(255,255,255,0.6);
}

#slideMenu-input{
	display: none;
}

#slideMenu-toggle {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 36px;
	height: 36px;
	padding: 10px;
	background: rgba(0,0,0,0.7);
	z-index: 101;
}

#slideMenu-toggle label {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	position: relative;
}

#slideMenu-toggle label span {
	background: #FFF;
}

#slideMenu-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #555;
	left: 0;
	transition: .35s ease-in-out;
}

#slideMenu-toggle span:nth-child(1) {
	top: 0;
}

#slideMenu-toggle span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

#slideMenu-toggle span:nth-child(3) {
	top: 100%;
	transform: translateY(-100%);
}

/* #slideMenu-toggle 切り替えアニメーション */
#slideMenu-input:checked + #slideMenu-toggle span:nth-child(1) {
	top: 8px;
	transform: rotate(315deg);
}

#slideMenu-input:checked + #slideMenu-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

#slideMenu-input:checked + #slideMenu-toggle span:nth-child(3) {
	top: 8px;
	transform: rotate(-315deg);
}

/* #slideMenu-nav スライドアニメーション */
#slideMenu-input:checked ~ #slideMenu-nav {
	display: block;
	transform: translateY(500px);
}

	@media screen and (min-width:768px) {
		#slideMenu-nav,
		#slideMenu-toggle,
		#slideMenu-input:checked ~ #slideMenu-nav{
			display: none;
		}
	}


/* ================================================================================ */
/*                                                                                  */
/*      レスポンシブ対応(PCファースト)                                              */
/*                                                                                  */
/* ================================================================================ */

.column-list__item:last-child{
	margin-right:20%;
}
@media(max-width:768px){
	.column-list__item:last-child{
		margin-right:55%;
	}
}

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

	.column-list__item {
		width: calc( 50% - 20px );
	}

}
@media(max-width:1100px){
	.cmn_index_area {
		padding-right: 5%;
		padding-left:5%;
	}
}

@media(max-width:768px){
	.cmn_index_area {
		padding-top:30px;
		padding-bottom:20px;
	}
}

li#myLi{
	cursor: pointer;
}

/* iPad縦(portrait) */
@media only screen and (max-width:768px) {

	body {
		font-size: 12px;
	}

	.headerMenu{
		display:none;
	}

	.header__ {
		height: 60px;
	}

	.siteName__logo > img {
		height: 40px;
	}

	.siteName__icon {
		height: 40px;
		font-size: 22px;
	}

	.siteName__icon > .fa {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 22px;
	}

	.globalNav {
		min-height: initial;
	}

	.globalNav__list li a {
		font-size: 12px;
		padding: 12px;
	}

	.pankuzu {
		padding: 10px;
		margin: 0;
		font-size: 10px;
	}

	.pankuzu li:last-child {
		font-weight: normal;
	}

	.l-article {
		padding: 10px 15px;
	}

	/* .form-section {
		エラー
	} */

	.form-section__body {
		padding: 10px 0;
	}

	.cmn-section {
		min-width: 100%;
	}

	.cmn-section__body {
		padding: 10px 28px;
	}

	.cmn-section__body p {
		font-size: 10px;
	}

	.cmn-section__body--nopadding {
		padding: 0;
	}

	.sectionTitle--lv1 {
		font-size: 30px !important;
		/* margin-top:35px; */
	}

	.sectionTitle--lv2 {
		font-size: 14px;
		padding: 10px 0;
	}

	.sectionTitle--lv3 {
		font-size: 12px;
		padding: 5px 0;
	}

	.cmn-list {
		font-size: 10px;
	}

	.cmn_index_area {
		padding-right:5%;
		padding-left:5%;
	}

	.cmn_index_area__title {
		font-size: 30px !important;
		margin: 0 0 20px;
	}

	h1.list-container__title.cmn_index_area__title{
		font-size: 30px !important;
		margin: 0 0 20px;
	}

	.info-container {
		padding: 20px 15px;
	}

	.title_wrap > .title {
		margin-right:auto;
		margin-left:0;
	}

	.title_wrap > .title h1 {
		text-align: left;
		font-size: 20px;
		font-weight: bold;
		padding: 10px 0 10px 24px;
	}

	.title_wrap > .title span.date,
	.title_wrap > .title span.id {
		font-size: 10px;
	}

	.infoTitle {
		font-size: 14px;
		padding: 0 10px;
		margin: 0 0 10px;
	}

	.list-container__title {
		font-size: 14px;
		padding: 0 10px;
		margin: 0 0 10px;
	}

	.cmn-linkset {
		margin: 0 0 10px;
	}

	.cmn-linkset__list {
		padding: 10px 0;
	}

	/* .cmn-linkset__list li a {
		エラー
	} */

	/* .search_card_list {
		エラー
	} */

	.search_card_list li {
		margin: 5px;
		width: calc( 50% - 10px );
	}

	/* .search_card_list li a {
		padding: 20px 10px;
	} */

	.column-list__item {
		padding: 15px;
		margin: 5px;
		width: calc( 50% - 10px );
	}

	.column-list__item__body__title {
		font-size: 16px;
	}

	.column-list__item__body__text {
		font-size: 10px;
	}

	.column-list__item__body__data li {
		font-size: 10px;
		font-weight: normal;
		padding: 5px 0 0 0;
	}

	.row-list__item {
		padding: 15px;
	}

	.row-list__item__body__title {
		font-size: 16px;
	}

	.row-list__item__body__text {
		font-size: 10px;
	}

	.row-list__item__body__data li {
		font-size: 10px;
		font-weight: normal;
		padding: 5px 0 0 0;
		width: 100%;
	}

	.row-list__item__body__data--state ul li {
		font-size: 10px;
		font-weight: normal;
	}

	.row-list__item__body__button {
		align-self: initial;
		flex-wrap: wrap;
	}

	.row-list__item__body__button a {
		margin: 10px 0 0;
	}

	.search-arrangement {
		flex-direction: column;
	}

	.search-container,
	.list-container {
		order: 0;
	}

	.list-container {
		width: 100%;
		padding: 0;
	}

	.search-container {
		width: 100%;
	}

	.search-form {
		padding: 10px;
	}

	/* .search-form table th {
		エラー
	} */

	/* .search-form table td {
		エラー
	} */

	.search-form-button input[type="submit"],
	.search-form-button input[type="button"] {
		font-size: 1em;
	}

	.sc_list > .cmn-section {
		width: calc( 50% - 10px );
		margin: 5px;
	}


}

/* smartphone横(landscape) */
@media only screen and (max-width:768px) {

	/* .l-article {
		padding: 10px;
	} */

	/* .progress-tracker {
		エラー
	} */

	.progress-tracker li {
		font-size: 10px;
	}

	.progress-tracker li::before {
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin: 0 auto 5px;
	}

	/* .sectionTitle--lv1 {
		font-size: 14px;
		padding: 10px;
	} */

	.form-section {
		padding: 15px;
	}

	/* .form-section input[type="text],
	.form-section input[type="password"],
	.form-section select,
	.form-section textarea{
		エラー
	} */

	.form-table {
		width: 100%;
	}

	.form-table th,
	.form-table td {
		display: block;
		text-align: left;
		width: 100% !important;
		padding: 5px 0;
	}

	.form-table th {
		padding: 5px;
	}

	.form-table td {
		padding: 0;
		margin: 0 0 10px;
	}

	.form-action {
		display: flex;
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}

	.form-action input[type="submit"],
	.form-action input[type="button"]{
		margin: 5px 0;
	}

	.form-message__link {
		display: flex;
		flex-direction: column;
		text-align: center;
		justify-content: center;
		padding: 30px 0 0 0;
	}

	.info-table {
		width: 100%;
	}

	.info-table tr {
		display: block;
	}

	.info-table th,
	.info-table td {
		display: block;
		text-align: left;
		width: 100% !important;
		margin: -1px 0 0;
	}

	.info-table th {
		background: #EEE;
		font-size: 10px;
	}

	.info-table td {
		font-size: 12px;
	}

	.table-list tr {
		display: block;
	}

	.table-list th,
	.table-list td {
		display: block;
		text-align: left;
		width: 100% !important;
		margin: -1px 0 0;
	}

	.table-list th {
		background: #EEE;
		font-size: 10px;
	}

	.table-list td {
		font-size: 12px;
	}

	.cmn-linkset__list {
		display: flex;
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}

	.search-form {
		margin: 10px 0 10px 0;
	}

	.column-list__item {
		margin: 0 0 10px;
		width: 100%;
	}

	.row-list__item__body__button a {
		width: 100%;
	}

	.sc_list{
		flex-direction: column;
	}

	.sc_list > .cmn-section{
		width: 100%;
		margin:0 auto;
		margin-bottom:20px;
	}

	.sc_message {
		order:2;
	}
	.sc_form {
		order:1;
	}

	.search_card_list {
		margin: 0 -5px;
	}

}


/* iPhone横(landscape) */
@media only screen and (max-width:480px) {

	.search_card_list {
		margin: 0;
	}

	.search_card_list li {
		margin: 0 0 10px;
		width: 100%;
	}

	/* .search_card_list li a {
		padding: 20px 10px;
	} */

}

/* smartphone縦(portrait) */
@media only screen and (max-width:360px) {}

/* iPhone縦(portrait) */
@media only screen and (max-width:320px) {}

/* viewportの仕様上、指定可能な最小幅 */
@media only screen and (max-width:200px) {}

/* table01 */
#table01{
	margin:0 auto;
	margin-bottom:50px;
}
#table01 tr {
	border-bottom: 1px solid #b5b1b1;
  }
  
  #table01 th,
  #table01 td {
	padding: 24px 0;
	border: none;
	text-align:left;
  }
  
  #table01 th {
	width: 30%;
  }
  
  /* sp */
  @media only screen and (max-width: 480px) {
	#table01 th,
	#table01 td {
	  width: 100%;
	  display: block;
	}
  
	#table01 th {
	  width: 100%;
	}
  
	#table01 td {
	  padding-top: 0;
	}
  }
  

/* ================================================================================ */
/*                                                                                  */
/*      デザインテーマ                                                               */
/*                                                                                  */
/* ================================================================================ */

