@charset "UTF-8";
/*_____FOR ITEM DETAIL STYLE_______*/
/* –––– BUNREI_LIST_STYLE ---- */
/*ALL*/
.breadcrumb-list {
margin-bottom: 0;
}
.cont-button-set{
padding: 30px 20px 25px;
}
.cont-button-set .u-button-choden{
border: 1px solid #ADA1CE;
margin-bottom: 15px !important;
}
.cont-button-set .u-button-shukuden{
border: 1px solid #FD8F8F;
margin-bottom: 15px !important;
}
.member_info{
	margin: 15px;
	border: 1px dotted #aaa;
	padding: 15px;
	font-size: 1.5rem;
}
.member_info div{
	background: #FDF3E2;
	padding: 18px 15px;
	border-radius: 5px;
}
.member_info div:last-child{
	background: #f5f5f5;
}
.member_info div >*:last-child{
	margin-bottom: 0;
}

.member_info div:first-child{
	text-align: center;
}
.member_info div b{
font-size: 1.6rem;}

.member_info div b span{
	color: #666666;
}

.link_cont_item {
background: #fff;
padding: 15px;
}

.link_cont_item h3 {
min-height: 45px;
margin-bottom: 1em;
padding-left: 65px;
line-height: 45px;
color: #333;
background: url(../images/member/icon_history.gif) left no-repeat;
background-size: 45px 45px;
}

.link_cont_item p {
font-size: 1.3rem;
margin-bottom: 10px;
}
.link_cont_item h3.otodoke {
background-image: url(../images/member/icon_address.gif);
}
.link_cont_item h3.sashidashi {
background-image: url(../images/member/icon_from.gif);
}
.link_cont_item h3.child_user {
background-image: url(../images/member/icon_child_list.png);
}
.link_cont_item h3.child_history {
background-image: url("../images/member/icon_child_history.png");
}

.text-box_yellow {
border: 1px solid #FAAE03;
text-align: center;
line-height: 1em;
padding: 10px;
background: #fff;
}
.cont_pr_hojin h4 {
font-size: 16px;
}
.cont_pr_hojin figure img {
width: 100%;
height: auto;
}

/*SP*/
@media all and (max-width: 479px) {

}


/*SP*/
@media all and (max-width: 768px) {

	
.link_cont_item {
margin-bottom: 2px;
}
.link_cont_item h3 {
font-size: 1.7rem;
}

/*login*/
.cont_pr_hojin figure img {
max-width: 100%;
}
.cont_pr_hojin figure {
text-align: center;
}


  }
/*TAB-PC（more than tablet）*/
@media all and (min-width: 769px) {
.cont-button-set .u-button-shukuden{
margin-right: 20px;
}
.link_cont_list {
display: table;
border-collapse: separate;
border-spacing: 3px 0;
}
.link_cont_item {
width: 33.3333%;
display: table-cell;
vertical-align: top;
padding: 20px;
}

.link_cont_item h3 {
text-align: center;
padding: 65px 0 0 0;
line-height: 1.25;
font-size: 1.8rem;
background-position: center top;
background-size: 50px 50px;
}
.cont_pr_hojin p {
text-align: center;
}
	
.member_info{
	display:table;
	width: 97%;
	
	width: calc(100% - 30px);
	max-width: 1450px;
	margin: 20px auto 0; 
}
.member_info div{
	display: table-cell;
	padding: 18px 20px;
	vertical-align: middle;
}
.member_info div:first-child{
	width: 30%;
	min-width: 280px;
}
.member_info div b{
font-size: 1.7rem;
}
	
  }

/*SP-TAB 1023px*/
/*PC（more than 1024px）*/
@media all and (min-width: 1024px) {
   }

/*PC（max 1179px）*/
/*PC（more than 1180px）*/
@media all and (min-width: 1180px) {
  }

/*# sourceMappingURL=itemdetail.css.map */