/*-------------------------------------------------------
  EditorialPolicyToplayout
-------------------------------------------------------*/
/* ===== SP ===== */
body {
  background-image: url(/image/common/bg_plus_top.svg), url(/image/common/bg_gradation.jpg);
  background-position: right 5% top 80px, right -50px top;
  background-size: 100px 80px, 100% auto;
  background-repeat: no-repeat;
}

.mainContents {
  width: 100%;
}

.mainContents__wrapper {
  padding: 0;
}

.mainContents__outer {
  position: relative;
  height: 560px;
}

.mainContents__title-outer {
  background-image: url(/image/editorial-policy/editorial-policy_img_mainvisual.png);
  background-repeat: no-repeat;
  background-position: top 100px left calc(50% + 120px);
  background-size: auto 160px;
  height: 260px;
}

.mainContents__title-wrapper {
  margin-bottom: 30px;
  padding: 0 20px;
}

.mainContents__text-wrapper {
  width: 300px;
  padding: 32px 32px 16px;
  background-color: rgba(230,243,255,0.7);
  border-radius: 10px;
}

.mainContents__text {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.6;
}

.mainContents__text:last-child{
  margin-bottom: 0;
}

.mainContents__text-outer {
  position: absolute;
  top: 232px;
  left: 20px;
}

.mainContents__strong {
  font-weight: bold;
  color: #0073e0;
}

.titLv2EditorialPolicy__wrapper {
  display: block;
  padding: 0 20px 56px;
}

.titLv2EditorialPolicy__title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 42px;
  text-align: center;
}

.mainContents__title-small {
  font-size: 18px;
}

.titLv2EditorialPolicy__title::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 6px;
  left: calc(50% - 24px);
  bottom: -24px;
  border-radius: 3px;
  background: #0073e0;
}

.titLv2EditorialPolicy__title-sub {
  font-size: 16px;
  color: #0073e0;
}

.titLv2EditorialPolicy__text {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 20px;
  text-align: left;
}

.textNotes__text{
  margin-top: -24px;
  text-align: left;
}

.titLv3EditorialPolicy__wrapper,
.qualifications__wrapper{
  background-color: #e6f3ff;
  border-radius: 10px;
  padding: 16px;
  max-width: 500px;
}

.titLv3EditorialPolicy__wrapper{
  max-width: 100%;
  margin-bottom: 24px;
}

.titLv3EditorialPolicy__title,
.qualifications__title {
  display: flex;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 8px;
  padding-left:24px;
  align-items: center;
  color: #000;
}

.titLv3EditorialPolicy__title::before,
.qualifications__title::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  width: 20px;
  height: 20px;
  border: 5px solid #0073e0;
  border-radius: 100%;
  box-sizing: border-box;
}

.titLv3EditorialPolicy__text,
.qualifications__text{
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}

.titLv4EditorialPolicy__wrapper{
  text-align: left;
  margin-top: 16px;
  margin-left: 8px;
}

.titLv4EditorialPolicy__title{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

.EditorialPolicy__a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    display: flex;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 16px;
    margin-left: 16px;
    margin-bottom: 8px;
}

