@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap);
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
sup {
	font-size: 15px;
	line-height: 1;
	vertical-align: super!important
}
html {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
body {
	font-family: Zen Maru Gothic, sans-serif
}
:focus {
	outline: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
li, ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
img {
	max-width: 100%;
	vertical-align: middle;
	border: none
}
a {
	color: #000;
	text-decoration: none
}
a, a:hover {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
a:hover {
	opacity: .5
}
.pc-style {
	display: block
}
.sp-style, .tab-style {
	display: none
}
#wrapper {
	background: url(../img/common/bg_top_pc.png) no-repeat;
	background-position: top;
	background-size: auto
}
#wrapper.home {
	background: url(../img/common/bg_top_cross_pc.png) no-repeat;
	background-position: top;
	background-size: auto
}
#about .navMenu li#menu02 a span, #home .navMenu li#menu01 a span, #iryohijosei .navMenu li#menu04 a span, #materials .navMenu li#menu05 a span, #qa .navMenu li#menu06 a span, #treatment .navMenu li#menu03 a span {
	padding-bottom: 2px;
	border-bottom: 3px solid #403a60
}
.header {
	position: fixed;
	z-index: 99
}
.header, .header__inner {
	width: 100%;
	margin: 0 auto
}
.header__inner {
	max-width: 1300px;
	background: #fff;
	-webkit-box-shadow: 0 9px 20px rgba(56, 75, 89, .2);
	box-shadow: 0 9px 20px rgba(56, 75, 89, .2);
	padding: 0 43px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 0 20px 20px
}
.header__info {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 26px 0 18px;
	border-bottom: 1px solid #403a60
}
.header__info, .header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.header__logo {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.header__logo a, .header__logo a:hover {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.header__logo a:hover {
	opacity: .5
}
.header__logo--img {
	max-width: 463px
}
.header__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.header__item--logo {
	width: 135px;
	margin-left: 19px
}
.header__item--logo a, .header__item--logo a:hover {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.header__item--logo a:hover {
	opacity: .5
}
.header__menu.pc {
	display: block
}
.header__menu.sp {
	display: none
}
.header .navMenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.header .navMenu__item {
	text-align: center
}
.header .navMenu__item:first-child a span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.header .navMenu__item:first-child a span:before {
	content: "";
	top: 2px;
	margin-right: 2px;
	position: relative;
	background: url(../img/icon/icon_home.png) no-repeat;
	width: 20px;
	height: 17px;
	background-size: cover
}
.header .navMenu__item a {
	display: block;
	position: relative;
	text-align: center;
	color: #3e3a39;
	padding: 19px 0 23px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.1111111111;
	letter-spacing: .05em
}
.header .navMenu__item a:hover {
	color: #403a60
}
.header .navMenu__item:hover .navMenu__list {
	opacity: 1;
	visibility: visible
}
.header .navMenu .verttop {
	vertical-align: top!important
}
.header .navMenu__list {
	opacity: 0;
	position: absolute;
	width: 100vw;
	left: 0;
	margin: 0 calc(50% - 47vw);
	top: 150px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	visibility: hidden;
	z-index: -1
}
.header .navMenu__list__inner {
	margin: 0 auto;
	width: 1130px;
	height: 220px;
	padding: 20px 42px 15px;
	background: #f1f0f5;
	border-radius: 0 0 20px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.header .navMenu__list__contents {
	width: 100%
}
.header .navMenu__list__contents__item {
	text-align: left;
	margin-bottom: 7px
}
.header .navMenu__list__contents__item:last-child {
	margin-bottom: 0
}
.header .navMenu__list__contents__item a {
	display: inline-block;
	padding: 0;
	color: #3e395e;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: .05em
}
.header .navMenu__list__contents__item a:after {
	content: "";
	background: url(../img/icon/icon_link.png) no-repeat;
	background-size: cover;
	position: absolute;
	width: 6px;
	height: 9px;
	display: block;
	top: 50%;
	right: -10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.header .global-nav-icon {
	width: 29px;
	height: 24px;
	cursor: pointer;
	display: inline-block;
	z-index: 2
}
.header .global-nav-icon.pc, .header .global-nav-icon.sp {
	display: none
}
.header .global-nav-icon span {
	width: 100%;
	position: relative;
	display: block;
	background: #384b59;
	height: 3px;
	-webkit-transition: all .4s;
	transition: all .4s
}
.header .global-nav-icon span:nth-child(2) {
	top: 6px;
	-webkit-transition: all .4s;
	transition: all .4s
}
.header .global-nav-icon span:nth-child(3) {
	top: 12px;
	-webkit-transition: all .4s;
	transition: all .4s
}
.header .global-nav-icon span.is-active span {
	width: 100%;
	position: relative;
	display: block;
	background: #384b59;
	height: 3px;
	border-radius: 10px;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
	top: 10px
}
.header .global-nav-icon span.is-active span:nth-child(2) {
	display: none
}
.header .global-nav-icon span.is-active span:nth-child(3) {
	top: 7px;
	width: 100%;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg)
}
.header__global {
	display: none
}
.header__global.is-active {
	display: block;
	background: #403a60
}
.header__global .nav-child {
	display: none
}
.header__global__nav__top {
	padding: 0 10px;
	background: #c6aa76
}
.header__global__nav__top li {
	padding: 0 10px
}
.header__global__nav__top li a {
	position: relative;
	display: block;
	padding: 11px 25px 13px;
	color: #3e395e;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	letter-spacing: .05em
}
.header__global__nav__top li a:before {
	content: "";
	background: url(../img/icon/icon_home_w.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	width: 17px;
	height: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.header__global__nav__menu {
	padding: 0
}
.header__global__nav__menu__list a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 7px 10px 9px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	width: 95%;
	margin: 0 auto
}
.header__global__nav__menu__list a.menuList {
	background: url(../img/common/aco_close.png) no-repeat;
	background-position: 95% 50%;
	background-size: 11px 6px
}
.header__global__nav__menu__list a.menuList.is-active {
	background: url(../img/common/aco_open.png) no-repeat;
	background-position: 95% 50%;
	background-size: 11px 6px;
	border-bottom: none
}
.header__global__nav__menu__list--link {
	background: #fff;
	padding: 0 10px
}
.header__global__nav__menu__list--link a {
	color: #403a60;
	display: block;
	width: 100%;
	border-bottom: 1px solid #403a60;
	padding: 7px 10px 9px;
	font-weight: 500;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.header__global__nav__menu__list--link:first-child a {
	border-top: 1px solid #fff
}
.header__global__nav__menu__list--link:last-child a {
	border-bottom: 0
}
.header__global__nav__menu__last {
	padding: 0 10px
}
.header__global__nav__menu__last a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 7px 10px 9px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.footer {
	background: #403a60;
	padding: 30px 5% 35px
}
.footer__inner {
	max-width: 1230px;
	margin: 0 auto
}
.footer__menu {
	margin-bottom: 76px
}
.footer__menu.pc {
	display: block
}
.footer__menu.sp {
	display: none
}
.footer__menu__top {
	margin-bottom: 35px
}
.footer__menu__top a {
	position: relative;
	padding-left: 25px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .05em
}
.footer__menu__top a:before {
	content: "";
	background: url(../img/icon/icon_home_w.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	width: 19px;
	height: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.footer__menu__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.footer__menu__list {
	width: 22.5%
}
.footer__menu__list--title {
	border-bottom: 1px solid #908ca5;
	padding-bottom: 9px;
	margin-bottom: 14px
}
.footer__menu__list--title.qa {
	margin-top: 60px;
	padding-bottom: 9px
}
.footer__menu__list--title a {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	letter-spacing: .05em
}
.footer__menu__list__item--link {
	margin-bottom: 12px
}
.footer__menu__list__item--link:last-child {
	margin-bottom: 0
}
.footer__menu__list__item--link a {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .05em
}
.footer .nav-child {
	display: none
}
.footer__nav__top {
	padding: 0 10px
}
.footer__nav__top li {
	padding: 0 10px;
	border-bottom: 1px solid #fff
}
.footer__nav__top li a {
	position: relative;
	display: block;
	padding: 11px 25px 13px;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	letter-spacing: .05em
}
.footer__nav__top li a:before {
	content: "";
	background: url(../img/icon/icon_home_w.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	width: 17px;
	height: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.footer__nav__menu {
	padding: 0
}
.footer__nav__menu__list a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 7px 10px 9px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	width: 95%;
	margin: 0 auto
}
.footer__nav__menu__list a.menuList {
	background: url(../img/common/aco_close.png) no-repeat;
	background-position: 95% 50%;
	background-size: 11px 6px
}
.footer__nav__menu__list a.menuList.is-active {
	background: url(../img/common/aco_open.png) no-repeat;
	background-position: 95% 50%;
	background-size: 11px 6px;
	border-bottom: none
}
.footer__nav__menu__list--link {
	background: #fff;
	padding: 0 10px
}
.footer__nav__menu__list--link a {
	color: #403a60;
	display: block;
	width: 100%;
	border-bottom: 1px solid #403a60;
	padding: 7px 10px 9px;
	font-weight: 500;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.footer__nav__menu__list--link:first-child a {
	border-top: 1px solid #fff
}
.footer__nav__menu__list--link:last-child a {
	border-bottom: 0
}
.footer__nav__menu__last {
	padding: 0 10px
}
.footer__nav__menu__last a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 7px 10px 9px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #fff
}
.footer__info {
	border-top: 1px solid #a09db0;
	padding-top: 19px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.footer__info__logo {
	width: 172px;
	margin: 0
}
.footer__info__logo a, .footer__info__logo a:hover {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.footer__info__logo a:hover {
	opacity: .5
}
.footer__info__text {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	letter-spacing: .05rem
}
.footer__info__menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.footer__info__menu__list__item {
	border-right: 1px solid #fff;
	padding-right: 23px;
	line-height: 1
}
.footer__info__menu__list__item:last-child {
	border-right: 0;
	padding-right: 0;
	padding-left: 23px
}
.footer__info__menu__list__item a {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .05em;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.footer__info__menu__list__item a:hover {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: .5
}
.footer__info .copy {
	margin-top: 17px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	letter-spacing: .05em
}
.footer__last {
	padding: 0 10px
}
.bread {
	padding-top: 170px
}
.bread .bread_list ol {
	max-width: 1300px;
	margin: auto;
	padding: 0 65px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.bread .bread_list ol li {
	display: inline;
	color: #384b59
}
.bread .bread_list ol li:first-child {
	background: none;
	padding: 0
}
.bread .bread_list ol li.passive {
	padding: 0 0 0 40px;
	background: url(../img/icon/icon_bread_first.png) no-repeat;
	border-bottom: none;
	background-size: 13px;
	background-position: 13px 7px
}
.bread .bread_list ol li.active {
	padding: 0 0 0 40px;
	background: url(../img/icon/icon_bread.png) no-repeat;
	border-bottom: none;
	background-size: 13px;
	background-position: 13px 7px
}
.bread .bread_list ol li a {
	text-decoration: underline;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	letter-spacing: .05em
}
.creation {
	font-family: Noto Sans JP, sans-serif;
	max-width: 1200px;
	margin: 17px auto;
	padding: 0 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.creation__icon {
	width: 29px;
	margin-right: 12px
}
.creation__date {
	color: #384b59;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .025em
}
.main {
	width: 100%
}
.siteLink {
	padding: 55px 5% 54px;
	background: #ecdca8
}
.siteLink__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1000px;
	margin: 0 auto
}
.siteLink__item:nth-child(2) {
	padding: 0 21px
}
.siteLink__item a, .siteLink__item a:hover {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.siteLink__item a:hover {
	opacity: .5
}
.editing {
	padding: 72px 5% 43px
}
.editing__inner {
	background: #ecdca8;
	max-width: 1000px;
	margin: 0 auto;
	padding: 42px 43px 47px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 15px
}
.editing__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.editing__info__img {
	max-width: 170px;
	width: 100%
}
.editing__info__top {
	display: block
}
.editing__info__top--title {
	color: #6f511d;
	font-weight: 700;
	font-size: 19px;
	line-height: 1.2631578947;
	letter-spacing: .05em
}
.editing__info__top--title span.name {
	font-size: 22px;
	line-height: 1.0909090909;
	letter-spacing: .025em
}
.editing__info__top--img {
	display: none
}
.editing__info__content {
	margin-left: 35px
}
.editing__info__list {
	font-family: Noto Sans JP, sans-serif;
	border-top: 1px solid #362f6b;
	margin-top: 14px;
	padding-top: 9px;
	color: #384b59;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .025em
}
.editing__info__list__item {
	display: table
}
.editing__info__list__item--year {
	float: left;
	margin-right: 5px
}
.editing__info__list__item--txt {
	overflow: auto
}
.caution {
	padding: 212px 5% 82px
}
.caution__inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 70px 30px 79px;
	background: #fff;
	-webkit-box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	border-radius: 15px
}
.caution__notes {
	color: #000;
	font-size: 20px;
	line-height: 1.25
}
.caution__notes, .caution__title {
	text-align: center;
	font-weight: 700;
	letter-spacing: .05em
}
.caution__title {
	border-bottom: 1px solid #362f6b;
	padding: 12px 0 25px;
	color: #362f6b;
	font-size: 30px;
	line-height: 1.4666666667
}
.caution__txt {
	margin: 36px 0 63px;
	text-align: center;
	color: #3e3a39;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.6363636364;
	letter-spacing: .05em
}
.caution__txt__area {
	margin: 0
}
.caution__txt__area:nth-child(2) {
	margin-top: 38px
}
.caution__select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.caution__select__button--txt {
	display: block;
	max-width: 100%;
	width: 323px;
	text-align: center
}
.caution__select__button a {
	display: block;
	padding: 15px 0 21px;
	border-radius: 50px;
	background: #403a60;
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.0909090909;
	letter-spacing: .05em;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.caution__select__button a:hover {
	opacity: .5;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.disclaimer {
	max-width: 1000px;
	margin: 0 auto
}
.disclaimer__inner {
	padding: 0 5%
}
.homeback {
	max-width: 350px;
	margin: 102px auto 0
}
.homeback a {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0 12px;
	border-radius: 25px;
	background: #403a60;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: .05em
}
.homeback a, .homeback a:hover {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.homeback a:hover {
	opacity: .5
}
.homeback a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 14px solid #fff;
	border-bottom: 10px solid transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.navarea {
	max-width: 940px;
	margin: 0 auto
}
.navarea__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.navarea--view {
	max-width: 380px;
	width: 100%
}
.navarea--view.right {
	margin: 0 0 0 auto
}
.navarea--view.right a {
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4)
}
.navarea--view.right a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 14px solid #403a60;
	border-bottom: 10px solid transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.navarea--view.left {
	margin-right: auto
}
.navarea--view.left a {
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4)
}
.navarea--view.left a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 14px solid #403a60;
	border-bottom: 10px solid transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.navarea--view.txtarea a {
	margin-left: 25px
}
.navarea--view a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 78px;
	text-align: center;
	border: 1px solid #8077ac;
	background: #f1f0f5;
	border-radius: 10px;
	color: #403a60;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: .05em
}
.navarea--view a, .navarea--view a:hover {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.navarea--view a:hover {
	opacity: .5
}
.navarea--view a sup {
	margin-top: -10px
}
.navarea__back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 30px;
	margin-top: 100px
}
.navarea__back--top {
	max-width: 350px;
	width: 100%
}
.navarea__back--top a {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0 12px;
	border-radius: 25px;
	background: #403a60;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: .05em
}
.navarea__back--top a, .navarea__back--top a:hover {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.navarea__back--top a:hover {
	opacity: .5
}
.navarea__back--top a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 14px solid #fff;
	border-bottom: 10px solid transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.navarea__back--home {
	max-width: 350px;
	width: 100%
}
.navarea__back--home a {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0 12px;
	border-radius: 25px;
	background: #403a60;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: .05em
}
.navarea__back--home a, .navarea__back--home a:hover {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.navarea__back--home a:hover {
	opacity: .5
}
.navarea__back--home a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 14px solid #fff;
	border-bottom: 10px solid transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.contents {
	padding: 213px 5% 100px
}
.contents__inner {
	max-width: 1000px;
	margin: 0 auto
}
.contents__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.contents__top__article {
	width: 100%
}
.contents__top--title {
	text-align: left;
	margin: 5px 0 30px;
	color: #403a60;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.5454545455;
	letter-spacing: .05em
}
.contents__top--read {
	text-align: left
}
.contents__top--read span.txt {
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(60%, #ffeec0));
	background: linear-gradient(hsla(0, 0%, 100%, 0) 50%, #ffeec0 60%);
	color: #403a60;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.6071428571;
	letter-spacing: .05em
}
.contents__top--txt {
	margin-top: 22px;
	color: #403a60;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.65;
	letter-spacing: .05em
}
.contents__top--edit {
	display: table;
	margin-top: 23px
}
.contents__top--edit__icon {
	background: #3e395e;
	padding: 3px 12px 4px;
	margin-right: 14px;
	border-radius: 50px;
	color: #fff;
	float: left
}
.contents__top--edit__icon, .contents__top--edit__txt {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	letter-spacing: .05em
}
.contents__top--edit__txt {
	display: table-cell;
	vertical-align: top;
	color: #403a60
}
.contents__top--edit__txt span.name {
	font-size: 19px;
	line-height: 1;
	letter-spacing: .05em
}
.contents__top__img {
	max-width: 358px;
	margin: 0
}
.contents__top__img.pc {
	display: block
}
.contents__top__img.sp {
	display: none
}
.contents__info {
	margin-top: 75px
}
.contents__info__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.contents__info__item {
	background: #fff;
	width: 48%;
	border-radius: 15px;
	padding: 34px 30px 40px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.contents__info__item:nth-child(5) {
	width: 100%;
	margin-bottom: 0;
	padding: 34px 30px 64px
}
.contents__info__item:nth-child(5) .contents__info__item--title {
	margin: 0 auto
}
.contents__info__item:nth-child(5) .contents__info__item--menu {
	margin-top: 0
}
.contents__info__item__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.contents__info__item__inner__item {
	width: 50%
}
.contents__info__item--title {
	max-width: 405px;
	padding: 12px 0 14px 22px;
	position: relative;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	line-height: .96;
	letter-spacing: .05em;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.contents__info__item--title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.contents__info__item--title a {
	color: #fff;
}

.contents__info__item--img {
	margin: 0 auto;
	max-width: 180px
}
.contents__info__item--txt {
	height: 3em;
	color: #3e3a39;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.contents__info__item--menu {
	border-top: 1px solid #403a60;
	padding-top: 18px;
	margin-top: 32px
}
.contents__info__item--menu__link {
	display: table;
	margin-bottom: 8px
}
.contents__info__item--menu__link:last-child {
	margin-bottom: 0
}
.contents__info__item--menu__link--icon {
	float: left;
	border-top: 8px solid transparent;
	border-left: 11px solid #403a60;
	border-bottom: 8px solid transparent;
	margin-right: 8px
}
.contents__info__item--menu__link--txt {
	display: table-cell;
	vertical-align: baseline
}
.contents__info__item--menu__link--txt a {
	color: #403a60;
	border-bottom: 1px solid #403a60;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: .05em
}
.about {
	padding: 75px 5% 100px
}
.about__inner {
	max-width: 1000px;
	margin: 0 auto
}
.about__top {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #4d476b;
	padding-bottom: 38px;
	margin-bottom: 55px
}
.about__top--title {
	margin-right: 25px;
	color: #403a60;
	font-size: 30px;
	line-height: 1
}
.about__top--title, .about__top--txt {
	font-weight: 700;
	letter-spacing: .05em
}
.about__top--txt {
	margin-top: 0;
	color: #000;
	font-size: 20px;
	line-height: 1.25
}
.about__top--img {
	position: absolute;
	width: 155px;
	right: 18px;
	bottom: 0
}
.about__info__inner {
	padding: 27px 30px 34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	box-shadow: 0 3px 20px rgba(56, 75, 89, .2)
}
.about__info__item {
	max-width: 100%
}
.about__info__item:nth-child(2) {
	margin-top: 55px
}
.about__info__item--article {
	width: 100%;
	max-width: 190px;
	margin: 0
}
.about__info__item--title {
	color: #403a60;
	font-weight: 700;
	font-size: 25px;
	line-height: .96;
	letter-spacing: .05em;
	border-bottom: 1px solid #403a60;
	margin-bottom: 15px;
	padding-bottom: 15px
}
.about__info__item--txt {
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .07em
}
.about__info__item--link {
	position: relative;
	margin-top: 55px;
	padding-right: 15px;
	text-align: right;
	color: #403a60;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6666666667;
	letter-spacing: .05em
}
.about__info__item--link:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	border-top: 8px solid transparent;
	border-left: 11px solid #403a60;
	border-bottom: 8px solid transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.about__contents__top, .about__info__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.about__contents__top {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.about__contents__area--title {
	margin-bottom: 30px;
	font-size: 44px;
	line-height: 1
}
.about__contents__area--title, .about__contents__area--txt {
	text-align: left;
	color: #403a60;
	font-weight: 700;
	letter-spacing: .05em
}
.about__contents__area--txt {
	font-size: 28px;
	line-height: 1.8
}
.about__contents__area span.txt {
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(60%, #ffeec0));
	background: linear-gradient(hsla(0, 0%, 100%, 0) 50%, #ffeec0 60%)
}
.about__contents__area--img {
	width: 204px;
	margin-left: 60px;
	margin-right: 30px
}
.about__contents__txt {
	text-align: left;
	color: #403a60;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: .02em
}
.about__contents__txt--item {
	margin-top: 31px
}
.about__contents__txt--item:nth-child(2) {
	margin-top: 37px
}
.about__contents__txt--item .txtbold {
	font-weight: 700
}
.about__contents__chart {
	margin-top: 85px
}
.about__contents__chart__img {
	max-width: 1000px;
	overflow: none;
	overflow-x: none
}
.about__contents__chart__img img {
	max-width: 100%
}
.about__contents__chart__hint {
	display: none
}
.about__contents__chart__notes {
	max-width: 940px;
	margin: 44px auto 97px
}
.about__contents__chart__notes--title {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.about__contents__chart__notes__list {
	display: table;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.about__contents__chart__notes__list--num {
	float: left
}
.about__contents__chart__notes__list--txt {
	display: table-cell;
	vertical-align: top
}
.about .skin {
	margin-top: 70px
}
.about .skin--title {
	position: relative;
	max-width: 185px;
	padding: 12px 0 14px 22px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	line-height: .96;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4)
}
.about .skin--title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.about .skin__area {
	margin-top: 40px;
	padding: 9px 30px 30px;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	box-shadow: 0 3px 20px rgba(56, 75, 89, .2)
}
.about .skin__area__item {
	border-bottom: 1px solid #000
}
.about .skin__list {
	display: table;
	padding: 43px 0
}
.about .skin__list--icon {
	float: left;
	width: 31px;
	margin-right: 20px
}
.about .skin__list--txt {
	display: table-cell;
	vertical-align: middle;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.about .skin__list--txt span.txt {
	color: #403a60;
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(60%, #ffeec0));
	background: linear-gradient(hsla(0, 0%, 100%, 0) 50%, #ffeec0 60%)
}
.about .skin__lesion {
	margin: 7px 0 32px;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.about .skin__lesion__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px
}
.about .skin__lesion__list__item {
	max-width: 250px;
	margin: 0
}
.about .skin__lesion__list__item:first-child {
	margin-right: 42px
}
.about .skin__lesion__list__item:nth-child(2) {
	margin-left: 42px
}
.about .skin__lesion__list__item--img {
	width: 100%
}
.about .skin__lesion__list__item--txt {
	text-align: center;
	margin-top: 10px;
	color: #403a60;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.9;
	letter-spacing: .05em
}
.about .skin__lesion__notes__list {
	display: table;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.about .skin__lesion__notes__list--title {
	float: left
}
.about .skin__lesion__notes__list--txt {
	display: table-cell;
	vertical-align: top
}
.about .systemic {
	margin-top: 70px
}
.about .systemic--title {
	position: relative;
	max-width: 185px;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	padding: 12px 0 14px 22px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	line-height: .96;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.about .systemic--title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.about .systemic__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 970px;
	margin-top: 38px
}
.about .systemic__area {
	max-width: 100%;
	width: 668px
}
.about .systemic__area__list {
	padding: 0 30px;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	box-shadow: 0 3px 20px rgba(56, 75, 89, .2)
}
.about .systemic__area__list span.txt {
	color: #403a60;
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(60%, #ffeec0));
	background: linear-gradient(hsla(0, 0%, 100%, 0) 50%, #ffeec0 60%)
}
.about .systemic__area__list__item {
	border-bottom: 1px solid #000;
	padding: 49px 0 43px
}
.about .systemic__area__list__item:last-child {
	border-bottom: none
}
.about .systemic__area__list__item__area {
	display: table
}
.about .systemic__area__list__item__area--icon {
	float: left;
	width: 31px;
	margin-right: 20px
}
.about .systemic__area__list__item__area--txt {
	vertical-align: middle;
	display: table-cell;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.about .systemic__area__list--info {
	color: #403a60;
	position: relative;
	width: 100%;
	background: #fef5da;
	margin-top: 46px;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2727272727;
	letter-spacing: .05em;
	padding: 20px 30px 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 15px
}
.about .systemic__area__list--info:before {
	content: "";
	position: absolute;
	background: url(../img/icon/icon_info.png) no-repeat;
	top: 50%;
	left: 30px;
	background-size: cover;
	width: 32px;
	height: 32px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.about .systemic__area__img {
	width: 123px;
	margin-left: 85px
}
.about .systemic__detail {
	margin: 0 0 84px
}
.about .systemic__detail--txt {
	background: #ecdca8;
	border-radius: 15px;
	margin-top: 60px;
	padding: 16px 0 15px;
	text-align: center;
	color: #403a60;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: .05em
}
.about .systemic__detail--txt a {
	font-weight: 700;
	color: #362f6b;
	text-decoration: underline;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.about .systemic__detail--txt a:hover {
	opacity: .5;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.about .systemic__detail--notes {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.treatment {
	padding: 78px 5% 100px
}
.treatment__inner {
	max-width: 1000px;
	margin: 0 auto
}
.treatment__top {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #4d476b;
	padding-bottom: 26px
}
.treatment__top--title {
	margin-right: 25px;
	color: #403a60;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	letter-spacing: .05em
}
.treatment__top--txt {
	margin-top: 0;
	color: #000;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: .05em
}
.treatment__top--img {
	position: absolute;
	width: 103px;
	right: 18px;
	bottom: -10px
}
.treatment__info {
	margin-top: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: auto
}
.treatment__info__item {
	width: 48%;
	height: auto;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	margin-bottom: 30px;
	border-radius: 15px
}
.treatment__info__item:last-child {
	margin-bottom: 0
}
.treatment__info__item a {
	display: block;
	width: 100%;
	height: 100%
}
.treatment__info__item__area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 30px 20px
}
.treatment__info__item__area--title {
	height: 3.6em;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #3e395e;
	text-align: center;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.28;
	letter-spacing: .05em
}
.treatment__info__item__area--title sup {
	margin-top: -10px
}
.treatment__info__item__area--txt {
	padding-top: 12px;
	height: 5.3em;
	border-top: 1px solid #000;
	text-align: left;
	color: #3e3a39;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.treatment__info__item__area--link {
	position: relative;
	color: #403a60;
	padding-right: 17px;
	text-align: right;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6666666667;
	letter-spacing: .05em
}
.treatment__info__item__area--link:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	border-top: 8px solid transparent;
	border-left: 11px solid #403a60;
	border-bottom: 8px solid transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.treatment .super {
	position: relative;
	top: -10px
}
.treatment .spevigo__top {
	margin-top: 50px
}
.treatment .spevigo__top--title {
	color: #403a60;
	font-weight: 700;
	font-size: 44px;
	line-height: 1;
	letter-spacing: .05em
}
.treatment .spevigo__top--detail {
	margin: 31px 0 20px;
	color: #403a60;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.8;
	letter-spacing: .05em
}
.treatment .spevigo__top--notes {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.treatment .spevigo__top--notes--icon {
	float: left
}
.treatment .spevigo__top--notes--txt {
	display: table-cell;
	vertical-align: middle
}
.treatment .spevigo__top__txt {
	color: #403a60;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: .05em
}
.treatment .spevigo__top__txt--item:first-child {
	margin-top: 32px
}
.treatment .spevigo__top__txt--item:nth-child(2) {
	margin-top: 35px
}
.treatment .spevigo span.txt {
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(60%, #ffeec0));
	background: linear-gradient(hsla(0, 0%, 100%, 0) 50%, #ffeec0 60%)
}
.treatment .spevigo__contents {
	margin-top: 43px;
	margin-bottom: 93px
}
.treatment .spevigo__contents__item {
	background: #fff;
	-webkit-box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	border-radius: 15px;
	padding: 34px 30px 63px
}
.treatment .spevigo__contents--title {
	position: relative;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	padding: 9px 0 12px 22px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	line-height: .96;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.treatment .spevigo__contents--title.col1 {
	max-width: 470px
}
.treatment .spevigo__contents--title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.treatment .spevigo__contents--img.col1 {
	overflow-y: none;
	width: 708px;
	max-width: 100%;
	margin: 40px auto 0
}
.treatment .spevigo__contents--img.col1 img {
	max-width: 100%
}
.treatment .spevigo__contents--txt {
	margin-top: 25px;
	color: #3e3a39;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.treatment .spevigo__contents--hint {
	display: none
}
.treatment .spevigo__notes {
	margin: 32px 0 100px;
	text-align: left;
	color: #403a60;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: .05em
}
.treatment .proper span.txt {
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(60%, #ffeec0));
	background: linear-gradient(hsla(0, 0%, 100%, 0) 50%, #ffeec0 60%)
}
.treatment .proper__top {
	margin-top: 45px
}
.treatment .proper__top--title {
	color: #403a60;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.3181818182;
	letter-spacing: .05em
}
.treatment .proper__top--detail {
	margin: 20px 0 49px;
	color: #403a60;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.0714285714;
	letter-spacing: .05em
}
.treatment .proper__top__txt {
	color: #403a60;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.1;
	letter-spacing: .05em
}
.treatment .proper__top__txt--item {
	margin-bottom: 71px
}
.treatment .proper__schedule--title {
	position: relative;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	max-width: 270px;
	padding: 9px 0 12px 22px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	line-height: .96;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.treatment .proper__schedule--title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.treatment .proper__schedule--img {
	overflow-x: none;
	max-width: 809px;
	margin: 70px auto
}
.treatment .proper__schedule--img img {
	max-width: 100%
}
.treatment .proper__schedule--hint {
	display: none
}
.treatment .proper__caution {
	background: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	overflow: hidden;
	margin-bottom: 100px;
	margin-top: 0
}
.treatment .proper__caution__area {
	background: #9188ac
}
.treatment .proper__caution__top {
	padding: 16px 20px 17px;
	display: table;
	color: #fff;
	background: #9188ac;
	font-weight: 700;
	font-size: 26px;
	line-height: .9615384615;
	letter-spacing: .05em
}
.treatment .proper__caution__top--icon {
	float: left;
	width: 53px;
	margin-right: 20px
}
.treatment .proper__caution__top--txt {
	display: table-cell;
	vertical-align: middle
}
.treatment .proper__caution__list__item {
	border-bottom: 1px solid #000;
	margin: 0 30px
}
.treatment .proper__caution__list__item:last-child {
	border-bottom: none
}
.treatment .proper__caution__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.treatment .proper__caution__contents__item {
	padding: 31px 0 34px;
	display: table;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .05em
}
.treatment .proper__caution__contents__item--icon {
	float: left;
	width: 31px;
	margin-right: 12px
}
.treatment .proper__caution__contents__item--txt {
	display: table-cell;
	vertical-align: middle
}
.treatment .proper__caution--img {
	margin-top: 39px;
	max-width: 323px
}
.treatment .examination span.txt {
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(60%, #ffeec0));
	background: linear-gradient(hsla(0, 0%, 100%, 0) 50%, #ffeec0 60%)
}
.treatment .examination__top {
	margin-top: 56px
}
.treatment .examination__top--title {
	color: #403a60;
	font-weight: 700;
	font-size: 44px;
	line-height: 1;
	letter-spacing: .05em
}
.treatment .examination__top--txt {
	color: #403a60;
	margin-top: 30px;
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
	letter-spacing: .05em
}
.treatment .examination__ask {
	margin-top: 104px
}
.treatment .examination__ask--title {
	position: relative;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	max-width: 110px;
	padding: 9px 0 12px 34px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	line-height: .96;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.treatment .examination__ask--title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.treatment .examination__ask__contents {
	max-width: 940px;
	margin: 42px auto 0
}
.treatment .examination__ask__contents--txt {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.treatment .examination__ask__contents--img {
	max-width: 356px;
	margin: 62px auto 0
}
.treatment .examination__check {
	margin-top: 41px
}
.treatment .examination__check--title {
	position: relative;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	max-width: 110px;
	padding: 9px 0 12px 34px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	line-height: .96;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.treatment .examination__check--title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.treatment .examination__check--img {
	max-width: 763px;
	margin: 52px auto 51px
}
.treatment .examination__check__area {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	box-shadow: 0 3px 20px rgba(56, 75, 89, .2)
}
.treatment .examination__check__area.col1, .treatment .examination__check__area.col3 {
	margin-top: 50px
}
.treatment .examination__check__area__contents {
	padding: 0 30px
}
.treatment .examination__check__area--title {
	padding: 11px 30px 14px;
	color: #fff;
	background: #35306b;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	letter-spacing: .05em
}
.treatment .examination__check__area__item {
	border-bottom: 1px solid #000
}
.treatment .examination__check__area__item:last-child {
	border-bottom: none
}
.treatment .examination__check__list {
	padding: 32px 0 35px;
	display: table;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.treatment .examination__check__list--icon {
	float: left;
	width: 23px;
	margin-right: 12px;
	margin-top: -3px
}
.treatment .examination__check__list--txt {
	display: table-cell;
	vertical-align: middle
}
.treatment .examination__info {
	background: #fef5da
}
.treatment .examination__info--txt {
	position: relative;
	text-align: center;
	margin: 63px 0 102px;
	padding: 19px 0 23px;
	color: #403a60;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: .05em
}
.treatment .examination__info--txt:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/icon/icon_info.png) no-repeat;
	background-size: cover;
	width: 32px;
	height: 32px
}
.treatment .careful span.txt {
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(60%, #ffeec0));
	background: linear-gradient(hsla(0, 0%, 100%, 0) 50%, #ffeec0 60%)
}
.treatment .careful__top {
	margin-top: 58px
}
.treatment .careful__top--title {
	color: #403a60;
	font-weight: 700;
	font-size: 44px;
	line-height: 1;
	letter-spacing: .05em
}
.treatment .careful__top--detail {
	margin: 20px 0 24px;
	color: #403a60;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.8;
	letter-spacing: .05em
}
.treatment .careful__top--txt {
	margin-bottom: 60px;
	color: #403a60;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: .05em
}
.treatment .careful__impact__img {
	max-width: 848px;
	margin: 42px auto 61px
}
.treatment .careful__impact__area {
	padding: 25px 30px 29px;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	box-shadow: 0 3px 20px rgba(56, 75, 89, .2)
}
.treatment .careful__impact__area.col3, .treatment .careful__impact__area.col4 {
	margin-top: 50px
}
.treatment .careful__impact__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.treatment .careful__impact__info {
	width: 100%
}
.treatment .careful__impact__info.img {
	max-width: 700px
}
.treatment .careful__impact__info--title {
	color: #403a60;
	padding-bottom: 21px;
	margin-bottom: 12px;
	border-bottom: 1px solid #403a60;
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
	letter-spacing: .05em
}
.treatment .careful__impact__info--txt {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.treatment .careful__impact__info__typical {
	margin-top: 20px
}
.treatment .careful__impact__info__typical--title {
	color: #7b70b2
}
.treatment .careful__impact__info__typical--title, .treatment .careful__impact__info__typical--txt {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.treatment .careful__impact--img {
	margin-left: 30px
}
.treatment .careful__impact--img.col1 {
	max-width: 178px
}
.treatment .careful__caution {
	margin-top: 95px;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	box-shadow: 0 3px 20px rgba(56, 75, 89, .2)
}
.treatment .careful__caution__area {
	background: #9188ac
}
.treatment .careful__caution__top {
	padding: 16px 20px 17px;
	display: table;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.2307692308;
	letter-spacing: .05em
}
.treatment .careful__caution__top--icon {
	float: left;
	width: 53px;
	margin-top: 10px;
	margin-right: 20px
}
.treatment .careful__caution__top--txt {
	display: table-cell;
	vertical-align: middle
}
.treatment .careful__caution__contents {
	padding: 0 30px
}
.treatment .careful__caution__item {
	border-bottom: 1px solid #000
}
.treatment .careful__caution__item:last-child {
	border-bottom: 0
}
.treatment .careful__caution__item__list {
	display: table;
	padding: 25px 0 28px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .05em
}
.treatment .careful__caution__item__list--icon {
	float: left;
	width: 23px;
	margin-right: 12px
}
.treatment .careful__caution__item__list--txt {
	display: table-cell;
	vertical-align: middle
}
.treatment .careful__notes {
	max-width: 940px;
	margin: 17px auto 100px
}
.treatment .careful__notes--title, .treatment .careful__notes__list {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.treatment .careful__notes__list {
	display: table
}
.treatment .careful__notes__list--num {
	float: left
}
.treatment .careful__notes__list--txt {
	display: table-cell;
	vertical-align: middle
}
.treatment .attention span.txt {
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(60%, #ffeec0));
	background: linear-gradient(hsla(0, 0%, 100%, 0) 50%, #ffeec0 60%)
}
.treatment .attention__top {
	margin-top: 55px
}
.treatment .attention__top--title {
	color: #403a60;
	font-weight: 700;
	font-size: 44px;
	line-height: 1;
	letter-spacing: .05em
}
.treatment .attention__top--txt {
	margin: 32px 0 76px;
	color: #403a60;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: .05em
}
.treatment .attention__item {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	padding: 34px 30px 24px;
	margin-bottom: 40px
}
.treatment .attention__item:last-child {
	margin-bottom: 0
}
.treatment .attention__item__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.treatment .attention__item__area {
	max-width: 540px;
	width: 100%
}
.treatment .attention__item__area--title {
	position: relative;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	max-width: 373px;
	padding: 9px 0 12px 34px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	line-height: .96;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.treatment .attention__item__area--title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.treatment .attention__item__area--txt {
	color: #3e3a39;
	margin-top: 28px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .04em
}
.treatment .attention__item__area--notes {
	margin-top: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.treatment .attention__item--img {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.treatment .attention__notes {
	max-width: 940px;
	margin: 18px auto 100px
}
.treatment .attention__notes--title, .treatment .attention__notes__list {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.treatment .attention__notes__list {
	display: table
}
.treatment .attention__notes__list--num {
	float: left
}
.treatment .attention__notes__list--txt {
	display: table-cell;
	vertical-align: middle
}
.iryohijosei {
	padding: 83px 5% 100px
}
.iryohijosei span.txt {
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(60%, #ffeec0));
	background: linear-gradient(hsla(0, 0%, 100%, 0) 50%, #ffeec0 60%)
}
.iryohijosei__inner {
	max-width: 1000px;
	margin: 0 auto
}
.iryohijosei__top {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #4d476b;
	padding-bottom: 37px
}
.iryohijosei__top--title {
	margin-right: 25px;
	color: #403a60;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	letter-spacing: .05em
}
.iryohijosei__top--txt {
	margin-top: 0;
	color: #000;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: .05em
}
.iryohijosei__top--img {
	position: absolute;
	width: 97px;
	right: 18px;
	bottom: -1px
}
.iryohijosei__info {
	margin-top: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: auto
}
.iryohijosei__info__item {
	width: 48%;
	height: auto;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	margin-bottom: 30px;
	border-radius: 15px;
	overflow: hidden
}
.iryohijosei__info__item:last-child {
	margin-bottom: 0
}
.iryohijosei__info__item a {
	display: block;
	width: 100%;
	height: 100%
}
.iryohijosei__info__item__area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 30px 25px
}
.iryohijosei__info__item__area--title {
	height: 3.6em;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #3e395e;
	text-align: center;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.28;
	letter-spacing: .05em
}
.iryohijosei__info__item__area--txt {
	padding-top: 12px;
	height: 7em;
	border-top: 1px solid #000;
	text-align: left;
	color: #3e3a39;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei__info__item__area--link {
	position: relative;
	color: #403a60;
	padding-right: 17px;
	text-align: right;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6666666667;
	letter-spacing: .05em
}
.iryohijosei__info__item__area--link:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	border-top: 8px solid transparent;
	border-left: 11px solid #403a60;
	border-bottom: 8px solid transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.iryohijosei .gpp__top {
	margin-top: 49px
}
.iryohijosei .gpp__top--title {
	color: #403a60;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.3181818182;
	letter-spacing: .05em
}
.iryohijosei .gpp__top--detail {
	margin: 14px 0 33px;
	color: #403a60;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.8;
	letter-spacing: .05em
}
.iryohijosei .gpp__top--txt {
	color: #403a60;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: .05em
}
.iryohijosei .gpp__system {
	margin-top: 58px
}
.iryohijosei .gpp__system--title {
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	position: relative;
	max-width: 525px;
	padding: 9px 0 12px 34px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	line-height: .96;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.iryohijosei .gpp__system--title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.iryohijosei .gpp__system__contents {
	max-width: 940px;
	margin: 27px auto 85px
}
.iryohijosei .gpp__system__img {
	margin-top: 60px;
	overflow: none
}
.iryohijosei .gpp__system__img img {
	max-width: 100%
}
.iryohijosei .gpp__system__hint {
	display: none
}
.iryohijosei .gpp__system__notes {
	text-align: right;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.iryohijosei .gpp__system__notes__list {
	display: table
}
.iryohijosei .gpp__system__notes__list--icon {
	float: left
}
.iryohijosei .gpp__system__notes__list--txt {
	display: table-cell;
	vertical-align: middle
}
.iryohijosei .gpp__system__info {
	margin-top: 52px;
	padding: 23px 0;
	background: #fef5da;
	border-radius: 15px;
	color: #403a60;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.3636363636;
	letter-spacing: .05em
}
.iryohijosei .gpp__system__txt {
	margin-bottom: 47px;
	text-align: left;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .gpp__images--title {
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	position: relative;
	max-width: 745px;
	padding: 9px 0 12px 34px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	line-height: .96;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.iryohijosei .gpp__images--title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.iryohijosei .gpp__images__img {
	margin: 60px 0 33px;
	overflow: none
}
.iryohijosei .gpp__images__img img {
	max-width: 100%
}
.iryohijosei .gpp__images__hint {
	display: none
}
.iryohijosei .gpp__images__notes {
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .05em
}
.iryohijosei .gpp__images__notes__list {
	display: table
}
.iryohijosei .gpp__images__notes__list--icon {
	float: left;
	width: 30px
}
.iryohijosei .gpp__images__notes__list--txt {
	display: table-cell;
	vertical-align: middle
}
.iryohijosei .gpp__other {
	margin-top: 61px
}
.iryohijosei .gpp__other--title {
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	position: relative;
	max-width: 387px;
	padding: 9px 0 12px 34px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	line-height: .96;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.iryohijosei .gpp__other--title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.iryohijosei .gpp__other--txt {
	max-width: 940px;
	margin: 35px auto 47px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .gpp__other__info {
	margin-bottom: 85px
}
.iryohijosei .gpp__other__info--txt {
	background: #ecdca8;
	padding: 26px 0 25px;
	border-radius: 15px;
	text-align: center;
	color: #403a60;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .05em
}
.iryohijosei .gpp__other__info--txt a {
	font-weight: 700;
	color: #403a60;
	text-decoration: underline
}
.iryohijosei .gpp__other__info--notes {
	margin-top: 10px;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .05em
}
.iryohijosei .gpp__use {
	padding: 33px 0 82px
}
.iryohijosei .gpp__use__heading--title {
	position: relative;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	max-width: 540px;
	padding: 9px 0 12px 34px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.iryohijosei .gpp__use__heading--title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.iryohijosei .gpp__use__heading--text {
	margin-top: 33px;
	color: #000;
	text-align: left;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .gpp__use__content {
	margin: 41px auto 0
}
.iryohijosei .gpp__use__content__area {
	max-width: 625px;
	margin: auto
}
.iryohijosei .gpp__use__content__area img {
	max-width: 100%
}
.iryohijosei .gpp__use__content--hint {
	display: none
}
.iryohijosei .gpp__use__notes {
	margin-top: 35px;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.iryohijosei .gpp__use__notes__list {
	display: table
}
.iryohijosei .gpp__use__notes__list--item {
	float: left;
	width: 25px
}
.iryohijosei .gpp__use__notes__list--text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px
}
.iryohijosei .gpp .navarea {
	max-width: 100%
}
.iryohijosei .kougaku .navarea {
	margin: 100px auto 0
}
.iryohijosei .kougaku__top {
	margin-top: 50px
}
.iryohijosei .kougaku__top--title {
	color: #403a60;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.3181818182;
	letter-spacing: .05em
}
.iryohijosei .kougaku__top--detail {
	margin: 12px 0 70px;
	color: #403a60;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.8;
	letter-spacing: .05em
}
.iryohijosei .kougaku__info {
	margin-bottom: 55px
}
.iryohijosei .kougaku__info__heading--title {
	position: relative;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	max-width: 280px;
	padding: 9px 0 12px 34px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.iryohijosei .kougaku__info__heading--title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.iryohijosei .kougaku__info__heading--text {
	margin-top: 25px;
	color: #000;
	text-align: left;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .kougaku__burden__heading--title {
	position: relative;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	max-width: 420px;
	padding: 9px 0 12px 34px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.iryohijosei .kougaku__burden__heading--title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.iryohijosei .kougaku__burden__heading--text {
	margin-top: 25px;
	color: #000;
	text-align: left;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .kougaku__burden__less {
	margin-bottom: 44px
}
.iryohijosei .kougaku__burden__less__title {
	text-align: left;
	margin: 43px 0 30px
}
.iryohijosei .kougaku__burden__less__title--text {
	color: #403a60;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: .025em
}
.iryohijosei .kougaku__burden__less__image {
	display: block;
	max-width: 835px;
	margin: auto
}
.iryohijosei .kougaku__burden__less__image__field img {
	max-width: 100%
}
.iryohijosei .kougaku__burden__less__image--hint {
	display: none;
	visibility: hidden
}
.iryohijosei .kougaku__burden__less__read {
	text-align: right;
	margin-top: 14px
}
.iryohijosei .kougaku__burden__less__read--text {
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.iryohijosei .kougaku__burden__less__notes {
	margin-top: 13px
}
.iryohijosei .kougaku__burden__less__notes__list {
	display: table;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.iryohijosei .kougaku__burden__less__notes__list--number {
	float: left;
	width: 25px
}
.iryohijosei .kougaku__burden__less__notes__list--text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px
}
.iryohijosei .kougaku__burden__less__base {
	margin-top: 4px;
	padding-left: 29px
}
.iryohijosei .kougaku__burden__less__base--title, .iryohijosei .kougaku__burden__less__base__list__item {
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.iryohijosei .kougaku__burden__less__base__list__item {
	margin-bottom: 2px
}
.iryohijosei .kougaku__burden__less__base__list__item:last-child {
	margin-bottom: 0
}
.iryohijosei .kougaku__burden__less__base__list__item--icon {
	float: left
}
.iryohijosei .kougaku__burden__less__base__list__item--text {
	display: table-cell;
	vertical-align: middle
}
.iryohijosei .kougaku__burden__above {
	margin-bottom: 58px
}
.iryohijosei .kougaku__burden__above__heading {
	text-align: left
}
.iryohijosei .kougaku__burden__above__heading--title {
	margin-bottom: 13px;
	color: #403a60;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: .025em
}
.iryohijosei .kougaku__burden__above__heading--text {
	margin-bottom: 29px;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .kougaku__burden__above__image {
	display: block;
	max-width: 835px;
	margin: auto
}
.iryohijosei .kougaku__burden__above__image__field img {
	max-width: 100%
}
.iryohijosei .kougaku__burden__above__image--hint {
	display: none;
	visibility: hidden
}
.iryohijosei .kougaku__burden__above__read {
	text-align: right;
	margin-top: 14px
}
.iryohijosei .kougaku__burden__above__read--text {
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.iryohijosei .kougaku__burden__above__notes {
	margin-top: 13px
}
.iryohijosei .kougaku__burden__above__notes__list {
	display: table;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.iryohijosei .kougaku__burden__above__notes__list--number {
	float: left;
	width: 25px
}
.iryohijosei .kougaku__burden__above__notes__list--text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px
}
.iryohijosei .kougaku__system {
	margin-bottom: 57px
}
.iryohijosei .kougaku__system__heading--title {
	position: relative;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	max-width: 540px;
	padding: 9px 0 12px 28px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.iryohijosei .kougaku__system__heading--title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.iryohijosei .kougaku__system__info {
	margin-top: 24px
}
.iryohijosei .kougaku__system__info__list {
	display: table;
	margin-bottom: 13px
}
.iryohijosei .kougaku__system__info__list:last-child {
	margin-bottom: 0
}
.iryohijosei .kougaku__system__info__list--icon {
	float: left;
	width: 130px;
	color: #403a60;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .kougaku__system__info__list--text {
	display: table-cell;
	vertical-align: middle;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .kougaku__system__info__read {
	display: block;
	margin-top: 12px;
	margin-left: 130px
}
.iryohijosei .kougaku__system__info__read--text {
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.iryohijosei .kougaku__point {
	margin-bottom: 62px
}
.iryohijosei .kougaku__point__heading--title {
	position: relative;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	max-width: 240px;
	padding: 9px 0 12px 28px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.iryohijosei .kougaku__point__heading--title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.iryohijosei .kougaku__point__list {
	margin-top: 23px;
	padding-left: 24px
}
.iryohijosei .kougaku__point__list__item {
	display: table;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .kougaku__point__list__item--icon {
	float: left
}
.iryohijosei .kougaku__point__list__item--text {
	display: table-cell;
	vertical-align: middle
}
.iryohijosei .kougaku__process {
	margin-bottom: 87px
}
.iryohijosei .kougaku__process__heading--title {
	position: relative;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	max-width: 660px;
	padding: 9px 0 12px 28px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.iryohijosei .kougaku__process__heading--title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.iryohijosei .kougaku__process__list__item {
	width: 100%
}
.iryohijosei .kougaku__process__payment {
	margin-top: 40px
}
.iryohijosei .kougaku__process__payment__heading {
	text-align: center;
	background: #ecdca8;
	border-radius: 10px;
	padding: 17px 0 21px
}
.iryohijosei .kougaku__process__payment__heading--title {
	color: #403a60;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: .05em
}
.iryohijosei .kougaku__process__payment--text {
	margin: 23px 0 31px;
	text-align: left;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .kougaku__process__payment__image {
	max-width: 832px;
	margin: auto
}
.iryohijosei .kougaku__process__payment__image__field img {
	max-width: 100%
}
.iryohijosei .kougaku__process__payment__image--hint {
	display: none;
	visibility: hidden
}
.iryohijosei .kougaku__process__payment__read {
	text-align: right;
	margin-top: 19px
}
.iryohijosei .kougaku__process__payment__read--text {
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.iryohijosei .kougaku__process__payment__notes {
	margin-top: 10px
}
.iryohijosei .kougaku__process__payment__notes__list {
	display: table;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.iryohijosei .kougaku__process__payment__notes__list--number {
	float: left;
	width: 25px
}
.iryohijosei .kougaku__process__payment__notes__list--text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px
}
.iryohijosei .kougaku__process__refunds {
	margin-top: 50px
}
.iryohijosei .kougaku__process__refunds__heading {
	text-align: center;
	background: #ecdca8;
	border-radius: 10px;
	padding: 17px 0 21px
}
.iryohijosei .kougaku__process__refunds__heading--title {
	color: #403a60;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: .05em
}
.iryohijosei .kougaku__process__refunds--text {
	margin: 23px 0 31px;
	text-align: left;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .kougaku__process__refunds__image {
	max-width: 832px;
	margin: auto
}
.iryohijosei .kougaku__process__refunds__image__field img {
	max-width: 100%
}
.iryohijosei .kougaku__process__refunds__image--hint {
	display: none;
	visibility: hidden
}
.iryohijosei .kougaku__process__refunds__read {
	text-align: right;
	margin-top: 19px
}
.iryohijosei .kougaku__process__refunds__read--text {
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.iryohijosei .kougaku__process__refunds__notes {
	margin-top: 10px
}
.iryohijosei .kougaku__process__refunds__notes__list {
	display: table;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.iryohijosei .kougaku__process__refunds__notes__list--number {
	float: left;
	width: 25px
}
.iryohijosei .kougaku__process__refunds__notes__list--text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px
}
.iryohijosei .kougaku__process__notes {
	text-align: left;
	margin-top: 32px
}
.iryohijosei .kougaku__process__notes--text {
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .nanbyou .navarea {
	margin: 100px auto 0
}
.iryohijosei .nanbyou__top {
	margin-top: 68px
}
.iryohijosei .nanbyou__top--title {
	color: #403a60;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.3181818182;
	letter-spacing: .05em
}
.iryohijosei .nanbyou__top--text {
	margin: 13px 0 16px;
	color: #403a60;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.8;
	letter-spacing: .02em
}
.iryohijosei .nanbyou__top__notes__list {
	display: table;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.iryohijosei .nanbyou__top__notes__list--number {
	float: left;
	width: 25px
}
.iryohijosei .nanbyou__top__notes__list--text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px
}
.iryohijosei .nanbyou__info {
	margin: 58px 0 59px
}
.iryohijosei .nanbyou__info__heading--title {
	position: relative;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	max-width: 280px;
	padding: 9px 0 12px 34px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.iryohijosei .nanbyou__info__heading--title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.iryohijosei .nanbyou__info__list {
	margin-top: 24px
}
.iryohijosei .nanbyou__info__list__item {
	display: table;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .nanbyou__info__list__item--icon {
	float: left
}
.iryohijosei .nanbyou__info__list__item--text {
	display: table-cell;
	vertical-align: middle
}
.iryohijosei .nanbyou__cost {
	margin-bottom: 60px
}
.iryohijosei .nanbyou__cost__heading--title {
	position: relative;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	max-width: 512px;
	padding: 9px 0 12px 34px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.iryohijosei .nanbyou__cost__heading--title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.iryohijosei .nanbyou__cost__content {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .nanbyou__cost__content--title {
	margin-top: 30px
}
.iryohijosei .nanbyou__cost__content__list__item {
	display: table
}
.iryohijosei .nanbyou__cost__content__list__item--icon {
	float: left
}
.iryohijosei .nanbyou__cost__content__list__item--text {
	display: table-cell;
	vertical-align: middle
}
.iryohijosei .nanbyou__cost__notes {
	margin-top: 10px
}
.iryohijosei .nanbyou__cost__notes__list {
	display: table;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.iryohijosei .nanbyou__cost__notes__list--number {
	float: left;
	width: 25px
}
.iryohijosei .nanbyou__cost__notes__list--text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px
}
.iryohijosei .nanbyou__help {
	margin-bottom: 62px
}
.iryohijosei .nanbyou__help__heading--title {
	position: relative;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	max-width: 475px;
	padding: 9px 0 12px 34px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.iryohijosei .nanbyou__help__heading--title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.iryohijosei .nanbyou__help__heading--text {
	margin-top: 25px;
	color: #000;
	text-align: left;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .nanbyou__help__frame {
	border: 2px solid #403a60;
	border-radius: 10px;
	padding: 19px 29px 22px;
	margin-top: 20px
}
.iryohijosei .nanbyou__help__frame--text {
	color: #403a60;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .nanbyou__self {
	margin-bottom: 65px
}
.iryohijosei .nanbyou__self__heading--title {
	position: relative;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	max-width: 415px;
	padding: 9px 0 12px 34px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.iryohijosei .nanbyou__self__heading--title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.iryohijosei .nanbyou__self__heading--text {
	margin-top: 25px;
	color: #000;
	text-align: left;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .nanbyou__self__list {
	margin-top: 34px
}
.iryohijosei .nanbyou__self__list__image {
	max-width: 832px;
	margin: auto
}
.iryohijosei .nanbyou__self__list__image--title {
	margin-bottom: 23px;
	text-align: left;
	color: #403a60;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: .025em
}
.iryohijosei .nanbyou__self__list__image__field img {
	max-width: 100%
}
.iryohijosei .nanbyou__self__list__image--hint {
	display: none;
	visibility: hidden
}
.iryohijosei .nanbyou__self__notes {
	margin-top: 15px
}
.iryohijosei .nanbyou__self__notes__list {
	display: table;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.iryohijosei .nanbyou__self__notes__list--number {
	float: left;
	width: 25px
}
.iryohijosei .nanbyou__self__notes__list--text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px
}
.iryohijosei .nanbyou__process {
	margin-bottom: 77px
}
.iryohijosei .nanbyou__process__heading--title {
	position: relative;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	max-width: 660px;
	padding: 9px 0 12px 34px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.iryohijosei .nanbyou__process__heading--title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.iryohijosei .nanbyou__process__list {
	margin-top: 23px
}
.iryohijosei .nanbyou__process__list__item {
	margin-bottom: 30px
}
.iryohijosei .nanbyou__process__list__item:last-child {
	margin-bottom: 27px
}
.iryohijosei .nanbyou__process__list__item--title {
	color: #000;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: .05em
}
.iryohijosei .nanbyou__process__list__item--title span.red {
	color: #ec6d6c
}
.iryohijosei .nanbyou__process__list__item--title span.blue {
	color: #4394d0
}
.iryohijosei .nanbyou__process__list__item--text {
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: .05em
}
.iryohijosei .nanbyou__process__image {
	max-width: 832px;
	margin: auto
}
.iryohijosei .nanbyou__process__image__field img {
	max-width: 100%
}
.iryohijosei .nanbyou__process__image--hint {
	display: none;
	visibility: hidden
}
.iryohijosei .nanbyou__process__claims {
	margin-top: 35px
}
.iryohijosei .nanbyou__process__claims--text {
	text-align: left;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.iryohijosei .nanbyou__process__notes {
	margin-top: 10px
}
.iryohijosei .nanbyou__process__notes__list {
	display: table;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.iryohijosei .nanbyou__process__notes__list--number {
	float: left;
	width: 25px
}
.iryohijosei .nanbyou__process__notes__list--text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px
}
.iryohijosei__document {
	max-width: 100%
}
.iryohijosei__document__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.iryohijosei__document__item {
	padding: 34px 15px 26px;
	width: 48%;
	background: #ecdca8;
	-webkit-box-shadow: 0 0 5px rgba(56, 75, 89, .17);
	box-shadow: 0 0 5px rgba(56, 75, 89, .17);
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.iryohijosei__document__item:last-child {
	margin-bottom: 0
}
.iryohijosei__document__item__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.iryohijosei__document__item__info__image--thum {
	width: 140px;
	max-width: 100%
}
.iryohijosei__document__item__info__read {
	padding-left: 22px
}
.iryohijosei__document__item__info__read--title {
	margin-bottom: 14px;
	color: #403a60;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: .05em
}
.iryohijosei__document__item__info__read--text {
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.materials {
	padding: 83px 5% 100px
}
.materials span.txt {
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(60%, #ffeec0));
	background: linear-gradient(hsla(0, 0%, 100%, 0) 50%, #ffeec0 60%)
}
.materials__inner {
	max-width: 1000px;
	margin: 0 auto
}
.materials__top {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #4d476b;
	padding-bottom: 27px
}
.materials__top--title {
	margin-right: 25px;
	color: #403a60;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	letter-spacing: .05em
}
.materials__top--txt {
	margin-top: 0;
	color: #000;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: .05em
}
.materials__top--img {
	position: absolute;
	width: 238px;
	right: 63px;
	bottom: 0
}
.materials__top--img.col2 {
	width: 121px
}
.materials__top--img.col3 {
	width: 184px;
	bottom: -13px;
	right: 90px
}
.materials__info {
	margin-top: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: auto
}
.materials__info__item {
	width: 48%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	margin-bottom: 30px;
	border-radius: 15px
}
.materials__info__item:last-child {
	margin-bottom: 0
}
.materials__info__item__area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 30px 25px
}
.materials__info__item__area--title {
	height: 3.6em;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #3e395e;
	text-align: center;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.28;
	letter-spacing: .05em
}
.materials__info__item__area--title span.title {
	font-size: 22px;
	line-height: 1.3636363636;
	letter-spacing: .02em
}
.materials__info__item__area--txt {
	padding-top: 12px;
	height: 7em;
	border-top: 1px solid #000;
	text-align: left;
	color: #3e3a39;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.materials__info__item__area--link {
	position: relative;
	color: #403a60;
	padding-right: 17px;
	text-align: right;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6666666667;
	letter-spacing: .05em
}
.materials__info__item__area--link:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	border-top: 8px solid transparent;
	border-left: 11px solid #403a60;
	border-bottom: 8px solid transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.materials .symptom-notes__top {
	margin-top: 48px
}
.materials .symptom-notes__top--title {
	color: #403a60;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.3181818182;
	letter-spacing: .05em
}
.materials .symptom-notes__top--txt {
	margin: 25px 0 66px;
	color: #403a60;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.8;
	letter-spacing: .05em
}
.materials .symptom-notes__title {
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	position: relative;
	max-width: 135px;
	padding: 9px 0 12px 34px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	line-height: .96;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.materials .symptom-notes__title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.materials .symptom-notes__item {
	margin: 53px auto 60px
}
.materials .symptom-notes__item--img {
	max-width: 940px;
	margin: 0 auto;
	overflow: none
}
.materials .symptom-notes__item--img img {
	max-width: 100%
}
.materials .symptom-notes__item--hint {
	display: none
}
.materials .symptom-notes__btn {
	text-align: center
}
.materials .symptom-notes__btn a {
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	color: #403a60;
	border: 1px solid #403a60;
	position: relative;
	background: #f1f0f5;
	border-radius: 15px;
	display: block;
	max-width: 670px;
	margin: 0 auto;
	padding: 26px 0 28px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .05em
}
.materials .symptom-notes__btn a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 49px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/icon/icon_download.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px
}
.materials .patients__top--title {
	color: #403a60;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.3181818182;
	letter-spacing: .05em
}
.materials .patients__top--detail {
	margin: 20px 0 49px;
	color: #403a60;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.0714285714;
	letter-spacing: .05em
}
.materials .patients__top--txt {
	color: #403a60;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.1;
	letter-spacing: .05em
}
.materials .gpp-app__top {
	margin-top: 50px
}
.materials .gpp-app__top--title {
	color: #403a60;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.3181818182;
	letter-spacing: .05em
}
.materials .gpp-app__top--txt {
	color: #403a60;
	margin: 20px 0 49px;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.8;
	letter-spacing: .05em
}
.materials .gpp-app__main {
	max-width: 940px;
	margin: 80px auto 0
}
.materials .gpp-app__main__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0
}
.materials .gpp-app__main__head {
	width: 50%;
	margin: 48px 15px 122px 0
}
.materials .gpp-app__main__head--txt {
	max-width: 466px
}
.materials .gpp-app__main__head__list {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.materials .gpp-app__main__head__list--app {
	margin-right: 20px;
	max-width: 201px
}
.materials .gpp-app__main__head__list--app a, .materials .gpp-app__main__head__list--app a:hover {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.materials .gpp-app__main__head__list--app a:hover {
	opacity: .5
}
.materials .gpp-app__main__head__list--google {
	max-width: 245px
}
.materials .gpp-app__main__head__list--google a, .materials .gpp-app__main__head__list--google a:hover {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.materials .gpp-app__main__head__list--google a:hover {
	opacity: .5
}
.materials .gpp-app__main__img {
	width: 50%;
	background: url(../img/materials/fv_img.png) no-repeat
}
.materials .gpp-app__main__app {
	display: none
}
.materials .gpp-app__main__app__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 21px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.materials .gpp-app__main__app__list--app {
	max-width: 123px;
	margin-right: 5px
}
.materials .gpp-app__main__app__list--google {
	max-width: 149px;
	margin-left: 5px
}
.materials .gpp-app__hiroba {
	background: #fff;
	border-radius: 15px
}
.materials .gpp-app__hiroba__area {
	padding: 45px 30px 50px;
	-webkit-box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	border-radius: 15px
}
.materials .gpp-app__hiroba__top {
	padding: 0
}
.materials .gpp-app__hiroba__top--title {
	padding-bottom: 24px;
	margin-bottom: 37px;
	border-bottom: 1px solid #000;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	letter-spacing: .05em
}
.materials .gpp-app__hiroba__top__list {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.materials .gpp-app__hiroba__top__list--txt:nth-child(2) {
	margin: 42px 0 40px
}
.materials .gpp-app__hiroba__info__top {
	padding: 65px 0 0
}
.materials .gpp-app__hiroba__info__top--title {
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	letter-spacing: .05em
}
.materials .gpp-app__record__contents {
	padding-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.materials .gpp-app__record__head {
	max-width: 530px
}
.materials .gpp-app__record__head__top {
	display: table
}
.materials .gpp-app__record__head__top--icon {
	float: left;
	margin-right: 20px
}
.materials .gpp-app__record__head__top__area {
	display: table-cell;
	vertical-align: middle
}
.materials .gpp-app__record__head__top__area--read {
	margin-bottom: 6px;
	color: #7b6239;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6666666667;
	letter-spacing: .025em
}
.materials .gpp-app__record__head__top__area--txt {
	color: #3e395e;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	letter-spacing: .025em
}
.materials .gpp-app__record__head__txt {
	margin-top: 22px;
	color: #010101;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.materials .gpp-app__record__head__notes {
	margin-top: 23px;
	display: table;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.materials .gpp-app__record__head__notes--icon {
	float: left
}
.materials .gpp-app__record__head__notes--txt {
	display: table-cell;
	vertical-align: middle
}
.materials .gpp-app__record__img {
	padding-right: 50px
}
.materials .gpp-app__share {
	background: #f1f0f5
}
.materials .gpp-app__share__contents {
	padding-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.materials .gpp-app__share__head {
	max-width: 530px;
	padding-right: 30px
}
.materials .gpp-app__share__head__top {
	display: table
}
.materials .gpp-app__share__head__top--icon {
	float: left;
	margin-right: 20px
}
.materials .gpp-app__share__head__top__area {
	display: table-cell;
	vertical-align: middle
}
.materials .gpp-app__share__head__top__area--read {
	margin-bottom: 6px;
	color: #7b6239;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6666666667;
	letter-spacing: .025em
}
.materials .gpp-app__share__head__top__area--txt {
	color: #3e395e;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	letter-spacing: .025em
}
.materials .gpp-app__share__head__txt {
	margin-top: 22px;
	color: #010101;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.materials .gpp-app__share__head__notes {
	margin-top: 23px;
	display: table;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.materials .gpp-app__share__head__notes--icon {
	float: left
}
.materials .gpp-app__share__head__notes--txt {
	display: table-cell;
	vertical-align: middle
}
.materials .gpp-app__share__img {
	padding-left: 50px
}
.materials .gpp-app__share__img.pc {
	display: block
}
.materials .gpp-app__share__img.sp {
	display: none
}
.materials .gpp-app__community__contents {
	border-bottom: 1px solid #000;
	padding-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.materials .gpp-app__community__head {
	max-width: 530px
}
.materials .gpp-app__community__head__top {
	display: table
}
.materials .gpp-app__community__head__top--icon {
	float: left;
	margin-right: 20px
}
.materials .gpp-app__community__head__top__area {
	display: table-cell;
	vertical-align: middle
}
.materials .gpp-app__community__head__top__area--read {
	margin-bottom: 6px;
	color: #7b6239;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6666666667;
	letter-spacing: .025em
}
.materials .gpp-app__community__head__top__area--txt {
	color: #3e395e;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	letter-spacing: .025em
}
.materials .gpp-app__community__head__txt {
	margin-top: 22px;
	color: #010101;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.materials .gpp-app__community__head__notes {
	margin-top: 14px;
	display: table;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.materials .gpp-app__community__head__notes--icon {
	float: left
}
.materials .gpp-app__community__head__notes--txt {
	display: table-cell;
	vertical-align: middle
}
.materials .gpp-app__community__img {
	border-bottom: 1px solid #000
}
.materials .gpp-app__community__img--img {
	padding-right: 50px;
	border: none
}
.materials .gpp-app__banner {
	max-width: 940px;
	margin: 0 auto;
	background: url(../img/materials/banner_pc.png) 50% no-repeat;
	background-size: cover
}
.materials .gpp-app__banner--txt {
	max-width: 586px;
	margin: 0
}
.materials .gpp-app__banner__area {
	border: 2px solid #000;
	padding: 21px 38px 18px;
	margin: 64px auto 0
}
.materials .gpp-app__banner__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px
}
.materials .gpp-app__banner__list--app {
	margin-right: 7px;
	max-width: 187px
}
.materials .gpp-app__banner__list--app a, .materials .gpp-app__banner__list--app a:hover {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.materials .gpp-app__banner__list--app a:hover {
	opacity: .5
}
.materials .gpp-app__banner__list--google {
	margin-right: 20px;
	max-width: 225px
}
.materials .gpp-app__banner__list--google a, .materials .gpp-app__banner__list--google a:hover {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.materials .gpp-app__banner__list--google a:hover {
	opacity: .5
}
.materials .gpp-app__banner__list--icon {
	max-width: 68px
}
.materials .gpp-app__document {
	margin: 60px auto 64px
}
.materials .gpp-app__document__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
.materials .gpp-app__document__item {
	width: 50%;
	background: #fff;
	border-radius: 15px;
	-webkit-box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	margin-right: 22px
}
.materials .gpp-app__document__item:nth-child(2) {
	margin-left: 22px;
	margin-right: 0
}
.materials .gpp-app__document__item a, .materials .gpp-app__document__item a:hover {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.materials .gpp-app__document__item a:hover {
	opacity: .5
}
.materials .gpp-app__document__item__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 35px 27px 30px
}
.materials .gpp-app__document__item__info__img--thum {
	width: 136px;
	max-width: 100%
}
.materials .gpp-app__document__item__info__txt {
	margin-left: 15px
}
.materials .gpp-app__document__item__info__txt--title {
	margin: -7px 0 5px;
	font-weight: 700;
	color: #3e395e;
	font-size: 25px;
	line-height: 1.28;
	letter-spacing: .025em
}
.materials .gpp-app__document__item__info__txt--read {
	font-weight: 500;
	color: #010101;
	font-size: 18px;
	line-height: 1.3888888889;
	letter-spacing: .05em
}
.materials .gpp-app__faq {
	background: #fff;
	-webkit-box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	box-shadow: 0 3px 20px rgba(56, 75, 89, .2);
	border-radius: 15px
}
.materials .gpp-app__faq--title {
	color: #403a60;
	padding-bottom: 27px;
	margin-bottom: 29px;
	border-bottom: 1px solid #000;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	letter-spacing: .025em
}
.materials .gpp-app__faq__area {
	padding: 40px 30px 66px
}
.materials .gpp-app__faq__list__item {
	margin-top: 20px
}
.materials .gpp-app__faq__list__item:first-child {
	margin-top: 0
}
.materials .gpp-app__faq__list__item__question {
	color: #403a60
}
.materials .gpp-app__faq__list__item__question__area {
	display: table;
	padding: 10px 20px 10px 0
}
.materials .gpp-app__faq__list__item__question__area--icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 15px;
	background: #403a60;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	letter-spacing: .05em
}
.materials .gpp-app__faq__list__item__question__area--icon span.icon {
	margin-top: -5px
}
.materials .gpp-app__faq__list__item__question__area--txt {
	display: table-cell;
	vertical-align: middle;
	font-weight: 700;
	font-size: 22px;
	line-height: .9090909091;
	letter-spacing: .05em
}
.materials .gpp-app__faq__list__item__answer {
	background: #f1f0f5;
	border-radius: 15px
}
.materials .gpp-app__faq__list__item__answer__area {
	display: table;
	padding: 10px 20px 10px 0
}
.materials .gpp-app__faq__list__item__answer__area--icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 15px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #403a60;
	font-weight: 700;
	font-size: 24px;
	line-height: 2.0833333333;
	letter-spacing: .05em
}
.materials .gpp-app__faq__list__item__answer__area--txt {
	display: table-cell;
	vertical-align: middle;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: .05em
}
.materials .gpp-app__support {
	background: #ecdca8;
	margin-top: 62px;
	border-radius: 15px
}
.materials .gpp-app__support__area {
	padding: 25px 30px 30px
}
.materials .gpp-app__support--title {
	text-align: center;
	color: #403a60;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: .05em
}
.materials .gpp-app__support--title .txtbold {
	font-weight: 700
}
.materials .gpp-app__support__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #403a60;
	background: #fff;
	padding: 21px 0 23px;
	border-radius: 10px;
	margin-top: 18px
}
.materials .gpp-app__support__contents__item {
	width: 45%
}
.materials .gpp-app__support__contents--gpp {
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	letter-spacing: .025em;
	margin-bottom: 13px
}
.materials .gpp-app__support__contents--hours, .materials .gpp-app__support__contents--mail {
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .05em
}
.materials .gpp-app__support__contents--mail {
	margin-bottom: 17px
}
.materials .gpp-app__support__contents--tel {
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .05em
}
.materials .patients_doc__top {
	margin-top: 50px
}
.materials .patients_doc__top--title {
	color: #403a60;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.3181818182;
	letter-spacing: .05em
}
.materials .patients_doc__top--txt {
	margin-top: 23px;
	color: #403a60;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.8;
	letter-spacing: .05em
}
.materials .patients_doc__contents {
	margin-top: 79px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.materials .patients_doc__item {
	max-width: 470px;
	width: 100%;
	margin: 0
}
.materials .patients_doc__item.col1 {
	margin: 0 auto
}
.materials .patients_doc__item.col2 {
	margin: 0
}
.materials .patients_doc__item--title {
	text-align: center;
	font-weight: 700;
	height: 3.3em;
	font-size: 25px;
	line-height: 1.28;
	letter-spacing: .05em
}
.materials .patients_doc__item--title span.notes {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: .05em
}
.materials .patients_doc__item--img {
	max-width: 340px;
	margin: 0 auto
}
.materials .patients_doc__item--btn {
	text-align: center
}
.materials .patients_doc__item--btn a {
	color: #403a60;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	position: relative;
	border: 1px solid #8077ac;
	background: #f1f0f5;
	border-radius: 15px;
	display: block;
	max-width: 405px;
	margin: 30px auto 0;
	padding: 26px 0 28px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .05em
}
.materials .patients_doc__item--btn a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 28px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/icon/icon_download.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px
}
.materials .iryouhijyosei__top {
	margin-top: 50px
}
.materials .iryouhijyosei__top--title {
	color: #403a60;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.3181818182;
	letter-spacing: .05em
}
.materials .iryouhijyosei__top--txt {
	margin-top: 23px;
	color: #403a60;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.8;
	letter-spacing: .05em
}
.materials .iryouhijyosei__contents {
	margin-top: 79px
}
.materials .iryouhijyosei__item {
	max-width: 410px;
	width: 100%;
	margin: 58px auto 0
}
.materials .iryouhijyosei__item--title {
	display: block;
	text-align: center;
	color: #3e395e;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.75;
	letter-spacing: .05em
}
.materials .iryouhijyosei__item--title span.system {
	color: #3e395e;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.6;
	letter-spacing: .05em
}
.materials .iryouhijyosei__item--img {
	max-width: 340px;
	margin: auto
}
.materials .iryouhijyosei__item--btn {
	text-align: center
}
.materials .iryouhijyosei__item--btn a {
	color: #403a60;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	position: relative;
	border: 1px solid #8077ac;
	background: #f1f0f5;
	border-radius: 15px;
	display: block;
	max-width: 405px;
	margin: 30px auto 0;
	padding: 26px 0 28px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .05em
}
.materials .iryouhijyosei__item--btn a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 28px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/icon/icon_download.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px
}
.materials .iryouhisoudan__top {
	margin-top: 50px
}
.materials .iryouhisoudan__top--title {
	color: #403a60;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.3181818182;
	letter-spacing: .05em
}
.materials .iryouhisoudan__top--txt {
	margin-top: 23px;
	color: #403a60;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.8;
	letter-spacing: .05em
}
.materials .iryouhisoudan__read {
	margin-top: 60px
}
.materials .iryouhisoudan__read--title {
	position: relative;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	max-width: 405px;
	padding: 9px 0 12px 22px;
	background: #8b86a2;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: .9615384615;
	letter-spacing: .05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.materials .iryouhisoudan__read--title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 100%;
	background: #3e395e
}
.materials .iryouhisoudan__read--txt {
	margin-top: 40px;
	text-align: left;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em
}
.materials .iryouhisoudan__read--txt span.item {
	font-weight: 700;
	border-bottom: 1px solid #000
}
.materials .iryouhisoudan__item {
	max-width: 410px;
	width: 100%;
	margin: 95px auto 0
}
.materials .iryouhisoudan__item--title {
	display: block;
	text-align: center;
	color: #3e395e;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.75;
	letter-spacing: .05em
}
.materials .iryouhisoudan__item--img {
	max-width: 340px;
	margin: auto
}
.materials .iryouhisoudan__item--btn {
	text-align: center
}
.materials .iryouhisoudan__item--btn a {
	color: #403a60;
	-webkit-box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	box-shadow: 0 3px 15px rgba(56, 75, 89, .4);
	position: relative;
	border: 1px solid #8077ac;
	background: #f1f0f5;
	border-radius: 15px;
	display: block;
	max-width: 405px;
	margin: 30px auto 0;
	padding: 26px 0 28px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .05em
}
.materials .iryouhisoudan__item--btn a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 28px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../img/icon/icon_download.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px
}
.materials .iryouhisoudan__info {
	padding: 110px 0 5px
}
.materials .iryouhisoudan__info__heading {
	text-align: center;
	padding: 22px 0 21px;
	background: #8b86a2;
	border-radius: 5px
}
.materials .iryouhisoudan__info__heading--title {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	letter-spacing: .05em
}
.materials .iryouhisoudan__info__content {
	max-width: 970px;
	margin-left: auto;
	margin-top: 20px
}
.materials .iryouhisoudan__info__center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.materials .iryouhisoudan__info__center--phone {
	max-width: 370px;
	margin: 0
}
.materials .iryouhisoudan__info__center--hours {
	text-align: left;
	font-family: Noto Sans JP, sans-serif;
	margin: 5px 0 0 25px;
	color: #221815;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0
}
.materials .iryouhisoudan__info__read {
	margin-top: 15px
}
.materials .iryouhisoudan__info__read--txt {
	font-family: Noto Sans JP, sans-serif;
	text-align: left;
	color: #221815;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0
}
.faq {
	padding: 83px 5% 100px
}
.faq .displayNone {
	display: none
}
.faq__inner {
	max-width: 1000px;
	margin: 0 auto
}

.faq__top {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #4d476b;
	padding-bottom: 37px;
	margin-bottom: 59px;
}

.faq__top--title {
	color: #403a60;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	letter-spacing: .05em
}

.faq__top--text {
	margin-left: 35px;
	color: #000;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	letter-spacing: .05em
}

.faq__info {
	max-width: 940px;
	margin: 0 auto
}
.faq__info__item {
	border-top: 1px solid #d2d0d0;
	cursor: pointer;
	width: 100%
}
.faq__info__item:last-child {
	border-bottom: 1px solid #d2d0d0
}
.faq .question {
	display: inline-block;
	background: url(../img/icon/icon_close.png) no-repeat;
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 95% 40%
}
.faq .question, .faq .question.open {
	width: 100%;
	padding: 26px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.faq .question.open {
	background-color: rgba(19, 61, 121, .1);
	background: url(../img/icon/icon_open.png) no-repeat;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 95% 40%;
	border-radius: 15px 15px 0 0
}
.faq .question__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50px
}
.faq .question__txt {
	display: table-cell;
	padding: 10px 20px 0;
	vertical-align: middle;
	color: #403a60;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3333333333;
	letter-spacing: .05em
}
.faq .answer {
	background: #f1f0f5;
	border-radius: 15px
}
.faq .answer__item {
	display: table;
	padding: 26px 30px;
	margin-bottom: 25px
}
.faq .answer__item--icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 50px
}
.faq .answer__item--txt {
	display: table-cell;
	padding: 0 20px;
	vertical-align: middle;
	color: #151a34;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8125;
	letter-spacing: .05em
}
.faq .answer__item--txt__notes {
	margin-top: 14px
}
.faq .answer__item--txt__notes--title, .faq .answer__item--txt__notes__list {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5384615385;
	letter-spacing: .05em
}
.faq .answer__item--txt__notes__list {
	display: table
}
.faq .answer__item--txt__notes__list--num {
	float: left;
	margin-right: 5px
}
.faq .answer__item--txt__notes__list--txt {
	overflow: auto
}
.faq__detail__txt {
	background: #ecdca8;
	border-radius: 15px;
	margin-top: 60px;
	padding: 16px 0 15px;
	text-align: center;
	color: #403a60;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: .05em
}
.faq__detail__txt a {
	font-weight: 700;
	color: #403a60;
	text-decoration: underline
}
.faq__detail__txt a, .faq__detail__txt a:hover {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.faq__detail__txt a:hover {
	opacity: .5
}
.faq__detail__notes {
	color: #000;
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6428571429;
	letter-spacing: .05em
}
.pagetop {
	position: fixed;
	right: 20px;
	bottom: 0;
	width: 102px
}
@-webkit-keyframes modal-video {
	0% {
		opacity: 0;
		visibility: hidden
	}
	to {
		opacity: 1;
		visibility: visible
	}
}
@keyframes modal-video {
	0% {
		opacity: 0;
		visibility: hidden
	}
	to {
		opacity: 1;
		visibility: visible
	}
}


.modal-area {
	display: none;
	position: fixed;
	top: 0;
	z-index: 99
}

.modal-area,.modal-bg {
	width: 100%;
	height: 100vh;
}

.modal-bg {
	background: rgba(255,255,255,1);
	position: absolute
	height: 100%;
}

.modal-content {
	background: #fff;
	box-shadow: 0 3px 20px rgba(56,75,89,.2);
	border-radius: 15px;
	box-sizing: border-box;
	left: 50%;
	padding: 25px 25px 25px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 1000px;
	height: auto;
}

@media (min-width: 769px) and (max-width: 1024px) {
	.modal-content {
		width: 666px;
	}
}

@media (min-width: 0px) and (max-width: 768px) {
	.modal-content {
		width: 335px;
		height: 98svh;
		padding: 20px 25px 40px;
	}
}


.alert{
  width: 100%;
}

.alert__content{
  width: 100%;
}

.alert__heading{
  border-bottom: 1px solid #362f6b;
  padding-bottom: 25px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .alert__heading{
    padding-bottom: 12px;
  }
}

.alert__heading--read{
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: .05em;
  padding: 22px 0 12px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .alert__heading--read{
    font-size: 10px;
    padding: 11px 0 6px;
  }
}

.alert__heading--title{
  text-align: center;
  color: #362f6b;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4666666667;
  letter-spacing: .05em;
}

@media (min-width: 0px) and (max-width: 768px) {
  .alert__heading--title{
    font-size: 15px;
  }
}

.alert__heading__logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.alert__heading__logo--item:first-child{
	max-width: 181px;
}

@media (min-width: 0px) and (max-width: 768px) {
	.alert__heading__logo--item:first-child{
		max-width: 110px;
	}
}

.alert__heading__logo--item:last-child{
	max-width: 150px;
}

@media (min-width: 0px) and (max-width: 768px) {
	.alert__heading__logo--item:last-child{
		max-width: 92px;
	}
}
.alert__read{
  margin: 16px 0 30px;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 768px) {
  .alert__read{
    margin: 18px 0 18px;
  }
}

.alert__read--text{
  margin-bottom: 10px;
  color: #3e3a39;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6363636364;
  letter-spacing: .05em;
}

@media (min-width: 0px) and (max-width: 768px) {
  .alert__read--text{
    margin-bottom: 14px;
    font-size: 11px;
  }
}

.alert__read--text:last-child{
  margin-bottom: 0;
}

.alert__select{
  display: flex;
  justify-content: space-around;
  padding: 0 50px 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  .alert__select{
    display: block;
    padding: 0;
  }
}

.alert__select__button{
  width: 325px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .alert__select__button{
    width: 284px;
    margin: 0 auto 13px;
  }

  .alert__select__button:last-child{
    margin: 0 auto 0;
  }
}

.alert__select__button button{
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 11px 0 17px;
  border-radius: 50px;
  background: #403a60;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.0909090909;
  letter-spacing: .05em;
  transition: all .5s ease;
  font-family: inherit;
  border: none;
  padding-inline: 0;
}

.alert__select__button button:hover{
  opacity: 0.5;
  transition: 0.5s;
  cursor: pointer;
}


@media (min-width: 0px) and (max-width: 768px) {
  .alert__select__button button{
    padding: 11px 0 13px;
    font-size: 11px;
    line-height: 1;
    border: none;
    padding-inline: 0;
  }
}


.alert__select__button a{
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 11px 0 17px;
  border-radius: 50px;
  background: #403a60;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.0909090909;
  letter-spacing: .05em;
  transition: all .5s ease;
}


@media (min-width: 0px) and (max-width: 768px) {
  .alert__select__button a{
    padding: 10px 0 13px;
    font-size: 11px;
  }
}

.alert__select__button .note{
  color: #403a60;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  padding-top: 11px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .alert__select__button .note{
    font-size: 11px;
    text-align: center;
    padding-top: 5px;
  }
}


.modal-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 100%, .8);
	z-index: 1000000;
	cursor: pointer;
	opacity: 1;
	-webkit-animation: modal-video .8s cubic-bezier(.19, 1, .22, 1);
	animation: modal-video .8s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
	transition: opacity .8s cubic-bezier(.19, 1, .22, 1)
}
.modal-video-close {
	opacity: 0
}
.modal-video-body {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.modal-video-body, .modal-video-inner {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.modal-video-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-animation: modal-video .8s cubic-bezier(.19, 1, .22, 1);
	animation: modal-video .8s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition: -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
	transition: transform .8s cubic-bezier(.19, 1, .22, 1);
	transition: transform .8s cubic-bezier(.19, 1, .22, 1), -webkit-transform .8s cubic-bezier(.19, 1, .22, 1)
}
.modal-video-movie-wrap {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	background-color: #333
}
.modal-video-movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.modal-video-close-btn {
	position: absolute;
	z-index: 2;
	top: -45px;
	right: 0;
	display: inline-block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border: none;
	background: transparent
}
.modal-video-close-btn:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.modal-video-close-btn:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.modal-video-close-btn:after, .modal-video-close-btn:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	background: #005bac;
	border-radius: 5px;
	margin-top: -6px
}
@media (min-width:0) and (max-width:768px) {
	sup {
		font-size: 10px;
		margin-bottom: 10px
	}
	.pc-style, .tab-style {
		display: none
	}
	.sp-style {
		display: block
	}
	#wrapper, #wrapper.home {
		background: url(../img/common/bg_top_sp.png) no-repeat;
		background-position: 0 37px;
		background-size: 100%
	}
	.header__inner {
		padding: 0 5%
	}
	.header__info {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 0;
		padding: 15px 0 19px
	}
	.header__logo--img {
		max-width: 125px
	}
	.header__item, .header__menu.pc {
		display: none
	}
	.header .global-nav-icon.sp, .header__menu.sp {
		display: block
	}
	.footer {
		padding: 0
	}
	.footer__menu {
		margin-bottom: 0
	}
	.footer__menu.pc {
		display: none
	}
	.footer__menu.sp {
		display: block
	}
	.footer__info {
		border-top: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 19px 20px 37px
	}
	.footer__info__logo {
		width: 181px;
		margin: 37px auto 0
	}
	.footer__info__text {
		padding-top: 14px;
		font-size: 10px;
		line-height: 1.5;
		text-align: center;
		width: 100%
	}
	.footer__info__menu {
		width: 100%
	}
	.footer__info__menu__list {
		display: block
	}
	.footer__info__menu__list__item {
		border-right: 0;
		padding-right: 0;
		padding-bottom: 10px
	}
	.footer__info__menu__list__item:first-child {
		padding-top: 45px
	}
	.footer__info__menu__list__item:last-child {
		padding-top: 0;
		padding-left: 0;
		padding-bottom: 0
	}
	.footer__info__menu__list__item a {
		font-size: 12px
	}
	.footer__info .copy {
		margin-top: 35px;
		font-size: 10px
	}
	.bread {
		padding: 85px 10% 0
	}
	.bread .bread_list ol {
		padding: 9px 4% 8px;
		font-size: 12px;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap
	}
	.bread .bread_list ol li.active, .bread .bread_list ol li.passive {
		padding: 0 0 0 20px;
		background-size: 11px;
		background-position: 5px 5px
	}
	.bread .bread_list ol li a {
		font-size: 11px
	}
	.creation {
		max-width: 335px;
		padding: 0 5%;
		margin: 0 auto 100px;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline
	}
	.creation__icon {
		width: 17px;
		margin-right: 7px
	}
	.creation__date {
		font-size: 11px;
		line-height: 1.0909090909;
		letter-spacing: .025em
	}
	.siteLink {
		padding: 43px 5% 42px
	}
	.siteLink__inner {
		display: block;
		max-width: 284px
	}
	.siteLink__item:nth-child(2) {
		padding: 9px 0
	}
	.editing {
		padding: 50px 5% 17px
	}
	.editing__inner {
		max-width: 335px;
		padding: 23px 21px 25px;
		border-radius: 10px
	}
	.editing__info {
		display: block
	}
	.editing__info__img {
		display: none
	}
	.editing__info__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
	.editing__info__top--title {
		font-size: 13px;
		line-height: 1.3846153846;
		letter-spacing: .025em
	}
	.editing__info__top--title span.name {
		font-size: 15px;
		line-height: 1.2;
		letter-spacing: .025em
	}
	.editing__info__top--img {
		display: block;
		max-width: 102px;
		margin-right: 15px
	}
	.editing__info__content {
		margin-left: 0
	}
	.editing__info__list {
		margin-top: 14px;
		padding-top: 12px;
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: .025em
	}
	.caution {
		padding: 125px 5% 16px
	}
	.caution__inner {
		padding: 28px 5% 42px;
		max-width: 335px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.caution__notes {
		font-weight: 500;
		font-size: 13px;
		line-height: 1.0769230769;
		letter-spacing: .05em
	}
	.caution__title {
		padding: 17px 0 22px;
		font-weight: 700;
		font-size: 18px;
		line-height: 1.3888888889;
		letter-spacing: .05em
	}
	.caution__txt {
		margin: 21px 0 27px;
		font-weight: 500;
		font-size: 15px;
		line-height: 1.6;
		letter-spacing: .04em
	}
	.caution__txt__area:nth-child(2) {
		margin-top: 25px
	}
	.caution__select {
		display: block
	}
	.caution__select__button:nth-child(2) {
		margin-top: 13px
	}
	.caution__select__button--txt {
		width: 100%
	}
	.caution__select__button a {
		padding: 12px 0 15px;
		font-size: 15px;
		line-height: .8;
		letter-spacing: .05em
	}
	.homeback {
		max-width: 284px;
		margin: 51px auto 0
	}
	.homeback a {
		font-size: 15px;
		line-height: 1;
		padding: 11px 0 13px
	}
	.homeback a:before {
		border-top: 7px solid transparent;
		border-right: 10px solid #fff;
		border-bottom: 7px solid transparent
	}
	.navarea {
		max-width: 284px
	}
	.navarea__inner {
		display: block
	}
	.navarea--view.right {
		margin: 20px auto 0
	}
	.navarea--view.right a {
		-webkit-box-shadow: 0 3px 7px rgba(56, 75, 89, .4);
		box-shadow: 0 3px 7px rgba(56, 75, 89, .4)
	}
	.navarea--view.right a:after {
		top: 52%;
		right: 9px;
		border-top: 6px solid transparent;
		border-left: 9px solid #403a60;
		border-bottom: 6px solid transparent
	}
	.navarea--view.left {
		margin: 0 auto
	}
	.navarea--view.left a {
		-webkit-box-shadow: 0 3px 7px rgba(56, 75, 89, .4);
		box-shadow: 0 3px 7px rgba(56, 75, 89, .4)
	}
	.navarea--view.left a:after {
		top: 52%;
		right: 9px;
		border-top: 6px solid transparent;
		border-left: 9px solid #403a60;
		border-bottom: 6px solid transparent
	}
	.navarea--view a {
		height: 61px;
		font-size: 15px;
		line-height: 1.3
	}
	.navarea--view a sup {
		margin-top: 0
	}
	.navarea__back {
		display: block;
		margin-top: 76px;
		padding: 0
	}
	.navarea__back--top {
		max-width: 284px;
		margin: 50px auto 0
	}
	.navarea__back--top a {
		font-size: 15px;
		line-height: .8
	}
	.navarea__back--top a:before {
		border-top: 7px solid transparent;
		border-right: 10px solid #fff;
		border-bottom: 7px solid transparent
	}
	.navarea__back--home {
		max-width: 284px;
		margin: 15px auto 0
	}
	.navarea__back--home a {
		font-size: 15px;
		line-height: .8
	}
	.navarea__back--home a:before {
		border-top: 7px solid transparent;
		border-right: 10px solid #fff;
		border-bottom: 7px solid transparent
	}
	.contents {
		padding: 88px 5% 53px
	}
	.contents__top {
		display: block
	}
	.contents__top--title {
		text-align: center;
		margin: 5px 0 13px;
		font-weight: 700;
		font-size: 22px;
		line-height: 1.4545454545;
		letter-spacing: .05em
	}
	.contents__top--read {
		text-align: center
	}
	.contents__top--read span.txt {
		font-weight: 700;
		line-height: .7857142857
	}
	.contents__top--read span.txt, .contents__top--txt {
		text-align: center;
		font-size: 14px;
		letter-spacing: .05em
	}
	.contents__top--txt {
		font-weight: 500;
		line-height: 1.6428571429
	}
	.contents__top--edit {
		display: block;
		margin-top: 40px
	}
	.contents__top--edit__icon {
		float: none;
		width: 50px;
		padding: 3px 0 4px;
		text-align: center;
		margin: 0 auto 8px;
		font-size: 12px;
		line-height: 1.3333333333
	}
	.contents__top--edit__txt {
		display: block;
		text-align: center;
		font-size: 13px;
		line-height: 1.4615384615
	}
	.contents__top--edit__txt span.name {
		font-size: 14px;
		line-height: 1.3571428571
	}
	.contents__top__img {
		max-width: 246px;
		margin: 16px auto 72px
	}
	.contents__top__img.pc {
		display: none
	}
	.contents__top__img.sp {
		display: block
	}
	.contents__info {
		margin-top: 37px
	}
	.contents__info__inner {
		display: block
	}
	.contents__info__item {
		margin: 0 auto 25px;
		border-radius: 10px
	}
	.contents__info__item, .contents__info__item:nth-child(5) {
		width: 335px;
		padding: 25px 21px 30px
	}
	.contents__info__item__inner {
		display: block
	}
	.contents__info__item__inner__item {
		width: 100%
	}
	.contents__info__item--title {
		max-width: 100%;
		padding: 8px 0 10px 19px;
		font-size: 18px;
		line-height: .8888888889
	}
	.contents__info__item--title:before {
		width: 7px
	}

	.contents__info__item--img {
		max-width: 110px;
		margin: 15px auto 0
	}
	.contents__info__item--txt {
		height: auto;
		font-size: 15px;
		line-height: 1.4
	}
	.contents__info__item--menu {
		padding-top: 11px;
		margin-top: 14px
	}
	.contents__info__item--menu__link:last-child {
		margin-bottom: 8px
	}
	.contents__info__item--menu__link--icon {
		border-top: 5px solid transparent;
		border-left: 7px solid #403a60;
		border-bottom: 5px solid transparent;
		margin-right: 8px
	}
	.contents__info__item--menu__link--txt a {
		font-size: 14px;
		line-height: 1.5
	}
	.about {
		padding: 50px 5% 53px
	}
	.about__top {
		display: block;
		max-width: 335px;
		margin: 0 auto 43px;
		padding-bottom: 9px
	}
	.about__top--title {
		font-size: 18px;
		margin-right: 0
	}
	.about__top--txt {
		margin-top: 15px;
		font-size: 13px;
		line-height: 1.4615384615
	}
	.about__top--img {
		width: 88px;
		right: 9px
	}
	.about__info__inner {
		display: block;
		padding: 20px 26px 24px;
		border-radius: 10px
	}
	.about__info__item {
		max-width: 335px;
		margin: 0 auto
	}
	.about__info__item:nth-child(2) {
		margin: 25px auto 0
	}
	.about__info__item--article {
		margin: 0 auto 20px;
		max-width: 150px
	}
	.about__info__item--title {
		font-size: 18px;
		line-height: .8888888889
	}
	.about__info__item--txt {
		font-size: 15px;
		line-height: 1.4
	}
	.about__info__item--link {
		margin-top: 26px;
		font-size: 13px;
		line-height: 1.1538461538
	}
	.about__info__item--link:after {
		border-top: 6px solid transparent;
		border-right: 8px solid #403a60;
		border-bottom: 6px solid transparent
	}
	.about__contents {
		display: block;
		max-width: 335px;
		margin: 0 auto
	}
	.about__contents__top {
		display: block
	}
	.about__contents__area--title {
		font-size: 20px
	}
	.about__contents__area--txt {
		font-size: 15px
	}
	.about__contents__area--img {
		width: 94px;
		margin: 23px auto 0
	}
	.about__contents__txt {
		font-size: 13px
	}
	.about__contents__txt--item {
		margin-top: 15px
	}
	.about__contents__txt--item:nth-child(2) {
		margin-top: 25px
	}
	.about__contents__chart {
		margin-top: 35px
	}
	.about__contents__chart__img {
		overflow: hidden;
		overflow-x: auto;
		padding-bottom: 15px
	}
	.about__contents__chart__img img {
		max-width: 625px
	}
	.about__contents__chart__hint {
		display: block;
		margin: 24px 0 0
	}
	.about__contents__chart__notes {
		margin: 29px auto 52px
	}
	.about__contents__chart__notes--title, .about__contents__chart__notes__list {
		font-size: 10px;
		line-height: 1.4
	}
	.about .skin {
		margin-top: 42px
	}
	.about .skin--title {
		padding: 8px 0 9px 20px;
		max-width: 134px;
		font-size: 18px
	}
	.about .skin--title:before {
		width: 7px
	}
	.about .skin__area {
		border-radius: 10px;
		padding: 0 26px 29px;
		margin-top: 26px
	}
	.about .skin__list {
		padding: 14px 0 13px
	}
	.about .skin__list--icon {
		margin: -3px 8px 0 0;
		width: 16px
	}
	.about .skin__list--txt {
		font-size: 15px;
		line-height: 1.4
	}
	.about .skin__lesion {
		font-size: 10px;
		line-height: 1.6
	}
	.about .skin__lesion__list {
		display: block;
		margin-bottom: 29px
	}
	.about .skin__lesion__list__item {
		max-width: 229px;
		margin: 0 auto
	}
	.about .skin__lesion__list__item:first-child {
		margin: 0 auto 30px
	}
	.about .skin__lesion__list__item:nth-child(2) {
		margin: 0 auto
	}
	.about .skin__lesion__list__item--txt {
		font-size: 18px;
		line-height: 1
	}
	.about .skin__lesion__notes__list {
		font-size: 10px;
		line-height: 1.4
	}
	.about .skin__lesion__notes__list--title {
		width: 50px
	}
	.about .systemic {
		margin-top: 41px
	}
	.about .systemic--title {
		padding: 8px 0 9px 20px;
		max-width: 134px;
		font-size: 18px
	}
	.about .systemic--title:before {
		width: 4px
	}
	.about .systemic__inner {
		display: block;
		max-width: 100%;
		margin-top: 26px
	}
	.about .systemic__area {
		width: 100%
	}
	.about .systemic__area__list {
		border-radius: 10px;
		padding: 0 26px
	}
	.about .systemic__area__list__item {
		padding: 14px 0 13px
	}
	.about .systemic__area__list__item__area--icon {
		margin-right: 8px;
		width: 16px
	}
	.about .systemic__area__list__item__area--txt {
		font-size: 15px;
		line-height: 1.4
	}
	.about .systemic__area__list--info {
		padding: 14px 26px 15px;
		border-radius: 10px;
		margin-top: 20px;
		font-size: 14px;
		line-height: 1
	}
	.about .systemic__area__list--info:before {
		width: 20px;
		height: 20px
	}
	.about .systemic__area__img {
		width: 61px;
		margin: 31px auto 0
	}
	.about .systemic__detail--txt {
		margin-top: 42px;
		border-radius: 10px;
		font-weight: 500;
		font-size: 13px;
		line-height: 1.4
	}
	.about .systemic__detail--notes {
		font-size: 10px;
		margin: 5px 0 24px
	}
	.about .navarea__back {
		margin-top: 52px
	}
	.treatment {
		padding: 50px 5%
	}
	.treatment__inner {
		max-width: 335px
	}
	.treatment__top {
		display: block;
		padding-bottom: 9px;
		margin-bottom: 43px
	}
	.treatment__top--title {
		font-size: 18px;
		margin-right: 0
	}
	.treatment__top--txt {
		margin-top: 15px;
		font-size: 13px;
		line-height: 1.4615384615
	}
	.treatment__top--img {
		width: 59px;
		right: 9px;
		bottom: -5px
	}
	.treatment__info {
		display: block;
		margin-top: 40px
	}
	.treatment__info__item {
		width: 100%;
		border-radius: 10px
	}
	.treatment__info__item__area {
		padding: 0 30px 10px
	}
	.treatment__info__item__area--title {
		font-size: 18px;
		line-height: 1.2222222222
	}
	.treatment__info__item__area--title sup {
		margin-top: 0
	}
	.treatment__info__item__area--txt {
		height: 6em;
		font-size: 15px;
		line-height: 1.4
	}
	.treatment__info__item__area--link {
		font-size: 13px;
		line-height: 1.6153846154
	}
	.treatment__info__item__area--link:after {
		border-top: 4px solid transparent;
		border-left: 9px solid #403a60;
		border-bottom: 4px solid transparent
	}
	.treatment .super {
		top: -5px
	}
	.treatment .spevigo__top--title {
		font-size: 20px
	}
	.treatment .spevigo__top--detail {
		font-size: 15px;
		margin: 22px 0 12px
	}
	.treatment .spevigo__top--notes {
		font-size: 10px;
		line-height: 1.4
	}
	.treatment .spevigo__top__txt {
		font-size: 13px;
		line-height: 1.8
	}
	.treatment .spevigo__top__txt--item:first-child {
		margin-top: 17px
	}
	.treatment .spevigo__top__txt--item:nth-child(2) {
		margin-top: 24px
	}
	.treatment .spevigo .navarea__back {
		margin-top: 50px
	}
	.treatment .spevigo__contents {
		margin-top: 40px;
		margin-bottom: 52px
	}
	.treatment .spevigo__contents__item {
		border-radius: 10px;
		padding: 33px 26px 39px
	}
	.treatment .spevigo__contents--title {
		text-align: center;
		padding: 4px 0 5px 22px;
		font-size: 19px;
		line-height: 1.2105263158
	}
	.treatment .spevigo__contents--title.col1 {
		max-width: 100%
	}
	.treatment .spevigo__contents--img.col1 {
		overflow-y: scroll;
		width: 100%;
		margin: 35px auto 22px
	}
	.treatment .spevigo__contents--img.col1 img {
		max-width: 570px;
		padding-bottom: 5px
	}
	.treatment .spevigo__contents--txt {
		text-align: left;
		font-size: 15px;
		line-height: 1.4
	}
	.treatment .spevigo__contents--hint {
		display: block
	}
	.treatment .spevigo__notes {
		margin: 17px 0 50px;
		font-size: 13px
	}
	.treatment .proper .navarea--view {
		margin-top: 20px
	}
	.treatment .proper .navarea__back {
		margin-top: 50px
	}
	.treatment .proper__top--title {
		font-size: 20px;
		line-height: 1.35
	}
	.treatment .proper__top--detail {
		margin: 20px 0 18px;
		font-size: 15px;
		line-height: 1.6666666667
	}
	.treatment .proper__top__txt {
		font-size: 13px
	}
	.treatment .proper__top__txt--item {
		margin-bottom: 52px
	}
	.treatment .proper__schedule--title {
		max-width: 200px;
		font-size: 18px
	}
	.treatment .proper__schedule--img {
		overflow-x: scroll;
		max-width: 100%;
		margin: 35px auto 34px
	}
	.treatment .proper__schedule--img img {
		max-width: 485px;
		padding-bottom: 15px
	}
	.treatment .proper__schedule--hint {
		display: block
	}
	.treatment .proper__caution {
		margin-top: 55px;
		margin-bottom: 53px;
		border-radius: 10px
	}
	.treatment .proper__caution__top {
		font-size: 16px;
		line-height: 1.25
	}
	.treatment .proper__caution__top--icon {
		width: 36px;
		margin-top: 4px;
		margin-right: 7px
	}
	.treatment .proper__caution__list__item:last-child {
		border-bottom: 1px solid #000
	}
	.treatment .proper__caution__contents {
		display: block
	}
	.treatment .proper__caution__contents__item {
		padding: 16px 0 15px;
		font-size: 15px;
		line-height: 1.4
	}
	.treatment .proper__caution__contents__item--icon {
		width: 16px;
		margin-top: -3px
	}
	.treatment .proper__caution--img {
		margin: 34px auto 0;
		max-width: 236px
	}
	.treatment .examination .navarea--view {
		margin-top: 20px
	}
	.treatment .examination .navarea__back {
		margin-top: 50px
	}
	.treatment .examination__top--title {
		font-size: 20px
	}
	.treatment .examination__top--txt {
		margin: 25px 0 50px;
		font-size: 15px;
		line-height: 1.6666666667
	}
	.treatment .examination__ask {
		margin-top: 51px
	}
	.treatment .examination__ask--title {
		padding: 9px 0 12px 21px;
		max-width: 75px;
		font-size: 18px
	}
	.treatment .examination__ask__contents {
		margin: 26px auto 0
	}
	.treatment .examination__ask__contents--txt {
		padding: 0 21px;
		font-size: 15px;
		line-height: 1.5333333333
	}
	.treatment .examination__ask__contents--img {
		max-width: 210px;
		margin: 35px auto 0
	}
	.treatment .examination__check {
		margin: 55px 0 41px
	}
	.treatment .examination__check--title {
		padding: 9px 0 12px 21px;
		max-width: 75px;
		font-size: 18px
	}
	.treatment .examination__check--img {
		max-width: 335px
	}
	.treatment .examination__check__area.col1, .treatment .examination__check__area.col3 {
		margin-top: 30px
	}
	.treatment .examination__check__area__contents {
		padding: 0 21px
	}
	.treatment .examination__check__area--title {
		padding: 8px 21px 9px;
		font-size: 18px
	}
	.treatment .examination__check__list {
		padding: 18px 0 20px;
		font-size: 15px;
		line-height: 1.4
	}
	.treatment .examination__check__list--icon {
		width: 16px;
		margin-top: -1px
	}
	.treatment .examination__info--txt {
		margin: 43px 0 51px;
		font-size: 14px;
		line-height: 1.2142857143
	}
	.treatment .examination__info--txt:before {
		left: 21px;
		width: 19px;
		height: 19px
	}
	.treatment .careful .navarea--view {
		margin-top: 20px
	}
	.treatment .careful .navarea__back {
		margin-top: 50px
	}
	.treatment .careful__top {
		margin-top: 40px
	}
	.treatment .careful__top--title {
		font-size: 20px
	}
	.treatment .careful__top--detail {
		margin: 26px 0 13px;
		font-size: 15px
	}
	.treatment .careful__top--txt {
		margin-bottom: 38px;
		font-size: 13px
	}
	.treatment .careful__impact__img {
		max-width: 848px;
		margin: 31px auto 33px
	}
	.treatment .careful__impact__area {
		padding: 21px 30px 27px
	}
	.treatment .careful__impact__area.col3, .treatment .careful__impact__area.col4 {
		margin-top: 31px
	}
	.treatment .careful__impact__inner {
		display: block
	}
	.treatment .careful__impact__info--title {
		padding-bottom: 12px;
		margin-bottom: 12px;
		font-size: 18px
	}
	.treatment .careful__impact__info--txt {
		font-size: 15px;
		line-height: 1.4
	}
	.treatment .careful__impact__info__typical {
		margin-top: 15px
	}
	.treatment .careful__impact__info__typical--title, .treatment .careful__impact__info__typical--txt {
		font-size: 15px;
		line-height: 1.4
	}
	.treatment .careful__impact--img {
		margin: 0 auto
	}
	.treatment .careful__impact--img.col1 {
		max-width: 136px;
		margin: 40px auto 0
	}
	.treatment .careful__impact--img.col2 {
		max-width: 153px;
		margin: 37px auto 0
	}
	.treatment .careful__caution {
		margin-top: 41px;
		border-radius: 10px
	}
	.treatment .careful__caution__top {
		font-size: 15px;
		line-height: 1.3333333333
	}
	.treatment .careful__caution__top--icon {
		width: 36px;
		margin-top: 12px;
		margin-right: 13px
	}
	.treatment .careful__caution__contents {
		padding: 0 26px
	}
	.treatment .careful__caution__item__list {
		padding: 26px 0 25px;
		font-size: 15px;
		line-height: 1.4
	}
	.treatment .careful__caution__item__list--icon {
		margin-top: -3px;
		width: 16px;
		margin-right: 10px
	}
	.treatment .careful__notes {
		margin: 26px auto 45px
	}
	.treatment .careful__notes--title, .treatment .careful__notes__list {
		font-size: 10px;
		line-height: 1.4
	}
	.treatment .attention .navarea--view {
		margin-top: 20px
	}
	.treatment .attention .navarea__back {
		margin-top: 50px
	}
	.treatment .attention__top {
		margin-top: 40px
	}
	.treatment .attention__top--title {
		font-size: 20px
	}
	.treatment .attention__top--txt {
		margin: 23px 0 40px;
		font-size: 15px
	}
	.treatment .attention__item {
		padding: 24px 26px 31px
	}
	.treatment .attention__item__inner {
		display: block
	}
	.treatment .attention__item__area--title {
		padding: 9px 0 12px 22px;
		font-size: 17px
	}
	.treatment .attention__item__area--title:before {
		width: 7px
	}
	.treatment .attention__item__area--txt {
		font-size: 15px;
		line-height: 1.4
	}
	.treatment .attention__item--img.col1 {
		max-width: 185px;
		margin: 40px auto 0
	}
	.treatment .attention__item--img.col2 {
		max-width: 68px;
		margin: 40px auto 0
	}
	.treatment .attention__item--img.col3 {
		max-width: 106px;
		margin: 40px auto 0
	}
	.treatment .attention__item--img.col4 {
		max-width: 158px;
		margin: 45px auto 0
	}
	.treatment .attention__item--img.col5 {
		margin: 45px auto 0;
		max-width: 131px
	}
	.treatment .attention__notes {
		margin: 28px auto 51px
	}
	.treatment .attention__notes--title, .treatment .attention__notes__list {
		font-size: 10px
	}
	.iryohijosei {
		padding: 42px 5% 50px
	}
	.iryohijosei .navarea__back {
		margin-top: 50px
	}
	.iryohijosei__inner {
		max-width: 335px
	}
	.iryohijosei__top {
		display: block;
		padding-bottom: 9px
	}
	.iryohijosei__top--title {
		font-size: 18px;
		margin-right: 0
	}
	.iryohijosei__top--txt {
		margin-top: 15px;
		font-size: 13px;
		line-height: 1.4615384615
	}
	.iryohijosei__top--img {
		width: 55px;
		right: 12px
	}
	.iryohijosei__info {
		display: block;
		margin-top: 40px
	}
	.iryohijosei__info__item {
		width: 100%;
		border-radius: 10px
	}
	.iryohijosei__info__item__area--title {
		font-size: 18px;
		line-height: 1.2222222222;
		letter-spacing: .05em
	}
	.iryohijosei__info__item__area--txt {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em
	}
	.iryohijosei__info__item__area--link {
		font-size: 13px;
		line-height: 1.6153846154;
		letter-spacing: .05em
	}
	.iryohijosei__info__item__area--link:after {
		border-top: 8px solid transparent;
		border-left: 9px solid #403a60;
		border-bottom: 8px solid transparent
	}
	.iryohijosei .gpp__top {
		margin-top: 35px
	}
	.iryohijosei .gpp__top--title {
		font-size: 20px;
		line-height: 1.35;
		letter-spacing: .05em
	}
	.iryohijosei .gpp__top--detail {
		font-size: 15px;
		margin: 22px 0 14px
	}
	.iryohijosei .gpp__top--txt {
		font-size: 13px
	}
	.iryohijosei .gpp__system {
		margin-top: 40px
	}
	.iryohijosei .gpp__system--title {
		max-width: 226px;
		padding: 4px 0 6px 21px;
		font-size: 18px;
		line-height: 1.3
	}
	.iryohijosei .gpp__system--title:before {
		width: 7px
	}
	.iryohijosei .gpp__system__contents {
		margin: 19px auto 51px
	}
	.iryohijosei .gpp__system__img {
		overflow-x: scroll;
		margin-top: 0
	}
	.iryohijosei .gpp__system__img img {
		max-width: 790px
	}
	.iryohijosei .gpp__system__hint {
		display: block;
		max-width: 284px;
		margin: 12px auto 7px
	}
	.iryohijosei .gpp__system__notes {
		font-size: 10px
	}
	.iryohijosei .gpp__system__info {
		margin-top: 26px;
		padding: 20px 25px 16px;
		border-radius: 10px;
		font-size: 14px;
		line-height: 1.2142857143;
		letter-spacing: .05em
	}
	.iryohijosei .gpp__system__txt {
		font-size: 15px;
		line-height: 1.5333333333;
		letter-spacing: .05em
	}
	.iryohijosei .gpp__images--title {
		max-width: 335px;
		padding: 4px 0 6px 21px;
		font-size: 18px;
		line-height: 1.3
	}
	.iryohijosei .gpp__images--title:before {
		width: 7px
	}
	.iryohijosei .gpp__images__img {
		overflow-x: scroll;
		margin: 27px 0 31px
	}
	.iryohijosei .gpp__images__img img {
		max-width: 670px;
		padding-bottom: 15px
	}
	.iryohijosei .gpp__images__hint {
		display: block;
		max-width: 284px;
		margin: 12px auto 26px
	}
	.iryohijosei .gpp__images__notes {
		font-size: 10px;
		line-height: 1.4
	}
	.iryohijosei .gpp__images__notes__list--icon {
		width: 20px
	}
	.iryohijosei .gpp__other--title {
		max-width: 260px;
		padding: 4px 0 6px 21px;
		font-size: 18px;
		line-height: 1.3
	}
	.iryohijosei .gpp__other--title:before {
		width: 7px
	}
	.iryohijosei .gpp__other--txt {
		margin: 25px auto 19px;
		font-size: 15px;
		line-height: 1.5333333333;
		letter-spacing: .05em
	}
	.iryohijosei .gpp__other__info {
		margin-bottom: 51px
	}
	.iryohijosei .gpp__other__info--txt {
		padding: 10px 0 11px;
		border-radius: 10px;
		font-size: 13px;
		line-height: 1.4615384615
	}
	.iryohijosei .gpp__other__info--notes {
		font-size: 10px
	}
	.iryohijosei .gpp__use {
		padding: 22px 0 52px
	}
	.iryohijosei .gpp__use__heading--title {
		padding: 8px 0 12px 22px;
		max-width: 230px;
		font-size: 18px;
		line-height: 1.1666666667;
		letter-spacing: .05em
	}
	.iryohijosei .gpp__use__heading--title:after {
		width: 7px
	}
	.iryohijosei .gpp__use__heading--text {
		margin-top: 25px;
		font-size: 15px;
		line-height: 1.5333333333;
		letter-spacing: .05em
	}
	.iryohijosei .gpp__use__content {
		margin: 25px auto 0
	}
	.iryohijosei .gpp__use__content__area {
		margin: auto;
		overflow: hidden;
		overflow-x: scroll
	}
	.iryohijosei .gpp__use__content__area img {
		max-width: 515px
	}
	.iryohijosei .gpp__use__content--hint {
		display: block;
		max-width: 284px;
		margin: 30px auto 0
	}
	.iryohijosei .gpp__use__notes {
		margin-top: 15px;
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: .05em
	}
	.iryohijosei .gpp__use__notes__list--item {
		width: 20px
	}
	.iryohijosei .gpp .navarea {
		max-width: 284px
	}
	.iryohijosei .kougaku .navarea {
		margin: 52px auto 0
	}
	.iryohijosei .kougaku .navarea--view.left {
		margin: 0 auto 22px
	}
	.iryohijosei .kougaku__top {
		margin-top: 37px
	}
	.iryohijosei .kougaku__top--title {
		font-size: 20px;
		line-height: 1.35
	}
	.iryohijosei .kougaku__top--detail {
		margin: 24px 0 42px;
		font-size: 15px
	}
	.iryohijosei .kougaku__info {
		margin-bottom: 33px
	}
	.iryohijosei .kougaku__info__heading--title {
		padding: 6px 0 8px 20px;
		max-width: 210px;
		font-size: 18px;
		line-height: 1.1666666667;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__info__heading--title:after {
		width: 7px
	}
	.iryohijosei .kougaku__info__heading--text {
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__burden__heading--title {
		padding: 6px 0 8px 20px;
		max-width: 300px;
		font-size: 18px;
		line-height: 1.1666666667;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__burden__heading--title:after {
		width: 7px
	}
	.iryohijosei .kougaku__burden__heading--text {
		margin-top: 17px;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__burden__less {
		margin-bottom: 28px
	}
	.iryohijosei .kougaku__burden__less__title {
		margin: 15px 0 22px
	}
	.iryohijosei .kougaku__burden__less__title--text {
		font-size: 17px;
		line-height: 1.1764705882;
		letter-spacing: .025em
	}
	.iryohijosei .kougaku__burden__less__image__field {
		overflow: hidden;
		overflow-x: scroll
	}
	.iryohijosei .kougaku__burden__less__image__field img {
		max-width: 585px
	}
	.iryohijosei .kougaku__burden__less__image--hint {
		display: block;
		visibility: visible;
		max-width: 284px;
		margin: 15px auto 0
	}
	.iryohijosei .kougaku__burden__less__notes__list, .iryohijosei .kougaku__burden__less__read--text {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__burden__less__notes__list--number {
		width: 18px
	}
	.iryohijosei .kougaku__burden__less__notes__list--text {
		padding-left: 3px
	}
	.iryohijosei .kougaku__burden__less__base {
		margin-top: 15px;
		padding-left: 20px
	}
	.iryohijosei .kougaku__burden__less__base--title, .iryohijosei .kougaku__burden__less__base__list__item {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__burden__above {
		margin-bottom: 37px
	}
	.iryohijosei .kougaku__burden__above__heading--title {
		margin-bottom: 5px;
		font-size: 17px;
		line-height: 1.1764705882;
		letter-spacing: .025em
	}
	.iryohijosei .kougaku__burden__above__heading--text {
		margin-bottom: 19px;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__burden__above__image__field {
		overflow-x: scroll;
		overflow: hidden
	}
	.iryohijosei .kougaku__burden__above__image__field img {
		max-width: 585px
	}
	.iryohijosei .kougaku__burden__above__image--hint {
		display: block;
		visibility: visible;
		max-width: 284px;
		margin: 15px auto 0
	}
	.iryohijosei .kougaku__burden__above__notes__list, .iryohijosei .kougaku__burden__above__read--text {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__burden__above__notes__list--number {
		width: 18px
	}
	.iryohijosei .kougaku__burden__above__notes__list--text {
		padding-left: 3px
	}
	.iryohijosei .kougaku__system {
		margin-bottom: 29px
	}
	.iryohijosei .kougaku__system__heading--title {
		padding: 6px 0 8px 20px;
		max-width: 250px;
		font-size: 18px;
		line-height: 1.1666666667;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__system__heading--title:after {
		width: 7px
	}
	.iryohijosei .kougaku__system__info__list--icon {
		margin-bottom: 7px;
		float: none;
		width: 100%;
		font-size: 14px;
		line-height: 1.0714285714;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__system__info__list--text {
		display: block;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__system__info__read {
		margin-left: 0
	}
	.iryohijosei .kougaku__system__info__read--text {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__point {
		margin-bottom: 32px
	}
	.iryohijosei .kougaku__point__heading--title {
		padding: 6px 0 8px 20px;
		max-width: 175px;
		font-size: 18px;
		line-height: 1.1666666667;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__point__heading--title:after {
		width: 7px
	}
	.iryohijosei .kougaku__point__list {
		margin-top: 19px;
		padding-left: 0
	}
	.iryohijosei .kougaku__point__list__item {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__process {
		margin-bottom: 37px
	}
	.iryohijosei .kougaku__process__heading--title {
		padding: 6px 0 8px 20px;
		max-width: 250px;
		font-size: 18px;
		line-height: 1.1666666667;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__process__heading--title:after {
		width: 7px
	}
	.iryohijosei .kougaku__process__payment {
		margin-top: 25px
	}
	.iryohijosei .kougaku__process__payment__heading {
		padding: 7px 0 9px
	}
	.iryohijosei .kougaku__process__payment__heading--title {
		font-size: 17px;
		line-height: 1.2941176471;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__process__payment--text {
		margin: 17px 0 18px;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__process__payment__image__field {
		overflow: hidden;
		overflow-x: scroll
	}
	.iryohijosei .kougaku__process__payment__image__field img {
		max-width: 520px
	}
	.iryohijosei .kougaku__process__payment__image--hint {
		max-width: 284px;
		margin: 15px auto 0;
		display: block;
		visibility: visible
	}
	.iryohijosei .kougaku__process__payment__read {
		margin-top: 19px
	}
	.iryohijosei .kougaku__process__payment__notes__list, .iryohijosei .kougaku__process__payment__read--text {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__process__payment__notes__list--number {
		width: 18px
	}
	.iryohijosei .kougaku__process__payment__notes__list--text {
		padding-left: 3px
	}
	.iryohijosei .kougaku__process__refunds {
		margin-top: 35px
	}
	.iryohijosei .kougaku__process__refunds__heading {
		padding: 7px 0 9px
	}
	.iryohijosei .kougaku__process__refunds__heading--title {
		font-size: 17px;
		line-height: 1.2941176471;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__process__refunds--text {
		margin: 17px 0 18px;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__process__refunds__image__field {
		overflow: hidden;
		overflow-x: scroll
	}
	.iryohijosei .kougaku__process__refunds__image__field img {
		max-width: 520px
	}
	.iryohijosei .kougaku__process__refunds__image--hint {
		max-width: 284px;
		margin: 15px auto 0;
		display: block;
		visibility: visible
	}
	.iryohijosei .kougaku__process__refunds__read {
		margin-top: 19px
	}
	.iryohijosei .kougaku__process__refunds__read--text {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__process__refunds__notes {
		margin-top: 13px
	}
	.iryohijosei .kougaku__process__refunds__notes__list {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: .05em
	}
	.iryohijosei .kougaku__process__refunds__notes__list--number {
		width: 18px
	}
	.iryohijosei .kougaku__process__refunds__notes__list--text {
		padding-left: 3px
	}
	.iryohijosei .kougaku__process__notes {
		margin-top: 23px
	}
	.iryohijosei .kougaku__process__notes--text {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em
	}
	.iryohijosei .nanbyou .navarea {
		margin: 52px auto 0
	}
	.iryohijosei .nanbyou .navarea--view.left {
		margin: 0 auto 22px
	}
	.iryohijosei .nanbyou__top {
		margin-top: 35px
	}
	.iryohijosei .nanbyou__top--title {
		font-size: 20px;
		line-height: 1.35
	}
	.iryohijosei .nanbyou__top--text {
		margin: 24px 0 14px;
		font-size: 15px;
		line-height: 1.6666666667
	}
	.iryohijosei .nanbyou__top__notes__list {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: .05em
	}
	.iryohijosei .nanbyou__top__notes__list--number {
		width: 18px
	}
	.iryohijosei .nanbyou__top__notes__list--text {
		padding-left: 2px
	}
	.iryohijosei .nanbyou__info {
		margin: 33px 0 35px
	}
	.iryohijosei .nanbyou__info__heading--title {
		padding: 6px 0 8px 20px;
		max-width: 210px;
		font-size: 18px;
		line-height: 1.1666666667;
		letter-spacing: .05em
	}
	.iryohijosei .nanbyou__info__heading--title:after {
		width: 7px
	}
	.iryohijosei .nanbyou__info__list {
		margin-top: 15px
	}
	.iryohijosei .nanbyou__info__list__item {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em
	}
	.iryohijosei .nanbyou__cost {
		margin-bottom: 40px
	}
	.iryohijosei .nanbyou__cost__heading--title {
		padding: 6px 0 8px 20px;
		max-width: 335px;
		font-size: 18px;
		line-height: 1.1666666667;
		letter-spacing: .05em
	}
	.iryohijosei .nanbyou__cost__heading--title:after {
		width: 7px
	}
	.iryohijosei .nanbyou__cost__content {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em
	}
	.iryohijosei .nanbyou__cost__content--title {
		margin-top: 13px
	}
	.iryohijosei .nanbyou__cost__notes__list {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: .05em
	}
	.iryohijosei .nanbyou__cost__notes__list--number {
		width: 18px
	}
	.iryohijosei .nanbyou__cost__notes__list--text {
		padding-left: 2px
	}
	.iryohijosei .nanbyou__help {
		margin-bottom: 35px
	}
	.iryohijosei .nanbyou__help__heading--title {
		padding: 6px 0 8px 20px;
		max-width: 335px;
		font-size: 18px;
		line-height: 1.1666666667;
		letter-spacing: .05em
	}
	.iryohijosei .nanbyou__help__heading--title:after {
		width: 7px
	}
	.iryohijosei .nanbyou__help__heading--text {
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em
	}
	.iryohijosei .nanbyou__help__frame {
		margin-top: 15px;
		border-radius: 5px;
		padding: 13px 25px 20px
	}
	.iryohijosei .nanbyou__help__frame--text {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em
	}
	.iryohijosei .nanbyou__self {
		margin-bottom: 35px
	}
	.iryohijosei .nanbyou__self__heading--title {
		padding: 6px 0 8px 20px;
		max-width: 335px;
		font-size: 18px;
		line-height: 1.1666666667;
		letter-spacing: .05em
	}
	.iryohijosei .nanbyou__self__heading--title:after {
		width: 7px
	}
	.iryohijosei .nanbyou__self__heading--text {
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em
	}
	.iryohijosei .nanbyou__self__list {
		margin-top: 18px
	}
	.iryohijosei .nanbyou__self__list__image--title {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.3125;
		letter-spacing: .025em
	}
	.iryohijosei .nanbyou__self__list__image__field {
		overflow: hidden;
		overflow-x: scroll
	}
	.iryohijosei .nanbyou__self__list__image__field img {
		max-width: 520px
	}
	.iryohijosei .nanbyou__self__list__image--hint {
		max-width: 284px;
		margin: 15px auto 0;
		display: block;
		visibility: visible
	}
	.iryohijosei .nanbyou__self__notes {
		margin-top: 22px
	}
	.iryohijosei .nanbyou__self__notes__list {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: .05em
	}
	.iryohijosei .nanbyou__self__notes__list--number {
		width: 18px
	}
	.iryohijosei .nanbyou__self__notes__list--text {
		padding-left: 2px
	}
	.iryohijosei .nanbyou__process {
		margin-bottom: 43px
	}
	.iryohijosei .nanbyou__process__heading--title {
		padding: 6px 0 8px 20px;
		max-width: 250px;
		font-size: 18px;
		line-height: 1.1666666667;
		letter-spacing: .05em
	}
	.iryohijosei .nanbyou__process__heading--title:after {
		width: 7px
	}
	.iryohijosei .nanbyou__process__list {
		margin-top: 20px
	}
	.iryohijosei .nanbyou__process__list__item {
		margin-bottom: 23px
	}
	.iryohijosei .nanbyou__process__list__item:last-child {
		margin-bottom: 24px
	}
	.iryohijosei .nanbyou__process__list__item--text, .iryohijosei .nanbyou__process__list__item--title {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em
	}
	.iryohijosei .nanbyou__process__image__field {
		overflow: hidden;
		overflow-x: scroll
	}
	.iryohijosei .nanbyou__process__image__field img {
		max-width: 520px
	}
	.iryohijosei .nanbyou__process__image--hint {
		max-width: 284px;
		margin: 15px auto 0;
		display: block;
		visibility: visible
	}
	.iryohijosei .nanbyou__process__claims {
		margin-top: 17px
	}
	.iryohijosei .nanbyou__process__claims--text {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em
	}
	.iryohijosei .nanbyou__process__notes__list {
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: .05em
	}
	.iryohijosei .nanbyou__process__notes__list--number {
		width: 18px
	}
	.iryohijosei .nanbyou__process__notes__list--text {
		padding-left: 2px
	}
	.iryohijosei__document__content {
		display: block
	}
	.iryohijosei__document__item {
		padding: 20px 18px 19px;
		width: 100%;
		margin-bottom: 20px
	}
	.iryohijosei__document__item__info__image--thum {
		width: 89px
	}
	.iryohijosei__document__item__info__read {
		padding-left: 15px
	}
	.iryohijosei__document__item__info__read--title {
		margin-bottom: 10px;
		color: #403a60;
		font-weight: 700;
		font-size: 16px;
		line-height: 1.25;
		letter-spacing: .05em
	}
	.iryohijosei__document__item__info__read--text {
		font-size: 14px;
		line-height: 1.4285714286;
		letter-spacing: .05em
	}
	.materials {
		padding: 50px 5%
	}
	.materials .navarea__back {
		margin-top: 50px
	}
	.materials__inner {
		max-width: 335px
	}
	.materials__top {
		display: block;
		padding-bottom: 9px
	}
	.materials__top--title {
		font-size: 18px;
		margin-right: 0
	}
	.materials__top--txt {
		margin-top: 15px;
		font-size: 13px;
		line-height: 1.4615384615
	}
	.materials__top--img {
		width: 107px;
		right: 0
	}
	.materials__top--img.col2 {
		width: 57px
	}
	.materials__top--img.col3 {
		width: 86px;
		bottom: -3px;
		right: 0
	}
	.materials__info {
		display: block;
		margin-top: 40px
	}
	.materials__info__item {
		width: 100%
	}
	.materials__info__item__area {
		padding: 0 26px 15px
	}
	.materials__info__item__area--title {
		font-size: 17px;
		line-height: 1.2941176471;
		letter-spacing: .05em
	}
	.materials__info__item__area--title span.title {
		font-size: 15px;
		line-height: 1.3333333333;
		letter-spacing: .01em
	}
	.materials__info__item__area--txt {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .05em
	}
	.materials__info__item__area--link {
		font-size: 13px;
		line-height: 1.6153846154;
		letter-spacing: .05em
	}
	.materials__info__item__area--link:after {
		border-top: 8px solid transparent;
		border-left: 9px solid #403a60;
		border-bottom: 8px solid transparent
	}
	.materials .symptom-notes__top--title {
		font-size: 20px;
		line-height: 1.35;
		letter-spacing: .05em
	}
	.materials .symptom-notes__top--txt {
		margin: 25px 0 50px;
		font-size: 15px;
		line-height: 1.6666666667;
		letter-spacing: .05em
	}
	.materials .symptom-notes__title {
		max-width: 102px;
		padding: 9px 0 12px 28px;
		font-size: 18px;
		line-height: 1
	}
	.materials .symptom-notes__title:before {
		width: 9px
	}
	.materials .symptom-notes__item {
		margin: 30px auto 42px
	}
	.materials .symptom-notes__item--img {
		overflow-x: scroll
	}
	.materials .symptom-notes__item--img img {
		max-width: 940px;
		padding-bottom: 10px
	}
	.materials .symptom-notes__item--hint {
		display: block;
		margin: 17px auto 0;
		max-width: 286px
	}
	.materials .symptom-notes__btn a {
		border-radius: 10px;
		max-width: 284px;
		padding: 7px 0 9px;
		font-size: 15px;
		line-height: 1.4
	}
	.materials .symptom-notes__btn a:after {
		right: 14px;
		width: 16px;
		height: 16px
	}
	.materials .gpp-app__top {
		margin-top: 37px
	}
	.materials .gpp-app__top--title {
		font-size: 20px;
		line-height: 1.35;
		letter-spacing: .05em
	}
	.materials .gpp-app__top--txt {
		margin: 25px 0 0;
		font-size: 15px;
		line-height: 1.6666666667;
		letter-spacing: .05em
	}
	.materials .gpp-app__main {
		margin: 38px auto 40px
	}
	.materials .gpp-app__main__contents {
		margin-bottom: 70px
	}
	.materials .gpp-app__main__head {
		margin: 0
	}
	.materials .gpp-app__main__head--txt {
		max-width: 206px;
		margin-top: 40px
	}
	.materials .gpp-app__main__head__list {
		display: none;
		margin-top: 0
	}
	.materials .gpp-app__main__img {
		background: url(../img/materials/fv_img.png) no-repeat;
		background-size: 168px;
		margin-bottom: -60px
	}
	.materials .gpp-app__main__app {
		display: block
	}
	.materials .gpp-app__hiroba__area {
		padding: 23px 0 50px;
		border-radius: 10px
	}
	.materials .gpp-app__hiroba__top {
		padding: 0 26px
	}
	.materials .gpp-app__hiroba__top--title {
		font-size: 21px;
		padding-bottom: 16px;
		margin-bottom: 21px
	}
	.materials .gpp-app__hiroba__top__list {
		font-size: 15px;
		line-height: 1.4
	}
	.materials .gpp-app__hiroba__top__list--txt:nth-child(2) {
		margin: 24px 0 22px
	}
	.materials .gpp-app__hiroba__info__top {
		padding: 0 26px
	}
	.materials .gpp-app__hiroba__info__top--title {
		padding: 38px 0 12px;
		font-size: 21px;
		letter-spacing: .03em
	}
	.materials .gpp-app__hiroba__info__top--title span {
		letter-spacing: -12px
	}
	.materials .gpp-app__record__contents {
		display: block;
		padding: 41px 26px 0
	}
	.materials .gpp-app__record__head__top {
		display: block
	}
	.materials .gpp-app__record__head__top--icon {
		display: block;
		text-align: center;
		float: none;
		margin: 0 0 32px
	}
	.materials .gpp-app__record__head__top__area {
		display: block
	}
	.materials .gpp-app__record__head__top__area--read {
		font-size: 15px;
		line-height: 1;
		margin-bottom: 15px
	}
	.materials .gpp-app__record__head__top__area--txt {
		font-size: 20px;
		line-height: 1;
		margin-bottom: 20px
	}
	.materials .gpp-app__record__head__txt {
		margin-top: 0;
		font-size: 15px;
		line-height: 1.4
	}
	.materials .gpp-app__record__head__notes {
		margin: 8px 0 26px;
		font-size: 10px;
		line-height: 1.5
	}
	.materials .gpp-app__record__img {
		max-width: 185px;
		display: block;
		text-align: center;
		padding-right: 0;
		margin: 27px auto 0
	}
	.materials .gpp-app__share__contents {
		display: block;
		padding: 41px 26px 0
	}
	.materials .gpp-app__share__head {
		padding-right: 0
	}
	.materials .gpp-app__share__head__top {
		display: block
	}
	.materials .gpp-app__share__head__top--icon {
		display: block;
		text-align: center;
		float: none;
		margin: 0 0 32px
	}
	.materials .gpp-app__share__head__top__area {
		display: block
	}
	.materials .gpp-app__share__head__top__area--read {
		font-size: 15px;
		line-height: 1;
		margin-bottom: 15px
	}
	.materials .gpp-app__share__head__top__area--txt {
		font-size: 20px;
		line-height: 1;
		margin-bottom: 20px
	}
	.materials .gpp-app__share__head__txt {
		margin-top: 0;
		font-size: 15px;
		line-height: 1.4
	}
	.materials .gpp-app__share__head__notes {
		margin: 8px 0 26px;
		font-size: 10px;
		line-height: 1.5
	}
	.materials .gpp-app__share__img {
		max-width: 185px;
		text-align: center;
		padding-left: 0;
		margin: 27px auto 0
	}
	.materials .gpp-app__share__img.pc {
		display: none
	}
	.materials .gpp-app__share__img.sp {
		display: block
	}
	.materials .gpp-app__community__contents {
		border: none;
		display: block;
		padding: 41px 26px 0
	}
	.materials .gpp-app__community__head__top {
		display: block
	}
	.materials .gpp-app__community__head__top--icon {
		display: block;
		text-align: center;
		float: none;
		margin: 0 0 32px
	}
	.materials .gpp-app__community__head__top__area {
		display: block
	}
	.materials .gpp-app__community__head__top__area--read {
		font-size: 15px;
		line-height: 1;
		margin-bottom: 15px
	}
	.materials .gpp-app__community__head__top__area--txt {
		font-size: 20px;
		line-height: 1;
		margin-bottom: 20px
	}
	.materials .gpp-app__community__head__txt {
		margin-top: 0;
		font-size: 15px;
		line-height: 1.4
	}
	.materials .gpp-app__community__head__notes {
		margin: 8px 0 26px;
		font-size: 10px;
		line-height: 1.5
	}
	.materials .gpp-app__community__img--img {
		display: block;
		margin: 0 auto;
		max-width: 185px;
		text-align: center;
		padding-right: 0
	}
	.materials .gpp-app__banner {
		background: url(../img/materials/banner_sp.png) 50% no-repeat;
		background-size: cover
	}
	.materials .gpp-app__banner--txt {
		max-width: 272px;
		margin: auto
	}
	.materials .gpp-app__banner__area {
		margin: 40px auto 0;
		padding: 21px 19px 18px
	}
	.materials .gpp-app__banner__list {
		margin-top: 5px
	}
	.materials .gpp-app__banner__list--icon {
		max-width: 100%
	}
	.materials .gpp-app__document {
		margin: 35px auto
	}
	.materials .gpp-app__document__contents {
		display: block
	}
	.materials .gpp-app__document__item {
		width: 100%;
		margin: 0 auto 28px;
		border-radius: 10px
	}
	.materials .gpp-app__document__item:nth-child(2) {
		margin: 0 auto
	}
	.materials .gpp-app__document__item__info {
		padding: 29px 26px 23px
	}
	.materials .gpp-app__document__item__info__img--thum {
		width: 89px
	}
	.materials .gpp-app__document__item__info__txt {
		margin-left: 12px
	}
	.materials .gpp-app__document__item__info__txt--title {
		font-size: 17px;
		line-height: 1.2941176471
	}
	.materials .gpp-app__document__item__info__txt--read {
		font-size: 14px;
		line-height: 1.3571428571
	}
	.materials .gpp-app__faq {
		border-radius: 10px
	}
	.materials .gpp-app__faq--title {
		font-size: 21px;
		padding-bottom: 17px;
		margin-bottom: 17px
	}
	.materials .gpp-app__faq__area {
		padding: 19px 21px 35px;
		margin-bottom: 40px
	}
	.materials .gpp-app__faq__list__item__question__area {
		padding: 10px 10px 26px 0
	}
	.materials .gpp-app__faq__list__item__question__area--icon {
		width: 33px;
		height: 33px;
		font-size: 18px
	}
	.materials .gpp-app__faq__list__item__question__area--txt {
		font-size: 15px;
		line-height: 1.4;
		letter-spacing: .05em
	}
	.materials .gpp-app__faq__list__item__answer {
		border-radius: 10px
	}
	.materials .gpp-app__faq__list__item__answer__area {
		padding: 10px 10px 10px 0
	}
	.materials .gpp-app__faq__list__item__answer__area--icon {
		width: 33px;
		height: 33px;
		font-size: 18px
	}
	.materials .gpp-app__faq__list__item__answer__area--txt {
		font-size: 15px;
		line-height: 1.4;
		letter-spacing: .035em
	}
	.materials .gpp-app__support {
		border-radius: 10px;
		margin-top: 40px
	}
	.materials .gpp-app__support__area {
		padding: 20px 12px 15px
	}
	.materials .gpp-app__support--title {
		font-size: 13px;
		line-height: 1.4615384615;
		letter-spacing: .05em
	}
	.materials .gpp-app__support__contents {
		display: block;
		text-align: center;
		padding: 18px 0 19px
	}
	.materials .gpp-app__support__contents__item {
		width: 100%
	}
	.materials .gpp-app__support__contents__item:nth-child(2) {
		text-align: left;
		max-width: 217px;
		margin: 15px auto 0
	}
	.materials .gpp-app__support__contents--gpp {
		margin-bottom: 5px;
		font-size: 16px
	}
	.materials .gpp-app__support__contents--hours {
		font-size: 12px
	}
	.materials .gpp-app__support__contents--mail {
		font-size: 12px;
		margin-bottom: 8px
	}
	.materials .gpp-app__support__contents--tel {
		font-size: 12px
	}
	.materials .patients_doc__top {
		margin-top: 37px
	}
	.materials .patients_doc__top--title {
		font-size: 20px;
		line-height: 1.35;
		letter-spacing: .05em
	}
	.materials .patients_doc__top--txt {
		font-size: 15px;
		line-height: 1.6666666667;
		letter-spacing: .05em
	}
	.materials .patients_doc__contents {
		display: block;
		margin-top: 37px
	}
	.materials .patients_doc__item {
		max-width: 325px;
		margin: 0 auto
	}
	.materials .patients_doc__item.col2 {
		margin: 51px auto 0
	}
	.materials .patients_doc__item--title {
		font-size: 18px
	}
	.materials .patients_doc__item--title span.notes {
		font-size: 14px;
		line-height: 1.7857142857;
		letter-spacing: .05em
	}
	.materials .patients_doc__item--btn a {
		border-radius: 5px;
		padding: 18px 0 20px;
		margin: 15px auto 0;
		max-width: 295px;
		font-size: 15px
	}
	.materials .patients_doc__item--btn a:after {
		width: 16px;
		height: 16px;
		right: 15px
	}
	.materials .iryouhijyosei__top {
		margin-top: 37px
	}
	.materials .iryouhijyosei__top--title {
		font-size: 20px;
		line-height: 1.35;
		letter-spacing: .05em
	}
	.materials .iryouhijyosei__top--txt {
		font-size: 15px;
		line-height: 1.6666666667;
		letter-spacing: .05em
	}
	.materials .iryouhijyosei__item {
		margin: 31px auto 0
	}
	.materials .iryouhijyosei__item--title {
		font-size: 14px;
		line-height: 1.7857142857;
		letter-spacing: .05em
	}
	.materials .iryouhijyosei__item--title span.system {
		font-size: 18px;
		line-height: 1.3888888889;
		letter-spacing: .05em
	}
	.materials .iryouhijyosei__item--btn a {
		border-radius: 5px;
		padding: 18px 0 20px;
		margin: 15px auto 0;
		max-width: 295px;
		font-size: 15px
	}
	.materials .iryouhijyosei__item--btn a:after {
		width: 16px;
		height: 16px;
		right: 15px
	}
	.materials .iryouhisoudan__top {
		margin-top: 37px
	}
	.materials .iryouhisoudan__top--title {
		font-size: 20px;
		line-height: 1.35;
		letter-spacing: .05em
	}
	.materials .iryouhisoudan__top--txt {
		font-size: 15px;
		line-height: 1.6666666667;
		letter-spacing: .05em
	}
	.materials .iryouhisoudan__read {
		margin-top: 35px
	}
	.materials .iryouhisoudan__read--title {
		max-width: 100%;
		font-size: 18px;
		line-height: 1.1666666667;
		letter-spacing: .05em
	}
	.materials .iryouhisoudan__read--txt {
		margin-top: 26px;
		font-size: 15px;
		line-height: 1.5333333333;
		letter-spacing: .05em
	}
	.materials .iryouhisoudan__item {
		margin: 40px auto 0
	}
	.materials .iryouhisoudan__item--title {
		font-size: 18px;
		line-height: 1.3888888889;
		letter-spacing: .05em
	}
	.materials .iryouhisoudan__item--btn a {
		border-radius: 5px;
		padding: 18px 0 20px;
		margin: 15px auto 0;
		max-width: 295px;
		font-size: 15px
	}
	.materials .iryouhisoudan__item--btn a:after {
		width: 16px;
		height: 16px;
		right: 15px
	}
	.materials .iryouhisoudan__info {
		padding: 59px 0 0
	}
	.materials .iryouhisoudan__info__heading {
		padding: 10px 0 13px
	}
	.materials .iryouhisoudan__info__heading--title {
		font-size: 16px;
		line-height: 1.25;
		letter-spacing: .05em
	}
	.materials .iryouhisoudan__info__content {
		max-width: 100%
	}
	.materials .iryouhisoudan__info__center {
		display: block
	}
	.materials .iryouhisoudan__info__center--phone {
		max-width: 335px;
		margin: auto
	}
	.materials .iryouhisoudan__info__center--hours {
		text-align: center;
		margin: 15px 0 0;
		font-size: 15px;
		line-height: 1.8;
		letter-spacing: 0
	}
	.materials .iryouhisoudan__info__read--txt {
		font-size: 15px;
		line-height: 1.6666666667;
		letter-spacing: 0
	}
	.faq {
		padding: 42px 5% 50px
	}

	.faq__top {
		display: block;
		padding-bottom: 9px;
		margin-bottom: 32px
	}

	.faq__top--title {
		font-size: 17px;
	}


	.faq__top--text {
		margin: 15px 0 0;
		display: block;
		font-weight: 500;
		font-size: 13px;
		line-height: 1.4615384615
	}

	.faq .question {
		padding: 16px 10px;
		background-size: 10px
	}
	.faq .question.col3, .faq .question.col3.open {
		background-position: 95% 30%
	}
	.faq .question.open {
		padding: 16px 10px;
		background-size: 10px
	}
	.faq .question__icon {
		width: 25px
	}
	.faq .question__txt {
		padding: 2px 14px 0;
		font-size: 15px;
		line-height: 1.4
	}
	.faq .answer__item {
		padding: 16px 10px
	}
	.faq .answer__item--icon {
		width: 25px
	}
	.faq .answer__item--txt {
		font-size: 14px;
		padding: 0 15px 0 10px
	}
	.faq .answer__item--txt__notes {
		margin-top: 5px
	}
	.faq .answer__item--txt__notes--title, .faq .answer__item--txt__notes__list {
		font-size: 10px
	}
	.faq__detail__txt {
		padding: 10px 0 12px;
		font-size: 13px;
		line-height: 1.4615384615;
		letter-spacing: .05em
	}
	.faq__detail__notes {
		font-size: 10px;
		line-height: 1.6;
		letter-spacing: .05em
	}
	.pagetop {
		width: 51px
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.pc-style {
		display: none
	}
	.tab-style {
		display: block
	}
	.sp-style {
		display: none
	}
}
@media (min-width:769px) and (max-width:1024px) {
	.header__inner {
		padding: 0 29px
	}
	.header .navMenu__item:first-child a span:before {
		top: 3px;
		width: 14px;
		height: 12px
	}
	.header .navMenu__item a {
		font-size: 12px;
		line-height: 1.1666666667
	}
	.header__global__nav__top li a:before {
		width: 15px;
		height: 12px
	}
	.footer {
		padding: 20px 5% 23px
	}
	.footer__menu {
		margin-bottom: 51px
	}
	.footer__info {
		display: block
	}
	.footer__info__logo {
		display: inline-block
	}
	.footer__info__text {
		display: inline-block;
		vertical-align: bottom;
		padding-left: 10px
	}
	.footer__info__menu {
		margin: 15px auto 0
	}
	.footer__info__menu__list {
		justify-content: flex-start
	}
	.footer__menu__top a {
		font-size: 15px
	}
	.footer__menu__list--title a {
		font-size: 16px
	}
	.footer__info .copy {
		color: #fff;
		font-size: 12px;
		margin-top: 9px;
		text-align: right
	}
	.navarea__back {
		padding: 0
	}
	.faq .answer__item--txt {
		font-size: 14px;
		padding: 0 13px
	}
}
@media (orientation:landscape) {
	.modal-video-inner {
		padding: 10px 60px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.modal-video-close-btn {
		top: -40px;
		right: 0
	}
}