section p {
  line-height: 1.8;
}
a {color: #333333;}
a:hover {opacity: 0.8;}
.under__content__middle__section {
  width:calc(100% - 60px);
  margin:30px auto;
}

.under__content__middle__section .inner-block {
  width:94%;
  margin:10px auto 40px auto;
}
.under__content__middle__section .inner-block div.box {
  width:95%;
  margin:10px auto 40px auto;
}
.under__content__middle_desc--comment,
sup{
  font-size: 56.25%;
  position: relative;
  top: -2px;
  display: inline-block;
  padding-left:2px;
}


ul,li {
  list-style: none;
}

/*汎用利用*/
.bold,.strong strong {
  font-weight:bold;
}
.table-img {
    display: table;
    margin: 0 auto;
}
.table-img-cell {
    display: table-cell;
    text-align: center;
}

.table-img-cell img {
    margin: 0 auto;
}
.table-img-cell .cap {
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 100%;
}
figure.table {
    display: table;
    width: 100%;
}
figure.table .fig-table {
    display: table-cell;
    width: 48%;
    padding: 1%;
}
figure.table .fig-table .cap {

    width: 100%;
    text-align: center;
    color: #000000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto!important;
    font-size: 1.6rem;
}

.ref-link {
  background-color: #fff4e6;
  padding:24px;
  border-radius:12px;
  margin:24px auto 36px auto;
  display:block;
  text-decoration:none;
}
.ref-link a {

  text-decoration:none;
}
.txt-center {
  text-align:center;
}
.txt-right {
  text-align:right!important;
}
.cap-uc {
  color:#e99d40;
}
a.link {
    display: inline-block;
position: relative;
    text-align: center;
    text-decoration: none;
    margin: 0px auto;
padding:0 24px;

}

.link span:after {

    position: absolute;
    content: "";
    top: 50%;
    right: 0px;
    width: 20px;
    height: 20px;
    margin-top: -12.5px;
    background: url(/images/icon-link.svg) top left no-repeat;
    background-size: contain;

}

.border-box {
  margin: 0px auto -30px auto;
  padding: 20px 0 0 0;
  font-size: 1.0em;
  line-height: 1.5;
  text-align: left;
  border-top: 2px dashed #FFDCC5;
  box-sizing: border-box;

}

.flex-block {display:flex;}
.nowrap {white-space: nowrap;}
.underline {text-decoration:underline;}
.strong {font-weight: 900;}
/*index*/
#contents-index {
border:3px solid #fff4e6;
padding:12px 24px;
border-radius: 12px;
display:block;
margin-bottom:60px;
}
#contents-index ul > li  {
border-bottom:3px dotted #fff4e6;
padding:24px;
}
#contents-index ul > li:last-child  {
border-bottom:0px dotted #fff4e6;

}
#contents-index ul > li > a {
padding:0px;
display:flex;
text-decoration: none;
position: relative;
align-items: center;
}
#contents-index ul > li > a > span {
padding:0 12px;
display:block;


}
#contents-index ul > li a:before {
  content: "";

  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #8b6b4e;
  border-right: 2px solid #8b6b4e;

}

#contents-index ul > li > a + ul {
border-top:3px dotted #fff4e6;
margin-top:24px;
margin-bottom:-24px;
}

.catchtitle {
    background-color: #fff4e6;
    border-radius: 12px;
    width: 100%;
    font-weight: bold;
    color: #7f3c2f;
    padding: 18px 30px 14px 30px;
    display: block;
    font-size: 1.4em;
    margin: 60px auto 24px auto;
    line-height: 1;

}
.catchtitle-2line {
    background-color: #fff4e6;
    border-radius: 12px;
    width: 100%;
    font-weight: bold;
    color: #7f3c2f;
    padding: 18px 30px 14px 30px;
    display: block;
    font-size: 1.4em;
    margin: 60px auto 24px auto;
    line-height: 1.5;

}
.catchtitle > a {
  text-decoration:none;
  color:#7F3C2F;
}

.under__content__middle__section .catchtitle {
  font-size: 1.0em;
  font-weight: normal;
  color:#000000;
}


.catch-ud {
    color: #e99d40;
    font-size: 1.2em;
    font-weight: bold;
    margin: 40px auto 0px auto;

}
.uc .catch-ud:first-child {
    margin: 0px auto 0px auto;
}

.catch-md {
    margin: 20px auto 0px auto;
}
.inner-block .catch-md {
    margin: 20px auto 0px auto;
}

.checksheet-link {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

a.nextlink {
  cursor: pointer;
      display: block;
      position: relative;
      margin: 24px auto;
      padding: 30px 20px;
      color: #333;
      font-size: 2.0rem;
      line-height: 1;
      text-align: center;
      background: #fff4e6;
      border-radius: 12px;
      box-sizing: border-box;
      text-decoration: none;
}

a.nextlink:after {
    pointer-events: none;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    color: #7F3C2F;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: translate(0,-50%);
}

a:hover.nextlink {
  opacity: 0.6;
}

.ibd_select_box {
  margin-top:24px;
  display: flex;
justify-content: space-between;

}
.ibd_select_box > .linkbox,
.ibd_select_box > .linkbox-ibd {
  display: block;
  width:48%;
}

.ibd_select_box > .linkbox > .catchtitle,
.ibd_select_box > .linkbox-ibd > .catchtitle {
  font-size:1.7rem;
  text-align:center;
}
.ibd_select_box > .linkbox > ul,
.ibd_select_box > .linkbox-ibd > ul {
    width:90%;
    margin:0 auto;
}
.ibd_select_box > .linkbox > ul,
.ibd_select_box > .linkbox > li,
.ibd_select_box > .linkbox-ibd > ul,
.ibd_select_box > .linkbox-ibd > li {
  list-style: none;
}

.linkbox-1Column > ul > li,
.ibd_select_box > .linkbox > ul > li,
.ibd_select_box > .linkbox-ibd > ul > li {
  position: relative;
  padding-left: 1.7rem;

}

.linkbox-1Column > ul > li:before,
.ibd_select_box > .linkbox > ul > li :before,
.ibd_select_box > .linkbox-ibd > ul > li :before {
  content: "";
  position: absolute;
    top: 1.0rem;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #8b6b4e;
  border-right: 2px solid #8b6b4e;
}
.linkbox-1Column > ul > li > a,
.ibd_select_box > .linkbox > ul > li > a,
.ibd_select_box > .linkbox-ibd > ul > li > a {
  text-decoration: none;
  color:inherit;
}

.voice__footer .btnNextR,
.article__footer .btnNextR,
.cv-btnNextR {
    cursor: pointer;
    display: block;
    position: relative;
    margin: 24px auto;
    padding: 20px 40px 20px 20px;
    width: 60%;
    color: #333;
    font-size: 1.6rem;
    line-height: 1;
    text-align: right;
    background: #FFDCC5;
    border-radius: 999px;
    box-sizing: border-box;
    text-decoration: none;
}
.cv-btnNextR-center {
  cursor: pointer;
  display: block;
  position: relative;
  margin: 24px auto;
  padding: 20px 40px 20px 20px;
  width: 60%;
  color: #333;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  background: #FFDCC5;
  border-radius: 999px;
  box-sizing: border-box;
  text-decoration: none;
}


.ibd_select_box-2 {
  margin-top:24px;
  display: block;
}

.ibd_select_box-2 .content-info {
background-color: #e99d40;
color:#ffffff;
padding:0.5em;
display: inline-block;
border-radius: 12px;
}
.linkbox a {
  margin: 0.5em auto 1em auto;
  border:3px solid #fff4e6;
  border-radius: 12px;
  display: block;
}
.linkbox-ibd a {
  margin: 0.5em auto 1em auto;
  display: block;
}
.linkbox a span,
.linkbox-ibd a span {
  cursor: pointer;
  display: block;
  position: relative;
  margin: 0 auto;
  width:100%;
  padding: 1em 2em;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  box-sizing: border-box;
  text-decoration: none;
}
.voice__footer .btnNextR:after,
.article__footer .btnNextR:after,
.linkbox a span:after,
.linkbox-ibd a span:after,
.cv-btnNextR:after,
.cv-btnNextR-center:after {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top:50%;
  right:20px;
  color:#7F3C2F;
  font-size:1.4rem;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  transform: translate(0,-50%);

}
.download-link {
  cursor: pointer;
  display: block;
  position: relative;
  margin: 4px;
  padding: 16px;
  width: 100%;
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  background: #FFDCC5;
  border-radius: 999px;
  box-sizing: border-box;
  text-decoration: none;
}

figure > img {
  margin:0 auto;
}

figure > figcaption {
    font-size: 75%;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align:left;
}

/* ========== あるある豆知識 ========== */
.Knowledge-m-txt {
  width:100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height:1.8;
  padding:20px 0;
  text-align: center;
  box-sizing: border-box;
  font-family: 'Kiwi Maru', 'M PLUS 1p', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
text-align:center;
}

.Knowledge-title {
  display:flex;
  align-items: flex-end;
}
.Knowledge-title img {
  width:20%;

}
.Knowledge-title h2 {
  width:80%;
  font-size:2.4rem;
  padding:0 24px;
  color:#7f3c2f;
  line-height: 1.3;

}
.Knowledge-title h2 span {
  font-size:1.4em;

}
#forpatients h3 {
  
  
  margin:12px 0;
}
#forpatients .Knowledge-box {
  background-color:rgb(199 178 153 / 10%);
  border-radius: 12px;
  padding:24px;
}

