/* =================================================
 // contactページ共通スタイル
================================================== */
.arrowDown {
  background-image: url("../images/cat/arrowDown.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.contactWrapper h6 {
  font-size: 1.4rem;
  font-weight: 400;
}
.contactWrapper h3 {
  color: #222;
}
.contactWrapper h3.ttl_form {
  font-size: 2.35rem;
  font-weight: 400;
  text-align: center;
  height: 2.35rem;
  margin: 0 0 1rem;
}
.contactWrapper .txt_biz {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin: 0;
  color: #727171 !important;
}
.contactWrapper .arrowDown {
  height: 44px;
  margin: 0;
}
.contactWrapper h4 {
  color: #333;
}
.contactWrapper p {
  color: #444;
}
.contactWrapper .img24h {
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 165px;
}
/* ボタン */
.btn-orange {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff !important;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-bottom: solid 3px #c58668;
  border: double 5px rgba(255, 255, 255, 0.5);
}
.shiny-btnL {
  display: block;
  position: relative;
  border-radius: 15px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
.shiny-btnL:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}
.shiny-btnL::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn 5s ease-in-out infinite;
}
/* フォーム用スタイル　*/
#catR .subject:before {
  content: "！";
  display: inline-block;
  background: #cd668f;
  border-radius: 10px;
  width: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#catR .subject {
  font-size: 1rem;
  line-height: 20px;
  margin: 0 0 1rem 0;
}
.tbl_R th, .tbl_R td {
  box-sizing: border-box;
}
input, textarea, select {
  vertical-align: middle;
}
textarea {
  overflow-y: scroll;
}
form {
  margin: 0px;
  padding: 0px;
}
.tbl_frm_cat {
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: double;
  border-top-color: #DDD;
  border-bottom-color: #DDD;
  margin-bottom: 3rem;
}
.tbl_frm_cat th {
  font-size: 1rem;
  background-color: rgba(250, 239, 244, .8);
  padding: 1rem;
  text-align: left;
  vertical-align: top;
  /*border-top: 1px dashed #DDD;*/
  border-bottom: 1px dashed #DDD;
  width: 30%;
  position: relative;
  font-weight: 500;
}
.tbl_frm_cat th img {
  margin: 0;
  position: absolute;
  right: 1rem;
  top: 1.15rem;
}
.tbl_frm_cat th p {
  font-weight: bold;
  white-space: nowrap;
}
.tbl_frm_cat td {
  /*border-top: 1px dashed #DDD;*/
  border-bottom: 1px dashed #DDD;
  padding: 1rem;
}
.tbl_frm_cat td .discription {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #727171;
  line-height: 1.5;
}
.tbl_frm_cat tr td .checkbox {
  height: 1.25rem;
  width: 1.25rem;
  border-color: #a9a9a9;
}
.tbl_frm_cat tr td .form100 {
  height: 2.25rem;
  width: 100%;
  border-color: #a9a9a9;
  padding-right: 0.35rem;
  padding-left: 0.35rem;
}
.tbl_frm_cat tr td .form50, .tbl_frm_cat tr td .form50s100 {
  height: 2.25rem;
  width: 50%;
  border-color: #a9a9a9;
  padding-right: 0.35rem;
  padding-left: 0.35rem;
}
.tbl_frm_cat tr td .formAuto_s100 {
  height: 2.25rem;
  border-color: #a9a9a9;
  padding-right: 0.35rem;
  padding-left: 0.35rem;
}
.tbl_frm_cat tr td .form_fit {
  height: 10rem;
  width: 100%;
  border-color: #a9a9a9;
  padding-right: 0.35rem;
  padding-left: 0.35rem;
}
.tbl_frm_cat tr td .form_l {
  height: 2.25rem;
  width: 624px;
  border-color: #a9a9a9;
  padding-right: 0.35rem;
  padding-left: 0.35rem;
}
.tbl_frm_cat tr td .form_s {
  height: 2.25rem;
  width: 250px;
  border-color: #a9a9a9;
  padding-right: 0.35rem;
  padding-left: 0.35rem;
}
.tbl_frm_cat tr td .form_m {
  height: 2rem;
  width: 624px;
  border-color: #a9a9a9;
  padding-right: 0.35rem;
  padding-left: 0.35rem;
}
.tbl_frm_cat tr td .form_ss {
  height: 2.25rem;
  width: 8rem !important;
  border-color: #a9a9a9;
  padding-right: 0.35rem;
  padding-left: 0.35rem;
}
.tbl_frm_cat tr td select {
  height: 2.25rem;
  width: 100%;
  border-color: #bbbbbb;
  padding-right: 0.35rem;
  padding-left: 0.35rem;
}
.tbl_frm_cat tr .input_line label input, .tbl_frm_cat tr .input_line3 label input {
  height: 1.5rem;
  width: 1.5rem;
}
input.form100, input.form50, input.form50s100, input.formAuto_s100, input.form_ss, textarea.form_ss, input.form_s, textarea.form_s, input.form_m, textarea.form_m, input.form_l, textarea.form_l {
  border: 1px solid #fff;
}
input, textarea, select {
  color: #000000;
}
input:focus, textarea:focus, select:focus {
  color: #000000;
}
.input_line label {
  display: inline-block;
  width: 46%;
}
.input_line3 label {
  display: inline-block;
  width: 30%;
  white-space: nowrap;
}
.chkboxL {
  width: 2rem;
  height: 2rem;
  border: solid 1px #cccccc !important;
  margin: 0 0.65rem 0.35rem 0;
}
label.select {
  font-size: 110% !important;
}
.chkCatalog img.cover {
  margin-top: 0.2rem;
}
.chkCatalog label {
  font-size: 1rem;
}
.chkCatalog label span.subttl, .chkCatalog label p {
  font-size: 0.9rem;
}
.chkCatalog label p {
  margin: 0.25rem 0;
}
.tbl_v label, .tbl_reader label {
  white-space: nowrap;
}
/* ▼IE10・IE11用 */ :-ms-input-placeholder {
  color: #999999;
}
/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */ ::-webkit-input-placeholder {
  color: #999999;
}
/* ▼Firefox18以前用(※2) */ :-moz-placeholder {
  color: #999999;
}
/* ▼Firefox19以上用(※3) */ ::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
/* ▼CSS4標準(予定)の記述 */ ::placeholder {
  color: #999999;
}
:focus::-webkit-input-placeholder {
  color: white;
} /* Chrome・Safari・Opera用(※Edgeにも使える) */ :focus:-moz-placeholder {
  color: white;
} /* Firefox18以前用 */ :focus::-moz-placeholder {
  color: white;
} /* Firefox19以上用 */ :focus::placeholder {
  color: white;
} /* CSS標準(予定)の記述 */
.btn, a.btn, button.btn {
  font-size: 2.95rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.3rem;
}
.btn--pink {
  color: #727171;
  background: rgb(247, 233, 240);
  background: linear-gradient(0deg, rgba(247, 233, 240, 1) 0%, rgba(252, 247, 249, 1) 25%, rgba(255, 250, 252, 1) 100%);
  padding: 1rem 2rem;
  margin: 0 0 2rem;
  border-left: 2px solid #CD668F;
  border-right: 2px solid #CD668F;
  border-bottom: 6px solid #CD668F;
  border-top: 1px solid #CD668F !important;
}
.btn--pink:hover {
  color: #ffffff;
  background: #CD668F;
}
.btn--pink.btn--cubic {
  border-bottom: 5px solid #CD668F;
}
.btn--pink.btn--cubic:hover, .btn--reset.btn--cubic:hover {
  border-bottom: 6px solid #CD668F;
}
.btn--reset {
  color: #727171;
  font-weight: 500;
  background-color: #FFFFFF;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
}
.btn--reset:hover {
  color: #CD668F;
  background: rgba(205, 102, 143, 0.05);
}
.btn--grey {
  color: #727171 !important;
  background: rgb(247, 233, 240);
  background: linear-gradient(0deg, rgba(245, 245, 245, 1) 0%, rgba(250, 250, 250, 1) 25%, rgba(255, 255, 255, 1) 100%);
  padding: 1rem 2rem;
  margin: 0 0 2rem;
  border-left: 2px solid #727171;
  border-right: 2px solid #727171;
  border-bottom: 6px solid #727171;
  border-top: 1px solid #727171 !important;
}
.btn--grey:hover {
  color: #ffffff !important;
  background: #727171;
}
/* 送信ボタン下ふきだし */
.arrow_box {
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  padding: 1rem;
  border: 1px solid #CD668F;
  border-radius: 0.3rem;
  display: inline-block;
}
.arrow_box p.after {
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  color: #CD668F !important;
  font-weight: bold;
}
.arrow_box p span.small {
  font-weight: normal;
  font-size: 1rem;
}
.arrow_box p.attn {
  font-size: 0.85rem !important;
  font-weight: normal !important;
  color: #CD668F !important;
  text-align: center;
  margin: 0.35rem 0 0 !important;
  padding: 0;
}
.arrow_box:after, .arrow_box:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
}
.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 47px;
  border-bottom-width: 47px;
  border-left-width: 17px;
  border-right-width: 17px;
  margin-left: -17px;
  border-bottom-color: #FFFFFF;
}
.arrow_box:before {
  border-color: rgba(205, 102, 143, 0);
  border-top-width: 51px;
  border-bottom-width: 51px;
  border-left-width: 18px;
  border-right-width: 18px;
  margin-left: -18px;
  margin-bottom: 1px;
  border-bottom-color: #CD668F;
}
/* サイン&ラベル&その他送信ボタン */
#signR .btn span, #signR a.btn span, #signR button.btn span, #labelR .btn span, #labelR a.btn span, #labelR button.btn span {
  font-size: 1rem;
  font-weight: normal;
}
/* 確認画面用ボタン */
.btn_chk .btn {
  padding: 0.5rem 1.2rem !important;
  font-size: 1.8rem !important;
  font-weight: 400 !important;
  line-height: 1.5;
}
/* =================================================
 // サイン送信完了ページ用スタイル
================================================== */
#signR .h_bdr:before {
  margin-right: .4em;
  background: linear-gradient(-90deg, #596AA6, transparent);
}
#signR .h_bdr:after {
  margin-left: .4em;
  background: linear-gradient(90deg, #596AA6, transparent);
}
.h3_sent {
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  margin: 0 0 1.4rem;
  line-height: 1.4;
}
#viewer_sign, #viewer_label {
  width: 740px;
  height: 200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#viewer_sign img, #viewer_label img {
  top: 0;
  left: 0;
  position: absolute;
}
.furtherInfo {
  margin: 1rem 0 2rem;
}
.furtherInfo h4 {
  margin: 0 0 1rem !important;
  padding: 0;
  line-height: 1.5;
}
/* =================================================
 // カタログ請求ページ用スタイル
================================================== */
/* 各カタログ紹介 */
#catR .headerPositionWrapper {
  padding-top: 0;
}
/* カタログ説明 */
#catR .headerPosition {
  padding-top: 80px;
  margin-top: -80px;
}
#catR .catalog-area2 {
  background: rgba(255, 250, 232, .8);
  padding: 1.5rem 0;
  margin: 0;
  min-height: 350px;
}
#catR .catalog-area2 h3 {
  text-align: left !important;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0 1rem;
  color: #CD668F;
  font-size: 1.5rem;
}
#catR .catalog-area2 img {
  width: 500px;
}
#catR .catalog-area2 p {
  font-size: 1.3rem;
  font-weight: 600;
  color: #222;
  /*text-shadow: 2px 2px 0px rgba(255, 255, 255, 1), -1px -1px 0px rgba(255, 255, 255, 1);*/
  margin-top: 2rem;
}
/* カタログ請求ページトップスライダー */
#catR .catalog-area2 .swiper-container {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
#catR .catalog-area2 .swiper-slide {
  opacity: 0.5;
  overflow: hidden;
  transition: 0.6s;
  padding: 3.5rem 0.5rem;
}
#catR .swiper-slide img {
  max-width: 225px;
  width: 100%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
}
#catR .swiper-slide a:hover img {
  opacity: 0.8;
}
#catR .catalog-area2 .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.2);
}
#catR h3 {
  color: #222;
}
#catR h3.arrow {
  font-size: 2.8rem;
  letter-spacing: 0.01rem;
  font-weight: 400;
  background-image: url("../images/cat/arrowDown.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 5.8rem;
  text-align: center;
}
#catR h3.arrow2 {
  font-size: 2.8rem;
  letter-spacing: 0.01rem;
  font-weight: 400;
  text-align: center;
  height: 2.8rem;
  margin: 0;
}
#catR .arrowDown {
  height: 52px;
  margin: -0.5rem 0 0;
}
.underline_pnk a {
  color: #444 !important;
}
.underline_pnk a:hover {
  text-decoration: none;
  color: #CD668F !important;
}
#catR h4 {
  color: #333;
}
#catR h6 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 1rem;
}
#catR p {
  color: #444;
}
#catR .konna {
  background-image: url("../images/cat/line_leaf.svg");
  background-repeat: repeat-x;
  background-size: 400px;
  margin: -1rem 0 3rem;
  padding: 4rem 0 0;
}
#catR .konna h4 {
  background-image: url("../images/cat/check.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 38px;
  font-size: 1.8rem;
  padding: 4px 0 0 40px;
  line-height: 38px;
}
#catR .konna p {
  font-size: 1.2rem;
}
#catR .catOnline {
  text-align: center;
  margin-bottom: 3rem;
}
#catR .catOnline h3 {
  font-size: 2.1rem;
  margin-bottom: 0.5rem;
}
#catR .catOnline h3 .online {
  font-size: 2.6rem !important;
}
#catR .catOnline p.pcdl {
  font-size: 1.8rem;
  text-align: center;
}
#catR .catOnline p {
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
  text-align: left;
}
#catR .catOnline .shiny-btnL.btn-orange {
  font-size: 3rem;
  font-weight: 400;
}
#catR .catOnline .shiny-btnL i {
  margin: 0 1rem 0 0;
}
#catR .covers img {
  /*height: 138px; 12冊*/
  height: 121px; /*13冊*/
  margin: 0.2rem;
}
#catR .catalogs h3 {
  font-weight: 400;
  margin-bottom: 1.5rem;
}
#catR .catalogs h4 {
  color: #727171;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
