@charset "UTF-8";
/*---------- wellcare ----------*/

#wellcare {
  width: 680px;
  text-align: left;
  line-height: 1.7;
  padding: 0px 0 0px 0;
}

 .fs_105 {
  font-size: 105%;
  padding-left: 0px;
 }

.waku_bg {
  margin: 14px 2px 14px 2px;
  padding: 2px 8px 2px 10px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-top: solid 3px #f1eae0;
  border-right: solid 3px #f1eae0;
  border-bottom: solid 3px #f1eae0;
  border-left: solid 3px #f1eae0;
}

.midasi_wc1 {
	margin: 12px 0 0px 0;
	padding: 10px 10px 10px 90px;
	line-height: 1.4;
	font-size: 25px;
	color: #f89431;
	/* border-bottom: solid 4px #f89431; */
	background-image:url(../images/title01.png);
	background-repeat:no-repeat;
}

.midasi_wc2 {
	margin: 12px 0 0px 0;
	padding: 10px 10px 10px 90px;
	line-height: 1.4;
	font-size: 25px;
	color: #3792c0;
	/* border-bottom: solid 4px #4f93b6; */
  background-image:url(../images/title02.png);
	background-repeat:no-repeat;
}

.midasi_wc3 {
	margin: 12px 0 0px 0;
	padding: 10px 10px 10px 90px;
	line-height: 1.4;
	font-size: 25px;
	color: #5aa336;
	/* border-bottom: solid 4px #75a45e; */
  background-image:url(../images/title03.png);
	background-repeat:no-repeat;
}

.midasi_wc4 {
  font-weight: bold;
	margin: 1em 0 0.5em 0;
	padding: 1em 0 0.5em 0;
	line-height: 2;
	font-size: 110%;
	color: #6a6116;
	border-bottom: solid 3px #e9831d;
  text-align: center;
}

span.sub_mi {
  font-weight: bold;
  /* font-size: 16px; */
  font-size: 0.7em;
  line-height: 1.2;
  color: #371d03;
}

/* span.sub_mi02 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #371d03;
} */

.sub_mi02 {
  font-weight: bold;
  font-size: 0.6em;
  /* font-size: 14px; */
  /* font-size: 18px; */
  line-height: 1.2;
  color: #371d03;
}

.sub_mi03 {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2;
  color: #371d03;
}

.midasi_sen {
  text-align: center;
  font-size: 25px;
	color: #f89431;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.midasi_sen:before, .midasi_sen:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #f89431;
}

.midasi_sen:before {
  left:0;
}
.midasi_sen:after {
  right: 0;
}

.list-wc ul {
  border: solid 2px #ffb03f;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
.list-wc ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.list-wc ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

.list-wc1 ul {
  border: solid 2px #a29304;;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 4em;
  background-color: #f3d9c213;
}
.list-wc1 ul li {
  line-height: 1.5;
  font-weight: bold;
  padding: 0.5em 1em 0.5em 1em;
  list-style-type: none!important;
}
.list-wc1 ul li:before {
  /*リストのアイコン*/
  font-family: "FontAwesome";
  content: "\f14a";
  font-size: 15px;
  position: absolute;
  left : 1em; /*左端からのアイコンまでの距離*/
  color: #ee750c; /*アイコン色*/
}
.list-wc1 ul:after {
  /*タブ*/
  background: #a29304;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  font-size: 20px;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: ' こんなわんちゃんにおすすめ';/*アイコンコード＋文字*/
  letter-spacing: 0.05em;/*字間*/
}

.list-wc2 ul {
  border: solid 2px #a29304;;
  padding: 0.5em 1em 0.5em 2.5em;
  position: relative;
  margin-top: 4em;
}
.list-wc2 ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}
.list-wc2 ul li:before {
  /*リストのアイコン*/
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまでの距離*/
  color: #746a15; /*アイコン色*/
}
.list-wc2 ul:after {
  /*タブ*/
  background: #a29304;;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  font-size: 20px;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: 'サポートシステム';/*アイコンコード＋文字*/
  letter-spacing: 0.05em;/*字間*/
}