.Knowledge-flex {
  display:flex;
  align-items: center;

}
.Knowledge-flex img {
  width:35%;
}

.Knowledge-flex dl {
  display: flex;
        flex-wrap: wrap;
  box-sizing: border-box;
  font-size:2.4rem;
  line-height:1.3;
  font-weight:bold;
  align-items: flex-start;
  color:#7f3c2f;
    width:65%;
}
.Knowledge-flex dt {
  padding: 0.5em;
    margin: 0px;
    display: flex;
        flex-direction: column;
        justify-content: center;
        width:15%;

}
.Knowledge-flex dd {
  padding: 0.5em;
      margin: 0px;
      display: flex;
        flex-direction: column;
        justify-content: center;
        width:85%;
}

.Knowledge-flex-2 dl {
  display: flex;
        flex-wrap: wrap;
  box-sizing: border-box;
  font-size:1.8rem;
  line-height:1.3;
  font-weight:bold;
  align-items: flex-start;
  color:#000000;
    width:100%;
}
.Knowledge-flex-2 dt {
  padding: 0.5em 1em;
    margin: 0px;
    display: flex;
        flex-direction: column;
        justify-content: center;
        width:10%;

}
.Knowledge-flex-2 dd {
  padding: 0.5em;
      margin: 0px;
      display: flex;
        flex-direction: column;
        justify-content: center;
        width:90%;
}

.Knowledge-box-inner {

  background-color:#ffffff;
  border-radius: 12px;
  padding:24px;
  margin:24px auto;
}

.Knowledge-box-inner .ct-title {
  color:#e99d40;
text-align: center;
font-weight: bold;
font-size:2.4rem;
margin-bottom:24px;
}

.howto {
  font-size:2.4rem;
  margin:24px auto;
  color:#7f3c2f;
  font-weight: bold;
  display: flex;
  width:100%;
  align-items: flex-end;
}
.howto img {
width:10%;

}
.howto span {
width:90%;
display:block;
padding:0 12px;
}

.Knowledge-box-inner .flex-2line {
  display: flex;
}
.Knowledge-box-inner .flex-2line .flex-2line-image {
  width:40%;
  text-align: center;
}

.Knowledge-box-inner .flex-2line .flex-2line-mm {
  width:60%;
}
.Knowledge-box-inner .flex-2line .flex-2line-image img {
  width:80%;
  margin:0 auto;
}


.Knowledge-box .guide {
    padding-bottom: 30px;
}

.Knowledge-box .guide .fontfam {
  font-family: 'Kiwi Maru', 'M PLUS 1p', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color:#e99d40;
  font-size:2.4rem;
  margin-bottom:10px;
  font-weight: 500;
  line-height: 1.3;
      letter-spacing: -0.05rem;
}
.Knowledge-box .guide{
    width: 100%;
    position: relative;
}


.Knowledge-box .guide .box {
    margin-bottom: 30px;
    padding: 10px 0 10px 0;
}

.Knowledge-box .box {
    margin: 0;
    padding: 30px 0 30px 0;
    width: 100%;
    background-color: #ffffff;
    border: 5px solid #ffdcc5;
    border-radius: 10px;
    position: relative;
}



.Knowledge-box ul.list li:last-of-type {
    padding-bottom: 0;
    background: none;
}

.Knowledge-box ul.list li {
    padding: 30px 0 30px 30px;
    width: 100%;
    height: auto;
    background: url(/images/top2022/dotline01.png) left bottom repeat-x;
    position: relative;
}

.Knowledge-box ul.list {
    margin: 15px auto;
    width: 89.4%;
    list-style: none;
}
.Knowledge-box .guide ul.list li {
    padding: 8px 0 8px 30px;
    width: 70%;
    background: none;
    transition: all 0.3s ease 0s;
}


.Knowledge-box .guide ul.list li::before {
    position: absolute;
    top: calc(5px + 0.5em);
}
.Knowledge-box ul.list li::before {
    position: absolute;
    top: 34px;
    left: 6px;
    content: "";
    width: 11px;
    height: 17px;
    background-repeat: no-repeat;
    background-image: url(/images/top2022/arrow02.svg);
    background-size: contain;
    vertical-align: middle;
}
.Knowledge-box ul.list li a {

    font-size: 116.1%;
    font-weight: 700;
    color: #7f3c2f;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
}
.Knowledge-box .illust05 {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 25%;
}
.Knowledge-box .ibdnote {
  text-align:center;
}
.Knowledge-box .ibdnote .fontfam {
  text-align: left;
}
.Knowledge-box .ibdnote img {
  max-width:364px;
  margin:24px auto;
}