#catR .catalogs h5 {
  background-color: #CD668F;
  color: #FFF;
  padding: 0.25rem 1rem;
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 0;
  line-height: 1.25;
}
#catR .catalogs h5 span.subtitle {
  font-size: 1rem;
  font-weight: normal;
  margin-left: 0.5rem;
  line-height: 1.25rem;
}
#catR .catalogs h5 span.pubdate {
  position: absolute;
  right: 0.8rem;
  top: 0.5rem;
  font-size: 0.9rem;
  font-weight: normal;
}
#catR .catalogs h4 span.subtitle {
  font-size: 1rem;
  font-weight: normal;
  margin-left: 1rem;
  line-height: 1.25rem;
}
#catR .catalogs p {
  color: #727171;
}
#catR .catWrapper {
  background-color: rgba(255, 250, 232, .8);
  margin-bottom: 3rem;
  padding: 1.5rem;
}
#catR .catWrapper img.cover {
  min-width: 150px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .25);
}
#catR .catWrapper ul.item {
  margin: 0;
  padding: 0;
}
#catR .catWrapper ul.item li {
  background-image: url(../images/li_item.png);
  background-repeat: no-repeat;
  background-position: left 0.5rem;
  padding: 0 0 0.5rem 1rem;
  font-size: 1.1rem;
  margin: 0;
}
#catR .catWrapper .mailable {
  position: absolute;
  bottom: 0;
  right: 28px;
  width: 85px;
  height: 85px;
}
#catR .catWrapper .mailable2 {
  position: absolute;
  width: 85px;
  height: 85px;
}
#catR .catWrapper .mailable3 {
  position: absolute;
  bottom: 0;
  width: 85px;
  height: 85px;
}
#catR .catWrapper .mailable p {
  font-size: 0.5rem;
}
#catR .h_bdr {
  display: flex;
  align-items: center;
}
#catR .fieldsign {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
  margin: 0.75rem auto 0;
}
#catR .fieldsign li {
  margin: 0 0 1rem;
  text-align: center;
  padding: 0 1rem;
}
#catR .fieldsign li img {
	width: 120px;
}
#catR .h_bdr:before, #catR .h_bdr:after {
  content: "";
  flex-grow: 1;
  height: 4px;
  display: block;
}
#catR .h_bdr:before {
  margin-right: .4em;
  background: linear-gradient(-90deg, #CD668F, transparent);
}
#catR .h_bdr:after {
  margin-left: .4em;
  background: linear-gradient(90deg, #CD668F, transparent);
}
#catR .img24h {
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 165px;
}
#catR .signDirector {
  margin: 0;
  padding: 4rem 0 2rem;
  background-color: rgba(255, 255, 255, 0);
}
#catR .hurry-title {
  background-color: #CD668F;
}
#catR .hurry_ttl {
  margin: 0 0 1rem !important;
  padding: 0 1rem;
  height: 2.25rem;
  background: rgb(205, 102, 143);
  background: linear-gradient(90deg, rgba(205, 102, 143, 0) 0%, rgba(205, 102, 143, 0.75) 15%, rgba(205, 102, 143, 1) 50%, rgba(205, 102, 143, 0.75) 85%, rgba(205, 102, 143, 0) 100%);
  display: block;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  line-height: 35px;
  white-space: nowrap;
}
#catR .txt_toi {
  color: #596AA6;
  border: solid 1px rgba(89, 106, 166, .5);
  border-radius: 30px;
  padding: 0.1rem 1rem;
  background-color: #FFF;
  font-weight: 500;
  font-size: 1.8rem;
  display: inline-block;
}
/* 送信ボタン下ふきだし */
#catR .arrow_box p.after {
  font-size: 1.5rem;
}
/* =================================================
 // サイン問合せページ用スタイル
================================================== */
#signR .hurry-title {
  background-color: #596AA6;
}
#signR .signContactTop {
  padding: 0 0 1.5rem 0;
  margin: 0;
  text-align: center !important;
}
#signR .signContactTop h3 {
  text-align: center !important;
}
#signR .signContactTop h3 img {
  width: 800px;
  margin: 0 0 1.5rem 0;
}
#signR .signContactTop p {
  font-size: 2rem;
  font-weight: 900;
  color: #222;
  margin: 0 0 0.35rem 0;
  line-height: 1.4;
}
#signR .blueLine {
  background: url("../images/contact/sign/blueLine.gif") repeat-x left bottom;
  display: inline-block;
  padding: 1rem 0 0.35rem;
  font-weight: 400 !important;
  font-size: 2.2rem !important;
  margin: 0;
}
#signR .checkList {
  margin: 0 auto 2.5rem;
  padding: 0;
  display: inline-block;
  text-align: left;
}
#signR .checkList h4 {
  background-image: url("../images/cat/check.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 38px;
  font-size: 1.8rem;
  padding: 4px 0 0 40px;
  line-height: 38px;
  color: #596AA6;
}
#signR .checkList p {
  font-size: 1.2rem;
}
#signR .signcatalogs img {
  margin: 0 0.25rem 0 0;
}
#signR .txt_toi {
  color: #596AA6;
  font-weight: 500;
  font-size: 2.8rem;
  display: inline-block;
  margin: 0;
  white-space: nowrap;
}
/* サイン送信ボタン下ふきだし */
#signR .arrow_box p.after {
  font-size: 1.73rem;
}
/* =================================================
 // ラベル問合せページ用スタイル
================================================== */
/* はじめての方も～ */
#labelR .beginner img {
  width: 80%;
  margin: 0 auto 2rem;
}
/* お急ぎの方はお電話で */
#labelR .h3_num1, #labelR .h3_num2, #labelR .h3_num3 {
  position: absolute;
  left: -1rem;
}
#labelR .h3_num1 {
  top: -1rem;
}
#labelR .h3_num2 {
  top: -3.5rem;
}
#labelR .h3_num3 {
  top: -2rem;
}
#labelR .hurry-title {
  background-color: #86A22F;
}
#labelR .coordinator {
  font-size: 2.5rem;
  font-weight: 500;
  color: #000;
}
#labelR .tel_num {
  width: 50%;
}
#labelR .hurry_tel {
  color: #000;
}
#labelR h2.h2_02 {
  padding: 0 !important;
  margin: 1rem auto;
}
#labelR h2.h2_02 img {
  border: solid 3px #86A22F;
  margin: 0 !important;
}
#labelR h6 {
  margin: 0 0 2.5rem;
}
/* 標準製品の～ボタン */
#labelR .btn-orange {
  margin: 0 auto 4rem;
}
/* ラベル送信ボタン下ふきだし */
#labelR .arrow_box p.after {
  font-size: 1.62rem;
}
/* labels */
#labelR .labels_pc a, #labelR .labels_sp a {
  font-weight: 500;
  font-size: 0.9rem;
}
#labelR .labels_pc a img {
  margin: 0.5rem 1rem 0.25rem;
}
#labelR .labels_sp a img {
  margin: 0.5rem auto 0.25rem;
}
#labelR .labels_pc a:hover img, #labelR .labels_sp a:hover img {
  opacity: 0.8;
}
/* .labelcatalogs */
.labelcatalogs img {
  margin-right: 0.35rem;
}
/* =================================================
 // ラベル送信完了ページ用スタイル
================================================== */
/* ラベル送信完了見出し */
#labelR .h_bdr:before {
  margin-right: .4em;
  background: linear-gradient(-90deg, #86A22F, transparent);
}
#labelR .h_bdr:after {
  margin-left: .4em;
  background: linear-gradient(90deg, #86A22F, transparent);
}
/* ラベル旧スタイル */
div.label {
  width: 740px;
  margin: 0 auto;
}
div.label h4 {
  background: url(../images/headline4.png) repeat-x;
  font-size: 1.3rem;
  background-position: 0 bottom !important;
  margin: 0 0 1.3rem;
  padding: 0 0 0.4rem 0;
}
div.label #block-9 {
  margin: 1.5rem auto 2.5rem;
}
div.label #block-9 h2 {
  background-image: none;
  padding: 0.8rem 0;
  margin: 0;
  color: #86a22f;
  font-size: 1.5rem;
  border-bottom: 3px dotted #B6C782;
}
div.label #block-9 .scroll-area {
  max-height: 600px;
  overflow-y: scroll;
}
#scrollBox {
  max-height: 600px;
  overflow: hidden;
}
div.label #block-9 .scroll-area .voice {
  font-size: 0.9rem;
  padding: 0 0.5rem;
  margin: 0 0 0.65rem 0;
}
div.label #block-9 .scroll-area .subject {
  color: #86a22f;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}