.list-wc3 ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  border: solid 2px #a29304;
  padding: 0.5em 1em 0.5em 1em;
  position: relative;
  margin-top: 4em;
  background-color: #f3d9c213;
}

.list-wc3 ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 2.8em;
}

.list-wc3 ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #ee750c;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-wc3 ol:after {
  /*タブ*/
  background: #a29304;;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  font-size: 20px;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: 'サポートシステム';/*アイコンコード＋文字*/
  letter-spacing: 0.05em;/*字間*/
}

.contents1,.contents2{
width: 50%;
margin-left: 5px;
margin-right: 5px;
}

.flex {
display: flex;
}

.contents3{
width: 55%;
margin-right: 10px;
padding-top: 10px;
}

.contents4{
width: 45%;
/*margin-right: 10px;
padding-right: 10px;*/
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #f6e0ce65;/*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0.5em 0 0 0 ;
}

.list-wc4 ul {
  /* border: solid 2px #a29304;; */
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 0.5em;
  /* background-color: #f6e0ce65; */
}
.list-wc4 ul li {
  line-height: 1.5;
  font-weight: bold;
  padding: 0.5em 1em 0.5em 1em;
  list-style-type: none!important;
}
.list-wc4 ul li:before {
  /*リストのアイコン*/
  font-family: "FontAwesome";
  content: "\f14a";
  font-size: 15px;
  position: absolute;
  left : 1em; /*左端からのアイコンまでの距離*/
  color: #ee750c; /*アイコン色*/
}

.list-wc5 ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  /* border: solid 2px #a29304; */
  padding: 0.5em 1em 0.5em 1em;
  position: relative;
  margin-top: 0.5em;
  /* background-color: #f3d9c213; */
}

.list-wc5 ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 2.8em;
}

.list-wc5 ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #ee750c;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-design {
  /* border: 2px solid #4c9ac0; */
  /* border-radius: 20px; */
  list-style-type: square;
  /* margin: auto; */
  padding: 15px 20px 20px 35px;
}
.list-design li {
  margin-top: 10px;
  font-size: 105%;
  font-weight: bold;
}
.list-design  li::marker {
  color: #f59a24;
  font-size: 200%;
}

.list-design_03 {
  list-style-type: disc;
}
.list-design_03  li {
  margin-top: 10px;
}
.list-design_03  li:first-of-type {
  margin-top: 0;
}
.list-design_03  li::marker {
  color: #99bdde;
}


.sub {
  font-weight: bold;
  font-size: 110%;
  line-height: 1.4em;
  color: #371d03;
  padding-left: 0px;
  margin-bottom: 10px;
}

.sub_mi01 {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5;
  color: #371d03;
  margin-bottom: 10px;
  padding-left: 0px;
}

.mi_st {
  font-weight: bold;
  font-size: 110%;
  line-height: 1.5;
  color: #371d03;
  margin-left: 5px;
  padding-left: 0px;
  padding-bottom: 0px;
}

.mi_st02 {
  font-weight: bold;
  font-size: 100%;
  line-height: 1.3;
  color: #371d03;
  margin-left: 1em;
  padding-bottom: 0px;
}

.mi_fit{
  font-weight: bold;
  font-size: 105%;
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
  width: 100%;
}

.mi_fit02{
  font-weight: bold;
  font-size: 105%;
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #faf9e5;/*背景色*/
  border-left: solid 5px #ceb301;/*左線（実線 太さ 色）*/
  width: 100%;
}