.column .Knowledge-title {
max-height:93px;
width:auto;
}
/* ========== 下痢や腹痛などの症状が続く方へ ========== */
.symptoms {
  border: 20px solid #f6f5f2;
  border-radius: 40px;
}
.symptoms h2 {
  margin: -20px auto 0;
  padding: 1em 0.5em;
  width: 45%;

  font-size: 120%;
  font-weight: 700;
  color: #e99d40;
  line-height: 1.3;
  text-align: center;
  background-color: #f6f5f2;
  border-radius: 0 0 20px 20px;
}
.symptoms h2 span {
  display: inline-block;
}
.symptoms .box {
  margin: 0 auto 10px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.symptoms .illust01,
.symptoms .illust02 {
  width: 23.14%;
}
.symptoms ul {
  margin: 15px 0 10px;
  width: 50%;
  list-style: none;
}
.symptoms ul li {
  padding: 0.5em 0 0.5em 2em;
  width: 100%;
  height: auto;
  background: url(/images/top2022/dotline01.png) left bottom repeat-x;
  position: relative;
}
.symptoms ul li::before {
  position: absolute;
  top: 18px;
  left: 0;
  content: "";
  width: 17px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url(/images/top2022/check01.svg);
  background-size: contain;
  vertical-align: middle;
  z-index: -1;
}
.symptoms ul li a {

  font-size: 100%;
  font-weight: 700;
  color: #7f3c2f;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.symptoms ul li a:hover {
  opacity: 0.7;
}


/*潰瘍性大腸炎*/
#aboutuc section.contents {
  margin-top:100px;
}

.uc-flex-block,.cdn-flex-block {
display:flex;
justify-content: space-between;
}
.uc-flex-block-2 {
display:flex;
justify-content: space-between;
align-items: end;
margin-top:12px;
}
.uc-flex-block > div.uc {
width:68%;
}
.uc-flex-block > div.ucimg {
width:26%;
text-align:center;
}
.uc-flex-block > div.ucimg > img {
max-width:130px;
margin:0 auto;
}
.uc-flex-block-2 > div.uc-2 {
width:76%;
}
.uc-flex-block-2 > div.ucimg-2 {
width:16%;
}
.uc-block2 {
    margin: 24px auto 0;
    width: 100%;
}
.uc-block2 p {
  margin-bottom:12px;
}

.uc-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #eaeaea;
}
.uc-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    text-align:center;
}
.uc-list li .box {
    height: 100%;
    border-right: 1px solid #e4e4e4;
}
.uc-list li:first-child h5 {
    border: none;
}
.uc-list li h5 {

    line-height: 1;
    background-color: #fff4e6;
    border-top: 1px solid #eaeaea;
    padding: 15px 0;
    margin-bottom: 12px;
}
.uc-list li p {
    text-align: center;
    margin-top: 9px;
}
.uc-list li .inner div {
    width:100%;
    text-align:center;
}
.uc-list img {

  width:60%;
  margin:0 auto;
}

.uc-list2 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  	border: 1px solid #eaeaea;
}
.uc-list2 li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: calc(100% / 4);
}
.uc-list2 li .box {
	height: 100%;
	border-right: 1px solid #e4e4e4;
}
.uc-list2 li:last-child .box {
	border-right: none;
	padding-bottom: 17px;
}
.uc-list2 li h5 {
	font-size: 1.4rem;
	line-height: 1.5;
	background-color: #fff4e6;
	padding: 4px 0 5px;
	border-top: 1px solid #eaeaea;
}
.uc-list2 li:first-child h5 {
	border: none;
}
.uc-list2 li div {
  text-align: center;
}
.uc-list2 li div img {
	width: 144px;
  margin:0 auto;
}
.uc-list2 li p {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 9px;
}

.block-wrap .block .uc-list2 li em {
	font-style: normal;
	color: #964992;
}

/*uctable*/
.under__content__middle__aboutuc__table__02 {
	width: 100%;
	margin-bottom: 20px;
}
.under__content__middle__aboutuc__table__02 > thead > tr > th {
	font-size: 75%;
	width: 200px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
	border: 1px solid #999;
	background-color: #d8560e;
}
.under__content__middle__aboutuc__table__02 > tbody > tr > td {
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999;
}
.under__content__middle__aboutuc__table__02 > tbody > tr > td:nth-child(1) {
	font-weight: 600;
	padding-left: 10px;
	text-align: left;
	background-color: #fce1d4;
}
.under__content__middle__aboutuc__table__02__note {
	font-size: 75%;
	text-align: left;
}

