/* top.css
========================================*/
#main .mainvisual {
	position:relative;
}
#main .mainvisual:before, #main .mainvisual:after {
	background-size:cover;
	content:"";
	display:block;
	pointer-events:none;
	position:absolute;
	z-index:20;
}
#main .mainvisual:before {
	background-image:url(../img/top/mv_deco_upper.svg);
	transform:rotate(-13deg);
}
#main .mainvisual:after {
	background-image:url(../img/top/mv_deco_lower.svg);
}
#main .mainvisual .-copy {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	background-color:#fffcfa;
	font-weight:700;
	position:absolute;
	left:0;
	z-index:10;
}
#main .mainvisual .-copy:before, #main .mainvisual .-copy:after {
	background-image:url(../img/top/mv_radius.svg);
	background-size:cover;
	content:"";
	display:block;
	pointer-events:none;
	position:absolute;
	transform:scale(-1, -1);
	z-index:20;
}
#main .mainvisual .-slider {
	margin-bottom:0;
}
#main .mainvisual .-slider>div {
	overflow:hidden;
}
#main .mainvisual .-slider>div img {
	height:100%;
	width:100%;
}
#main .mainvisual .-num {
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	text-indent:-9999px;
	z-index:10;
}
#main .mainvisual .-num.is-01 {
	background-image:url(../img/top/mv_num01.svg);
}
#main .mainvisual .-num.is-02 {
	background-image:url(../img/top/mv_num02.svg);
}
#main .mainvisual .-num.is-03 {
	background-image:url(../img/top/mv_num03.svg);
}
#main .mainvisual .-num.is-04 {
	background-image:url(../img/top/mv_num04.svg);
}
#main .mainvisual .slick-dots {
	background-color:#fffcfa;
	position:absolute;
	top:0;
	right:-1px;
}
#main .mainvisual .slick-dots:before, #main .mainvisual .slick-dots:after {
	background-image:url(../img/top/mv_radius.svg);
	background-size:cover;
	content:"";
	display:block;
	pointer-events:none;
	position:absolute;
	z-index:20;
}
#main .mainvisual .slick-dots>li {
	height:auto;
	width:auto;
}
#main .mainvisual .slick-dots>li>button {
	border-color:#db7f4d;
	border-radius:50%;
	border-style:solid;
	padding:0;
}
#main .mainvisual .slick-dots>li>button:before {
	display:none;
}
#main .mainvisual .slick-dots>li.slick-active>button {
	background-color:#db7f4d;
}
@media print, screen and (min-width: 768px) {
	#main .mainvisual {
		margin-bottom:3.125vw;
		padding-left:2.6041666667vw;
	}
	#main .mainvisual:before {
		top:-1.3020833333vw;
		left:-2.6041666667vw;
		height:8.75vw;
		width:28.125vw;
	}
	#main .mainvisual:after {
		bottom:-2.34375vw;
		right:-2.6041666667vw;
		height:8.8541666667vw;
		width:18.2291666667vw;
	}
	#main .mainvisual .-copy {
		border-radius:1.40625vw;
		font-size:1.25vw;
		bottom:-1.5625vw;
		height:8.8541666667vw;
		width:23.9583333333vw;
	}
	#main .mainvisual .-copy:before {
		top:-1.71875vw;
		left:2.5520833333vw;
		height:1.7708333333vw;
		width:1.7708333333vw;
	}
	#main .mainvisual .-copy:after {
		bottom:1.5104166667vw;
		right:-1.71875vw;
		height:1.7708333333vw;
		width:1.7708333333vw;
	}
	#main .mainvisual .-slider>div {
		border-radius:1.40625vw;
	}
	#main .mainvisual .slick-dots {
		border-radius:0 0 0 1.40625vw;
		padding-top:2.8645833333vw;
		height:5.46875vw;
		width:7.8125vw;
	}
	#main .mainvisual .slick-dots:before {
		top:0;
		left:-1.7708333333vw;
		height:1.7708333333vw;
		width:1.7708333333vw;
	}
	#main .mainvisual .slick-dots:after {
		bottom:-1.7708333333vw;
		right:0;
		height:1.7708333333vw;
		width:1.7708333333vw;
	}
	#main .mainvisual .slick-dots>li {
		margin:0 .2604166667vw;
	}
	#main .mainvisual .slick-dots>li>button {
		border-width:.1041666667vw;
		height:.7291666667vw;
		width:.7291666667vw;
	}
	#main .mainvisual .-num {
		top:.4166666667vw;
		right:1.6666666667vw;
		height:2.5vw;
		width:4.1666666667vw;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#main .mainvisual .-copy {
		font-size:1.6666666667vw;
		bottom:-1.5625vw;
		height:10.4166666667vw;
		width:30.2083333333vw;
	}
	#main .mainvisual .slick-dots {
		padding-top:4.1666666667vw;
		height:8.0729166667vw;
		width:12.5vw;
	}
	#main .mainvisual .slick-dots>li {
		margin:0 .3645833333vw;
	}
	#main .mainvisual .slick-dots>li>button {
		height:.8333333333vw;
		width:.8333333333vw;
	}
	#main .mainvisual .-num {
		top:.7291666667vw;
		right:3.4895833333vw;
		height:3.3333333333vw;
		width:5.2083333333vw;
	}
}
@media screen and (max-width: 767px) {
	#main .mainvisual {
		margin-bottom:16vw;
		padding:5.3333333333vw 6.2666666667vw 0;
	}
	#main .mainvisual:before {
		top:2.6666666667vw;
		left:-13.3333333333vw;
		height:16.2666666667vw;
		width:52.8vw;
	}
	#main .mainvisual:after {
		bottom:-5.3333333333vw;
		right:-6.6666666667vw;
		height:16vw;
		width:32.8vw;
	}
	#main .mainvisual .-copy {
		border-radius:0 5.3333333333vw 0 0;
		font-size:3.2vw;
		padding:0 2.6666666667vw 0 5.3333333333vw;
		bottom:-4vw;
		height:18.6666666667vw;
		width:50.6666666667vw;
	}
	#main .mainvisual .-copy:before {
		top:-6.4vw;
		left:6.1333333333vw;
		height:6.6666666667vw;
		width:6.6666666667vw;
	}
	#main .mainvisual .-copy:after {
		bottom:3.7333333333vw;
		right:-6.4vw;
		height:6.6666666667vw;
		width:6.6666666667vw;
	}
	#main .mainvisual .-slider>div {
		border-radius:5.3333333333vw;
	}
	#main .mainvisual .-slider>div img {
		height:97.8666666667vw;
		width:87.4666666667vw;
	}
	#main .mainvisual .slick-dots {
		border-radius:0 0 0 5.3333333333vw;
		padding-top:4.8vw;
		height:12vw;
		width:20vw;
	}
	#main .mainvisual .slick-dots:before {
		top:0;
		left:-6.6666666667vw;
		height:6.6666666667vw;
		width:6.6666666667vw;
	}
	#main .mainvisual .slick-dots:after {
		bottom:-6.6666666667vw;
		right:0;
		height:6.6666666667vw;
		width:6.6666666667vw;
	}
	#main .mainvisual .slick-dots>li {
		margin:0 .8vw;
	}
	#main .mainvisual .slick-dots>li>button {
		border-width:.2666666667vw;
		height:1.8666666667vw;
		width:1.8666666667vw;
	}
	#main .mainvisual .-num {
		top:5.8666666667vw;
		right:12vw;
		height:5.3333333333vw;
		width:8vw;
	}
}
@media print, screen and (min-width: 768px) {
	#main .topics {
		margin-bottom:60px;
	}
}
@media screen and (max-width: 767px) {
	#main .topics {
		margin-bottom:13.3333333333vw;
	}
}
#main .topics-list>li>a {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}
#main .topics-list .-image {
	overflow:hidden;
}
#main .topics-list .-image img {
	object-fit:cover;
	height:100%;
	width:100%;
}
@media print, screen and (min-width: 768px) {
	#main .topics-list {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		padding:0 5%;
	}
	#main .topics-list>li {
		margin-bottom:1.5625vw;
		width:48.5%;
	}
	#main .topics-list>li>a {
		transition:.5s ease;
	}
	#main .topics-list>li>a:hover {
		opacity:.7;
	}
	#main .topics-list .-image {
		border-radius:1.5625vw;
		height:7.8125vw;
		width:9.1666666667vw;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#main .topics-list {
		padding:0 2%;
	}
	#main .topics-list .-image {
		height:8.59375vw;
		width:10.2083333333vw;
	}
}
@media screen and (max-width: 767px) {
	#main .topics-list {
		padding:0 5.3333333333vw;
	}
	#main .topics-list>li {
		margin-bottom:5.3333333333vw;
	}
	#main .topics-list>li>a {
		position:relative;
		padding-bottom:6.9333333333vw;
	}
	#main .topics-list>li>a:after {
		background-color:#db7f4d;
		background-image:url(../img/common/arrow_01.svg);
		background-position:center center;
		background-repeat:no-repeat;
		background-size:4.5333333333vw 2.1333333333vw;
		border-radius:6.6666666667vw;
		content:"";
		display:block;
		position:absolute;
		right:2.6666666667vw;
		bottom:0;
		height:6.9333333333vw;
		width:11.2vw;
	}
	#main .topics-list .-image {
		border-radius:5.3333333333vw;
		height:28.2666666667vw;
		width:33.0666666667vw;
	}
}
#main .topics-txtbox {
	flex:1;
}
#main .topics-txtbox .-date {
	font-family:"Montserrat", sans-serif;
	color:#bbb;
}
@media print, screen and (min-width: 768px) {
	#main .topics-txtbox {
		margin-left:1.3020833333vw;
	}
	#main .topics-txtbox .-cate {
		margin-bottom:.5208333333vw;
	}
	#main .topics-txtbox .-cate img {
		height:1.5625vw;
	}
	#main .topics-txtbox .-cate._min img {
		height:1.3541666667vw;
	}
	#main .topics-txtbox .-date {
		font-size:1.125rem;
		margin-bottom:.2604166667vw;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#main .topics-txtbox .-cate img {
		height:2.0833333333vw;
	}
	#main .topics-txtbox .-cate._min img {
		height:1.8229166667vw;
	}
}
@media screen and (max-width: 767px) {
	#main .topics-txtbox {
		margin-left:5.3333333333vw;
	}
	#main .topics-txtbox .-cate {
		margin-bottom:1.3333333333vw;
	}
	#main .topics-txtbox .-cate img {
		height:5.3333333333vw;
	}
	#main .topics-txtbox .-cate._min img {
		height:4.8vw;
	}
	#main .topics-txtbox .-date {
		font-size:3.2vw;
		margin-bottom:1.3333333333vw;
	}
}
@media print, screen and (min-width: 768px) {
	#main .featured {
		margin-bottom:60px;
	}
}
@media screen and (max-width: 767px) {
	#main .featured {
		margin-bottom:13.3333333333vw;
	}
}
#main .featured-slider {
	position:relative;
}
#main .featured-slider .-image {
	aspect-ratio:1/1.3;
	border-radius:50%/38.45%;
	overflow:hidden;
}
#main .featured-slider .-image img {
	object-fit:cover;
	height:100%;
	width:100%;
}
#main .featured-slider .slick-arrow {
	background-color:#db7f4d;
	background-image:url(../img/common/arrow_01.svg);
	background-position:center center;
	background-repeat:no-repeat;
	border-radius:50%;
	position:absolute;
	z-index:10;
}
#main .featured-slider .slick-arrow._prev {
	transform:scale(-1, 1);
}
@media print, screen and (min-width: 768px) {
	#main .featured-slider {
		padding-bottom:4.1666666667vw;
	}
	#main .featured-slider article {
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content:space-between;
		flex-direction:row-reverse;
		padding:0 3% 0 10%;
	}
	#main .featured-slider .-image {
		width:38.8%;
	}
	#main .featured-slider .slick-arrow {
		background-size:1.875vw .8854166667vw;
		cursor:pointer;
		bottom:0;
		height:3.90625vw;
		width:3.90625vw;
		transition:.5s ease;
	}
	#main .featured-slider .slick-arrow:hover {
		opacity:.7;
	}
	#main .featured-slider .slick-arrow._prev {
		right:4.6875vw;
	}
	#main .featured-slider .slick-arrow._next {
		right:0;
	}
}
@media screen and (max-width: 767px) {
	#main .featured-slider article {
		padding:0 5.3333333333vw;
		width:100vw;
	}
	#main .featured-slider .-image {
		margin:0 auto 8vw;
		width:66.6666666667vw;
	}
	#main .featured-slider .slick-arrow {
		background-size:7.7333333333vw 3.7333333333vw;
		top:36vw;
		height:16vw;
		width:16vw;
	}
	#main .featured-slider .slick-arrow._prev {
		left:5.3333333333vw;
	}
	#main .featured-slider .slick-arrow._next {
		right:5.3333333333vw;
	}
}
#main .featured-txtbox .-title {
	font-weight:700;
	line-height:1.6;
}
#main .featured-txtbox .-category {
	border-color:#db7f4d;
	border-style:solid;
	color:#db7f4d;
	display:table;
	font-weight:700;
	padding:.3em 1.5em;
	text-align:center;
}
@media print, screen and (min-width: 768px) {
	#main .featured-txtbox {
		flex:1;
		margin-right:7.8%;
	}
	#main .featured-txtbox .-title {
		font-size:2.5rem;
		margin-bottom:2.0833333333vw;
	}
	#main .featured-txtbox .-category {
		border-radius:22px;
		border-width:2px;
		font-size:1.125rem;
		margin-bottom:2.0833333333vw;
	}
	#main .featured-txtbox .-text {
		font-size:1.25rem;
		margin-bottom:4.1666666667vw;
	}
	#main .featured-txtbox .p-button {
		margin-right:0;
	}
}
@media screen and (max-width: 767px) {
	#main .featured-txtbox .-title {
		font-size:7.4666666667vw;
		margin-bottom:8vw;
	}
	#main .featured-txtbox .-category {
		border-radius:5.3333333333vw;
		border-width:.5333333333vw;
		font-size:4.8vw;
		margin:0 auto 8vw;
	}
	#main .featured-txtbox .-text {
		font-size:4.2666666667vw;
		margin-bottom:10.6666666667vw;
	}
}
@media print, screen and (min-width: 768px) {
	#main .harel {
		margin-bottom:60px;
	}
}
@media screen and (max-width: 767px) {
	#main .harel {
		margin-bottom:16vw;
	}
}
@media print, screen and (min-width: 768px) {
	#main .harel-body .-lead {
		font-size:1.5rem;
	}
}
@media screen and (max-width: 767px) {
	#main .harel-body {
		padding:0 5.3333333333vw;
	}
	#main .harel-body .-lead {
		font-size:4.8vw;
	}
}
#main .harel-body-head .p-button {
	font-family:"Noto Sans JP", sans-serif;
	font-weight:700;
}
@media print, screen and (min-width: 768px) {
	#main .harel-body-head {
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content:space-between;
		margin-bottom:40px;
	}
	#main .harel-body-head .-lead {
		width:100%;
		max-width:980px;
	}
	#main .harel-body-head .p-button {
		margin-top:20px;
	}
}
@media screen and (max-width: 767px) {
	#main .harel-body-head {
		margin-bottom:8vw;
	}
}
@media print, screen and (min-width: 768px) {
	#main .flexe {
		margin-bottom:60px;
	}
}
@media screen and (max-width: 767px) {
	#main .flexe {
		margin-bottom:5.3333333333vw;
	}
}
@media print, screen and (min-width: 768px) {
	#main .flexe-body .-lead {
		font-size:1.5rem;
	}
}
@media screen and (max-width: 767px) {
	#main .flexe-body {
		padding:0 5.3333333333vw;
	}
	#main .flexe-body .-lead {
		font-size:4.8vw;
	}
}
#main .flexe-body-head .p-button {
	font-family:"Noto Sans JP", sans-serif;
	font-weight:700;
}
@media print, screen and (min-width: 768px) {
	#main .flexe-body-head {
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content:space-between;
		margin-bottom:40px;
	}
	#main .flexe-body-head .-lead {
		width:100%;
		max-width:980px;
	}
	#main .flexe-body-head .p-button {
		margin-top:20px;
	}
}
@media screen and (max-width: 767px) {
	#main .flexe-body-head {
		margin-bottom:8vw;
	}
}
#main .flexe-list {
	display:grid;
}
#main .flexe-list .-title {
	display:flex;
	flex-wrap:wrap;
	flex-wrap:nowrap;
	position:absolute;
}
#main .flexe-list .-title>span {
	background-color:#fff;
	color:#db7f4d;
	display:inline-block;
	flex:1;
	font-weight:500;
	line-height:1;
	padding:.5em;
}
#main .flexe-list .-title img {
	vertical-align:top;
}
#main .flexe-list .-morebtn {
	position:absolute;
}
#main .flexe-list .-morebtn .p-button {
	pointer-events:none;
}
#main .flexe-list .-image {
	overflow:hidden;
	height:100%;
}
#main .flexe-list .-image img {
	object-fit:cover;
	height:100%;
	width:100%;
}
#main .flexe-list>li {
	position:relative;
	overflow:hidden;
}
#main .flexe-list>li:first-of-type .-title img {
	width:100%;
}
#main .flexe-list>li:first-of-type .-image {
	height:100%;
}
@media print, screen and (min-width: 768px) {
	#main .flexe-list {
		grid-template-columns:2fr 1fr 1fr;
		grid-template-rows:1fr 1fr 1fr;
		gap:1.2% 2.1%;
	}
	#main .flexe-list .-title {
		font-size:.9375vw;
		top:1.0416666667vw;
		left:.78125vw;
	}
	#main .flexe-list .-title img {
		margin-right:.1041666667vw;
		height:calc(.9375vw + 1em);
	}
	#main .flexe-list .-morebtn {
		right:1.0416666667vw;
		bottom:.78125vw;
	}
	#main .flexe-list .-morebtn .p-button {
		font-size:.6770833333vw;
		padding:.7em 1.5em;
	}
	#main .flexe-list .-morebtn .p-button:after {
		margin-left:.5208333333vw;
		height:.5208333333vw;
		width:.9895833333vw;
	}
	#main .flexe-list .-image {
		border-radius:1.5625vw;
	}
	#main .flexe-list>li>a {
		height:100%;
		transition:.5s ease;
	}
	#main .flexe-list>li>a:hover {
		opacity:.7;
	}
	#main .flexe-list>li:first-of-type {
		grid-row:1/4;
	}
	#main .flexe-list>li:first-of-type .-title {
		display:table;
		font-size:1.6666666667vw;
		top:1.1458333333vw;
		left:1.5625vw;
	}
	#main .flexe-list>li:first-of-type .-title>span {
		display:block;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
		writing-mode:vertical-rl;
		max-height:36.4583333333vw;
	}
	#main .flexe-list>li:first-of-type .-title img {
		margin-bottom:.2604166667vw;
		height:auto;
		width:calc(1.6666666667vw + 1em);
	}
	#main .flexe-list>li:first-of-type .-morebtn {
		right:1.8229166667vw;
		bottom:1.3020833333vw;
	}
	#main .flexe-list>li:first-of-type .-morebtn .p-button {
		font-size:1.0416666667vw;
	}
	#main .flexe-list>li:first-of-type .-morebtn .p-button:after {
		margin-left:12px;
		height:12px;
		width:25px;
	}
	#main .flexe-list>li:first-of-type .-image {
		height:40.625vw;
	}
}
@media screen and (max-width: 767px) {
	#main .flexe-list {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	#main .flexe-list .-title {
		font-size:3.2vw;
		top:2.6666666667vw;
		left:2.6666666667vw;
	}
	#main .flexe-list .-title img {
		margin-right:.5333333333vw;
		height:5.3333333333vw;
	}
	#main .flexe-list .-morebtn {
		right:2.6666666667vw;
		bottom:2.1333333333vw;
	}
	#main .flexe-list .-morebtn .p-button {
		font-size:2.6666666667vw;
		padding:.5em 1.5em;
	}
	#main .flexe-list .-morebtn .p-button:after {
		margin-left:2.6666666667vw;
		vertical-align:middle;
		height:2.6666666667vw;
		width:5.0666666667vw;
	}
	#main .flexe-list .-image {
		border-radius:5.3333333333vw;
		height:42.6666666667vw;
		width:43.7333333333vw;
	}
	#main .flexe-list>li {
		margin-bottom:4vw;
		height:42.6666666667vw;
		width:43.7333333333vw;
	}
	#main .flexe-list>li>a {
		height:100%;
	}
	#main .flexe-list>li:first-of-type {
		height:99.4666666667vw;
		width:89.3333333333vw;
	}
	#main .flexe-list>li:first-of-type .-title {
		font-size:5.3333333333vw;
		top:4vw;
		left:5.3333333333vw;
	}
	#main .flexe-list>li:first-of-type .-title img {
		height:calc(5.3333333333vw + 1em);
		width:auto;
	}
	#main .flexe-list>li:first-of-type .-morebtn {
		right:2.6666666667vw;
		bottom:2.6666666667vw;
	}
	#main .flexe-list>li:first-of-type .-morebtn .p-button {
		font-size:4.8vw;
		padding:2.6666666667vw 6.6666666667vw;
	}
	#main .flexe-list>li:first-of-type .-morebtn .p-button:after {
		margin-left:3.2vw;
		height:2.9333333333vw;
		width:6.1333333333vw;
	}
	#main .flexe-list>li:first-of-type .-image {
		height:99.4666666667vw;
		width:89.3333333333vw;
	}
}
#main section._last {
	background-image:url(../img/common/line_wave.svg);
	background-position:left bottom;
	background-repeat:repeat-x;
}
@media print, screen and (min-width: 768px) {
	#main section._last {
		background-size:auto 60px;
		padding-bottom:100px;
	}
}
@media screen and (max-width: 767px) {
	#main section._last {
		background-size:auto 16vw;
		padding-bottom:26.6666666667vw;
	}
}
#main .consult {
	border-color:#db7f4d;
	border-style:dotted;
}
#main .consult>h2 {
	color:#db7f4d;
	font-weight:900;
	line-height:1.5;
}
@media print, screen and (min-width: 768px) {
	#main .consult {
		border-width:5px;
		padding:30px 3.9%;
	}
	#main .consult>h2 {
		font-size:2.5rem;
		margin-bottom:30px;
	}
}
@media screen and (max-width: 767px) {
	#main .consult {
		border-width:1.3333333333vw;
		margin:0 4vw;
		padding:6.6666666667vw 2.6666666667vw;
	}
	#main .consult>h2 {
		font-size:8.5333333333vw;
		margin-bottom:5.3333333333vw;
		text-align:center;
	}
}
@media print, screen and (min-width: 768px) {
	#main .consult-block {
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content:space-between;
	}
	#main .consult-block .-button {
		width:30%;
		transition:.5s ease;
	}
	#main .consult-block .-button:hover {
		opacity:.7;
	}
}
@media screen and (max-width: 767px) {
	#main .consult-block .-button {
		display:table;
		margin:0 auto;
		width:74.6666666667vw;
	}
}
#main .consult-box {
	border-color:#db7f4d;
	border-style:solid;
}
#main .consult-box>dl>dt {
	color:#db7f4d;
	font-weight:700;
}
@media print, screen and (min-width: 768px) {
	#main .consult-box {
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content:space-between;
		border-width:3px;
		border-radius:1.3020833333vw;
		padding:35px 2.5%;
		width:66%;
	}
	#main .consult-box .-image {
		width:42.4%;
	}
	#main .consult-box>dl {
		flex:1;
		margin-left:3.6%;
	}
	#main .consult-box>dl>dt {
		font-size:1.75rem;
		margin-bottom:.5208333333vw;
	}
}
@media screen and (max-width: 767px) {
	#main .consult-box {
		border-width:.8vw;
		border-radius:5.3333333333vw;
		margin-bottom:5.3333333333vw;
		padding:6.6666666667vw 2.6666666667vw;
	}
	#main .consult-box .-image {
		margin:0 auto 5.3333333333vw;
		width:61.3333333333vw;
	}
	#main .consult-box>dl>dt {
		font-size:5.3333333333vw;
		margin-bottom:2.6666666667vw;
	}
}
