﻿body {
	font-size:12px;
	line-height:150%;
	color:#333333;
	min-width: 1200px;
}
p{
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
dl{
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

dt {
    margin-left: 30px;
}


dd{
	text-align:left;
	margin-left: 30px;
}

th, td{
	padding: 3px;
}
th{
	font-weight: bold;
}

.weight{
    margin-left: 35px;
	
}

.text-box {
    font-size: 13px;
    margin-top: 5px;
    width: 85%;
	}
	
.text-box2 {
    font-size: 13px;
    margin-top: 10px;
    width: 85%;
	margin-left: 25px;
	}
		

.img-box2 {
    font-size: 13px;
    margin-top: 10px;
    width: 85%;
	}
		
	
	
	
.tbl01 td {
    padding: 10px;
    border: 1px solid #CCC;
    vertical-align: middle;
}

	
.tbl02 td {
    padding: 10px;
    border: 1px solid #CCC;
    vertical-align: middle;
}


.tbl01 {
    line-height: 1.3;
    width:670px;
	font-size: 13px;
}


.tbl02 {
    line-height: 1.3;
    width:1000px;
	font-size: 13px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

.img{ margin-bottom:20px;	
	}

 #company {
    text-align: left;
    float: right;
    margin: 0px;
    padding-left: 30px;
    top: -30px;
    background: #FFF none repeat scroll 0% 0%;
}

#contents {
    clear: none;
}


#contents2_outer{
	padding-top: 20px;
	background: #f3f2ee;
	margin-top: 70px;
}
#contents2 {
    padding: 0 0 20px;
    margin: 0px auto;
    width: 1000px;
    clear: none;
    background: #fff;
}


.tbl01 th {
    border: 1px solid #CCC;
    background: #EEE none repeat scroll 0% 0%;
    padding: 10px;
    vertical-align: middle;
	text-align: left;
}

.size {
	font-size:16px;
	font-weight:bold;

	}
	
	
.menubtn-area {
	clear: both;
	overflow: hidden;
    width: 1000px;
}



.menubtn-area ul li {
    float: left;
    margin: 1%;
    width: 235px;
}
.menubtn-area ul li:first-of-type {
	margin-left: 0;
}
.menubtn-area ul li:last-of-type {
	margin-right: 0;
}

.menubtn-area--col3 ul{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.menubtn-area--col3 ul li {
	width: 330px;
	margin: 0;
}


li {
    list-style: outside none none;
}	

.clearfix {
    min-height: 1px;
}

.img2{ margin-top:20px;	
	}

/* 20160203 追加 s */
#convenience ul,
#convenience ol,
#convenience li,
#convenience li dl,
#convenience li dt,
#convenience li dd{
	padding: 0;
	margin: 0;
}
#convenience dd.flow_txt{
	margin-bottom: 14px;
}
#convenience ul{
	margin-bottom: 1em;
}
#convenience li{line-height: 1.2;}
#convenience li dl{margin-left:1em;}
#convenience .img{
	margin-bottom: 1em;
}
#convenience .img ol{
	width: 804px;
	margin: 0 auto;
}
#convenience .img li{
	float: left;
	width: 180px;
	padding-right: 70px;
	background: url(../images/haisou-07.jpg) no-repeat right center;
	background-size: 60px;
	margin-right: 18px;
}
#convenience .img li:last-of-type{
	padding-right: 0;
	background: none;
	margin-right: 0;
}
#convenience .img li .txt{text-align: center;}
#convenience .img li .img{
	display: table-cell;
	width: 180px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
}
#convenience .img li img{
	max-width: 100%;
	max-height: 100%;
}
#convenience .img .order{margin-left: -128px;}
#convenience .img .arrival{width: 240px;}
#convenience .img .arrival div{
	padding-left: 66px;
	background: url(../images/haisou-07.jpg) no-repeat left 75px;
	background-size: 57px;
}
#convenience .img .acceptance{width: 200px;}
#convenience .img .acceptance .img{
	width: 200px;
	height: 200px;
}
#convenience .note{
	color: #db142a;
	font-weight: bold;
}
#convenience .title.note{
	clear: both;
}


/* 170609 追記 */

div .search_box {
	width:100%;
	height:60px;
	margin:0 0 10px 0;
	padding:5px 0;
	background-color:#ececec;
}

div .search_box p {
	width:80%;
	margin:0 auto;
}

div .search_box .search {
	float:left;
	width: 80%;
	height:30px;
	margin-top:13px;
}

div .search_box .searchBtn {
	float:left;
	width: 35px;
	padding:5px 0;
	margin-left:15px;
	margin-top:8px;
}