.under__content__middle__aboutuc__class__wrp {
	flex-direction: row;
	margin-bottom: auto !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
      display: flex;
      flex-wrap: wrap;
}
.under__content__middle__aboutuc__class__wrp > figure {
	width: 33%;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-right: 2%;
	padding-left: 4%;
}
.under__content__middle__aboutuc__class__wrp > figure:nth-child(2) {
	margin-right: 10%;
}
.under__content__middle__aboutuc__class__wrp > figure:not(:last-child) {
	position: relative;
}
.under__content__middle__aboutuc__class__wrp > figure:not(:last-child)::after {
	position: absolute;
	top: 0;
	right: -16px;
	bottom: 0;
	left: auto;
	width: 22px;
	height: 17px;
	margin: auto 0;
	content: '';
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	background-image: url(/images/icon_arrow_right.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.under__content__middle__aboutuc__class__wrp > figure > figcaption {
	font-size: 75%;
}
.under__content__middle__aboutuc__class02__wrp {
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
}
.under__content__middle__aboutuc__class02__wrp > ul {
	width: 55%;
	margin-bottom: 0;
	padding-left: 1em;
}
.under__content__middle__aboutuc__class02__wrp > ul > li {
	margin-bottom: 30px;
}
.under__content__middle__aboutuc__class02__wrp > figure {
	width: 40%;
	margin-right: 0;
	margin-left: 5%;
	padding-bottom: 0;
}
.under__content__middle__aboutuc__class02__wrp > figure > img {
	width: 80%;
	margin-right: 10%;
	margin-bottom: 20px;
	margin-left: 10%;
}
ul.ulcircle > li {
display: flex;
}
ul.ulcircle > li:before {
content: "●";
color:#ffdcc5;
}

.under__content__aboutuc__therapy__wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    place-items: flex-end;
}



.under__content__aboutuc__therapy__wrp > div.dg-info {
    width: 70%;
}
.under__content__aboutuc__therapy__wrp > div.dg-info p {
    margin-bottom:12px;
}
.under__content__aboutuc__therapy__wrp > div.dg-info p:last-child {
    margin-bottom:0px;
}
.under__content__aboutuc__therapy__wrp > div.dg-info span {
    font-weight:bold;
}
.under__content__aboutuc__therapy__wrp > .under__content__aboutuc__therapy__imgBox {
    width: 23%;
    margin-right: 0;
    margin-bottom: 10px !important;
    margin-left: auto;
}

.under__content__aboutuc__therapy__wrp > .under__content__aboutuc__therapy__imgBox-2 {
    width: 23%;
    margin-left: 0;
    margin-bottom: 10px !important;
    margin-right: auto;
}


/*医療費*/
.under__content__right__box--iryouhi .iryouhi_uc_bunrui {
	width: 100%;
	margin-bottom: 20px;
}
.iryouhi_uc_bunrui > thead > tr > th {
	font-size: 1.4rem;
	width: 200px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #000;
	border: 1px solid #ccc;
	background-color: #fbe2cc;
}
.iryouhi_uc_bunrui > tbody > tr > td:nth-child(1) {
	font-weight: 600;
	padding-left: 10px;
	text-align: left;
	background-color: #fdf6ea;
}
.iryouhi_uc_bunrui > tbody > tr > td {
	font-size: 1.4rem;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.iryouhi_ioibd_score {
  	font-weight: bold;
    	color: #000;
      width:100%;
}
.iryouhi_ioibd_score> tbody > tr > td:first-of-type {
	width: 7%!important;


	text-align: center;
}
.iryouhi_ioibd_score > tbody > tr > td {
	padding: 15px;
	vertical-align: middle;
	font-size: 1.4rem;
	border: 1px solid #ccc;
}
.iryouhi_ioibd_score> tbody > tr > td:nth-child(2) {
	width: 72%;
}

.under__content__table__strong {
    font-weight: 600;
    background-color: #fdf6ea;
}
.under__content__table__strong2 {
    font-weight: 600;
    background-color: #5880b0;
    color:#ffffff;
    text-align:center;
}

.under__content__table__02 {
	width: 100%;
	margin-bottom: 2.6%;
	border: 2px solid #eee;
  border-collapse: collapse;
}
.under__content__table__02 > thead > tr > th {
	font-size: 1.4rem;
	padding: 10px 5px;
	padding-bottom: 10px;
	vertical-align: middle;
	color: #000;
	border: 1px solid #fff;
	background-color: #ffdcc5;
}
.under__content__table__02 > tbody > tr > td {
	font-size: 1.4rem;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.under__content__table__02 > tbody > tr > td:first-child {
	border-left:0px solid #ccc;
}
.under__content__table__02 > tbody > tr > td:last-child {
	border-right:0px solid #ccc;
}
.under__content__table__02 > tbody {
	border-top: 0px solid #ccc;
}
.under__content__table__02 .under__content__table__lborder__none {
	border-left: none;
}
.under__content__table__02 .under__content__table__rborder__none {
	border-right: none;
}

.under__content__table__ttl {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 40px;
    color: #000;
    background-color: #fbe2cc;

}
.under__content__table--p15 {
	width: 100%;
  border: 2px solid #eee;
}


.under__content__table--p15 > tbody > tr > td {
	padding: 15px;
	vertical-align: middle;
}
.under__content__table--h6 > thead > tr > th {
	font-size: 1.4rem;
	border: 1px solid #ccc;
}
.under__content__table--h65 > tbody > tr > td {
	font-size: 1.4rem;
	border: 1px solid #ccc;
}
.under__content__table--p15 > thead > tr > th {
	font-size: 1.4rem;
	border: 1px solid #ccc;
}
.under__content__table--p15 > tbody > tr > td {
	font-size: 1.4rem;
	border: 1px solid #ccc;
}

/*就労について*/
.work-link-box {
  display:flex;
  flex-wrap:wrap;
  align-items: center;
  justify-content: space-between;

}
.work-link-box > div {
  width:48%;
  color:#7f3c2f;
  text-align:center;
  display:block;
  margin:36px auto;
}
.work-link-box > div.one,
.work-link-box > div.stress {
  color:#7f3c2f;
  text-align:left;
  display:inline-block;
  width:auto;
  margin:0;
}

.work-link-box > div.stress-block {
  color:#7f3c2f;
  text-align:left;
  display:block;
  width:100%;
  margin:0;
}
.work-link-box > div > a,
.work-link-box > div.one > a {
  display:flex;
  border:2px solid #ffdcc5;
  padding:12px;
  border-radius:12px;
  text-decoration: none;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top:12px;
}

.work-link-box > div.stress > a,
.work-link-box > div.stress > div.info,
.work-link-box > div.stress-block > a,
.work-link-box > div.stress-block > div.info   {
  display:flex;
  border:2px solid #ffdcc5;
  padding:12px 36px;
  border-radius:12px;
  text-decoration: none;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top:12px;
}
.work-link-box > div.stress > div.info,
.work-link-box > div.stress-block > div.info {
  color:#000000;
  width:100%;
}

.work-link-box > div a span,
.work-link-box > div.one a span,
.work-link-box > div.stress a span,
.work-link-box > div.stress-block a span {
  padding-right:10px;
  line-height: 24px;
}
.work-link-box > div a img,
.work-link-box > div.one a img,
.work-link-box > div.stress a img,
.work-link-box > div.stress-block a img {
  max-height:24px;
  width:auto;
}
.work-link-box > div a img:nth-child(2),
.work-link-box > div.one a img:nth-child(2),
.work-link-box > div.stress a img:nth-child(2),
.work-link-box > div.stress-block a img:nth-child(2) {
  max-height:18px;
  width:auto;
}

/*helpmark*/
.under__content__figure01__helpmrk,.under__content__figure__bousai {
	width: 100%;
}
.under__content__figure01__helpmrk > img {
	display: block;
	width: 30%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.under__content__figure01__helpmrk > figcaption {
	text-align: center;
  font-size:1.0em;
}
.under__content__figure02__helpmrk {
	width: 100%;
	margin: 0 auto 50px auto;
  max-width:600px;
}
.under__content__figure02__helpmrk > img {
	margin-bottom: 10px;
}
.under__content__figure02__helpmrk > figcaption {
	margin-bottom: 5px;
	text-align: left;
  font-size:1.0em;
  font-weight:bold;
  width:100%;
}
.under__content__list__helpmrk {
	width: 100%;
	margin-bottom: 50px;
	padding: 0 5px;
	list-style-type: none;
	border-radius: 5px;
	background-color: #fff4e6;
}
.under__content__list__helpmrk > li {
	font-weight: 600;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	border-bottom: 1px dotted #868687;
}
.under__content__list__helpmrk > li::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	width: 10px;
	height: 10px;
	margin: auto 0;
	content: '';
	background-image: url(/images/icon_circle_helpmark.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.under__content__helpmark__minimum__ttl {
	font-size: 137.5%;
	margin-bottom: 10px;
	color: #c65c8c;
	border-bottom: 1px solid #c65c8c;
}
.under__content__list__helpmrk > li:last-child {
	border-bottom: none;
}

/*防災について*/
.under__content__figure__bousai {
	display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.under__content__figure__bousai > figure,
.under__content__figure__bousai > a.code {
	width:42%;
  margin:1em;
}
.under__content__figure__bousai > figure > img {
	border:1px solid #cccccc;
  
}
.under__content__figure__bousai > a.code {
  text-align: center;
}
.under__content__figure__bousai > a.code figure > img {
	border:1px solid #cccccc;
  max-width:150px;
  margin:0 auto;
  
}
.under__content__figure__bousai > a.code figure figcaption {
  font-size: 0.85em;
  text-align: center;
  margin-top:0.5em;
}

.bousai-link_pdf {
  padding: 0 0 0 2em;
  background: url(/ibd-intheirshoes/common/img/ico_pdf.svg) no-repeat;
  background-size: contain;
  background-position: left top;
 font-weight: bold;

}

/*クローン病*/
.cdn-ttl {display: flex;align-items: center;}
.cdn-ttl img {max-width:300px;width:40%;}
.cdn-ttl .fkd {
  border: 3px solid #fff4e6;
  padding: 12px 24px;
  border-radius: 12px;
  background-color:#fff4e6;
  display: block;
  font-weight: bold;
  font-family: 'Kiwi Maru', 'M PLUS 1p', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size:1.4em;
}
.cdn-flex-block .c-border-box__img-wrap {padding: 16px 13px 11px;}
.cdn-flex-block .c-border-box__gray {border-color: #CCC;margin-top: 20px;}
.cdn-flex-block .c-border-box {display: flex;flex-direction: column;width: 100%;height: 100%;padding: 35px 15px 20px;border-width: 4px;border-style: solid;border-radius: 10px;position: relative;margin:2em 1em;}
.cdn-flex-block .c-border-box__title-longtext {
  padding: 0 10px;
}

.cdn-flex-block .c-border-box__title {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  font-family: 'Kiwi Maru', serif;
  font-size: 2.0rem;
  letter-spacing: .1em;
}
.cdn-flex-block .c-border-box__title > span {
  display: inline-block;
  padding: 0 .5em;
  background-color: #FFF;
}
.cdn-flex-block .c-border-box__img-wrap .c-border-box__img {
  background-color: rgba(255, 250, 235, .7);
  border-radius: 10px;
 
}
/* table */
.c-table {
  width: 100%;
  font-size: 18px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .1em;
}
.c-table th, .c-table td {
  height: 50px;
  padding: 5px 10px;
  border: 2px solid #FFF;
  vertical-align: middle;
}
.c-table th {
  font-weight: 500;
  white-space: nowrap;
}
.c-table thead th {
  background-color: #FF9C92;
  color: #FFF;
}
.c-table tbody td {
  padding-left: 30px;
}
.c-table tbody tr:nth-child(2n-1) th, .c-table tbody tr:nth-child(2n-1) td {
  background-color: #FFD2CF;
}
.c-table tbody tr:nth-child(2n) th, .c-table tbody tr:nth-child(2n) td {
  background-color: #FFF3F2;
}

.c-border-box__pink {
  min-height: 200px;
  padding: 60px 35px 35px;
  border-color: #FFD2CF;
  margin-top: 22px;
}
.c-border-box__title-pink {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: .07em;
}
.c-border-box__title {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  font-family: 'Kiwi Maru', serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .1em;
}
.c-border-box__title > span {
  display: inline-block;
  padding: 0 .5em;
  background-color: #FFF;
}
.c-border-box__title-pink-col1 > span {
  width: calc(100% - 32px);
}
.c-border-box__title-pink > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  max-width: 100%;
  height: 48px;
  padding: 0;
  background-color: #FFD2CF;
  position: relative;
}
.c-border-box__title-pink-col1 > span::before {
  border-right-width: 20px;
}
.c-border-box__title-pink > span::before {
  border-right: 10px solid #FFD2CF;
  right: 100%;
}
.c-border-box__title-pink > span::before, .c-border-box__title-pink > span::after {
  content: "";
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  position: absolute;
  top: 0;
}
.c-border-box__title-pink-col1 > span::after {
  border-left-width: 20px;
}
.c-border-box__title-pink > span::after {
  border-left: 10px solid #FFD2CF;
  left: 100%;
}
.c-row {
  display: flex;
  flex-wrap: wrap;
  margin: -23px -20px;
}
.c-col2 {
  width: 50%;
}
.c-col {
  display: flex;
  flex-direction: column;
  padding: 23px 20px;
}
.c-border-box__img-wrap {
  padding: 16px 13px 11px;
}
.c-border-box__gray {
  border-color: #CCC;
  margin-top: 20px;
}
.c-border-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 35px 15px 20px;
  border-width: 4px;
  border-style: solid;
  border-radius: 10px;
  position: relative;
}

p.rt-cdn {line-height:2.2;}

.under__content__middle__aboutcd__table__02 {
	width: 100%;
	margin-bottom: 20px;
}
.under__content__middle__aboutcd__table__02 > thead > tr > th {
	font-size: 75%;
	width: 200px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
	border: 1px solid #999;
	background-color: #5880b0;
}
.under__content__middle__aboutcd__table__02 > tbody > tr > td {
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999;
}
.under__content__middle__aboutcd__table__02 > tbody > tr > td:nth-child(1) {
	font-weight: 600;
	padding-left: 10px;
	text-align: left;
	background-color: #eaf0f5;
}

.under__content__middle__section .box_cd_kensa {
    display: flex;
    width: inherit;
    align-items: baseline;
    justify-content: space-between;
}
.under__content__middle__section .box_cd_kensa figure {
    width: 30%;
}

.under__content__middle__aboutcd__class__wrp {
    flex-direction: row;
    margin-bottom: auto !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    justify-content: space-around;
    display: flex;
}

.under__content__middle__aboutcd__class__wrp > figure > figcaption {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10px;
}

.under__content__middle__aboutcd__class__wrp > figure:not(:last-child) {
    position: relative;
}
.under__content__middle__aboutcd__class__wrp > figure {
    width: 35%;
    margin: 0 auto;
}

ul.treatment-md, .treatment-md li {
    list-style: none;
}
ul.treatment-md li {
    list-style: none;
    margin-bottom: 10px;
}
ul.treatment-md li dl {
    display: flex;
    line-height: 1.5;
}
.treatment-md dl dt {


    width: 22%;
}
.treatment-md dl dd {
    width: 78%;
}

/* 201/1/29 QA style */

.qa__bg {
	padding-bottom: 35.8rem;
	position: relative;
}
.qa__bg:after {
	content: '';
	display: inline-block;
	width: 17.7rem;
	height: 23.5rem;
	background-image: url(images/q_illust.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	bottom: 9rem;
	right: 5.5rem;
}



.lower__accodion__ttl {

	padding: 2.2rem 5.3rem 2.2rem 1.5rem;
	line-height: 1.2;
color:#e99d40;
font-weight:bold;
	margin-bottom: 2rem;
	position: relative;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	cursor: pointer;
  border-bottom:2px dashed #ffdcc5;
}

#cd-faq .lower__accodion__ttl {
	background: #e8f1f7;
	padding: 2.2rem 5.3rem 2.2rem 1.5rem;
	line-height: 1.2;
	border-radius: 6px;
	margin-bottom: 2rem;
	position: relative;
	font-size: 129%;
	display: flex;
	align-items: center;
	font-weight: normal;
	cursor: pointer;
}

#uc-faq .lower__accodion__ttl {
	background: #f7eee8;
	padding: 2.2rem 5.3rem 2.2rem 1.5rem;
	line-height: 1.2;
	border-radius: 6px;
	margin-bottom: 2rem;
	position: relative;
	font-size: 129%;
	display: flex;
	align-items: center;
	font-weight: normal;
	cursor: pointer;
}

.lower__accodion__ttl:before {
	content: ' ';
	display: inline-block;
	width: 3.3rem;
	height: 3.5rem;
	margin-right: 1.2rem;
	background-image: url(images/q.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	vertical-align: middle;
}
.lower__accodion__ttl > span {
	width: calc(100% - 2.3rem);
}
.lower__accodion__ttl:after {
	content: ' ';
	display: inline-block;
	width: 1.9rem;
	height: 1.2rem;
	background-image: url(images/arrow2_ico.svg);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	transition: all .4s cubic-bezier(.78, .07, 0, 1) .2s;
}
.lower__accodion__ttl.is--open:after {
	transform: translateY(-50%);
}
.lower__accodion__panel {
	position: relative;
	padding-left: 6.2rem;
	padding-bottom: 5rem;
	display: none;
	line-height: 1.75;
}
.lower__accodion__panel:before {
	content: ' ';
	display: inline-block;
	width: 3.0rem;
	height: 3.0rem;
	background-image: url(images/a.svg);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 1.8rem;
}
.lower__list {
	width: 100%;
	margin: 0;
	padding: 0;
}
.lower__list__item {
	list-style: none;
	width: 100%;
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 1em;
}
.lower__list__item:last-child {
	margin-bottom: 0;
}
.lower__list__item:before {
	content: ' ';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: #000;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 0.3em;
	left: 0;
}
.illust__block {
	padding: 2rem 2rem 0 0;
	text-align: right;
}
.illust__block img {
	width: auto;
}
.illust__block.fig4 img {
	width: 100%;
	max-width: 380px;
}
.pb--5rem {
	padding-bottom: 5rem!important;
}
.related-link {
  position: relative;
  display: inline-block;
  margin-top:36px;
}
.related-link span {
  padding:0 12px;
}

.related-link a:before {
    pointer-events: none;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    color: #E99D40;
    font-size: 1.0rem;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/*医療関係者のキモチ*/
.message-btn {
  display:block;
  border-top:2px dashed #ffdcc5;
  width:100%;
  padding:24px 12px;
}
.message-btn:last-child {

  border-bottom:2px dashed #ffdcc5;

}
.message-btn a {
  display:block;
  width:100%;
  color:#7f3c2f;
  text-decoration: none;
  font-size:2.4rem;
  position: relative;
}
.message-btn a >span {
  display:block;
  font-size:1.6rem;
}
.message-btn a:after {
pointer-events: none;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    color: #7F3C2F;
    font-size: 3.0rem;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: translate(0,-50%);}
  .message-btn:last-child {
    margin-bottom:240px;
  }

  .message-box {
      position: relative;
      padding:0.25em 1em;
      background-color:#fff4e6;
  }
  .message-box:before,.message-box:after{
      content:'';
      width: 200px;
      height: 200px;
      position: absolute;
      display: inline-block;
  }
  .message-box:before{
      border-left: solid 5px #754c2421;
      border-top: solid 5px #754c2421;
      top:0;
      left: 0;
  }
  .message-box:after{
      border-right: solid 5px #754c2421;
      border-bottom: solid 5px #754c2421;
      bottom:0;
      right: 0;
  }
  .message-box div {
      margin: 0;
      padding: 36px;
  }
    .message-box div > h3 {
      font-size:2.4rem;
      color:#754c24;
      font-weight:bold;
      display:block;
      margin-bottom:24px;
      line-height: 1.5;
    }
    .message-box div p {
      line-height:1.8;
    }

    ul.point li {
      padding-left: 1em;
    text-indent: -1em;
    }
    .point-note ul li {
      padding-left: 3.5em;
    text-indent: -3.5em;
    font-size:0.8em;
    }

/*ワンポイントadvice*/
.advice-box {
background-color: #f2f2f2;
border-radius:12px;


    }
.advice-box-1 {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr minmax(256px, 1.5fr);
    }

div.prg {
padding:24px;
}
div.prg > h2,
.advice-title {
background-color:#ffffff;
padding:4px;
width:100%;
display:block;
text-align: center;
border-radius: 12px;
margin-bottom:24px;

    }

div.prg > span.tag,
div.prg > span.tag-f,
div.advice-prg > span.tag,
div.advice-prg > span.tag-f {
background-color: #ffdc72;
display:inline-block;
padding:6px 12px;
font-weight:bold;
color:#000000;
font-size:1.6rem;
line-height:1;
margin:12px 6px;
border-radius: 24px;
    }
div.prg > span.tag-f,
div.advice-prg > span.tag-f {
margin-left:0px;

        }
.advice-box-2-g {
margin-top:24px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr minmax(312px, 1.395fr);

}
.advice-box-3-g {
margin-top:24px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr minmax(312px, 0.8fr);

}

/*あるある豆知識*/
.sideNav .catTitle {
  padding:25px 10px;
  width:100%;
  color:#fff;
  font-size: 2.0rem;
  font-weight: normal;
  line-height:1.3;
  text-align: center;
  background:#E99D40;
  border-radius: 12px;
  box-sizing: border-box;
  font-family: 'Kiwi Maru', 'M PLUS 1p', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
    letter-spacing: -0.0025em;
}
.sideNav .catTitle a {
  text-decoration: none;
  color: #ffffff;
}

@media(max-width: 1200px){

  .advice-box-1 {
    grid-template-columns: 1fr;
      }
}
@media(max-width: 1000px){
.cdn-flex-block {
    flex-wrap: wrap;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-direction:reverse;
    -moz-box-direction:reverse;
    -webkit-box-orient:vertical;
    -moz-box-orient:vertical;
    -webkit-flex-direction:column-reverse;
    -moz-flex-direction:column-reverse;
    flex-direction:column-reverse;

}
.cdn-flex-block {
  -webkit-flex-direction:column;
  -moz-flex-direction:column;
  flex-direction:column;
}
.cdn-flex-block .c-border-box {
  margin: 6em auto 0 auto;
        max-width: 500px;
}
.c-col2, .c-col3 {
  width: 100%;
}
}

@media(max-width: 768px){
  .advice-box-2-g,.advice-box-3-g {
    grid-template-columns: 1fr;
  }
  /* table */
  .c-table__responsive {
    overflow-x: scroll
  }
  .c-table__responsive-inner {
    min-width: 550px;
  }
  .c-table {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .c-table th, .c-table td, .c-table tbody td {
    height: 25px;
    padding: 5px 8px;
    border-width: 1px;
  }

  /*患者さんあるある*/
  .Knowledge-m-txt {
text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
}

.Knowledge-title h2 {
    font-size: 1.6rem;
    width: 70%;
}
#forpatients h3 {
    font-size: 1.6rem;
}

.Knowledge-flex {
    display: block;
    align-items: center;
}

.Knowledge-flex dl {
    font-size: 1.6rem;
    width: 100%;
}
.Knowledge-flex-2 dl {
    font-size: 1.4rem;
}
.Knowledge-flex-2 dt {
    width: 17%;
    padding: 0.5em;
}
.Knowledge-flex-2 dd {
    width: 83%;
    padding: 0.5em 0;
}
.howto {
    font-size: 2.0rem;

}

.howto img {
    width: 30%;
}
.howto span {
    width: 70%;
    padding:0 0 0 12px;
}
.Knowledge-box-inner .flex-2line {
    display: block;
}
.Knowledge-box-inner .flex-2line .flex-2line-image {
    width: 100%;
    margin-top:24px;

}
.Knowledge-box-inner .flex-2line .flex-2line-image img {
    width: 70%;

}
.Knowledge-box-inner .flex-2line .flex-2line-mm {
    width: 100%;
}
.column .Knowledge-title {
max-height:93px;
max-width:80%;
}


.Knowledge-title img {
    width: 30%;
}

}


.advice-box-2 {


}
.advice-box-3 {


}

.advice-box-2 > div.ill {
width:100%;
background-image: url(/images/message/advice-2.svg);
background-repeat: no-repeat;
background-size: contain;
}
.advice-box-3 > div.ill {
width:100%;
background-image: url(/images/message/advice-3.svg);
background-repeat: no-repeat;
background-size: contain;
}
.advice-box-2 > div.prg {


}


.advice-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}


.advice-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.card-figure {
    margin: 0 0 12px 0;
    padding: 0;
}

.advice-prg {
  padding:6px 24px 36px 24px;
}



.advice-text {
    margin: 0;
    padding: 0;

}


.advice-list {
    margin: 1em auto;
    padding: 0;
    width: 98%;
    background:  #f2f2f2;
    border-radius:12px;
}


@media all and (min-width: 768px) {
    .advice-list {
        margin: 0.25em 0;
        width: calc(98% / 2);
    }
}

.supported {
  background-color:#fff4e6;
  padding:24px;
  display:flex;
  border-radius:12px;
  align-items: center;
  justify-content: space-between;
}

.supported > img {
  width:25%;
  max-width:200px;
}

.supported > ul {
  display:block;
  width:calc(100% - 30%);
}
.supported > ul > li > span {
  color:#e99d40;
}


    #advice-wrap::after{
        content: "";
        display: block;
        width: calc(98% / 2);
    }


@media screen and (max-width: 768px) {
  ul.treatment-md li dl {
      display: block;
  }
  .uc-list2 {
   	display: block;
   }
   .uc-list2 li {
     width:100%;
    }
.uc-list2 li .inner {
 	display: -ms-flexbox;
 	display: -webkit-box;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	-ms-flex-align: center!important;
 	-webkit-box-align: center!important;
 	        align-items: center!important;

 }
 .uc-list2 li p {
    text-align: left;
}
  .message-btn a {

    font-size:1.8rem;

  }
  .message-btn a >span {

    font-size:1.4rem;
  }
  .message-btn a:after {

      right: 0px;
}
.message-btn:last-child {
    margin-bottom: 60px;
}


  .supported {

    display:block;
text-align:center;
  }

  .supported > img {
    max-width:200px;
    min-width:150px;
    text-align:center;
    margin:0px auto 24px auto;
  }

  .supported > ul {
    display:block;
    width:100%;
  }
  .advice-list {

      width: 100%;

  }

  .article__footer .btnBefore,
  .article__footer .btnBeforeL,
  .article__footer .btnNextR {

      width: 100%;
font-size: 1.4rem;
  }

  #aboutuc section.contents {
    margin-top: 60px;
}

  .under__content__middle__section {
    width: calc(100% - 20px);
    margin: 20px auto;
}
#contents-index {
padding: 12px;
}
#contents-index ul > li {

    padding: 10px;
}
  .ibd_select_box {

    display: block;;


  }
  .ibd_select_box > .linkbox,  .ibd_select_box > .linkbox-ibd {

    width:100%;
  }


  .catchtitle,.catchtitle-2line {
padding: 18px 20px 14px 20px;
    font-size: 1.2em;
    line-height: 1.5;
    margin: 18px auto 18px auto;
    scroll-margin-top: 120px;

}

.catch-ud {
    font-size: 1.2em;
}
.uc .catch-ud:first-child {
    margin: 20px auto 20px auto;
}

.message-box div > h3 {
    font-size: 2.0rem;
}
.message-box div {
    margin: 0;
    padding: 24px 15px;
}

/* ========== 下痢や腹痛などの症状が続く方へ ========== */
.symptoms h2 {
  margin: -20px auto 0;
  padding: 1em;
  width: 70%;
  font-weight: 700;
  color: #e99d40;
  line-height: 1.3;
  text-align: center;
  background-color: #f6f5f2;
  border-radius: 0 0 20px 20px;
}
.symptoms .box {
  margin: 0 auto 18px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.symptoms .illust01 {
  width: 40%;
  order: 2;
}
.symptoms .illust02 {
  width: 40%;
  order: 3;
}
.symptoms ul {
  margin: 15px 0 30px;
  width: 100%;
  list-style: none;
  order: 1;
}

/*潰瘍性大腸炎*/
.uc-block2 {

    width: 100%;
}
.uc-list {

    display:block;

}
.uc-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
.uc-list li .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
    align-items: center!important;
}
.uc-list li .inner div {
    width:45%;
}
.uc-list li img {
  width:100%;
}
.uc-list li p {
  text-align: left;
  width:55%;
  padding:0 12px;
}
.uc-flex-block,
.uc-flex-block-2 {

    flex-wrap: wrap;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-direction:reverse;
    -moz-box-direction:reverse;
    -webkit-box-orient:vertical;
    -moz-box-orient:vertical;
    -webkit-flex-direction:column-reverse;
    -moz-flex-direction:column-reverse;
    flex-direction:column-reverse;

}

.uc-flex-block > div.uc,
.uc-flex-block-2 > div.uc-2 {
    width: 100%;
}
.uc-flex-block > div.ucimg,
.uc-flex-block-2 > div.ucimg-2 {
    width: 100%;
    text-align: center;
}
.uc-flex-block > div.ucimg img,
.uc-flex-block-2 > div.ucimg-2 img {
    width: 50%;
    max-width:300px;
    margin:10px auto;
}
.under__content__middle__aboutuc__class__wrp > figure {
    width: 70%;
    margin-right: 15%;
    margin-bottom: 15%;
    margin-left: 15%;
    padding-right: 0;
}

.under__content__middle__aboutuc__class__wrp > figure > figcaption {
    font-size: 115%;
    margin-bottom: 5px;
}
.under__content__middle__aboutuc__class__wrp > figure:not(:last-child) {
    position: relative;
}

.under__content__middle__aboutuc__class__wrp > figure:not(:last-child)::after {
    position: absolute;
    right: 0;
    top: unset;
    bottom: 0!important;
    left: 0;
    width: 40px;
    height: 35px;
    margin: 0 auto;
    content: '';
    -webkit-transform: translateY(50px) rotate(90deg);
    transform: translateY(50px) rotate(90deg);
    background-image: url(/images/icon_arrow_right.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.under__content__aboutuc__therapy__wrp {
    flex-direction: column-reverse;
}
.under__content__aboutuc__therapy__wrp > div.dg-info {
    width: 100%;
}
.under__content__aboutuc__therapy__wrp > .under__content__aboutuc__therapy__imgBox {
    width: 50%;
    margin-right: auto;
    margin-top: 5% !important;
    margin-bottom: 10% !important;
    margin-left: auto;
}
.under__content__aboutuc__therapy__wrp > .under__content__aboutuc__therapy__imgBox-2 {
    width: 50%;
    margin-right: auto;
    margin-top: 10% !important;
    margin-left: auto;
}

/*就労について*/
.work-link-box > div {
  width:100%;
margin:24px auto;
}
/*セルフマネジメント*/
}
#ibd-self-management .figure-img {
  margin: 1em 0;
  padding: 1em 0;
}

#ibd-self-management table {
  width:100%;
  border:1px solid #333;
  border-collapse: collapse;

  font-weight: 900;
}

#ibd-self-management th {
  text-align: center;
  background-color: #d8560e;
  color: #ffffff;
  border: 1px solid #ffffff;
  vertical-align: middle;
  padding:0.5em;
}
#ibd-self-management tr:nth-child(odd){
  background-color: #fce1d4;
  

}
#ibd-self-management tr:nth-child(even){
  background-color: #fce1d473;
  
  
}
#ibd-self-management td {
  border: 1px solid #ffffff;
  padding:0.5em 1em;
}
#ibd-self-management td.set {
  padding-left:2em;
}
#ibd-self-management td:nth-child(2),
#ibd-self-management td:nth-child(3) {
  text-align: center;
}
#ibd-self-management .enq {
  background-color: #fff4e6;
  padding:1em;
}
#ibd-self-management .enq .enq-inner {
  padding:0 2.5em;
}
#ibd-self-management .table-question {
  padding-left:2.8em;
	text-indent:-2.8em;
  font-weight: 900;
  
}

