﻿@charset "UTF-8";

/* --------------------------------------------------------------------
  販売取次店
-------------------------------------------------------------------- */
a.agency_name_ {
  font-size: 13px;
  font-weight: bold;
}

div.agencylist_ div.List_Item_ {
  margin: 0 0 5px 0;
  padding: 5px 0 5px 5px;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

div.agencylist_ div.List_Item_ div.img_ {
  float: left;
  display: inline;
  width: 100px;
  height: 100px;
  aspect-ratio: 1 / 1;
}

div.agencylist_ div.List_Item_ div.img_ img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  object-fit: contain;
}

div.agencylist_ div.List_Item_ div.desc_ {
  margin: 0 0 0 5px;
  float: left;
  display: inline;
  width: 480px;
  overflow: hidden;
  word-break: break-word;
}

div.agencylist_ div.List_Item_ .agency_information_list_ {
  margin-top: 10px;
}

div.agency_info_ {
  margin: 0 auto;
}

div.agency_info_ .comment_ {
  padding-bottom: 20px;
}

div.agency_img_ {
  margin: 0 auto;
  padding: 0;
  width: 300px;
}

div.agency_img_ img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  object-fit: contain;
}

div.agency_img_ .img_L_ {
  padding-bottom: 10px;
  width: 300px;
  height: 300px;
  aspect-ratio: 1 / 1;
}

div.agency_img_ .img_L_ img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  object-fit: contain;
}

div.agency_img_ .etc_img_line_ {
  padding-bottom: 5px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

div.agency_img_ .etc_img_item_ {
  padding-right: 10px;
  margin-bottom: 10px;
  width: 144px;
  height: 144px;
  aspect-ratio: 1 / 1;
  float: left;
}

div.agency_img_ .etc_img_item_:nth-of-type(2n) {
  padding-right: 0;
}

div.agency_img_ .etc_img_ {
  padding-bottom: 20px;
  overflow: hidden;
}

dl.agencyinfodetail_ {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px;
  border: 1px solid #dedede;
  box-sizing: border-box;
}

dl.agencyinfodetail_ dt,
dl.agencyinfodetail_ dd,
.agency_info_ .comment_,
.agency_info_comment_ {
  word-wrap: break-word;
}

dl.agencyinfodetail_ dt {
  width: 128px;
  padding: 3px 4px 3px 7px;
  font-size: 13px;
  line-height: 1.61538;
  color: #333;
  word-wrap: break-word;
  box-sizing: border-box;
}

dl.agencyinfodetail_ dd {
  width: calc(100% - 128px);
  padding: 3px 16px 3px 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #111;
  word-break: break-all;
  box-sizing: border-box;
}

span.agency_info_title_ {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 11px 8px 11px 20px;
  margin-bottom: 5px;
  border-left: 8px solid #707070;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  background: #222;
}

div.agency_introduction_ span {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2px 2px 2px 7px;
  display: block;
  border-left: 5px solid #4cae8d;
  text-align: left;
  font-size: 16px;
}

div.agency_introduction_ .img_ img {
  width: 150px;
  margin: 7px 0;
}

div.agency_introduction_ .agency_info_comment_ {
  margin-bottom: 10px;
}

/* --------------------------------------------------------------------
  販売取次店選択画面
-------------------------------------------------------------------- */
label.selectagency_card_ {
  display: block;
  margin: 0 0 10px 0;
}

label.selectagency_card_:has(input[type="radio"]:checked) div.selectagency_item_ {
  border: 1px solid #333;
}

div.selectagency_item_ {
  display: flex;
  align-items: flex-start;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

div.selectagency_item_ > input[type="radio"] {
  margin: 2px 8px 0 0;
  flex-shrink: 0;
}

div.agency_card_content_ {
  flex: 1;
  min-width: 0;
}

div.agency_name_text_ {
  font-weight: bold;
  margin-bottom: 4px;
}

div.agency_zip_ {
  margin-bottom: 4px;
}

div.agency_addr_ {
  margin-bottom: 4px;
}

div.agency_tel_ {
  margin-bottom: 4px;
}

