@charset "UTF-8";

/* ============================================================
	imini "商品一覧" Layout CSS
	Last UPDATA: 2022/9/27
============================================================ */
* {
box-sizing: border-box;
}
#content {
	width: 900px;
}
#content #main{
	float: none;
	width: 900px;
	margin: 30px 0 48px;
}

#content #main .content-box{
	background: #fff;
	border-radius: 3px;
	margin: 0 auto;
	padding: 40px;
}
#content #main .content-box .attention {
	color: #F00;
}
#content #main .content-box .rice {
	text-indent: -1em;
	margin-left: 1em;
}
#content #main .content-box br.view_sp {
	display: none;
}

#content #main .content-box h1,
#content #main .content-box h2.company {
	padding: 20px 0 20px 10px;
	border-top: solid 4px #412208;
	border-bottom: solid 1px #412208;
	font-size: 26px;
	color: #412208;
	letter-spacing: 2px;
	font-weight:bold;
	line-height:26px;
}
#content #main .content-box h1 img{
	vertical-align: top;
}
#content #main .content-box h2 {
	display: inline-block;
	background-color: #412208;
	color: #fff;
	margin: 1.5em 0 0.5em;
	padding: 7px 15px 6px;
}
#content #main .content-box h2.company {
	display: block;
	background: none;
}
#content #main .content-box h3 {
	background-color: #eeeae1;
	color: #330000;
	margin: 1.5em 0 0.75em;
	padding: 5px 0 5px 10px;
}
#content #main .content-box h4 {
	margin: 1em 0 0.5em;
	padding-left: 1.5em;
}

#content #main .content-box p.read{
	margin: 18px 0 0;
	font-size: 14px;
}
#content #main .content-box p.read01 {
	padding-left: 1.5em;
	margin-bottom: 0.75em;
}
#content #main .content-box p.read02 {
	padding-left: 2.5em;
	margin-bottom: 0.75em;
}
/*#content #main .content-box li {
	margin-bottom: 0.75em;
}*/
#content #main .content-box ul.list01 {
	padding-left: 1.5em;
}
#content #main .content-box ul.list02 {
	padding-left: 2.5em;
	margin-bottom: 0.75em;
}
#content #main .content-box ul.list02 li {
	margin-bottom: 0.25em;
}
#content #main .content-box dl dt {
	font-weight: bold;
}
#content #main .content-box dl.vertical,
#content #main .content-box dl.parallel {
	margin-bottom: 1em;
	padding-left: 1.5em;
}
#content #main .content-box dl.vertical dt {
	margin: 1em 0 0.5em;
}
#content #main .content-box dl.vertical dd {
	margin-left: 1em;
}
#content #main .content-box dl.parallel dt {
	float: left;
	width: 150px;
}
#content #main .content-box dl.parallel dd {
	float: right;
	width: 650px;
}
#content #main .content-box table.tbl_credit,
#content #main .content-box table.tbl_credit th,
#content #main .content-box table.tbl_credit td,
#content #main .content-box table.tbl_company,
#content #main .content-box table.tbl_company th,
#content #main .content-box table.tbl_company td {
	border-collapse: collapse;
	border: 1px solid #330000;
}


#content #main .content-box table.tbl_company,
#content #main .content-box table.tbl_credit {
	width: 75%;
	margin-left: 1.5em;
}
#content #main .content-box table.tbl_credit th {
	padding: 0.5em;
}
#content #main .content-box table.tbl_credit th.card {
	text-align: center;
}
#content #main .content-box table.tbl_company th {
	text-align: center;
}
#content #main .content-box table.tbl_credit td {
	text-align: center;
	padding: 0.5em;
}
#content #main .content-box table.tbl_company td {
	padding: 0.5em;
}