.report-references {
  margin:1em auto;
  padding:0 1em;
  font-size:0.85em;
  border-top:1px dotted #cccccc;
  border-bottom:1px dotted #cccccc;
}
.report-references > p {
margin-top:1em;
}
.report-references ul {margin:1em 0;}
.report-references ul li {
margin:0;
padding-top:0.5em;
padding-bottom:0.5em;
padding-left:1em;
text-indent:-1em;

}
.self-management-fig-1 {
  background-color: #fff4e6;
  padding:1em;
  margin:1em auto;
}
.self-management-fig-1 .catch-ud {
margin-top:1em;
}
.indent-1em {
  padding-left:1em;
	text-indent:-1em;
}

.self-management-title {
  position: relative;
  display: block;
  margin: 1.5em 0;
  padding: 0.5em;
  min-width: 120px;
  width: 100%;
  background: #FFF;
  border: solid 4px #F5A600;
  box-sizing: border-box;
  border-radius: 20px;
  color:#FF5E00;
  font-size:1.4em;
  text-align:center;
  margin-top:80px;
}

.self-management-title:before {
  content: "";
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -15px;
    border: 14px solid transparent;
    border-top: 14px solid #FFF;
    z-index: 2;
}
.self-management-title:after {
  content: "";
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -16px;
    border: 16px solid transparent;
    border-top: 16px solid #F5A600;
    z-index: 1;
}
.self-management p {
  margin: 0;
  padding: 0;
}

