@charset "utf-8";
/*============================
parts
============================*/
.dotted-radius-list {
  overflow: hidden;
  *zoom: 1;
}
.dotted-radius-list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  float: left;
  margin: 20px 0 0 2%;
  width: 32%;
  border: dotted #ddd8c0 2px;
  font-size: 14px;
  font-weight: bold;
}
.dotted-radius-list li:nth-of-type(3n-2) {
  margin-left: 0;
}
.dotted-radius-list li a {
  position: relative;
  display: block;
  padding: 20px 36px 20px 20px;
}
.dotted-radius-list li a img {
  margin-bottom: 20px;
}
.dotted-radius-list li a span {
  color: #333;
  display: block;
  text-align: center;
}
.dotted-radius-list li a span:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-left: 1px dotted #c7bd8c;
  top: 50%;
  margin-top: -15px;
  right: 5px;
  background: url(../../common/images/arr_beige.png) no-repeat 9px 7px;
  padding-left: 5px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
}
.dotted-radius-list li a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.dotted-radius-list.style_A li {
  text-align: center;
}
.dotted-radius-list.style_A li a {
  padding: 20px 0 0;
}
.dotted-radius-list.style_A li a img {
  vertical-align: middle;
}
.dotted-radius-list.style_A li a span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f7f3;
  padding: 2px 26px 0 0;
  height: 50px;
}
.dotted-radius-list.style_A li a span:after {
  top: auto;
  bottom: 10px;
  vertical-align: middle;
}
.dotted-radius-list.style_A li a span.txt-one-line {
  padding-top: 13px;
}
.dotted-radius-list.style_A li a:hover {
  text-decoration: none;
}
.dotted-radius-list.style_A li a:hover span {
  background: #c7bd8c;
  color: #fff;
  text-decoration: none;
}
.dotted-radius-list.style_A li a:hover span span:after {
  border-left: 1px dotted #fff;
  background: url(/common/images/arr_white.png) no-repeat 9px 7px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
  width: 26px;
  height: 26px;
}
.dotted-radius-list.style_B li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 70px;
  padding: 15px 36px 15px 20px;
  text-align: center;
  display: table;
  width: 100%;
  border-radius: 10px;
}
.dotted-radius-list.style_B li a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.dotted-radius-list.style_B li a span.style_B-txt {
  padding-top: 6px;
}
.dotted-radius-list.style_B li a.style_B-one-line {
  padding-top: 15px;
}
.dotted-radius-list.style_B li a:hover {
  background: #c7bd8c;
  color: #fff;
  text-decoration: none;
}
.dotted-radius-list.style_B li a:hover span:after {
  border-left: 1px dotted #fff;
  background: url(/common/images/arr_white.png) no-repeat 9px 7px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
  width: 26px;
  height: 26px;
}

.dotted-radius-list.style_B .sub ol {
   background-color: #ffffff; /* サブメニュー全体の背景色 */
   border: dotted #ddd8c0 2px;
   border-radius: 10px;
   z-index: 1;
   width: 33%;
   float: left;
   margin: 0px 0px;
   padding-bottom: 20px;
   padding-right: 10px;
   padding-left: 10px;
   display: none;
   position: absolute;
}
.dotted-radius-list.style_B .sub ol li {
   line-height: 18px; /* サブメニュー1項目の行の高さ(「サブメニュー1項目の高さ」と合わせる) */
   text-align: center;  /* サブメニュー1項目の項目名の配置(左寄せ) */
   text-indent: 10px;  /* サブメニュー1項目の項目名前方の余白 */
}
.dotted-radius-list.style_B .sub ol li a {
   line-height: 18px; /* サブメニュー1項目の行の高さ(「サブメニュー1項目の高さ」と合わせる) */
   text-align: center;  /* サブメニュー1項目の項目名の配置(左寄せ) */
   text-indent: 10px;  /* サブメニュー1項目の項目名前方の余白 */
}
.dotted-radius-list.style_B .sub ol li a:hover {
   background-color: #c7bd8c; /* サブメニュー項目にマウスが載ったときの背景色 */
   color: #ffffff; /* サブメニュー項目にマウスが載ったときの文字色 */
}
.technique-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
  padding: 20px;
  background: #f8f7f3;
  margin-top: 20px;
}
.technique-info .technique-info-list {
  float: left;
  width: 50%;
}
.technique-info .technique-info-list li {
  padding-left: 30px;
  background: url("../images/list-circle.png") no-repeat left center;
  background-size: 10px 10px;
  padding: 5px 0 5px 20px;
}
.technique-info .technique-info-list li a {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
}
.technique-info .technique-info-list li a:hover {
  text-decoration: none;
}

.block .banner {
  overflow: hidden;
  *zoom: 1;
}
.block .banner a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: dotted #ddd8c0 2px;
  display: block;
  float: left;
  margin-bottom: 10px;
}
.block .banner a img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
.block .banner a:last-child {
  float: right;
}

#technical_03 .dotted-radius-list.style_B li a span {
  height: 4.4em;
}

@media screen and (max-width: 667px) {
  .dotted-radius-list li {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .technique-info .technique-info-list {
    float: none;
    width: 100%;
  }
}
  .dotted-radius-list.style_B .sub ol {
    margin-right: 10px;
   width: auto;
}
/*# sourceMappingURL=technical.css.map */