@media screen and (min-width: 1024px){
	#sp_head{
		display: none;
	}
	#sp_footer{
		display: none;
	}
	.haisou_sp{
		display:none;
	}
	#resp_company{
		display:none;
	}
	.img_sp{
		display:none;
	}
}
@media screen and (min-width:1024px) and ( max-width:1280px) {
	#sp_head{
		display: none
	}
	#sp_footer{
		display: none;
	}
	.haisou_sp{
		display:none;
	}
	#resp_company{
		display:none;
	}
	.img_sp{
		display:none;
	}
}
@media screen and (max-width: 767px) { 
	.img_pc{
		display:none;
	}
	#contents{
		display: none;
	}
	#pc_footer{
		display: none;
	}
	#contents2{
		width:100%;
	}
	#contents2 table{
		width:100%;
	}
	#contents2 table tr{
		font-size:16px;
	}
	.resp_img{
		width:100%;
	}
	ol{
		display:none;
	}
	.menubtn-area{
		width:100%;
		margin: 0;
	}
	#company{
		display:none;
	}
	#resp_company{
		text-align:center;
		width:100%;
		margin-bottom:20px;
	}
	.text-box2  font{
		font-size:medium;
	}
	.fmedium{
		font-size:medium;
		width: 85%;
    	margin-left: 25px;
		margin-top:10px;
		line-height:20px;
	}
	.f_2{
		font-size:2;
	}
	.f_small{
		font-size: small;
	}
	.tbl01{
		width:95% !important;
		margin:0 auto;
		margin-bottom: 5px;
	}
	.tbl02{
		width:95% !important;
		margin:0 auto;
	}
	.menubtn-area ul li{
		text-align:center;
		clear:left;
		width:100%;
		margin:5px 0;
	}
	.menubtn-area ul li:last-of-type{
		margin:5px 0;
	}
	.last_img{
		width: 95%;
	}

	/* form */	
	header .search_box {
		width:100%;
		height:30px;
		margin:0 0 10px 0;
		padding:5px 0;
		background-color:#ececec;
	}
	
	header .search_box p {
		width:86%;
		margin:0 auto;
	}
	
	header .search_box .search {
		float:left;
		width: 65%;
		height:20px;
		margin-top:3px;
	}
	
	header .search_box .searchBtn {
		float:left;
		width: 25px;
		margin-left:15px;
		margin-top:3px;
	}
	
	
	#sp_footer .ll_wrapper {
		width: 100%;
		margin: 0 0 25px 0;
	}
	#sp_footer .ll_wrapper .link_list {
		width: 100%;
		border-bottom: 1px solid #bca187;
		background-image: url(https://image.rakuten.co.jp/thegoldshopping/cabinet/smah/smah_arrowicon.gif);
		background-repeat: no-repeat;
		background-position: right -6px;
	}
	#sp_footer .ll_wrapper .link_list a {
		display: block;
		padding: 1.5% 1.5%;
		font-size: 16px;
		text-decoration: none;
		color: #000000;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.menu-background{
		background-color: #333;
		height: 100%;
		opacity: 0.7;
		position: fixed;
		right: 0;
		width: 100%;
	}
	
}


 .fs-c-heading--page{padding:0;}
  .company a {
    text-decoration: none;
  }

  .company img {
    width: 100%;
  }

  .company .fs-c-documentArticle__heading {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 2;
    letter-spacing: calc((70 / 1000) * 1em);
    padding: 0 1em .25em;
    margin: 0 0 1.25em;
    box-sizing: border-box;
    background-color: inherit;
    color: #892342;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #892342;
  }

  .company .company_flexbox {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 3em;
  }

  .company .company_img,
  .company .company_info {
    width: 50%;
    display: grid;
  }

  .company .company_img {
    margin-bottom: 0;
  }

  .company .company_info .company_ttl {
    font-size: 1.25em;
    margin-bottom: 1em;

  }

  .company .company_info .info-table {
    width: 100%;
    margin-bottom: 1em;
  }

  .company .company_info .info-table th,
  .company .company_info .info-table td {
    font-size: .875em;
    font-weight: normal;
    line-height: 2;
    letter-spacing: calc((70 / 1000) * 1em);
    text-align: left;
    margin: 0;
  }

  .company .company_info .info-table th {
    font-weight: bold;
  }

  .company .company_btn {
    border: 1px solid #000;
    border-radius: 999px;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    padding: 0.5em;
    width: 60%;
    margin: 0 auto;
    color: #000;
  }

  @media screen and (max-width:768px) {
    .company .company_flexbox {
      display: block;
    }

    .company .company_img,
    .company .company_info {
      width: 100%;
      display: grid;
    }

    .company .company_img {
      margin-bottom: 2em;
    }
  }