.fontfam {
  font-weight: bold;
  font-family: "Kiwi Maru", "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.pickup-ct .guide {
  padding:6px 12px;
    position: relative;
    background-color: #f6f5f2;
    border-radius: 10px;
  }
  .pickup-ct h2 {
    margin: 40px 0 30px;
    font-size: 140%;
    font-weight: 500;
    color: #ff6700;
    line-height: 1.3;
    text-align: left;
    position: relative;
    width: calc(100% - 60px);
    margin: 24px 30px;
  }
  .pickup-ct h2 span {
    display: inline-block;
  }
  .pickup-ct .box {
    margin: 0 30px;
    background-color: #ffffff;
    border: 5px solid #ffdcc5;
    border-radius: 10px;
    position: relative;
  }
  
  .pickup-ct ul.list {
    margin: 10px auto;
    width: 89.4%;
    list-style: none;
  }
  .pickup-ct ul.list li {
    padding: 30px 0 30px 30px;
    width: 100%;
    height: auto;
    background: url(/images/top2022/dotline01.png) left bottom repeat-x;
    position: relative;
  }
  .pickup-ct ul.list li::before {
    position: absolute;
    top: 34px;
    left: 6px;
    content: "";
    width: 11px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url(/images/top2022/arrow02.svg);
    background-size: contain;
    vertical-align: middle;
  }
  .pickup-ct ul.list li:first-child {
    padding-top: 0;
  }
  .pickup-ct ul.list li:first-child::before {
    top: 4px;
  }
  .pickup-ct ul.list li:last-of-type {
    padding-bottom: 0;
    background: none;
  }
  .pickup-ct ul.list li a {
    /*  font-size: 1.8rem; */
    font-size: 100%;
    font-weight: 700;
    color: #7f3c2f;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
  }