@media screen and (max-width: 740px){

	#content {
		width: 100%;
	}
	#content #main{
		float: none;
		width: 100%;
	}
	#content #main .content-box{
		width: auto;
		background: #fff;
		border-radius: 3px;
		padding: 15px;
		font-size: 14px;
		border: solid 1px #e1dfd8;
		box-shadow: 0 0 5px rgba(156,147,125,0.75);
	}
	#content #main .content-box br.view_pc {
		display: none;
	}
	#content #main .content-box br.view_sp {
		display: inline;
	}
	#content #main .content-box h2.company,
	#content #main .content-box h1{
		padding: 10px 0 10px 10px;
		border-top: solid 4px #412208;
		border-bottom: 0;
		font-size: 16px;
		font-weight:bold;
		line-height: 1.5;
		letter-spacing: 0;
		background: url(/0004/component/common/img/title_bg_sp.gif) left top repeat-x;
		background-size: auto 31px;
	}
	#content #main .content-box h2{
		font-size: 14px;
		font-weight:bold;
	}
	#content #main .content-box h3{
		font-size: 13px;
		font-weight:bold;
	}

	#content #main .content-box p.read{
		margin: 10px 0 0;
		font-size: 14px;
	}
	#content #main .content-box dl.parallel dt {
		float: none;
		width: auto;
	}
	#content #main .content-box dl.parallel dd {
		float: none;
		width: auto;
	}
	#content #main .content-box table.tbl_company,
	#content #main .content-box table.tbl_credit {
		width: 100%;
		font-size: 80%;
		margin-left: 0;
	}
	#content #main .content-box table.tbl_company th,
	#content #main .content-box table.tbl_credit th {
		padding: 0.25em;
	}
	#content #main .content-box table.tbl_company th,
	#content #main .content-box table.tbl_credit td {
		padding: 0.25em;
	}
}
/* 灰色ボーダーボックス*/
	.helpDeskBox {
    width: 100%;
    overflow: hidden;
    padding: 15px 15px;
    border: 5px solid #F0F0F0;
    -moz-box-sizing: border-box;
	-o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*　テーブル　*/
#content table {
	width: 100%;
	margin: 15px 0 0;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-spacing: 0;
}
#content table th,
#content table td {
	padding: 8px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	text-align: left;
}

#content table th {
	background: #f0f0f0;
}
.attorneyArea{
	margin: 20px 0 0;
}
.attorneyArea dl dd table {
	margin: 10px 0 20px;
}
.attorneyArea dl dd table th {
	width: 20%;
}
.attorneyArea dl dd table td {
	width: 60%;
}

.att-box {
	margin-bottom: 15px;
	padding: 10px;
	border: solid 1px #ccc;
	border-top: none;
}
/* 本人確認書類リスト　2列の表*/
.Identification-list {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
	border: 1px solid #333;
	
}
.Identification-list li {
	width: 50%;
	padding: 8px 8px;
	border-bottom: 1px solid #333;
}
.Identification-list li:nth-of-type(2n-1) {
	border-right: 1px solid #333;
}
.Identification-list li:last-of-type {
	border-bottom:none;
}
/* ※テキスト */
.annotation {
    padding-left: 1em;
    text-indent: -1em;
    margin: 5px 0;
}
.annotation span.orange {
	margin: 0 5px 0 0;
	color: #fe6000;
}
/* ▼　*/
.arrow_s_b {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #333;
  text-decoration: none;
}

.arrow_s_b:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #555;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.arrow_s_b:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -4px;
}

.document_btn {
	margin: 15px 0 5px;
}
/*----- clearfix -----*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
		height: auto;
		overflow: hidden;
		/**/
}
.both{
	clear:both;
}
/* 閉じるボタン　*/

#content button {
    margin: 0;
	padding: 0 30px;
    border: 1px solid #333333; 
    background-color: #333333;
    border-radius: 33px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 30px;
}

@media screen and (min-width: 769px){
	#content button {
		border-radius: 35px;
		font-size: 14px;
		line-height: 33px;
	}
}

#content button:hover {
	background-color: #ffffff;
	color: #333333;
}