.radius-wctable1{
	width: 100%;
    border-radius: 10px;
    border-spacing: 0;
    border: none;
    border-left: 2px solid #fcaa58;
    border-top: 2px solid #fcaa58;
	margin-top:5px;
	margin-bottom:20px;
}
.radius-wctable1 tr>*{
    padding: 5px 5px;
    border: none;
    border-right: 2px solid #fcaa58;
    border-bottom: 2px solid #fcaa58;
}
.radius-wctable1 tr:first-child>*:first-child{
    border-radius: 10px 0 0 0;
}
.radius-wctable1 tr:first-child>*:last-child{
    border-radius: 0 10px 0 0;
}
.radius-wctable1 tr:last-child>*:first-child{
    border-radius: 0 0 0 10px;
}
.radius-wctable1 tr:last-child>*:last-child{
    border-radius: 0 0 10px 0;
}

.radius-wctable1 th {
	 background-color:#f59839;
   text-align: center;
   color: #fff;
   font-size: 110%;
}
	 
.radius-wctable1 td {
	 text-align: center;
	 font-weight: bold;

}

.radius-wctable2{
	width: 100%;
    border-radius: 10px;
    border-spacing: 0;
    border: none;
    border-left: 2px solid #f9deae;
    border-top: 2px solid #f9deae;
	  margin-top:10px;
	/* margin-bottom:10px; */
}
.radius-wctable2 tr>*{
    padding: 5px 5px;
    border: none;
    border-right: 2px solid #f9deae;
    border-bottom: 2px solid #f9deae;
}
.radius-wctable2 tr:first-child>*:first-child{
    border-radius: 10px 0 0 0;
}
.radius-wctable2 tr:first-child>*:last-child{
    border-radius: 0 10px 0 0;
}
.radius-wctable2 tr:last-child>*:first-child{
    border-radius: 0 0 0 10px;
}
.radius-wctable2 tr:last-child>*:last-child{
    border-radius: 0 0 10px 0;
}

.radius-wctable2 th {
  background-color:#f8c772;
	 /* background-color:#ffb803; */
   /* background-color:#ffaf03; */
   /* background-color:#ffc107; */
   text-align: center;
   color: #430202;
   font-size: 110%;
}
	 
.radius-wctable2 td {
	 text-align: center;
	 font-weight: bold;

}

.radius-wctable3{
	width: 100%;
    border-radius: 10px;
    border-spacing: 0;
    border: none;
    border-left: 2px solid #decd80;
    border-top: 2px solid #decd80;
	margin-top:10px;
	/* margin-bottom:10px; */
}
.radius-wctable3 tr>*{
    padding: 5px 5px;
    border: none;
    border-right: 2px solid #decd80;
    border-bottom: 2px solid #decd80;
}
.radius-wctable3 tr:first-child>*:first-child{
    border-radius: 10px 0 0 0;
}
.radius-wctable3 tr:first-child>*:last-child{
    border-radius: 0 10px 0 0;
}
.radius-wctable3 tr:last-child>*:first-child{
    border-radius: 0 0 0 10px;
}
.radius-wctable3 tr:last-child>*:last-child{
    border-radius: 0 0 10px 0;
}

.radius-wctable3 th {
	 background-color:#b89601;
   text-align: center;
   color: #fff;
}
	 
.radius-wctable3 td {
	 text-align: center;
	 font-weight: bold;

}

.radius-wctable4{
	width: 100%;
    border-radius: 10px;
    border-spacing: 0;
    border: none;
    border-left: 2px solid #7da5b9;
    border-top: 2px solid #7da5b9;
	margin-top:5px;
	margin-bottom:20px;
}
.radius-wctable4 tr>*{
    padding: 5px 5px;
    border: none;
    border-right: 2px solid #7da5b9;
    border-bottom: 2px solid #7da5b9;
}
.radius-wctable4 tr:first-child>*:first-child{
    border-radius: 10px 0 0 0;
}
.radius-wctable4 tr:first-child>*:last-child{
    border-radius: 0 10px 0 0;
}
.radius-wctable4 tr:last-child>*:first-child{
    border-radius: 0 0 0 10px;
}
.radius-wctable4 tr:last-child>*:last-child{
    border-radius: 0 0 10px 0;
}