.pickup-ct .guide {
  padding-bottom: 30px;
}
.pickup-ct .guide .box {
  margin-bottom: 24px;
  padding: 5px 0 5px 0;
}
.pickup-ct .guide ul.list li {
  padding: 8px 0 8px 30px;
  width: 100%;
  background: none;
  transition: all 0.3s ease 0s;
}
.pickup-ct .guide ul.list li::before {
  position: absolute;
  top: calc(8px + 0.5em);
}

.under-ct {display:block;border:1px dotted #7f3c2f91;padding:0.25em}
.under-ct-ttl {background-color:#fff4e6;color:#7f3c2f;padding:0.5em 1em;display: block;font-size:1.2em;margin-bottom:0.5em;}

.under-ct ul {
  padding:0 2em;
}
.under-ct ul li {
  display: block;
  padding:1em 0;
  border-bottom:1px dotted #7f3c2f91;

}
.under-ct ul li:last-child {
  border-bottom:unset;
}
.under-ct ul li > a {
  display: block;
  position: relative;
  text-decoration: none;
}
.under-ct ul li > a:after {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  color: #7F3C2F;
  font-size: 1.4rem;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  transform: translate(0, -50%);
}
.under-ct-2 {
  margin-top:2em;
}
.under-ct-2 > h2 {
  background-color: #FFDCC5;
  border-radius:8px;
  padding:0.5em 1em;
  color:#7f3c2f
}
.under-ct-2-flex {
  display:flex;
  padding:2em 1em;
  justify-content: center;
}
a.under-ct-2-flex-linkbox {
  margin: 0 10px;
    padding: 5px;
    width: 40%;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    display: block;
  cursor: pointer;
  text-decoration: none;
 
}
.linkbox__img {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: block;
}
a.under-ct-2-flex-linkbox h3 {
  display: block;
  padding:0.5em 1em;
  text-align: center;
}

.under-ct-2 .linkbox__img-bnr {
  display: block;
  max-width:700px;
  border:1px solid #eeeeee;
  margin:1em auto;
}


@media(max-width: 768px){
  .under-ct-2-flex {
    padding:1em 0;


  }
  a.under-ct-2-flex-linkbox {
    margin: 0 10px;
      padding: 5px;
      width: 50%;
      border-radius: 10px;
      border: 1px solid #eaeaea;
      display: block;
    cursor: pointer;
   
  }
  a.under-ct-2-flex-linkbox h3 {
    display: block;
    padding:0.5em;
    
  }
  .under-ct ul li > a {
    padding-right:30px;
  }
  .under-ct ul li > a:after {
    right: 0px;
  }
}