/*
GROOWEB SCSS SMACSS BEM
*/

/* Tools */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
	color: #000;
}

a {
	color: inherit;
}

/* Layout */

.l-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.l-wrapper-sm {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* Module */

.header {
	padding: 36px 0 28px;
}

.header__logo {
	width: 128px;
}

.header__logo a:hover {
	opacity: .8;
}

.header__logo img {
	width: 100%;
}

.footer {
	margin-top: 72px;
}

.footer__number {
	margin-bottom: 23px;
	text-align: right;
	font-size: 1.3rem;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.footer__copy {
	padding: 32px 0;
	background: #c3c3c3;
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 0.005em;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.footer__pagetop {
	visibility: hidden;
	opacity: 0;
	width: 44px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer__pagetop.is-visible {
	visibility: visible;
	opacity: 1;
}

.footer__pagetop.is-visible:hover {
	opacity: .8;
}

.footer__pagetop img {
	width: 100%;
}

.mv {
	margin-bottom: 45px;
	position: relative;
	height: 440px;
	overflow: hidden;
	background: url(../img/bg_mv.jpg) no-repeat center top/cover;
}

.mv__text {
	width: 695px;
	position: absolute;
	top: 56.6%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 154px;
}

.mv__text img {
	width: 100%;
	display: block;
}

.cv {
	display: block;
	margin-left: 2px;
	margin-right: -4px;
}

.cv:hover {
	opacity: .8;
}

.cv--1 {
	margin-bottom: 41px;
}

.cv--2 {
	margin: 66px 0 94px;
}

.cv img {
	width: 100%;
}

.campaign {
	display: block;
}

.campaign:hover {
	opacity: .8;
}

.campaign img {
	width: 100%;
	display: block;
}

.point {
	margin: 57px 0 50px;
}

.point__item + .point__item {
	margin-top: 94px;
}

.point__head {
	position: relative;
}

.point__head__badge {
	width: 98px;
	height: 98px;
	display: block;
	position: absolute;
	top: 0;
	left: 27px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.point__head__main img {
	width: 100%;
	display: block;
}

.point__head__strong {
	font-size: 5.6rem;
}

.point__main {
	background: #e3dfd9;
	padding: 57px 90px 73px;
	border-radius: 0 0 5px 5px;
}

.point__text {
	margin-bottom: 20px;
	font-size: 2.4rem;
	line-height: 1.8;
	text-align: center;
}

.point__text__small {
	font-size: 2rem;
	line-height: 1.2;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.point__text strong {
	font-size: 3.2rem;
	line-height: 1;
	position: relative;
	top: 3px;
}

.point__fig {
	margin-bottom: 20px;
}

.point__fig--lg {
	margin-right: -45px;
	margin-bottom: 31px;
}

.point__fig img {
	width: 100%;
}

.point__note {
	margin-top: 25px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
}

.point__note--mt-sm {
	margin-top: 20px;
}

.point-head {
	width: 978px;
	margin: 0 auto 74px;
}

.point-head img {
	width: 100%;
}

.point-days {
	margin-top: 43px;
	background: #ffffff;
}

.point-days__head-1 {
	padding: 38px;
	font-size: 2.4rem;
	text-align: center;
}

.point-days__main {
	border-top: 1px dashed #e3dfd9;
	padding: 32px 52px 40px;
	margin-bottom: 13px;
}

.point-days__head-2 {
	text-align: center;
}

.point-days__head-2 span {
	display: inline-block;
	background: #cae6ff;
	padding: 16px 53px;
	border-radius: 50px;
	margin-bottom: 31px;
	font-size: 1.8rem;
}

.point-days__fig {
	margin-bottom: 22px;
}

.point-days__fig img {
	width: 100%;
}

.point-days__text-1 {
	margin-bottom: 21px;
	color: #ff1d25;
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
}

.point-days__text-2 {
	font-size: 1.4rem;
	line-height: 1.8;
}

.contract {
	margin: 35px 0 55px;
}

.contract--m-sm {
	margin: 20px 0 29px;
}

.contract__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contract__fig {
	margin-top: 17px;
	background: #ffefc8;
	width: 330px;
	border-radius: 5px;
	padding: 29px 30px;
	position: relative;
}

.contract__fig::before {
	content: '';
	background: url(../img/icon_point.png) no-repeat center center/contain;
	position: absolute;
	top: 48%;
	right: -57px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
}

.contract__fig__head {
	margin-bottom: 25px;
	font-size: 2.6rem;
	text-align: center;
}

.contract__fig__items li {
	padding: 30px 0;
	font-size: 3rem;
	color: #ffffff;
	background: #008967;
	text-align: center;
	border-radius: 5px;
}

.contract__fig__items li + li {
	margin-top: 20px;
}

.contract__main {
	width: 430px;
	margin-right: 10px;
}

.contract__item {
	width: 100%;
	background: #ffffff;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.contract__item--mb {
	margin-bottom: 30px;
}

.contract__item--2col {
	width: 380px;
}

.contract__item--sp-mb {
	margin-bottom: 10px;
}

.contract__head {
	position: relative;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #ff9046;
	font-size: 2.4rem;
	padding: 32px 20px 24px;
	text-align: center;
	cursor: pointer;
}

.contract__head::before {
	content: '';
	background: url(../img/icon_point_arrow_close.png) no-repeat center center/contain;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 17px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.contract__head--open::before {
	background-image: url(../img/icon_point_arrow_open.png);
}

.contract__head--lg {
	padding: 18px 30px 12px 10px;
}

.contract__head__sm {
	font-size: 1.6rem;
}

.contract__head sup {
	vertical-align: super;
	font-size: 1.5rem;
	position: relative;
	top: -13px;
}

.contract__content {
	display: none;
	padding: 18px 20px;
	border-top: 1px dashed #e3dfd9;
}

.contract__content--2col {
	padding: 25px 20px 20px;
	height: 180px;
}

.contract__text {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.8;
}

.contract__2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 10px;
}

.contract__note {
	margin-top: 8px;
	color: #ff1d25;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
}

.plan {
	margin-bottom: 90px;
}

.plan__head {
	width: 975px;
	margin: 0 auto 44px;
}

.plan__head img {
	width: 100%;
}

.plan__text {
	margin-bottom: 27px;
	text-align: center;
	font-size: 2rem;
	line-height: 1.75;
}

.plan__text strong {
	color: #ff1d25;
}

.plan__fig {
	width: 932px;
	margin: 0 auto;
}

.plan__fig img {
	width: 100%;
}

.consider {
	margin-bottom: 40px;
}

.consider__head {
	width: 895px;
	margin: 0 auto 36px;
}

.consider__head img {
	width: 100%;
}

.consider__text {
	text-align: center;
	font-size: 2rem;
	line-height: 1.75;
	font-weight: 300;
}

.merit {
	margin-bottom: 68px;
}

.merit__item {
	position: relative;
	padding: 48px 30px 0;
	background: #e3dfd9;
	border-radius: 5px;
}

.merit__item--merit01 {
	padding-bottom: 192px;
}

.merit__item--merit02 {
	padding-bottom: 50px;
}

.merit__item--merit03 {
	padding-bottom: 55px;
}

.merit__item--merit03::before {
	content: '';
	background: url(../img/img_merit_person.png) no-repeat center center/contain;
	width: 123px;
	height: 192px;
	position: absolute;
	right: 182px;
	bottom: 0;
}

.merit__item + .merit__item {
	margin-top: 55px;
}

.merit__head {
	margin-bottom: 38px;
}

.merit__head img {
	width: 100%;
}

.merit__badge {
	display: block;
	position: absolute;
	top: -10px;
	left: 35px;
	width: 130px;
}

.merit__fig-1 {
	width: 640px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -20px;
}

.merit__fig-1 img {
	width: 100%;
}

.merit__fig-2 {
	width: 432px;
	margin: 30px auto 0;
}

.merit__fig-2 img {
	width: 100%;
}

.merit__heading {
	text-align: center;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	font-size: 3rem;
	margin-bottom: 17px;
}

.merit__text {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.75;
}

.merit__text--merit03 {
	text-align: left;
	margin-top: 23px;
	padding-left: 172px;
}

.consult {
	padding-top: 72px;
	margin-bottom: 54px;
}

.consult__head {
	margin-bottom: 25px;
	text-align: center;
	color: #cf003b;
	font-size: 3rem;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
}

.consult__box {
	border: 1px solid #c4c4c4;
	padding: 32px 20px 23px;
	text-align: center;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
}

.consult__box__head {
	font-size: 2.6rem;
	margin-bottom: 19px;
}

.consult__box__tel {
	display: block;
	margin: 0 auto 15px;
	width: 319px;
}

.consult__box__tel:hover {
	opacity: .7;
}

.consult__box__tel img {
	width: 100%;
}

.consult__box__text {
	font-size: 1.6rem;
	line-height: 1.5;
}

.note__head {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.note__text {
	font-size: 1.6rem;
	line-height: 1.8;
}

.note__pamphlet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 17px;
}

.note__pamphlet__head {
	width: 130px;
	font-size: 1.6rem;
	margin-top: 0px;
}

.note__pamphlet__items {
	width: calc(100% - 130px);
	padding-left: 9px;
}

.note__pamphlet__item + .note__pamphlet__item {
	margin-top: 24px;
}

.note__pamphlet__item a {
	color: #0060df;
	padding-left: 35px;
	position: relative;
	font-size: 1.6rem;
}

.note__pamphlet__item a:hover {
	text-decoration: none;
}

.note__pamphlet__item a::before {
	content: '';
	background: url(../img/icon_pdf.png) no-repeat center center/contain;
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 29px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* State */

/* Theme */

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

body { /* pc */
	min-width: 1100px;
}

.contract__head { /* pc */
}

}

@media screen and (max-width: 767px) {

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

img { /* sp */
	display: block;
	max-width: 100%;
	height: auto;
}

.l-wrapper { /* sp */
	width: calc(100% - 39px);
}

.l-wrapper-sm { /* sp */
	width: calc(100% - 30px);
}

.header { /* sp */
	padding: 14px 0 12px;
}

.header__logo { /* sp */
	width: 91px;
}

.footer { /* sp */
	margin-top: 30px;
}

.footer__number { /* sp */
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.footer__copy { /* sp */
	padding: 15px 0;
	font-size: 1.2rem;
	line-height: 1.4;
}

.mv { /* sp */
	height: 220px;
	margin-bottom: 25px;
	background: url(../img/bg_mv_sp.jpg) no-repeat center top/cover;
}

.mv__text { /* sp */
	top: 55%;
	width: 267px;
	margin-left: 34px;
}

.cv { /* sp */
	margin: 0 4px;
}

.cv--1 { /* sp */
	margin-bottom: 20px;
}

.cv--2 { /* sp */
	margin: 31px 0 35px;
}

.campaign { /* sp */
}

.point { /* sp */
	margin: 33px 0 20px;
}

.point__item + .point__item { /* sp */
	margin-top: 50px;
}

.point__head__badge { /* sp */
	width: 60px;
	height: 60px;
	left: 8px;
}

.point__main { /* sp */
	padding: 19px 25px;
}

.point__text { /* sp */
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.7;
}

.point__text--sp-sm { /* sp */
	font-size: 1.2rem;
}

.point__text__small { /* sp */
	font-size: 1.2rem;
}

.point__text strong { /* sp */
	font-size: 1.7rem;
	top: 0;
}

.point__fig { /* sp */
	margin-bottom: 17px;
}

.point__fig--lg { /* sp */
	margin-right: -40px;
}

.point__note { /* sp */
	margin-top: 14px;
	font-size: 1rem;
}

.point-head { /* sp */
	margin: 0 auto 50px;
	width: 260px;
}

.point-head img { /* sp */
	margin-left: -4px;
}

.point-days { /* sp */
	margin-top: 28px;
}

.point-days__head-1 { /* sp */
	padding: 20px 20px 16px;
	font-size: 1.3rem;
}

.point-days__main { /* sp */
	padding: 14px 20px 10px;
	margin-bottom: 5px;
}

.point-days__head-2 span { /* sp */
	margin-bottom: 14px;
	font-size: 1.1rem;
	padding: 9px 30px;
}

.point-days__fig { /* sp */
	margin-left: -3px;
	margin-right: -5px;
	margin-bottom: 17px;
}

.point-days__text-1 { /* sp */
	font-size: 1.2rem;
	margin-bottom: 10px;
	line-height: 1.3;
}

.point-days__text-2 { /* sp */
	font-size: 1rem;
	margin-left: -5px;
	margin-right: -5px;
}

.contract { /* sp */
	margin: 0px 0 20px;
}

.contract--m-sm { /* sp */
	margin-bottom: 8px;
}

.contract__wrap { /* sp */
	display: block;
}

.contract__fig { /* sp */
	width: 100%;
	margin: 0 0 27px;
	padding: 14px 15px;
}

.contract__fig::before { /* sp */
	right: inherit;
	left: 50%;
	top: inherit;
	bottom: 0;
	-webkit-transform: translate(-50%, 96%);
	-ms-transform: translate(-50%, 96%);
	transform: translate(-50%, 96%);
	width: 30px;
	height: 30px;
}

.contract__fig__head { /* sp */
	margin-bottom: 12px;
	font-size: 1.5rem;
}

.contract__fig__items { /* sp */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contract__fig__items li { /* sp */
	width: calc(50% - 7px);
	font-size: 1.8rem;
	padding: 13px 10px;
	border-radius: 3px;
}

.contract__fig__items li + li { /* sp */
	margin-top: 0;
}

.contract__main { /* sp */
	width: 100%;
}

.contract__item--mb { /* sp */
	margin-bottom: 10px;
}

.contract__item--2col { /* sp */
	width: 100%;
}

.contract__head { /* sp */
	font-size: 1.5rem;
	padding: 17px 4px 13px 0;
}

.contract__head::before { /* sp */
	width: 20px;
	height: 20px;
	right: 10px;
}

.contract__head--lg { /* sp */
	padding: 12px 4px 4px 0;
}

.contract__head__sm { /* sp */
	font-size: 1.2rem;
}

.contract__head sup { /* sp */
	top: -4px;
	font-size: 1.2rem;
}

.contract__content { /* sp */
	padding: 12px 10px 9px;
}

.contract__content--2col { /* sp */
	padding: 17px 10px 15px;
	height: auto;
}

.contract__text { /* sp */
	font-size: 1.2rem;
}

.contract__2col { /* sp */
	display: block;
	margin-top: 15px;
	margin-right: 0;
}

.contract__note { /* sp */
	margin-top: 7px;
	font-size: 1.2rem;
	line-height: 1.3;
}

.plan { /* sp */
	margin-bottom: 23px;
}

.plan__head { /* sp */
	width: 100%;
	max-width: 300px;
	margin-bottom: 30px;
}

.plan__text { /* sp */
	margin-bottom: 9px;
	font-size: 1.4rem;
}

.plan__fig { /* sp */
	width: 100%;
}

.consider { /* sp */
	padding-top: 18px;
	margin-bottom: 30px;
}

.consider__head { /* sp */
	width: 100%;
	max-width: 357px;
	margin-bottom: 16px;
}

.consider__text { /* sp */
	font-size: 1.3rem;
	line-height: 1.94;
}

.merit { /* sp */
	margin-bottom: 30px;
}

.merit__item { /* sp */
	padding: 18px 5px 0;
}

.merit__item--merit01 { /* sp */
	padding-bottom: 105px;
	margin-bottom: 38px;
}

.merit__item--merit02 { /* sp */
	padding-top: 32px;
	padding-bottom: 3px;
}

.merit__item--merit03 { /* sp */
	padding-top: 32px;
	padding-bottom: 30px;
}

.merit__item--merit03::before { /* sp */
	background-image: url(../img/img_merit_person_sp.png);
	width: 75px;
	right: 11%;
	bottom: 9%;
}

.merit__item + .merit__item { /* sp */
	margin-top: 27px;
}

.merit__badge { /* sp */
	top: -6px;
	left: 12px;
	width: 65px;
}

.merit__fig-1 { /* sp */
	width: 100%;
	max-width: 320px;
	bottom: -18px;
	left: 49%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.merit__fig-2 { /* sp */
	width: 100%;
	max-width: 260px;
	margin: 16px auto;
}

.merit__heading { /* sp */
	font-size: 1.8rem;
	line-height: 1.3;
	margin-left: 19px;
	margin-bottom: 11px;
}

.merit__text { /* sp */
	font-size: 1.2rem;
}

.merit__text--merit03 { /* sp */
	padding: 5px 39% 0 30px;
	min-height: 152px;
}

.consult { /* sp */
	padding-top: 50px;
	margin-bottom: 30px;
}

.consult__head { /* sp */
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.consult__box { /* sp */
	padding: 20px 10px 10px;
}

.consult__box__head { /* sp */
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.consult__box__tel { /* sp */
	width: 250px;
	margin-bottom: 10px;
}

.consult__box__text { /* sp */
	font-size: 1.1rem;
}

.note__head { /* sp */
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.note__text { /* sp */
	font-size: 1.2rem;
}

.note__pamphlet { /* sp */
	display: block;
}

.note__pamphlet__head { /* sp */
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.note__pamphlet__items { /* sp */
	width: 100%;
}

.note__pamphlet__item + .note__pamphlet__item { /* sp */
	margin-top: 15px;
}

.note__pamphlet__item a { /* sp */
	font-size: 1.4rem;
}

.note__pamphlet__item a::before { /* sp */
	width: 20px;
	height: 24px;
}

}