.radius-wctable4 th {
	 background-color:#4f93b6;
   text-align: center;
   color: #fff;
   font-size: 110%;
}
	 
.radius-wctable4 td {
	 text-align: center;
	 font-weight: bold;
}

.radius-wctable5{
	width: 100%;
    border-radius: 10px;
    border-spacing: 0;
    border: none;
    border-left: 2px solid #89cfdf;
    border-top: 2px solid #89cfdf;
	margin-top:5px;
	margin-bottom:20px;
}
.radius-wctable5 tr>*{
    padding: 5px 5px;
    border: none;
    border-right: 2px solid #89cfdf;
    border-bottom: 2px solid #89cfdf;
}
.radius-wctable5 tr:first-child>*:first-child{
    border-radius: 10px 0 0 0;
}
.radius-wctable5 tr:first-child>*:last-child{
    border-radius: 0 10px 0 0;
}
.radius-wctable5 tr:last-child>*:first-child{
    border-radius: 0 0 0 10px;
}
.radius-wctable5 tr:last-child>*:last-child{
    border-radius: 0 0 10px 0;
}

.radius-wctable5 th {
	 background-color:#02a4c9;
   text-align: center;
   color: #fff;
   font-size: 110%;
}
	 
.radius-wctable5 td {
	 text-align: center;
	 font-weight: bold;
}

.radius-wctable6{
	width: 100%;
    border-radius: 10px;
    border-spacing: 0;
    border: none;
    border-left: 2px solid #96ad8a;
    border-top: 2px solid #96ad8a;
	margin-top:5px;
	margin-bottom:20px;
}
.radius-wctable6 tr>*{
    padding: 5px 5px;
    border: none;
    border-right: 2px solid #96ad8a;
    border-bottom: 2px solid #96ad8a;
}
.radius-wctable6 tr:first-child>*:first-child{
    border-radius: 10px 0 0 0;
}
.radius-wctable6 tr:first-child>*:last-child{
    border-radius: 0 10px 0 0;
}
.radius-wctable6 tr:last-child>*:first-child{
    border-radius: 0 0 0 10px;
}
.radius-wctable6 tr:last-child>*:last-child{
    border-radius: 0 0 10px 0;
}

.radius-wctable6 th {
	 background-color:#75a45e;
   text-align: center;
   color: #fff;
   font-size: 110%;
}
	 
.radius-wctable6 td {
	 text-align: center;
	 font-weight: bold;
}

hr.line {
  margin: 20px 0 20px 0;
  padding: 2px 0 6px 0;
  border: 0;
  border-bottom: dotted 1px #ba8a04;
  width: 100%;
}

/*---------- タイトル付き枠 ----------*/


.box01 {
    position: relative;
    margin: 4em 0;
    padding: 1em 1em;
    border: solid 2px #937b02;
    border-radius: 8px;
}
.box01 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 24px;
    background: #FFF;
    color: #685701;
    font-weight: bold;
}
.box01 p {
    margin: 0; 
    padding: 0;
}

.box02 {
    position: relative;
    margin: 4em 0;
    padding: 2em 1em 1em 1em;
    border: solid 2px #ffb803;
    border-radius: 8px;
}
.box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 24px;
    background: #FFF;
    color: #e79b02;
    font-weight: bold;
}
.box02 p {
    margin: 0; 
    padding: 0;
}

.midasi2 {
	margin: 12px 0 14px 0;
	padding: 20px 10px 10px 8px;
	line-height: 1.4;
	font-size: 25px;
	color: #e79b02;
	border-bottom: solid 4px #ffb803;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

hr.line1 {
  margin: 0px 0 20px 0;
  border-top: 5px solid #f59839;
  width: 100%;
}

hr.line2 {
  margin: 0px 0 20px 0;
  border-top: 5px solid #4f93b6;
  width: 100%;
}

hr.line3 {
  margin: 0px 0 20px 0;
  border-top: 5px solid #75a45e;
  width: 100%;
}

