/* 共通
***********************************************************************/
h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
	letter-spacing: 0.2em;
    text-align: center;
    padding: 0 0 0.8em 0.2em;
    margin-bottom: 1.5em;
    position: relative;
}
h2:after {
    content: '';
    display: inline-block;
    width: 5em;
    height: 2px;
    background: #5d9550;
    position: absolute;
    bottom: 0px;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

h3.orange3 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #ea8f47;
    text-align: center;
    margin: 40px 0 1em;
}

.orange_txt {
    color: #ea8f47;
}

.intro {
    display: table;
    width: 100%;
    max-width: 870px;
    margin: 0 auto 40px;
}
.intro .case_icon {
    width: 100px;
    margin: 0 15px 10px 0;
    overflow: hidden;
    float: left;
}

.case_table {
    width: 100%;
    margin-bottom: 40px;
}
.case_table caption {
    font-size: 1.8rem;
    font-weight: 500;
    padding-bottom: 0.5em;
}
.case_table thead {
    display: none;
}
.case_table tbody tr {
    background: #dcd1c6;
    border-bottom: solid 1px #bcaea0;
}
.case_table tbody tr:nth-child(even) {
    background: #e7dfd6;
}
.case_table tbody tr:last-child {
    border-bottom: none;
}
.case_table tbody th {
    display: block;
    text-align: left;
    margin: 0.5em 1em;
}
.case_table tbody th:before {
  content: attr(data-label);
  display: table-cell;
  background: #bcaea0;
  padding: 0em 0.5em;
  white-space: nowrap;
	-webkit-transform: translateX(-0.5em);
	-ms-transform: translateX(-0.5em);
	transform: translateX(-0.5em);
}
.case_table tbody td {
    display: block;
    margin: 0 1em 0.5em;
}
.case_table tbody td:before {
  content: attr(data-label);
    font-weight: bold;
  display: table-cell;
  background: #bcaea0;
  padding: 0em 0.5em;
  white-space: nowrap;
	-webkit-transform: translateX(-0.5em);
	-ms-transform: translateX(-0.5em);
	transform: translateX(-0.5em);
}

.check_list {
    margin-bottom: 2em;
}
.check_list li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}
.check_list li strong.check_head {
    font-weight: 500;
    color: #ea8f47;
}

.case ol {
    margin-left: 1em;
}
.case ol .check_list {
    margin-bottom: 0.5em;
}

.case .ex_link {
    display: table;
}
.case .ex_link a {
    border: solid 2px #5e4e3d;
    padding: 1em 1em;
    height: 4em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
.case .ex_link a .link_img {
    width: auto;
    height: auto;
    max-height: 100%;
    flex-shrink: 1;
    margin-right: 10px;
}
.case .ex_link a strong {
    font-size: 1.2em;
    color: #ea8f47;
}
.case .ex_link a .arrow_img {
    margin-left: 30px;
}

@media screen and (min-width:768px) {
h2 {
    font-size: 2.4rem;
    line-height: inherit;
}
h2 br {
    display: none;
}
h2:after {
    width: 160px;
}
h3.orange3 {
    font-size: 1.8rem;
    margin: 40px 0 1em;
}

.intro {
    margin-bottom: 60px;
}
.intro .case_icon {
    width: 140px;
    margin: 0 25px 10px 0;
}

.case_table {
    margin-bottom: 60px;
}
.case_table caption {
    font-size: 2.2rem;
    padding-bottom: 0.8em;
}
.case_table thead {
    display: table-header-group;
    background: #bcaea0;
}
.case_table thead th {
    font-weight: 500;
    padding: 1em;
    border-left: solid 1px #f4f0ec;
    white-space: nowrap;
}
.case_table tbody th {
    font-weight: 500;
    display: table-cell;
    text-align: center;
    margin: 0;
    padding: 1em;
}
.case_table tbody th:before {
  content: none
}
.case_table tbody td {
    display: table-cell;
    margin: 0;
    padding: 1em;
    border-left: solid 1px #f4f0ec;
}
.case_table tbody td:before {
  content: none
}

}

@media screen and (min-width:1200px) {
h2 {
    font-size: 3.4rem;
    padding-bottom: 0.8em;
    margin-bottom: 1.5em;
}
h3.orange3 {
    font-size: 2rem;
    margin-top: 60px;
}
}


/* 目やにが出る　眼が赤い　眼を擦る　眼が痛そう　眼が開けられないなど
***********************************************************************/
.case06 h2 {
	letter-spacing: 0em;
}

@media screen and (min-width:414px) {
}
@media screen and (min-width:768px) {
}
@media screen and (min-width:1200px) {
}

/* 目が見えなさそう
***********************************************************************/
.case05 {
}

@media screen and (min-width:414px) {
}
@media screen and (min-width:768px) {
.case05 .case_table tbody th {
    white-space: nowrap;
}
}
@media screen and (min-width:1200px) {
}

/* 目が見えなさそう
***********************************************************************/
.case07 .case_table {
    margin-bottom: 1em;
}

@media screen and (min-width:414px) {
}
@media screen and (min-width:768px) {
}
@media screen and (min-width:1200px) {
}

/* 下痢をする、便がおかしい
***********************************************************************/
.case09 {
}

@media screen and (min-width:414px) {
}
@media screen and (min-width:768px) {
}
@media screen and (min-width:1200px) {
}

/* 尿が出にくい　頻尿
***********************************************************************/
.case09 {
}

@media screen and (min-width:414px) {
}
@media screen and (min-width:768px) {
}
@media screen and (min-width:1200px) {
.case11 .case_table tbody th {
    white-space: nowrap;
}
}