.EditorialPolicy__a::before {
    content: "";
    position: absolute;
    left: -14px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(/image/common/icon_nav_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

.anchorNone {
	margin-bottom: 24px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #ebecf0;
	border-radius: 10px;
}

.anchorNone__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #2a3046;
	line-height: 1.5;
	font-weight: bold;
	padding: 20px;
	background-color: #ebecf0;
	border-radius: 10px;
}

.anchorNone__title::after {
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	margin-left: 8px;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	background-image: url(/image/common/icon_plus.svg);
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center center;
	flex-shrink: 0;
}

.anchorNone__title.is__active::after {
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	margin-left: 8px;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	background-image: url(/image/common/icon_minus.svg);
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center center;
	flex-shrink: 0;
}

.anchorNone__title:hover,
.anchorNone__title:active,
.anchorNone__title.is-active {
	opacity: 0.6;
	cursor: pointer;
}

.anchorNone__text {
	margin-bottom: 5px;
}

.anchorNone__wrapper {
	padding: 0 20px;
	list-style-type: none;
	line-height: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition-duration: .3s;
	padding-left: 20px;
	padding-right: 20px;
}

.anchorNone__wrapper.is__open {
	line-height: normal;
	height: auto;
	opacity: 1;
	padding-left: 20px;
	padding-right: 20px;
  padding-bottom: 8px;
}

.anchorNone__wrapper.is__open::before {
	content: "";
	background-color: #d6d9e1;
	border-radius: 2px;
	display: block;
	width: 100%;
	height: 2px;
	margin-bottom: 16px;
}

.anchorNone__wrapper a {
	text-decoration: none;
}

.anchorNone__wrapper a:hover {
	text-decoration: none;
}

.clinic__anchorNone__list {
	margin-top: 8px;
}

.anchorNone__item {
	position: relative;
	font-size: 16px;
	padding-left: 12px;
	list-style: none;
	margin-bottom: 8px;
	line-height: 1.5;
}

.anchorNone__item:before {
	position: absolute;
	content: "";
	background-image: url(/image/common/icon_anchor.svg);
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-size: contain;
	margin-top: 5px;
	margin-left: -20px;
	background-repeat: no-repeat;
}

.anchorNone__item-recommend {
	position: relative;
	margin-left: 0px;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.5;
	padding-left: 30px;
}

.anchorNone__item-recommend:before {
	position: absolute;
	content: "";
	background-image: url(/image/common/icon_anchor.svg);
	width: 22px;
	height: 22px;
	display: block;
	vertical-align: middle;
	background-size: contain;
	margin-top: 3px;
	margin-left: -23px;
	background-repeat: no-repeat;
}

.anchorNone__item-recommend {
	margin-bottom: 16px;
}

.anchorNone__item-small {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #443535;
}


/* ===== tablet ===== */
@media screen and (min-width:768px) {
  body {
    background-image: url(/image/common/bg_gradation.jpg);
    background-position: right top;
    background-size: 830px 896px;
    background-repeat: no-repeat;
  }

  .breadCrumb {
    margin-bottom: 0;
  }

  .mainContents__wrapper {
    margin-top: 0;
  }

  .mainContents__outer {
    position: relative;
    height: 590px;
    padding-top: 30px;
  }

  .mainContents__outer::before {
    content: "";
    background-image: url(/image/common/bg_plus_top.svg);
    right: 5%;
    top: -7px;
    background-size: 100px 80px;
    width: 100px;
    height: 80px;
    background-repeat: no-repeat;
    position: absolute;
  }

  .mainContents__outer::after {
    content: "";
    background-image: url(/image/common/bg_plus_bottom.svg);
    left: 10%;
    bottom: 30px;
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    position: absolute;
  }

  .mainContents__title-outer {
    background-image: url(/image/editorial-policy/editorial-policy_img_mainvisual.png);
    background-repeat: no-repeat;
    background-position: top left calc(50% + 320px);
    background-size: auto 260px;
    height: 260px;
  }

  .mainContents__text-outer {
    width: 768px;
    position: absolute;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
  }

  .mainContents__title-wrapper {
    width: 768px;
    margin: 0 auto 56px;
    padding: 64px 0 0 5px;
  }

  .mainContents__text-outer {
    width: 768px;
    margin: 0 auto;
  }

  .mainContents__text-wrapper {
    width: 480px;
    padding: 40px;
    border-radius: 10px;
  }

  .mainContents__text {
    line-height: 2;
  }

  .titLv2EditorialPolicy__wrapper {
    padding: 0 0 60px;
    margin: 0 24px;
    text-align: center;
  }

  .titLv2EditorialPolicy__title-sub {
    font-size: 18px;
  }

  .titLv2EditorialPolicy__title {
    font-size: 24px;
    margin-bottom: 48px;
  }

  .mainContents__title-small {
    font-size: 22px;
  }

  .titLv2EditorialPolicy__text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 24px;
  }
  
  .titLv2EditorialPolicy{
    display: flex;
    align-items: center;
  }

.titLv2EditorialPolicy__wide{
flex-direction: column;
}

  .titLv2EditorialPolicy__right{
    flex-direction: row-reverse;
  }

  .titLv2EditorialPolicy__textWrapper{
    max-width: calc((100%) / 1.5);
    height: auto;
  }

  .titLv2EditorialPolicy__textWrapper-wide{
    max-width: 100%;
  }

  .titLv2EditorialPolicy__imgWrapper{
    width: calc((100%) / 2.5);
    height: auto;
  }

  .titLv2EditorialPolicy__imgWrapper-wide{
    width: 100%;
  }

  .titLv3EditorialPolicy__wrapper
  .qualifications__wrapper{
    padding: 16px 24px;
  }

  .anchorNone__title,
	.anchorNone__item-recommend,
	.anchorNone__item-treatment{
    font-size: 17px;
  }
}



/* ===== PC ===== */
@media screen and (min-width:1024px) {

  .anchorNone,
  .search__title-wrapper,
  .search__list,
  .mainContents__title-wrapper {
    width: 1000px;
  }

    .anchorNone{
        		margin-left: auto;
		margin-right: auto;

    }

  .mainContents__outer {
    position: relative;
    height: 540px;
    padding-top: 30px;
  }

  .mainContents__title-outer {
    background-image: url(/image/editorial-policy/editorial-policy_img_mainvisual.png);
    background-repeat: no-repeat;
    background-position: top left calc(50% + 390px);
    background-size: auto 320px;
    background-color: #fff;
    height: 320px;
  }

  .mainContents__text-outer {
    width: 1000px;
    position: absolute;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
  }

  .mainContents__text-wrapper {
    width: 600px;
    padding: 40px;
    border-radius: 10px;
  }

  .mainContents__text {
    font-size: 17px;
  }

  .titLv2EditorialPolicy__wrapper {
    width: 1000px;
    margin: 0 auto;
  }

  .titLv2EditorialPolicy__title {
    font-size: 28px;
  }

  .mainContents__title-small {
    font-size: 26px;
  }

  .titLv2EditorialPolicy__title-sub {
    font-size: 20px;
  }

  .titLv2EditorialPolicy__text {
    font-size: 17px;
  }

  .titLv2EditorialPolicy__img{
    width: 408px;
    height: 504px;
  }

  .titLv2EditorialPolicy__img-wide{
    width:1000px;
    height: auto;
  }

  	.anchorNone {
		padding: 0;
	}

	.anchorNone__title {
		font-size: 22px;
	}

	.anchorNone__title {
		padding: 24px 40px;
	}

	.anchorNone__wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}

	.anchorNone__wrapper.is__open {
		padding-left: 40px;
		padding-right: 40px;
    padding-bottom: 24px;
	}

	.anchorNone__item-recommend {
		margin-bottom: 16px;
	}
}