/* 202310　BOX  */
.box-kadomaru-pro {
  width: auto;
  height: auto;
  z-index: 1;
  margin: 1em 1em;
  padding: 1em 2em;
  border: 1px solid #646464;
  color: #0B1538;
  background-color: #FCFDFF;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
.box-kadomaru-pro2 {
  width: auto;
  height: auto;
  z-index: 1;
  margin: 0.5em 0.5em 1.5em 0.5em;
  padding: 1em 1em;
  border: 1px solid #A6A6A6;
  color: #0B1538;
  background-color: #FEFFFC;
  font-size: 1em;
  font-weight: 500;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
/* 20231005 テキスト箇条書きデザイン */
.ul-2 {
  border: solid 2px #1B2A74;
  padding: 0.5em;
  position: relative;
  margin: 2.5em 1em 1em 1em;
}
.ul-2 li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 2.5em;
  border-bottom: dashed 1px silver;
  list-style-type: none !important;
  font-weight: 600;
  font-size: 1.2em;
}
.ul-2 li:last-of-type {
  border-bottom: none;
}
.ul-2 li:before {
  /*リスト内のアイコン*/
  font-family: FontAwesome;
  content: "\f00c"; /*アイコン種類*/
  position: absolute;
  left: 1.5em; /*左端からのアイコンまで*/
  color: #1B2A74; /*アイコン色*/
}
.ul-2 li:after {
  /*タイトルタブ*/
  background: #1B2A74;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 0.5em 1.5em;
  content: "こんなお悩みありませんか？"; /*タブの文字*/
  letter-spacing: 0.3em; /*字間*/
}
/* 20230929 テキスト箇条書きデザイン 丸数字 */
ol.clog {
  counter-reset: list;
  list-style-type: none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 0;
}
ol.clog li {
  position: relative;
  margin: 7px 0 7px 0px;
  padding-left: 3em;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  border: solid 1px #125FAD;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #2D2D2D;
}
ol.clog li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  background: #125FAD;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.clog li:hover {
  background: #125FAD;
  color: #fff;
}
ol.clog li:hover:before {
  background: #fff;
  color: #125FAD;
}
k1:hover {
  color: #B10003;
  cursor: pointer
}
a1 {
  display: inline-block;
  padding: 1em 1em;
  background: #F9FBFF;
  color: #081041;
  font-weight: 500;
}
a1:hover {
  color: #810001;
  font-weight: 600;
  background-color: #FBFAF7;
}
a2 {
  display: inline-block;
  padding: 1em 1em;
  color: #00000D;
  font-weight: 500;
}
a2:hover {
  color: #00000D;
  font-weight: 600;
  background: #F9FBFF;
}
.pageido li {
  list-style: none;
  display: inline-block;
  padding: 0em 1em;
  text-decoration: underline;
}
.pageido {
  text-align: right;
}