.l-content__header--color01::before {
  background: #455780;
  color: #455780
}
.l-content__header--color02::before {
  background: #2a86a2
}
.l-content__header--color03::before, .interlink--color03 {
  background: #159198;
  color: #159198
}
.l-content__header--color04::before {
  background: #989a5a
}
.l-content__header--color05::before {
  background: #daad42
}
.l-content__header--color06::before {
  background: #d98851
}
.l-content__header--color07::before {
  background: #c479a2
}
.l-content__header--color08::before {
  background: #d55862
}
.l-content__header--color09::before {
  background: #ac89b3
}
.l-content__header .icon svg {
  fill: #fff
}
.l-content__header .icon--01 svg {
  width: 33px;
  height: 29px
}
.l-content__header .icon--02 svg, .l-content__header .icon--03 svg {
  width: 25px;
  height: 30px
}
.l-content__header .icon--04 svg {
  width: 33px;
  height: 31px
}
.l-content__header .icon--05 svg {
  width: 21px;
  height: 31px
}
.l-content__header .icon--06 svg {
  width: 25px;
  height: 30px
}
.l-content__header .icon--08 svg {
  width: 30px;
  height: 31px
}
.l-content__header .icon--09 svg {
  width: 28px;
  height: 32px
}
.l-content__header .icon--10 svg {
  width: 33px;
  height: 33px
}
.menu-table--wrap{
  width:100%
}
.menu-table--wrap:nth-child(n+2){
	margin-top:30px;
	border-top: 1px solid #e4e7ed;
}
.menu-table {
  width:100%;
  border-collapse: collapse;
  table-layout: fixed
}
.menu-table:nth-child(n+2){
	margin-top:21px;
}
.menu-table__header {
  background: #1d2a48;
  color: #fff;
}
.menu-table th,
.menu-table td {
  text-align: center;
  min-width:calc(100%/3);
  font-weight: 500;
  display: inline-block
}
.menu-table td {
  padding:2px;
  font-size:13px;
  margin-bottom: 10px
}
.menu-table__header th {
  padding: 10px 0;
  font-size: 12px;
}
.menu-table__header th:nth-child(1) {
  display: none
}
.menu-table__body tr:nth-child(even) {
  background: #f8f8fa
}
.menu-table__body th {
  padding: 15px 0 14px;
  min-width:100%;
  font-size:16px
}
.menu-table__body td {
  border:solid #e7e7e7;
  border-width: 0 1px 0 0;
  margin-bottom: 22px
}
.menu-table__body td:last-child {
  border:none
}
.menu-table__body td[colspan="2"] {
  min-width:calc(100%/3*2);
}
/*.menu-table__body td:last-child {
  min-width:100%;
  height: 10px
}*/
.menu-table .important-cell {
  background-color: #d56357
}
.menu-table .small {
  font-size: 12px;
}
.menu-table--result {min-width: 100%}
.menu-table--result .menu-table__header {/*display: none*/}
.menu-table--result .menu-table__header th {/*display: none*/min-width:100%}
.menu-table--result .menu-table__body th {max-width:220px; min-width: 100%; font-size:18px; line-height:1.1; padding:27px 20px 22px;}
.menu-table--result .menu-table__body td {text-align: left; width: auto; min-width: 100%; padding:0 20px 30px; margin:0}
.result-name:nth-of-type(n+2) {margin-top:13px}
.result-list {display: flex;}
.result-list:nth-child(1) {margin-top:0}
.result-list + .result-list {margin-top: 20px}
.result-list li {width:50%;text-align: center; display:flex; flex-direction: column}
.result-list li:not(:last-child) {margin-right: 10px}
.c-result {position: relative; padding: 5px 5px 6px; background: #F0F3F6;border: solid 1px #475784; color: #475784; margin-bottom: 12px;}
.c-result--true {border-color:#d46356; color:#d46356;background: #FBF0EF }
.c-result--high {border-color:#AC7B08; color:#AC7B08;background: #FFFBE5 }
.c-result::before{
	    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px;
    border-style: solid;
    border-color: #475784 transparent transparent;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.c-result--true::before {border-color: #d46356 transparent transparent;}
.c-result--high::before {border-color: #AC7B08 transparent transparent;}
.diag-note {display:table; margin:auto}
.result-note {margin-top: 9px; font-size: 13px;line-height: 1.7}
.result-note:nth-child(1) {margin-top:0}
.result-list + .result-note {margin-top: 22px}
.result-caution {margin-top: 8px; font-size: 12px}
.result-caution:nth-child(1) {margin-top:0}
.result-list + .result-caution {margin-top: 22px}

.smv-list{margin:0 10px 0}
.smv-list__item{margin-top: 20px}
.result-smv {position: relative; display: flex; flex-direction: column; padding: 20px; color:#fff; background: #475784; text-align: center}
.result-smv--normal {background: #C99A29}
.result-smv--caution {background: #D56357}
.result-smv::before{
	    position: absolute; 
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 10px 5px 0px;
    border-style: solid;
    border-color: #475784 transparent transparent;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.result-smv--normal::before {border-color:#C99A29 transparent transparent}
.result-smv--caution::before {border-color: #D56357 transparent transparent}
.smv-name{font-size: 14px}
.smv-amount{padding-top: 5px; font-size: 22px}
.result-smv .small {padding-left: 2px; font-size: 12px}
.smv-diag{font-size:22px; padding-top:5px;margin-top:8px; border-top:solid 1px #fff}
.smv-content{padding:5px 15px 15px; border:solid 1px #475784; border-top-width:0px; background: #F0F3F6}
.smv-content--normal{border-color:#C99A29; background: #FFFBE5}
.smv-content--caution{border-color:#D56357; background: #FBF0EF}

.sperm-color {padding:0 20px 0}
.sperm-color:nth-child(n+2){
	margin-top:30px;
	padding-top:30px;
	border-top: 1px solid #e4e7ed;
}	
.sperm-color-list {}
.sperm-color-list:nth-child(n+2){
	margin-top:20px;
}	
.sperm-color-list__item {display:flex;align-items: center; margin-bottom: 20px;background: #f8f8fa}
.sperm-img {min-width: 70px;max-width: 30%}
.sperm-img img {
	width: 100%;
    height: auto;
    max-width: none;
}
.sperm-content {padding: 10px 15px 15px; width: 100%;}
.sperm-type {font-size: 18px}
.sperm-speed {margin-top:3px;  font-size: 13px}

.timetables {
	margin-top: 14px
}
.timetable {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1
}
.time-starts,.time-ends {
	font-size: 24px;
	margin-left:8px
}
.time-ends {
	margin-left: 15px
}
.time-ends::before {
    position: relative;
    top: -5px;
    right: 6px;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #1d2a48;
    content: "";
    display: inline-block;
}
.menu-visual {
    z-index: 0;
    padding: 15px 20px 35px
}
.menu-visual__item {
	width: 100%;
	height: 100%
}
.menu-visual__item img {
    width: 100%;
    height: auto;
}
.sec-about__note {
  margin-top: 14px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: .06em;
  font-size: 14px;
  line-height: 1.9
}
.sec-about .question {
  margin: 32px 0 0;
  padding: 42px 0 115px
}
.sec-about .question--color01 {
  background: #7a87a5
}
.sec-about .question--color02 {
  background: #62b0be
}
.sec-about .question--color03 {
  background: #34adb4
}
.sec-about .question--color04 {
  background: #b0b275
}
.sec-about .question--color05 {
  background: #ecc363
}
.sec-about .question--color06 {
  background: #dea165
}
.sec-about .question--color07 {
  background: #d590b6
}
.sec-about .question--color08 {
  background: #e06e74
}
.sec-about .question--color09 {
  background: #ac89b3
}
.sec-about .question-head__heading {
  color: #fff;
  text-align: center;
  letter-spacing: .04em;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5
}
.sec-about .question-list {
  margin: 20px auto 0;
  width: 325px
}
.sec-about .question-list__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px -12.5px 0
}
.sec-about .question-list__inner--wrap .question-list__item {
  margin-top: 32px
}
.sec-about .question-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 12.5px 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  letter-spacing: -.04em;
  font-size: 14px
}
.sec-about .cause {
  position: relative;
  margin: -73px -10px 0;
  padding: 38px 0 40px;
  background: #fff;
  box-shadow: 0 29px 66.43px 6.57px rgba(11, 56, 80, .15)
}
.sec-about .cause::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 20px 9.5px 0;
  border-style: solid;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.inspection .sec-about .cause::before {
  display: none
}
.sec-about .cause--color01::before {
  border-color: #7a87a5 transparent transparent
}
.sec-about .cause--color02::before {
  border-color: #62b0be transparent transparent
}
.sec-about .cause--color03::before {
  border-color: #34adb4 transparent transparent
}
.sec-about .cause--color04::before {
  border-color: #b0b275 transparent transparent
}
.sec-about .cause--color05::before {
  border-color: #ecc363 transparent transparent
}
.sec-about .cause--color06::before {
  border-color: #dea165 transparent transparent
}
.sec-about .cause--color07::before {
  border-color: #d590b6 transparent transparent
}
.sec-about .cause--color09::before {
  border-color: #ac89b3 transparent transparent
}
.cause--color08::before {
  border-color: #e06e74 transparent transparent
}
.sec-about .cause__inner {
  margin-top: 21px;
  padding: 0 25px
}
.cause__heading {
  text-align: center;
  letter-spacing: .1em;
  font-weight: 500;
  font-size: 21px
}
.menu-table--wrap .cause__heading {
margin-top:30px 
}
.cause__note {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.9
}
.cause__note:nth-of-type(n+2) {
  margin-top: 14px
}
.cause__flag {
  margin-top: 34px;
  text-align: center
}
.cause__flag span {
  position: relative;
  display: inline-block;
  padding: 6px 17px 7px;
  background: #d56357;
  color: #fff;
  letter-spacing: .04em;
  font-size: 15px
}
.cause__flag span::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 10px 5px 0;
  border-style: solid;
  border-color: #d56357 transparent transparent;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.cause__detail {
  margin: 21px -25px 0;
  padding: 0px 0 38px;
  background: #f8f8fa
}
.cause__flag + .cause__detail {
  margin-top:-18px;
  padding-top :12px
}
.sec-about .cause .cause-item {
  margin: 0 -25px;
  padding: 0 25px
}
.sec-about .cause .cause-item__heading {
  display: flex;
  align-items: center
}
.sec-about .cause .cause-item__heading .icon {
  margin-right: 10px
}
.sec-about .cause .cause-item__heading .note {
  font-size: 17px
}
.sec-about .cause .cause-item__heading .note span {
  background: #fff879
}
.sec-about .cause .cause-item__note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.9
}
.cause__heading + .cause-item__heading,
.cause__heading + .cause-item__note,
.cause__heading + .cause__note {
  margin-top: 21px
}
.sec-about .cause .cause-item__note .strong {
  font-weight: 600
}
.sec-about .cause .cause-item__link {
  margin-top: 21px;
  font-size: 13px
}
.sec-about .cause .cause-item__link a, .sec-inspection .caution-detail .content__link button {
  position: relative;
  text-decoration: underline
}
.sec-about .cause .cause-item__link a::before {
  position: absolute;
  top: 4px;
  right: -15px;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #1d2a48;
  content: ""
}
.sec-about .cause .cause-item .grid {
  margin-top: 19px
}
.sec-about .cause .cause-item + .cause-item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e4e7ed
}
.sec-about .cause .grid, .sec-flow {
  position: relative
}
.sec-about .cause .grid__inner {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-top: 1px dashed #bbbfc8;
  border-left: 1px dashed #bbbfc8
}
.sec-about .cause .grid__item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 50%;
  height: 59px;
  border-right: 1px dashed #bbbfc8;
  border-bottom: 1px dashed #bbbfc8;
  text-align: center;
  font-size: 12px
}
.sec-about .cause .grid__frame {
  position: absolute
}
.sec-about .cause .grid__frame::after, .sec-about .cause .grid__frame::before {
  position: absolute;
  background: #14264f;
  content: ""
}
.sec-about .cause .grid__frame::before {
  width: 18px;
  height: 2px
}
.sec-about .cause .grid__frame::after {
  width: 2px;
  height: 18px
}
.sec-about .cause .grid__frame--top-left, .sec-about .cause .grid__frame--top-left::after, .sec-about .cause .grid__frame--top-left::before {
  top: 0;
  left: 0
}
.sec-about .cause .grid__frame--top-right, .sec-about .cause .grid__frame--top-right::after, .sec-about .cause .grid__frame--top-right::before {
  top: 0;
  right: 0
}
.sec-about .cause .grid__frame--bottom-left, .sec-about .cause .grid__frame--bottom-left::after, .sec-about .cause .grid__frame--bottom-left::before {
  bottom: 0;
  left: 0
}
.sec-about .cause .grid__frame--bottom-right, .sec-about .cause .grid__frame--bottom-right::after, .sec-about .cause .grid__frame--bottom-right::before {
  right: 0;
  bottom: 0
}
.cause-content {
  padding: 37px 25px 0
}
.cause-content__heading {
  display: flex;
  align-items: center
}
.cause-content__heading .icon {
  margin-right: 11px
}
.cause-content__heading .note {
  padding: 0 2px;
  background: #fff879;
  letter-spacing: .1em;
  font-weight: 500;
  font-size: 17px
}
.cause-content__note {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.9
}

.cause-content + .cause-content {
  margin-top: 32px;
  border-top: 1px solid #dfe1e9
}
.sec-about .cause .symptom-list {
margin-top:0px;
padding-left:0;
padding-right:0;
margin-left:0;
margin-right:0
}
.cause .symptom-list .cause-content__heading {
  align-items: inherit;
  padding-left:10px;
  padding-right:10px
}
.cause .symptom-list .cause-content__heading + .cause-content__heading {
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid #dfe1e9
}
.cause .symptom-list .cause-content__heading .note--wrap {
  padding-top: 2px
}
.cause-content + .symptom-list__note {
 margin-top:13px; 
 padding:10px 10px 0;
 font-size: 13px
}
.cause .symptom-list .small {
  display:block;
  margin-top: 5px;
  padding-left: 2px;
  font-size: 13px
}
.sec-about .cause .cause-list {
  margin: 8px 0 0
}
.sec-about .cause .cause-list__item {
  position: relative;
  padding-left: 22px;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 1.75
}
.sec-about .cause .cause-list__item::before {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1d2a48;
  content: ""
}
.sec-about .cause .cause-list__item + .cause-list__item {
  margin-top: 8px
}
.sec-reason {
  margin-top: 60px
}
.sec-reason .image img {
  width: 100%;
  height: auto
}
.sec-reason .reason-list {
  margin-top: -5px
}
.sec-reason .reason-list__item {
  margin-top: 25px;
  box-shadow: 0 29px 66.43px 20px rgba(11, 56, 80, .15)
}
.sec-reason .content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background: #fff
}
.sec-reason .content__head {
  display: flex;
  align-items: center
}
.sec-reason .content__label {
  position: relative;
  display: inline-block;
  margin-right: 14px;
  padding: 5px 5px 7px 10px;
  background: #1d2a48;
  color: #fff;
  white-space: nowrap;
  letter-spacing: .15em;
  font-size: 12px
}
.sec-reason .content__label::before {
  position: absolute;
  top: 0;
  right: -6px;
  width: 0;
  height: 0;
  border-width: 4px 6px 0 0;
  border-style: solid;
  border-color: #1d2a48 transparent transparent;
  content: ""
}
.sec-reason .content__heading {
  color: #030f2b;
  letter-spacing: .04em;
  font-weight: 500;
  font-size: 17px
}
.sec-reason .content__note {
  margin-top: 10px;
  color: #030f2b;
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 1.9
}
.sec-flow {
  z-index: 2;
  margin-top: 60px;
  background: #f3f5f8 url(/assets/images/common/bg_line.png) center/281px auto
}
.sec-flow__inner {
  padding: 40px 20px 114px
}
.sec-flow__inner--menu-ed {
  background: url(/assets/images/pages/menu/ed/flow_bg.jpg) no-repeat center/cover
}
.sec-flow__inner--menu-menopause {
  background: url(/assets/images/pages/menu/mens_health/flow_bg.jpg) no-repeat center/cover
}
.sec-flow__inner--menu-urology {
  background: url(/assets/images/pages/menu/urology/flow_bg.jpg) no-repeat center/cover
}
.sec-flow__inner--menu-aga {
  background: url(/assets/images/pages/menu/aga/flow_bg.jpg) no-repeat center/cover
}
.sec-flow__inner--menu-lifestyle {
  background: url(/assets/images/pages/menu/lifestyle/flow_bg.jpg) no-repeat center/cover
}
.sec-flow__inner--menu-sas {
  background: url(/assets/images/pages/menu/sas/flow_bg.jpg) no-repeat center/cover
}
.sec-flow__inner--menu-bridal {
  background: url(/assets/images/pages/menu/bridal/flow_bg.jpg) no-repeat center/cover
}
.sec-flow__inner--menu-infertility {
  background: url(/assets/images/pages/menu/infertility/flow_bg.jpg) no-repeat center/cover
}
.sec-flow__inner--menu-nutrition {
  background: url(/assets/images/pages/menu/nutrition/flow_bg.jpg) no-repeat center/cover
}
.sec-flow__caution {
  margin: 22px 0 0;
  padding: 0 30px;
  font-size: 14px
}
.sec-flow .sec-heading .main {
  color: #fff
}
.sec-flow .sec-heading .main span {
  background: repeating-linear-gradient(to right, #fff, #fff) repeat-x left bottom/100% 2px
}
.sec-flow .flow-list {
  margin-top: 32px
}
.sec-flow .flow-list__item, .tab-handlers .tab-handlers-list {
  display: flex
}
.sec-flow .flow-list__item + .flow-list__item {
  position: relative;
  margin-top: 34px
}
.sec-flow .flow-list__image .label::before, .sec-flow .flow-list__item + .flow-list__item::before {
  position: absolute;
  top: -20px;
  left: 60px;
  width: 0;
  height: 0;
  border-width: 9px 6.5px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  content: ""
}
.sec-flow .flow-list__image, .sec-inspection {
  position: relative
}
.sec-flow .flow-list__image img {
  border-radius: 50%;
}
.sec-flow .flow-list__image .num {
  position: absolute;
  top: 0;
  left: 0
}
.sec-flow .flow-list__image .label {
  position: relative;
  margin-top: -24px;
  text-align: center;
  letter-spacing: 0;
  font-size: 16px
}
.sec-flow .flow-list__image .label::before {
  top: -10px;
  left: 50%;
  border-width: 0 5px 10px;
  border-color: transparent transparent #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.sec-flow .flow-list__image .label span {
  display: inline-block;
  padding: 5px 18px 7px;
  background: #fff;
  white-space: nowrap
}
.sec-flow .flow-list__note {
  margin: 5px 0 0 12px;
  color: #fff;
  font-size: 14px;
  line-height: 1.7
}
.sec-flow .flow-detail {
  margin: -72px 20px 0;
  padding: 24px 30px 23px;
  background: #fff
}
.sec-flow .flow-detail__ttl {
  white-space: nowrap;
  font-size: 16px
}
.sec-flow .flow-detail__text {
  margin: 14px 0 0;
  letter-spacing: .046em;
  font-size: 14px;
  line-height: 1.9
}
.flow-list__note .tab-container__link a::before {
    border-color: transparent transparent transparent #fff
}

.sec-inspection {
  z-index: 1;
  padding-top: 40px;
  background: #fff url(/assets/images/common/bg_line.png) center/281px auto
}
.sec-inspection--frame::after, .sec-inspection::before {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background: #f3f5f8 url(/assets/images/common/bg_line.png) center/281px auto;
  content: "";
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}
.sec-inspection::before {
  top: 0;
  height: 110px;
  -webkit-transform: skewY(11.309932474deg);
  transform: skewY(11.309932474deg)
}
.sec-inspection--top{padding-top: 0;padding-bottom: 60px}
.sec-inspection--top::before {display: none}
.sec-inspection--frame {
  padding-bottom: 60px
}
.sec-inspection--frame::after {
  bottom: 0;
  height: 116px;
  -webkit-transform: skewY(-11.309932474deg);
  transform: skewY(-11.309932474deg)
}
.sec-inspection--result {padding-top: 0}
.sec-inspection--result::before {display: none}
.l-container--loh{
padding-top:90px
}
.sec-inspection__note {
margin-right: auto;
margin-left: auto;
  margin-top: 14px;
  letter-spacing: .01em;
  font-size: 14px;
  line-height: 1.9;
display: table
}
.sec-inspection .inspection {
  margin: 31px -10px 0;
  border-top: 1px solid #1d2a48;
  background: #fff;
  box-shadow: 0 29px 66.43px 6.57px rgba(11, 56, 80, .15)
}
.sec-inspection .inspection-item:nth-child(even) {
  background: #f8f8fa
}
.sec-inspection .inspection-item:nth-child(even) .detail {
  background: #fff
}
.sec-inspection .inspection-item .image img, .sec-medicine .medicine-list__image img, .sec-treatment .treatment-list .image img {
  width: 100%;
  height: auto
}
.sec-inspection .inspection-item .content {
  padding: 25px 25px 30px;
}
.sec-inspection .inspection-item .content__heading {
  font-weight: 500;
  font-size: 17px
}
.sec-inspection .inspection-item .content__heading span {
    padding: 0 2px;
    background: #fff879;
    margin-top: 0px;
}
.sec-inspection .inspection-item .content__heading .en {
    font-size: 12px
}
.sec-inspection .inspection-item .content__heading .small {
  margin-left: 5px;
  font-size: 14px
}
.sec-inspection .inspection-item .content__heading + .content__heading {
  margin-top: 8px
}
.sec-inspection .inspection-item .content__heading--02 {
  text-align: center;
  font-size: 18px
}
.sec-inspection .inspection-item .content__note {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.75
}
.sec-inspection .inspection-item .content__caution {
  margin-top: 7px;
  letter-spacing: .07em;
  font-size: 12px;
  line-height: 2.3
}
.sec-inspection .inspection-item .content__price {
  margin-top: 12px;
  letter-spacing: .13em;
  font-size: 12px
}
.sec-inspection .inspection-item .content + .content {
  margin-top: -22px /*real=-32px*/
}
.sec-inspection .inspection-item .cause-item + .content {
  border-top: 1px solid #e4e7ed;
}
.sec-inspection .inspection-item .cause-item {
  padding: 30px 25px 30px;
}
.sec-inspection .inspection-item .cause-item:nth-child(n+2) {
	margin-top:30px;
	border-top: 1px solid #e4e7ed;
}
.sec-inspection .inspection-item .information {
  margin-top: 22px
}
.sec-inspection .inspection-item .information-list {
  display: flex
}
.sec-inspection .inspection-item .information-list + .information-list {
  margin-top: 25px
}
.sec-inspection .inspection-item .information-list__label {
  margin-right: 21px
}
.sec-inspection .inspection-item .information-list__label span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 110px;
  height: 100%;
  border-radius: 4px;
  background: #a5aab5;
  color: #fff;
  text-align: center;
  font-size: 13px
}
.sec-inspection .inspection-item .information-list__label span::before {
  position: absolute;
  top: 50%;
  right: -7px;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #a5aab5;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.sec-inspection .inspection-item .information-list__detail {
  padding-right: 8px
}
.sec-inspection .inspection-item .price-list .price-list__item + .price-list__item{margin-top: 10px}
.sec-inspection .inspection-item .price-list .capacity {
  margin-right: 5px;
  letter-spacing: .11em;
  font-size: 13px
}
.sec-inspection .inspection-item .price-list .price {
  letter-spacing: .05em;
  font-size: 28px;
  font-family: Montserrat, sans-serif
}
.sec-inspection .inspection-item .price-list .price .small {
  font-size: 15px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif
}
.sec-inspection .inspection-item .information-list--02 {
  margin-top: 30px;
  margin-bottom: 28px
}
.sec-inspection .inspection-item .information-list--02 + .information-list--02 {
  margin-top: 0px
}

.sec-inspection .inspection-item .information-list--02__label {
  text-align: center;
}
.sec-inspection .inspection-item .information-list--02__label span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  background: #a5aab5;
  color: #fff;
  letter-spacing: .04em;
  font-size: 13px;
  min-width: 115px;
  border-radius: 4px;
 }
.sec-inspection .inspection-item .information-list--02__label span::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 6px 4px 4px;
  border-style: solid;
  border-color: #a5aab5 transparent transparent;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec-inspection .inspection-item .information-list--02__detail {
  margin-top: 13px;
}
.sec-inspection .inspection-item .information-list--02__note {
  letter-spacing: .11em;
  font-size: 14px;
  text-align:center
}

.sec-inspection .inspection-item .detail {
  margin: 20px 0 0;
  padding: 20px 25px 22px;
  border: 1px solid #e8e8e8
}
.sec-inspection .inspection-item .introduction {
  margin: 19px 0 0;
  padding: 20px 26px 22px
}
.sec-inspection .inspection-item .detail__heading, .sec-inspection .inspection-item .introduction__heading {
  letter-spacing: .02em;
  font-weight: 500;
  font-size: 16px
}
.sec-inspection .inspection-item .detail__note, .sec-inspection .inspection-item .introduction__note {
  margin-top: 8px;
  font-size: 14px;
  line-height: 2.1
}
.sec-inspection .inspection-item .detail {
  box-sizing: border-box;
  background: #f6f6f9
}
.sec-inspection .inspection-item .detail-list {
  margin-top: 17px
}
.sec-inspection .inspection-item .detail-list__item {
  font-size: 14px
}
.sec-inspection .inspection-item .detail-list__item + .detail-list__item {
  margin-top: 9px
}
.sec-inspection .inspection-item .detail-list__item .other, .sec-medicine {
  position: relative
}
.sec-inspection .inspection-item .introduction {
  border: 1px solid #e4e4e5;
  background: #fff
}
.sec-inspection .inspection-item .introduction-list {
  margin-top: 5px;
}
.sec-inspection .inspection-item .introduction-list__item {
  position: relative;
  letter-spacing: .025em;
  font-size: 14px;
  line-height: 2.2
}
.sec-inspection .inspection-caution {
  margin: 30px -10px 0;
  padding: 20px 20px 27px;
  border: 1px solid #d56357;
  background: #fbf4f4
}
.sec-inspection .inspection-caution__heading {
  letter-spacing: .15em;
  font-weight: 600;
  font-size: 16px
}
.sec-inspection .inspection-caution__note {
  margin-top: 16px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  line-height: 1.75
}
.sec-inspection .inspection-caution-list {
  margin-top: 15px;
}
.sec-inspection .inspection-caution-list__item {
  font-size: 13px;
  padding-left: .6em;
  text-indent: -.6em;
  line-height: 1.75
}
.sec-inspection .inspection-caution-list__item + .inspection-caution-list__item {
  margin-top: 10px
}
.inspection-caution-list__item .tab-container__link {
  font-size:  14px   
}
.sec-inspection .caution {
    margin-top: 44px
}
.sec-inspection .caution__heading {
    position: relative;
    padding-left: 43px;
    font-weight: 500;
    font-size: 18px
}
.sec-inspection .caution__heading::before {
    position: absolute;
    top: 0;
    left: 10px;
    width: 24px;
    height: 30px;
    background: url(/assets/images/common/icon_logo.svg) no-repeat center/contain;
    content: ""
}
.sec-inspection .caution .caution-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    
}
.sec-inspection .caution .caution-list__item {
	width: 100%;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	background-color: #FFFFFF;
}
.sec-inspection .caution .item {
    position: relative;
    padding: 29px 27px
}
.sec-inspection .caution .item__num {
    position: absolute;
    top: 0;
    left: 0
}
.sec-inspection .caution .item__heading {
    text-align: center;
    font-size: 17px
}
.sec-inspection .caution .item__heading span {
    border-bottom: 1px solid #1d2a46
}
.sec-inspection .caution .item__note {
    margin-top: 18px;
    letter-spacing: .05em;
    font-size: 13px;
    line-height: 1.7
}
.sec-inspection .caution-detail {
  margin-top: 30px;
  padding: 35px 20px 34px;
  background: #6aa0cc
}
.sec-inspection .caution-detail .images {
  text-align: center
}
.sec-inspection .caution-detail .images__note {
  margin-top: 10px;
  color: #fff;
  letter-spacing: .01em;
  font-size: 18px
}
.sec-inspection .caution-detail .content__note {
  margin-top: 14px;
  color: #fff;
  font-size: 13px;
  line-height: 1.75
}
.sec-inspection .caution-detail .content__link {
  margin-top: 12px;
  color: #fff;
  letter-spacing: .01em;
  font-size: 13px
}
.sec-inspection .caution-detail .content__link button::before {
  position: absolute;
  top: 4px;
  right: -21px;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: ""
}
.caution-detail ul {
    margin: 14px 0px 0px;
    color: #fff;
}
.content-list__item {
    position: relative;
    padding-left: 6px;
    font-size: 16px;
    margin-left: 10px;
	margin-top: 7px;
}
.content-list__item::before {
    position: absolute;
    top: 11px;
    left: -7px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
}

.sec-medicine {
  z-index: 0;
  padding: 60px 0;
  background: #fff url(/assets/images/common/bg_line.png) center/281px auto
}
.sec-medicine::before, .sec-treatment::before {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  content: ""
}
.sec-medicine::before {
  width: 100%;
  background: #f3f5f8 url(/assets/images/common/bg_line.png) center/281px auto;
  top: 37px;
  bottom: -100%;
  -webkit-transform: skewY(-11.309932474deg);
  transform: skewY(-11.309932474deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}
.sec-medicine__note {
  margin-top: 32px;
  letter-spacing: .07em;
  font-size: 14px;
  line-height: 2.1
}
.sec-medicine__link {
  margin-top: 40px;
  text-align: center;
  font-size: 15px
}
.sec-medicine__link a {
  position: relative;
  padding-left: 25px
}
.sec-medicine__link a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background: url(/assets/images/pages/icon_list.svg) no-repeat center/contain;
  content: ""
}
.sec-medicine .medicine-list {
  margin-top: 22px;
  padding: 0 21px
}
.sec-medicine .medicine-list__item + .medicine-list__item {
  margin-top: 30px
}
.sec-medicine .medicine-list__item a {
  display: block;
  border-bottom: 2px solid #1d2a48;
  background: #fff
}
.sec-medicine .medicine-list__heading {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2
}
.sec-medicine .medicine-list__heading::before {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-color: transparent #1d2a48 #1d2a48 transparent;
  content: ""
}
.sec-treatment {
  position: relative;
  margin-top: 46px
}
.sec-treatment::before {
  top: 0;
  bottom: 0;
  margin: 0 auto;
  background: #fff url(/assets/images/common/bg_line.png) center/281px auto;
  -webkit-transform: skewY(11.309932474deg);
  transform: skewY(11.309932474deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}
.sec-treatment .treatment-list {
  margin-top: 30px;
  box-shadow: 0 29px 66.43px 6.57px rgba(11, 56, 80, .15)
}
.sec-treatment .treatment-list .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 20px 40px;
  background: #fff
}
.sec-treatment .treatment-list .content__heading {
  letter-spacing: .03em;
  font-weight: 500;
  font-size: 17px;
  line-height: 1
}
.sec-treatment .treatment-list .content__heading span {
  padding: 0 2px;
  background: #fff879
}
.sec-treatment .treatment-list .content__note {
  margin-top: 16px;
  letter-spacing: .01em;
  font-size: 14px;
  line-height: 2.1
}
.sec-treatment .treatment-list .content__link {
  margin-top: 5px;
  font-size: 14px
}
.sec-medicine__link a, .sec-treatment .treatment-list .content__link a {
  text-decoration: underline
}
.sec-treatment .treatment-list .content__link::after {
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #1d2a48;
  content: ""
}
.tab-handlers {
  margin-top: 0
}
.tab-handlers .tab-handlers-list__item {
  flex: 1;
  background: #5a606c;
  color: #fff
}
.tab-handlers .tab-handlers-list__item + .tab-handlers-list__item {
  border-left: 1px solid #fff
}
.tab-handlers .tab-handlers-list__button {
  display: block;
  padding: 16px 0 19px;
  width: 100%;
  height: 100%;
  text-align: center
}
.tab-handlers .tab-handlers-list .image {
  margin: 17px 0 0
}
.tab-handlers .tab-handlers-list .image img {
  opacity: .6
}
.tab-handlers .tab-handlers-list .content__note {
  font-size: 15px;
  line-height: 1.6
}
.tab-handlers .tab-handlers-list .content__note span {
  display: block;
  font-size: 12px
}
.tab-handlers .tab-handlers-list__item--active {
  position: relative;
  background: #d56357
}
.tab-handlers .tab-handlers-list__item--active .image img {
  opacity: 1
}
.tab-content .generic .item__flag span::before, .tab-handlers .tab-handlers-list__item--active::before, .tab-handlers--bottom .tab-handlers-list__item--active::before {
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.tab-handlers .tab-handlers-list__item--active::before {
  bottom: -10px;
  border-width: 10px 5px 0;
  border-color: #d56357 transparent transparent
}
.tab-handlers--bottom .tab-handlers-list__item--active::before {
  top: -10px;
  border-width: 0 5px 10px;
  border-color: transparent transparent #d56357
}
.tab-handlers .tab-handlers-list__button {
  transition: background .2s
}
.tab-handlers .tab-handlers-list .image img {
  transition: opacity .2s
}
@media (min-width:768px) {
  .l-content__header .icon--01 svg {
    width: 55px;
    height: 49px
  }
  .l-content__header .icon--02 svg {
    width: 41px;
    height: 49px
  }
  .l-content__header .icon--03 svg {
    width: 40px;
    height: 49px
  }
  .l-content__header .icon--04 svg {
    width: 47px;
    height: 45px
  }
  .l-content__header .icon--05 svg {
    width: 34px;
    height: 50px
  }
  .l-content__header .icon--06 svg {
    width: 42px;
    height: 49px
  }
  .l-content__header .icon--08 svg {
    width: 45px;
    height: 47px
  }
  .l-content__header .icon--09 svg {
    width: 45px;
    height: 47px
  }
  .l-content__header .icon--10 svg {
    width: 50px;
    height: 50px
  }
.menu-table--wrap:nth-child(n+2){
	margin-top:60px;
	padding-top:60px;}
.menu-table {
  table-layout:fixed;
  width: auto
}
.menu-table:nth-child(n+2){
	margin-top:40px;
}
.menu-table__header:nth-of-type(even) {
  display: none
}
.menu-table th,
.menu-table td {
  display: table-cell;
  min-width: auto
}
.menu-table th:nth-child(1) {
  text-align: left;
}
.menu-table__header th {
  padding: 10px 10px;
}
.menu-table__header th:nth-child(1) {
  display: table-cell;
  text-align: center
}
.menu-table__body th {
  padding: 15px 20px;
  border:solid #e7e7e7;
  border-width: 0 1px 0 0;
  width:420px
}
.menu-table__body td {
  padding: 15px 20px;
  width:200px	
}

.menu-table--result .menu-table__header {display: table-header-group}
.menu-table--result .menu-table__body th {padding:25px}
.menu-table--result .menu-table__body td {padding:25px 25px 25px 27px}
.result-list + .result-list {margin-top:18px}
.result-list li {width:auto;text-align: center;display: block}
.result-list li:not(:last-child) {margin-right: 24px}
.c-result {display: inline-block;padding: 3px 7px 4px;margin: 0 13px 0 0;}
.c-result::before {
    top: 50%;
    right: -7px;
    left: 100%;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #475784;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-result--true::before {border-color: transparent transparent transparent #d46356;}
.c-result--high::before {border-color: transparent transparent transparent #AC7B08;}
.diag-note {display:inline-block}
.result-note {margin-top:3px}
.result-list + .result-note {margin-top: 17px}	
.result-caution {margin-top:5px}
.result-list + .result-caution {margin-top: 17px}
.smv-list {margin: 0;padding: 0}
.smv-list__item {display: flex; }
.result-smv {min-width:220px}
.result-smv::before{
    top: 50%;
    right: -7px;
    left: 100%;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #475784;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);	
}
.result-smv--normal::before {border-color: transparent transparent transparent #C99A29}
.result-smv--caution::before {border-color: transparent transparent transparent #D56357}
.smv-content {border-top-width:1px; padding: 1px 30px 20px}
.sperm-color {padding: 0}
.sperm-color:nth-child(n+2) {margin-top: 80px; padding-top: 60px}
.sperm-color-list {display: flex}
.sperm-color-list:nth-child(n+2) {margin-top: 40px}
.sperm-color-list__item {display: block;flex: 1;margin-right: 20px}
.sperm-color-list__item:last-child {margin-right: 0px}
.sperm-img {margin: 30px auto 0;padding: 0px; min-width: 124px/*calc(100% - 60px)*/;background: #E7E7E7}
.sperm-content {text-align: center;padding: 10px 20px 30px}
	
.timetables {
	  display: flex;
	  align-items: center;
	  justify-content: center	  
}
.timetable {
	margin-top:0px
}	
.timetable + .timetable {
	margin-left:20px
	}
.time-starts,.time-ends {
    font-size: 28px	
}
	
	.sec-about {
    margin-top: -20px
  }
  .sec-about__note {
    margin-top: 10px;
	text-align: center;
    letter-spacing: .05em;
    font-size: 16px;
  }
  .sec-about .question {
    margin: 54px auto 0;
    padding: 70px 0 178px;
    width: 1355px
  }
  .sec-about .question-head__heading {
    letter-spacing: 0;
    font-size: 28px
  }
  .sec-about .question-list {
    margin: 46px auto 0;
    width: 1162px
  }
  .sec-about .question-list__inner {
    margin: 0 -14px
  }
  .sec-about .question-list__inner--wrap {
    margin: -32px -14px 0
  }
  .sec-about .question-list__inner--wrap .question-list__item:nth-child(4) {
    margin-right: 15px
  }
  .sec-about .question-list__item {
    margin: 0 14px;
    width: 210px;
    height: 210px;
    font-size: 15px
  }
  .sec-about .cause {
    margin: -128px 0 0;
    padding: 77px 0 100px
  }
  .sec-about .cause::before {
    border-width: 20px 9.5px 0
  }
  .sec-about .cause__inner {
    margin-top: 34px;
    padding: 0 120px
  }
  .cause__heading {
    letter-spacing: .09em;
    font-size: 28px
  }
.menu-table--wrap .cause__heading {
margin-top:0px 
}
  .cause__note, .cause__flag span, .sec-inspection .inspection-item .price-list .price .small {
    font-size: 16px
  }
  .cause__note {
	text-align: center;
  }
  .cause__flag {
    margin-top: 48px
  }
  .cause__detail {
    margin: 34px auto 0;
    padding: 20px 60px 58px;
    width: 920px
  }
  .cause__flag + .cause__detail {
    margin-top: -22px
  }
  .sec-about .cause .cause-item {
    margin: 0;
    padding: 0
  }
  .sec-about .cause .cause-item__heading .icon {
    margin-right: 11px
  }
  .cause-content__heading .icon img, .sec-about .cause .cause-item__heading .icon img, .sec-flow .flow-list__image .num img {
    width: auto;
    height: auto
  }
  .sec-about .cause .cause-item__heading .note {
    font-size: 22px
  }
  .sec-about .cause .cause-item__note {
    margin-top: 16px;
    letter-spacing: .054em;
    line-height: 1.9
  }
  .cause__heading + .cause-item__heading,
  .cause__heading + .cause-item__note,
  .cause__heading + .cause__note {
	margin-top: 34px
  }
  .sec-about .cause .cause-item__link {
    margin-top: 26px;
    font-size: 14px
  }
  .sec-about .cause .cause-item__link a:hover, .sec-inspection .caution-detail .content__link button:hover, .sec-medicine__link a:hover, .sec-treatment .treatment-list .content__link a:hover {
    text-decoration: none
  }
  .sec-about .cause .cause-item__link a::before {
    top: 6px
  }
  .sec-about .cause .cause-item .grid {
    margin-top: 27px
  }
  .sec-about .cause .cause-item + .cause-item {
    margin-top: 59px;
    padding-top: 50px
  }
  .sec-about .cause .grid {
    margin: 0 auto;
    width: 920px
  }
  .sec-about .cause .grid__item {
    width: 25%;
    height: 80px;
    font-size: 14px
  }
  .sec-about .cause .grid__frame::before {
    width: 15px
  }
  .sec-about .cause .grid__frame::after {
    height: 15px
  }
  .cause-content {
    padding: 50px 0 0
  }
  .cause-content__heading .note {
    font-size: 22px
  }
  .cause-content__note {
    margin-top: 16px;
    letter-spacing: .023em;
    line-height: 1.9
  }
  .cause-content + .cause-content {
    margin-top: 53px
  }
.cause .symptom-list .cause-content__heading {
/*	align-items: inherit;*/
	padding:0
}
/*.cause .symptom-list .cause-content__heading + .cause-content__heading {
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid #dfe1e9
}*/
/*.cause .symptom-list .cause-content__heading .note--wrap {
  padding-top: 2px
}*/
.cause-content + .symptom-list__note {
 margin-top:13px; 
 padding:10px 0 0;
/* font-size: 13px*/
}	
.cause .symptom-list .small {
/*  display:block;
  margin-top: 5px;
  padding-left: 2px;*/
  font-size: 14px
}
  .sec-reason {
    margin-top: 120px
  }
  .sec-reason .reason-list {
    margin-top: 40px
  }
  .sec-reason .reason-list__item {
    display: flex;
    margin-top: 30px
  }
  .sec-reason .image img {
    width: auto
  }
  .sec-reason .content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px
  }
  .sec-reason .content__label {
    margin-right: 17px;
    padding: 11px 16px 13px 18px;
    font-size: 14px
  }
  .sec-reason .content__label::before {
    right: -9px;
    border-width: 6px 9px 0 0
  }
  .sec-reason .content__heading {
    font-size: 24px
  }
  .sec-reason .content__note {
    margin-top: 16px;
    line-height: 1.9
  }
  .sec-reason .content__link a:hover {
    text-decoration: none
  }
  .sec-flow {
    margin-top: 120px;
    background-image: url(/assets/images/common/bg_line_md.png);
    background-size: auto
  }
  .sec-flow__inner {
    padding: 88px 0 130px
  }
  .sec-flow__inner--menu-ed {
    background: url(/assets/images/pages/menu/ed/flow_bg_md.jpg) no-repeat center/cover
  }
  .sec-flow__inner--menu-menopause {
    background: url(/assets/images/pages/menu/mens_health/flow_bg_md.jpg) no-repeat center/cover
  }
  .sec-flow__inner--menu-urology {
    background: url(/assets/images/pages/menu/urology/flow_bg_md.jpg) no-repeat center/cover
  }
  .sec-flow__inner--menu-aga {
    background: url(/assets/images/pages/menu/aga/flow_bg_md.jpg) no-repeat center/cover
  }
  .sec-flow__inner--menu-lifestyle {
    background: url(/assets/images/pages/menu/lifestyle/flow_bg_md.jpg) no-repeat center/cover
  }
  .sec-flow__inner--menu-sas {
    background: url(/assets/images/pages/menu/sas/flow_bg_md.jpg) no-repeat center/cover
  }
  .sec-flow__inner--menu-bridal {
    background: url(/assets/images/pages/menu/bridal/flow_bg_md.jpg) no-repeat center/cover
  }
  .sec-flow__inner--menu-infertility {
    background: url(/assets/images/pages/menu/infertility/flow_bg_md.jpg) no-repeat center/cover
  }
  .sec-flow__inner--menu-nutrition {
    background: url(/assets/images/pages/menu/nutrition/flow_bg_md.jpg) no-repeat center/cover
  }
  .sec-flow__caution {
    margin: 18px auto 0;
    width: 1160px;
    font-size: 13px
  }
  .sec-flow .flow-list {
    display: flex;
    justify-content: center;
    margin: 36px 40px 0
  }
  .sec-flow .flow-list__item {
    display: block;
    margin: 0 40px;
    width: 224px;
    text-align: center
  }
  .sec-flow .flow-list__item + .flow-list__item {
    margin-top: 0
  }
  .sec-flow .flow-list__item + .flow-list__item::before {
    top: 100px;
    left: -40px;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff
  }
  .sec-flow .flow-list__image img {
    width: auto;
    height: auto;
    box-shadow: 0 29px 66.43px 6.57px rgba(11, 56, 80, .15)
  }
  .sec-flow .flow-list__image .label {
    margin-top: -28px;
    letter-spacing: .01
  }
  .sec-flow .flow-list__image .label span {
    padding: 8px 20px 12px
  }
  .sec-flow .flow-list__note {
    margin: 16px 0 0;
    text-align: left;
    letter-spacing: -.018em;
    line-height: 2
  }
  .sec-flow .flow-detail {
    display: flex;
    align-items: center;
    margin: -74px auto 0;
    padding: 42px 71px;
    width: 1160px
  }
  .sec-flow .flow-detail__text {
    margin: 12px 0 0 40px;
    letter-spacing: .02em
  }
  .sec-inspection, .sec-inspection--frame::after, .sec-inspection::before {
    background-image: url(/assets/images/common/bg_line_md.png);
    background-size: auto
  }
  .sec-inspection {
    padding-top: 90px
  }
  .sec-inspection--top {
	padding-top: 0px;
	padding-bottom: 120px;
    margin-top: -20px;
	z-index: 0
  }
  .sec-inspection--frame::after, .sec-inspection::before {
    right: -100%;
    left: -100%;
    margin: 0 auto;
    width: 1920px
  }
  .sec-inspection::before {
    bottom: auto;
    top: -69px;
    height: 359px;
    -webkit-transform: skewY(8.3555764922deg);
    transform: skewY(8.3555764922deg)
  }
  .sec-inspection--frame {
    padding-bottom: 120px
  }
  .sec-inspection--frame::after {
    top: auto;
    height: 380px;
    -webkit-transform: skewY(-8.3555764922deg);
    transform: skewY(-8.3555764922deg)
  }
  .sec-inspection--result {
    padding-top: 0px
  }
  .sec-inspection__note {
    margin-top: 15px;
    text-align: center
  }
  .sec-inspection .inspection {
    margin: 51px 0 0;
  }
  .sec-inspection .inspection-item {
    display: flex;
    padding: 60px 70px
  }
  .sec-inspection .inspection-item:nth-child(even) {

  }
  .sec-inspection .inspection-item--full {
    display: block
  }
  .sec-inspection .inspection-item .image img, .sec-medicine .medicine-list__image img {
    width: auto
  }
    .sec-inspection .inspection-item .image--none, .sec-medicine .medicine-list__image--none{margin-right: -38px}
    
  .sec-inspection .inspection-item .content {
    flex: 1;
	padding: 25px 0px 30px;
	margin: 0px 25px 0px
    /*margin-left: 38px;*/
  }
  .sec-inspection .inspection-item .image {
    margin-right: 38px
  }
  .sec-inspection .inspection-item .image + .content {
  padding-top: 0px
  }
  .sec-inspection .inspection-item .content__heading {
    font-size: 22px
  }
  .sec-inspection .inspection-item .content__heading .en {
    font-size: 14px
  }
  .sec-inspection .inspection-item .content__heading .small {
    font-size: 18px
  }
  .sec-inspection .inspection-item .content__heading + .content__heading {
    margin-top: 10px
  }
.sec-inspection .inspection-item .content__heading--02 {
  text-align: inherit
}
  .sec-inspection .inspection-item .content__note {
    margin-top: 18px;
    line-height: 2
  }
  .sec-inspection .inspection-item .content__caution {
    margin-top: 3px;
    font-size: 13px;
    line-height: 2.2
  }
  .sec-inspection .inspection-item .content__price {
    margin-top: 16px;
    font-size: 14px
  }
  .sec-inspection .inspection-item .content + .content {
    margin-top: 0px
  }
  .sec-inspection .inspection-item .cause-item + .content {
    padding-top: 55px
  }
  .sec-inspection .inspection-item .cause-item {
	padding: 60px 25px 50px  
  }
  .sec-inspection .inspection-item .cause-item:nth-child(1) {
	padding-top: 25px  
  }
  .sec-inspection .inspection-item .cause-item:nth-child(n+2)
	{
	margin-top:60px;
  }
  .sec-inspection .inspection-item .information {
    margin-top: 24px
  }
  .cause__note + .information {	
	display:table;
	margin-right: auto;
	margin-left: auto
		
  } 
  .sec-inspection .inspection-item .information-list {
    align-items: center
  }
  .sec-inspection .inspection-item .information-list + .information-list {
    margin-top: 15px
  }
  .sec-inspection .inspection-item .information-list__label {
    margin-right: 24px
  }
  .sec-inspection .inspection-item .information-list__label span {
    min-height: 45px;
    width: 92px;
    letter-spacing: -.04em;
    font-size: 12px
  }
  .sec-inspection .inspection-item .information-list__detail {
    padding-right: 0
  }
  .sec-inspection .inspection-item .price-list {
    display: flex;
    flex-wrap: wrap
  }
  .sec-inspection .inspection-item .price-list__item {
    display: flex;
    align-items: center
  }
.sec-inspection .inspection-item .price-list .price-list__item + .price-list__item{margin-top: 0px}
  .sec-inspection .inspection-item .price-list__item:nth-child(2n) {
    margin-left: 23px
  }
  .sec-inspection .inspection-item .price-list .capacity {
	margin-top:auto;
	margin-bottom: auto;
    margin-right: 10px;
    letter-spacing: .13em;
    font-size: 14px
  }
  .sec-inspection .inspection-item .price-list .price {
    letter-spacing: .06em;
    font-size: 36px;
  }
.sec-inspection .inspection-item .information--02 {
	display: flex;
    margin-bottom: 24px
  }
.sec-inspection .inspection-item .information-list--02 {
  max-width:45%;
  margin: 0px;
  display:flex;
  align-items:center
}
.sec-inspection .inspection-item .information-list--02 + .information-list--02 {
  margin-top: 0px
}
.sec-inspection .inspection-item .information-list--02__label {
   margin-right: 24px
}
.sec-inspection .inspection-item .information-list--02__label span {
  display: inline-flex;
/*  width: 92px;
  min-width: auto;*/
  height: 100%;
  font-size: 14px;
  letter-spacing: -.04em;
}
.sec-inspection .inspection-item .information-list--02__label span::before {
  top: 50%;
  right: -7px;
  left: 100%;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent #a5aab5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.sec-inspection .inspection-item .information-list--02__detail {
  margin-top:0px;
  margin-right:36px
}
.sec-inspection .inspection-item .information-list--02__note {
  font-size: 15px;
  text-align:left
}

  .sec-inspection .inspection-item .detail__heading, .sec-inspection .inspection-item .introduction__heading {
    font-size: 15px
  }
  .sec-inspection .inspection-item .detail__note, .sec-inspection .inspection-item .introduction__note {
    margin-top: 5px;
    font-size: 13px;
    line-height: 2
  }
  .sec-inspection .inspection-item .detail {
    padding: 32px 46px 32px
  }
  .sec-inspection .inspection-item .detail-list {
/*    display: flex;
    flex-wrap: wrap;*/
    margin-top: 15px
  }
  .sec-inspection .inspection-item .detail-list__item {
	display:inline-block;
    letter-spacing: .025em;
    font-size: 13px;
    margin-right: 40px;
	line-height: 2
  }
  .sec-inspection .inspection-item .detail-list__item + .detail-list__item {
    margin-top: 0;
  }
/*  .sec-inspection .inspection-item .detail-list--wrap .detail-list__item + .detail-list__item, .sec-inspection .inspection-item .detail-list__item + .detail-list__item--first {
	display:block;
    margin-left: 0
  }*/
  .sec-inspection .inspection-item .detail-list__item .other {
    top: 8px;
    left: 17px
  }
  .sec-inspection .inspection-item .detail-list--wrap {
    margin-top: 3px
  }
  .sec-inspection .inspection-item .detail-list--wrap .detail-list__item {
    margin-top: 12px;
    width: 169px
  }
  .sec-inspection .inspection-item .introduction {
    padding: 36px 38px 30px
  }
  .sec-inspection .inspection-item .introduction-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7px
  }
  .sec-inspection .inspection-item .introduction-list__item {
    letter-spacing: 0
  }
  .sec-inspection .inspection-item .introduction-list__item:nth-child(odd) {
    width: 308px
  }
  .sec-inspection .inspection-caution {
	margin: 30px 0 0;
    padding: 34px 40px 33px
  }
  .sec-inspection .inspection-caution__heading {
    letter-spacing: .05em
  }
  .sec-inspection .inspection-caution__note {
    margin-top: 24px;
    letter-spacing: .095em;
    line-height: 1.9
  }
  .sec-inspection .inspection-caution-list {
    margin-top: 11px
  }
  .sec-inspection .inspection-caution-list__item {
    font-size: 13px
  }
  .sec-inspection .inspection-caution-list__item + .inspection-caution-list__item {
    margin-top: 7px
  }
.inspection-caution-list__item .tab-container__link {
  font-size:  13px   
}
.sec-inspection .caution {
    margin-top: 60px
}
.sec-inspection .caution__heading {
    padding-left: 55px;
    font-size: 24px
}
.sec-inspection .caution__heading::before {
    width: 30px;
    height: 37px
}
.sec-inspection .caution .caution-list {
	margin-top: 25px;
	background-color: #F3F5F8;
}
.sec-inspection .caution .caution-list__item {
    width: calc(100%/3)
}
.sec-inspection .caution .item {
    padding: 43px 41px;
    height: 282px
}
.sec-inspection .caution .item__num img {
    width: auto;
    height: auto
}
.sec-inspection .caution .item__heading {
    font-size: 22px;
    line-height: 1.5
}
.sec-inspection .caution .item__note {
    margin-top: 18px;
    font-size: 14px;
    line-height: 2
} 
  .sec-inspection .caution-detail {
    display: flex;
    align-items: center;
    margin-top: 40px;
    padding: 50px 72px 56px
  }
  .sec-inspection .caution-detail .images__icon img {
    width: 37px;
    height: 34px
  }
  .sec-inspection .caution-detail .images__note {
    margin-top: 5px;
    font-size: 20px;
	white-space: nowrap
  }
  .sec-inspection .caution-detail .content {
    margin-left: 48px
  }
  .sec-inspection .caution-detail .content__note {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 2
  }
  .sec-inspection .caution-detail .content__link {
    margin-top: 10px;
    letter-spacing: .03em;
    font-size: 14px
  }
  .sec-medicine, .sec-medicine::before, .sec-treatment::before {
    background-image: url(/assets/images/common/bg_line_md.png);
    background-size: auto
  }
  .sec-medicine {
    padding: 100px 0 104px
  }
  .sec-medicine::before, .sec-treatment::before {
    top: 7px;
    bottom: 0;
    -webkit-transform: skewY(-8.3555764922deg);
    transform: skewY(-8.3555764922deg)
  }
  .sec-medicine__note {
    margin-top: 36px;
    text-align: center
  }
  .sec-medicine__link {
    margin-top: 53px;
    padding-left: 30px
  }
  .sec-medicine .medicine-list {
    display: flex;
    justify-content: center;
    margin: 50px -20px 0;
    padding: 0
  }
  .sec-medicine .medicine-list__item {
    margin: 0 20px
  }
  .sec-medicine .medicine-list__item + .medicine-list__item {
    margin-top: 0
  }
  .sec-medicine .medicine-list__heading {
    height: 70px;
    font-size: 15px
  }
  .sec-medicine .medicine-list__heading::before {
    right: 10px;
    bottom: 10px;
    border-width: 4px
  }
  .sec-medicine .medicine-list__item a .medicine-list__heading, .sec-medicine .medicine-list__item a .medicine-list__heading::before {
    transition: .4s cubic-bezier(.23, 1, .32, 1)
  }
  .sec-medicine .medicine-list__item a .medicine-list__heading::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0;
    background: #1d2a48;
    content: "";
    transition: .4s cubic-bezier(.23, 1, .32, 1)
  }
  .sec-medicine .medicine-list__item a:hover .medicine-list__heading {
    color: #fff;
    transition: .45s cubic-bezier(.19, 1, .22, 1)
  }
  .sec-medicine .medicine-list__item a:hover .medicine-list__heading::before {
    border-color: transparent #fff #fff transparent;
    transition: .45s cubic-bezier(.19, 1, .22, 1)
  }
  .sec-medicine .medicine-list__item a:hover .medicine-list__heading::after {
    height: 100%;
    transition: .45s cubic-bezier(.19, 1, .22, 1)
  }
  .sec-treatment {
    margin-top: 98px
  }
  .sec-treatment::before {
    top: -116px;
    right: -100%;
    bottom: -100%;
    left: -100%;
    width: 1920px;
    -webkit-transform: skewY(8.3555764922deg);
    transform: skewY(8.3555764922deg)
  }
  .sec-treatment .treatment-list {
    margin-top: 58px
  }
  .sec-treatment .treatment-list__item {
    display: flex
  }
  .sec-treatment .treatment-list__item--reverse {
    flex-direction: row-reverse
  }
  .sec-treatment .treatment-list .image img {
    width: auto
  }
  .sec-treatment .treatment-list .content {
    flex: 1;
    padding: 0 70px
  }
  .sec-treatment .treatment-list .content__heading {
    font-size: 22px
  }
  .sec-treatment .treatment-list .content__note {
    margin-top: 21px;
    line-height: 2
  }
  .sec-treatment .treatment-list .content__link {
    margin-top: 20px;
    font-size: 16px
  }
  .tab-handlers {
    margin: 0
  }
  .tab-handlers .tab-handlers-list__button {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 25px 0 21px
  }
  .tab-handlers .tab-handlers-list .image {
    margin: 0 18px 0 0
  }
  .tab-handlers .tab-handlers-list .image img {
    width: auto;
    height: auto
  }
  .tab-handlers .tab-handlers-list .content__note {
    font-size: 20px
  }
  .tab-handlers .tab-handlers-list .content__note span {
    font-size: 13px
  }
  .tab-handlers .tab-handlers-list__item:hover {
    background: #d56357
  }
  .tab-handlers .tab-handlers-list__item:hover .image img {
    opacity: 1
  }
}
@media (max-width:320px) {
  .sec-about .question-list {
    width: auto
  }
  .sec-about .question-list__item {
    padding: 10px;
    width: 127px;
    height: 127px
  }
}