div.label #block-9 .scroll-area .voice .body {
  line-height: 1.4;
  background: #f7f7f7;
  border: 4px double #dddddd;
  padding: 0.5rem 0.75rem;
  margin: 0 0 0.25rem 0;
}
div.label #block-9 .scroll-area .voice .name {
  font-size: 0.75rem;
  text-align: right;
  line-height: 1.25rem;
}
div.label .block-10 {
  margin: 0 auto 3rem;
  border-bottom: 1px dashed #DDD;
}
div.label .block-10 h2 {
  background: #86a22f;
  border-bottom: 5px solid #B6C782;
  padding: 0.4rem 0.5rem;
  margin: 0;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1;
}
div.label .block-10 h2 .small {
  font-size: 0.8rem;
  margin: 0 0 0 0.5rem;
  line-height: 1;
}
div.label .block-10 .scroll-area {
  font-size: 0.8rem;
  max-height: 610px;
  overflow-y: scroll;
  padding: 1rem 0.1rem;
}
div.label .block-10 .scroll-area h4 {
  font-size: 1rem;
  background-image: none !important;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  background-color: #FFF;
  height: 1.65rem;
}
div.label .block-10 .scroll-area ul {
  padding: 0 0 0 0.25rem;
  margin: 0 0 0.5rem 0;
}
div.label .block-10 .scroll-area ul li {
  float: left;
  display: inline-block;
  font-size: 0.9rem;
  padding: 0 0 0 0.8rem;
  margin: 0 0.8rem 0.35rem 0;
  background-image: url(../images/li_item_label.png);
  background-repeat: no-repeat;
  background-position: 0 0.3rem;
}
div.label .block-10 .scroll-area ul:after {
  content: "";
  display: block;
  clear: both;
}
div.label .block-10 .scroll-area h5.caption {
  font-weight: bold;
  color: #86a22f;
  font-size: 0.9rem;
  margin: 0.1rem 0 0.5rem;
}
p.ima {
  font-size: 0.95rem;
}
/* ラベルカテゴリ共通バナー */
div.label #block-15 {
  padding-top: 1rem;
}
div.label #block-15 p {
  text-align: center;
  padding: 0;
  margin: 0;
}
div.label #block-15 .p_inquiry {
  text-align: center;
  padding: 0;
  margin: 0 0 1rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3em;
  color: #000;
}
div.label #block-15 .inquiry {
  background: #F8FAF3;
  padding-right: 0;
  padding-bottom: 26px;
  padding-left: 0;
  padding-top: 18px;
}
div.label #block-15 .inquiry p {
  text-align: center;
}
div.label #block-15 .inquiry p img {
  margin-bottom: 0;
}
div.label #block-15 ul {
  margin-top: 5px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 50px;
}
div.label #block-15 ul li {
  float: left;
  margin: 0 9px;
}
.label .hurry-title {
  font-size: 1.6rem;
  position: relative;
  text-align: center;
  margin: 0 0 1rem 0.5rem;
  padding: 0.2rem 0;
}
.label .hurry-title .leaf {
  position: absolute;
  left: -1.5rem;
  top: -2rem;
}
/* =================================================
 // 出版物への声カード用スタイル
================================================== */
#readerR .input_line label {
  margin-bottom: 0.85rem;
}
#readerR .formAuto_s100 {
  width: 33%;
}