@charset "utf-8";

/* ----------------------------------------------------------------------
 * RESET
 * ---------------------------------------------------------------------- */
input,
textarea,
select,
option {
	/*font-family: 'Roboto', 'Noto Sans JP', sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

a {
 cursor: pointer;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	/*-ms-interpolation-mode: bicubic;
	-webkit-interpolation-mode: bicubic;
	interpolation-mode: bicubic;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;*/
}



/* ----------------------------------------------------------------------
 * GLOBAL - UTILITY
 * ---------------------------------------------------------------------- */
.g-header:after {
	background-size: contain;
}

.u-content {
	margin: 0 0 130px;
	padding: 130px 0 0;
	background-color: transparent;
}

.u-font__serif {
	font-family: 'Noto Serif JP';
}



/* ----------------------------------------------------------------------
 * GLOBAL - Font
 * ---------------------------------------------------------------------- */
.u-font__light {
	font-weight: 300 !important;
}

.u-font__normal {
	font-weight: 400 !important;
}

.u-font__middle {
	font-weight: 500 !important;
}

.u-font__bold {
	font-weight: 700 !important;
}

.u-font-colorBlack {
	color: #333;
}

.u-font-colorGold2 {
	color: #c4aa65;
}

.u-font-colorGray {
	color: #888;
}

.u-font-colorRed {
	color: #A63345;
}

.u-font-colorGreen {
	color: #8D926C;
}

.u-font-colorOrange {
	color: #E1572F;
}

.u-font-colorBlue {
	color: #10458A;
}

.u-font-small {
	font-size: 78% !important;
}

.u-text-center  {
	text-align: center;
}

.u-text-left  {
	text-align: left;
}

.u-text-right  {
	text-align: right;
}



/* ----------------------------------------------------------------------
 * GLOBAL - Link
 * ---------------------------------------------------------------------- */



/* ----------------------------------------------------------------------
 * GLOBAL - Table
 * ---------------------------------------------------------------------- */
.u-table__caption {
	color: #696969;
	font-size: 2.4rem;
	font-weight: 500;
}

.u-table__caption em {
	font-size: 66.5%;
	color: #DE8B8D;
	letter-spacing: 0;
	line-height: 50px;
	background: #fff;
	border: 2px solid #DE8B8D;
	border-radius: 30px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 1.5em;
	margin-right: 1em;
}

.u-table__caption em span {
	background: url(../img/icon_parts01.png) no-repeat left / contain;
	min-height: 28px;
	padding-left: 50px;
}

.u-table__corner table {
	width: 100%;
}

.u-table__corner.u-table__corner2 table {
	color: #333;
}

.u-table__corner--widthauto table {
	width: auto;
}

.u-table__corner td {
	font-size: 2.2rem;
	line-height: 1.5;
	vertical-align: middle;
	padding: 1.3em 1.25em 1.25em 0.85em;
	background: #fff;
	border-top: 2px solid #F5F5F5;
	border-left: 2px solid #F5F5F5;
}

.u-table__corner td ul li {
	font-size: 1.6rem;
	line-height: 1.75;
	margin: 0 0 0.75em;
}

.u-table__corner b {
	color: #DE0000;
	font-weight: inherit;
}

.u-table__corner th {
	font-size: 2.0rem;
	font-weight: 500;
	color: #696969;
	text-align: center;
	vertical-align: middle;
	padding: 40px 30px;
	border-top: 2px solid #F5F5F5;
	background: #fff;
	position: relative;
}

.u-table__corner th.verticalRl {
	/*-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;*/
	color: #333;
	line-height: 1.4;
	border-right: 2px solid #F5F5F5;
	padding: 0 0.5em;
}

.u-table__corner th.verticalRl span {
	/*white-space: nowrap;
	line-height: 1em;*/
}

.u-table__corner th.bgRed {
	color: #fff;
	background: #A63345;
}

.u-table__corner th.is-parts01,
.u-table__corner th.is-parts02,
.u-table__corner th.is-parts03 {
	font-size: 2.2rem;
	color: #fff;
	border-top: 2px solid #F5F5F5;
	position: relative;
}

.u-table__corner th.is-parts01 {
	background: #DE8B8D;
}

.u-table__corner th.is-parts02 {
	background: #F1BB71;
}

.u-table__corner th.is-parts03 {
	background: #7FCDCF;
}

.u-table__corner th.is-parts01 span:before,
.u-table__corner th.is-parts02 span:before,
.u-table__corner th.is-parts03 span:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}

.u-table__corner th.is-parts01 span:before {
	background: url(../img/icon_parts01.png) no-repeat top / contain;
	width: 88px;
	height: 50px;
}

.u-table__corner th.is-parts02 span:before {
	background: url(../img/icon_parts02.png) no-repeat top / contain;
	width: 101px;
	height: 65px;
}

.u-table__corner th.is-parts03 span:before {
	background: url(../img/icon_parts03.png) no-repeat top / contain;
	width: 91px;
	height: 54px;
}

.u-table__cornerHead th {
	font-size: 2.0rem;
	color: #fff;
	text-align: center;
	background: #A5A5A5;
	border-top: none;
	border-left: 2px solid #F5F5F5;
	padding: 1em 1em .95em 1.25em;
}

.u-table__cornerHead th.bgPink {
	background: #DE8B8D;
}

.u-table__cornerHead th:first-child {
	border-left: 0;
}

.u-table__figure {
	flex-wrap: nowrap !important;
	gap: 20px;
}

.u-table__figure figure {
	text-align: center;
}

.u-table__figure figure figcaption {
	color: #333;
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: 0.5em;
}


/* ----------------------------------------------------------------------
 * GLOBAL - Icon
 * ---------------------------------------------------------------------- */



/* ----------------------------------------------------------------------
 * GLOBAL - List
 * ---------------------------------------------------------------------- */
.u-flex {
	display: flex;
	flex-wrap: wrap;
}

.u-flex__center {
	justify-content: center;
}

.u-flex__right {
	justify-content: flex-end;
}

.u-flex__middle {
	align-items: center;
}

.u-flex__bottom {
	align-items: flex-end;
}

.u-flex__reverse {
	flex-direction: row-reverse;
}

.u-flex__between {
	justify-content: space-between;
}

.u-flex__column--2 > * {
	width: calc(100% / 2);
}

.u-flex__column--2-1 > *:nth-child(1) {
	width: calc(100% / 3);
}

.u-flex__column--2-1 > *:nth-child(2) {
	width: calc((100% / 3) * 2);
}

.u-flex__column--3 > * {
	width: calc(100% / 3);
}

.u-flex__column--4 > * {
	width: calc(100% / 4);
}

.u-flex__column--5 > * {
	width: calc(100% / 5);
}

.u-flex__column--6 > * {
	width: calc(100% / 6);
}

.u-flex__column--7 > * {
	width: calc(100% / 7);
}

.u-flexChildWrap {
	margin-right: -25px;
	margin-left: -25px;
}

.u-flexChild {
	padding-right: 25px;
	padding-left: 25px;
}

.u-flexChild.u-flexChildWrap {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.u-list__items {
	counter-reset: count 0;
}

.u-list__item {
	letter-spacing: 0;
	line-height: 1.5;
	padding-left: 1.25em;
	margin: 0 0 .5em;
	position: relative;
}

.u-list__item:last-child {
	margin-bottom: 0;
}

.u-list__item:before {
	content: '';
	background: #696969;
	border-radius: 50%;
	width: 3px;
	height: 3px;
	position: absolute;
	top: .7em;
	left: .5em;
}

.u-list__item--decimal {
	padding-left: 1.75em;
}

.u-list__item--decimal:before {
	content: counter(count) ". ";
	counter-increment: count 1;
	color: #696969;
	font-weight: 700;
	width: auto;
	height: auto;
	background: transparent;
	top: 0;
	left: .5em;
}

.u-list__items--secondary .u-list__item {
	padding-left: 1.5em;
	counter-increment: number;
}

.u-list__items--secondary .u-list__item:before {
	content: counter(number)"）";
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0;
	top: 0;
	left: 0;
}


/* ----------------------------------------------------------------------
 * Global Title/Text
 * ---------------------------------------------------------------------- */
.u-content-title {
	font-size: 3.8rem;
	font-weight: 500;
	text-align: center;
	padding-top: 80px;
}

.u-content-title:after {
	content: "";
	background: url(../img/contents_title_bg.png) no-repeat center / 100% 100%;
	display: block;
	width: 100%;
	height: 56px;
	margin-top: 30px;
}

.u-content-title span {
	display: inline-block;
	position: relative;
}

.u-content-title + div {
	margin-top: 80px;
}

.u-content-lead {
	font-size: 2.0rem;
	line-height: 2;
	margin-bottom: 20px;
}

.u-content-text {
	font-size: 1.8rem;
	line-height: 2;
}

.u-content-note {
	font-size: 1.2rem;
	line-height: 1.75;
	display: block;
}

.u-title__hi {
	font-size: 2.8rem;
	font-weight: 500;
	color: #E1572F;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
}

.u-title__hi:before {
	content: attr(data-step);
	font-size: 4.4rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	margin-right: 0.5em;
}

.u-title__hi + * {
	margin-top: 70px;
}

.u-title__mid {
	font-size: 2.6rem;
	font-weight: 500;
	color: #8D9461;
	border-bottom: 1px solid #8D9461;
	position: relative;
	padding: 0 0 20px 45px;
}

.u-title__mid:before {
	content: '';
	border: solid 10px rgba(141,148,97,0.5);
	border-radius: 50%;
	position: absolute;
	left: 0;
	width:10px;
	height: 10px;
}

.u-title__mid + * {
	margin-top: 40px;
}

.u-title__low {
	font-size: 2.6rem;
	font-weight: 500;
	color: #8D9461;
}

.u-title__low + * {
	margin-top: 20px;
}



/* ----------------------------------------------------------------------
 * Global Button
 * ---------------------------------------------------------------------- */
.u-button {
	font-size: 2.0rem;
	line-height: 1.3;
	text-align: center;
	border: 1px solid #427abe;
	border-radius: 30px;
	max-width: 500px;
	margin: 40px auto 0;
}
.u-button.is-bgRed {
	background-color: #df2d32 !important;
	border: none;
}

.u-button.is-iconPop span:after {
	background-image: url(../img/icon-arrow-right.png);
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 15px;
	width: 9px;
	position: absolute;
	right: 30px;
	top: calc(50% - 7px);
}

.u-button.is-iconPop.is-bgRed span:after {
	background-image: url(../img/icon-arrow-right-white.png);
}

.u-button.is-iconPop span {
	padding: 17px 50px 17px 30px;
}

.u-button a,
.u-button span {
	color: #427abe;
	display: block;
	position: relative;
}
.u-button.is-bgRed a,
.u-button.is-bgRed span {
	color: #fff;
}

.u-button.is-iconBlank a,
.u-button.is-iconSerch a {
	padding: 17px 20px;
}

.u-button.is-iconBlank span {
	display: inline-block;
	padding-left: 39px;
}

.u-button.is-iconBlank span:after {
	background: url(../img/icon_blank_blue.png) no-repeat center left / contain;
	content: "";
	display: block;
	height: 19px;
	width: 24px;
	position: absolute;
	left: 0;
	top: calc(50% - 9px);
}

.u-button.is-iconSerch span {
	display: inline-block;
	padding-left: 37px;
}

.u-button.is-iconSerch span:after {
	background: url(../img/icon_serch_blue.png) no-repeat center left / contain;
	content: "";
	display: block;
	height: 26px;
	width: 22px;
	position: absolute;
	left: 0;
	top: calc(50% - 13px);
}



/* ----------------------------------------------------------------------
 * margin
 * ---------------------------------------------------------------------- */




/* ----------------------------------------------------------------------
 * LAYOUT
 * ---------------------------------------------------------------------- */
.g-container {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #696969;
	-webkit-font-feature-settings: 'pkna';
	-moz-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
	line-height: 1;
	letter-spacing: .05em;

	background-color: #fff;
	position: relative;
	top: 124px;
	padding-bottom: 124px;
}


/* ----------------------------------------------------------------------
 * Global Search
 * ---------------------------------------------------------------------- */
.g-search-shop {
	background: #f7f5f5;
}


/* ----------------------------------------------------------------------
 * KEY VISUAL
 * ---------------------------------------------------------------------- */
.c-kv {
	padding: 41.75% 0 0;
	/*padding: 49.75% 0 0;*/
	position: relative;
	overflow: hidden;
}

.c-kv__title {
	text-align: center;
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-100%,-50%);
	z-index: 10;
}

.c-kv__title img {
	width: 74%;
}

.c-kv__image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.c-kv__image img {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}



/* ----------------------------------------------------------------------
 * MENU
 * ---------------------------------------------------------------------- */
.c-menu {
	text-align: center;
	background: #8D926C;
}

.c-menu-items {
	padding: 40px 0;
	flex-wrap: nowrap;
	gap: 9px;
}

.c-menu-item {
	height: 90px;
	position: relative;
}

.c-menu-item a {
	background: #fff;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0);
}

.c-menu-item a:hover {
	opacity: 1;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
	transform: translate(0,-2px);
}

.c-menu-item a:after {
	content: '';
	width: 13px;
	height: 8px;
	background: url(../img/arrow_01.svg) no-repeat center / 100% 100%;
	display: block;
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translate(-50%,0);
}

.c-menu-item a span {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0;
	color: #696969;
	width: 100%;
	display: block;
	padding: 0 20px;
	position: absolute;
	top: calc(50% - .25em);
	left: 0;
	transform: translate(0,-50%);
}

.c-menu-item:nth-child(2) span {
	color: #E1572F;
}

.c-menu-item:nth-child(3) span {
	color: #10458A;
}

.c-menu-item b {
	font-size: 1.2rem;
	color: #fff;
	line-height: 23px;
	display: block;
}

.c-menu-item:nth-child(2) b {
	background: #E1572F;
}

.c-menu-item:nth-child(3) b {
	background: #10458A;
}


/* ----------------------------------------------------------------------
 * ABOUT
 * ---------------------------------------------------------------------- */
.c-about {
	padding: 120px 0 120px;
	color: #333;
	text-align: center;
	position: relative;
}

.c-about__text {
	font-size: 2.0rem;
	line-height: 2.2;
	margin-bottom: 40px;
}

.c-about__items {
	/*width: 740px;*/
	margin: 0 auto;
	flex-wrap: nowrap;
	gap: 40px;
}

.c-about__item > figure img {
	border-radius: 150px;
}

.c-about__item > figure figcaption {
	font-size: 2.0rem;
	line-height: 40px;
	display: inline-block;
	padding: 0 1em;
	margin-top: 20px;
	background: rgba(141,148,97,0.15);
}


/* ----------------------------------------------------------------------
 * CONTENTS1
 * ---------------------------------------------------------------------- */
.c-contents1 {
	padding: 120px 0 200px;
	background: rgba(141,148,97,0.15);
}

.c-contents1__title {
	position: relative;
}

.c-contents1__title span:before {
	content: "";
	background: url(../img/contents1_title.png) no-repeat center / 100% 100%;
	display: inline-block;
	width: 144px;
	height: 62px;
	position: absolute;
	right: calc(100% - 35px);
	bottom: 100%;
}

.c-contents1__main {
	font-size: 2.0rem;
	line-height: 1.5;
}

.c-contents1__main dl {
	font-size: 1.8rem;
	color: #333;
	background: #fff;
	border: 2px solid #A63345;
	border-radius: 20px;
	overflow: hidden;
	width: 800px;
	display: flex;
	margin: 0 auto 40px;
}

.c-contents1__main dl > *{
	display: flex;
	align-items: center;
}

.c-contents1__main dt {
	color: #fff;
	line-height: 1.5;
	text-align: center;
	background: #A63345;
	padding: 0 40px;
}

.c-contents1__main dd {
	padding: 20px 20px 20px 40px;
}

.c-contents1__main dd li {
	background: url(../img/icon_check.png) no-repeat left / 22px 22px;
	position: relative;
	padding-left: 32px;
	margin-top: 0.25em;
}

.c-contents1__main dd li:first-child {
	margin-top: 0;
}

.c-contents1__main figure img {
	border: 8px solid #fff;
	border-radius: 20px;
	box-shadow: 3px 6px 6px rgb(0 0 0 / 10%);
}

.c-contents1__main figcaption {
	text-align: center;
	margin-top: 30px;
}

.c-contents1__main .c-contents1__point {
	text-align: center;
	margin-top: 30px;
}

.c-contents1__main .c-contents1__point:before {
	content: "枕の正しい当て方";
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 70px;
	color: #8D926C;
	background: #fff;
	border: 2px solid #8D926C;
	padding: 0 1.5em;
	margin-right: 30px;
}

.c-contents1__main .c-contents1__point p {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}


/* ----------------------------------------------------------------------
 * CONTENTS2
 * ---------------------------------------------------------------------- */
.c-contents2 {
	padding: 0 0 200px;
	background: #F5F5F5;
}

.c-contents2 h2 {
	font-size: 3.8rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: #8D926C;
	padding: 65px 0;
}

.c-contents2 h2 span {
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-contents2 h2 span:before {
	content: "";
	background: url(../img/icon_pillow.png) no-repeat center / 100% 100%;
	display: inline-block;
	width: 184px;
	height: 118px;
	vertical-align: middle;
	margin-right: 20px;
}

.c-contents2__title span:after {
	content: attr(data-subtitle);
	font-size: 2.2rem;
	color: #fff;
	line-height: 40px;
	display: block;
	width: 500px;
	height: 40px;
	margin: 20px auto 0;
}

.c-contents2__title span:after {
	background: #E1572F;
}

.c-contents2__main .e-imgBorder {
	border: 3px solid #fff;
	border-radius: 20px;
	box-shadow: 3px 6px 6px rgba(0,0,0,0.1);
	overflow: hidden;
}

.c-contents2 .e-parts01,
.c-contents2 .e-parts02,
.c-contents2 .e-parts03 {
	font-size: 85%;
	color: #fff;
	letter-spacing: 0;
	line-height: 26px;
	border-radius: 30px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 1.25em;
	margin-right: 0.5em;
}

.c-contents2 .e-parts01 {
	background: #DE8B8D;
}

.c-contents2 .e-parts02 {
	background: #F1BB71;
}

.c-contents2 .e-parts03 {
	background: #7FCDCF;
}

.c-contents2 .e-parts01.e-parts__icon,
.c-contents2 .e-parts02.e-parts__icon,
.c-contents2 .e-parts03.e-parts__icon {
	line-height: 50px;
	padding: 0 1.8em;
	margin: 0 1.2em;
}

.c-contents2 .e-parts01.e-parts__icon span {
	min-height: 30px;
	padding-right: 45px;
	background: url(../img/icon_parts01.png) no-repeat right / contain;
}

.c-contents2 .e-parts02.e-parts__icon span {
	min-height: 30px;
	padding-right: 55px;
	background: url(../img/icon_parts02.png) no-repeat right / contain;
}

.c-contents2 .e-parts03.e-parts__icon span {
	min-height: 30px;
	padding-right: 45px;
	background: url(../img/icon_parts03.png) no-repeat right / contain;
}

.c-contents2__br {
	background: #ccc;
	height: 1px;
	margin: 80px 0;
}

.c-contents2__step_1,
.c-contents2__step_2 {
	margin-bottom: 150px;
}

.c-contents2__step_1 .c-contents2__items {
	flex-wrap: nowrap;
	gap: 70px;
}

.c-contents2__step_1 .c-contents2__items figure {
	position: relative;
}

.c-contents2__step_1 .c-contents2__items figure:nth-child(2):before {
	content: "";
	background: url(../img/step1_hosoku.png) no-repeat center / 100% 100%;
	display: inline-block;
	width: 154px;
	height: 116px;
	position: absolute;
	left: -68px;
	top: -35px;
}

.c-contents2__step_1 .c-contents2__items figure span {
	display: inline-block;
	margin: -60px 0 0 15px;
	float: left;
	position: relative;
}

.c-contents2__step_1 .c-contents2__items figure figcaption {
	font-size: 1.5rem;
	line-height: 2;
	display: inline-block;
	margin-top: 30px;
	float: right;
}

.c-contents2__step_3 .c-contents2__item {
	flex-wrap: nowrap;
}

.c-contents2__step_3 .c-contents2__item p {
	width: calc(100% - 270px);
	padding-left: 40px;
}

.c-contents2__step_3 .c-contents2__item p .e-parts01.e-parts__icon {
	margin-left: 0;
}

.c-contents2__parts {
	flex-wrap: nowrap;
	gap: 25px;
}

.c-contents2__part {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 6px 6px rgb(0 0 0 / 10%);
	text-align: center;
}

.c-contents2__part p {
	font-size: 2.0rem;
	color: #fff;
	background: #DE8B8D;
	border-radius: 20px 20px 0 0;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-contents2__part:nth-child(2) p {
	background: #F1BB71;
}

.c-contents2__part:nth-child(3) p {
	background: #7FCDCF;
}

.c-contents2__part p small {
	font-size: 70%;
	display: block;
	margin-top: 0.5em;
}

.c-contents2__part figure {
	padding: 40px 0;
}

.c-contents2__part figure figcaption {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-top: 20px;
}

.c-contents2__part figure figcaption small {
	font-size: 75%;
}

.c-contents2__memo {
	color: #9E7C50;
	text-align: center;
	background: #fff;
	border: 1px solid #9E7C50;
	position: relative;
	padding: 0 100px 0 110px;
}

.c-contents2__memo p {
	font-size: 2.0rem;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 50px;
	background: #9E7C50;
	border-radius: 30px;
	width: 640px;
	position: absolute;
	padding: 0 1em;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}

.c-contents2__memo p em {
	font-size: 140%;
	vertical-align: baseline;
	margin: 0 0.15em;
}

.c-contents2__memo figure {
	padding: 60px 0 50px;
	gap: 70px;
}

.c-contents2__memo figure img {
}

.c-contents2__memo figure figcaption {
	text-align: left;
	line-height: 2;
}

.c-contents2__attention {
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
	background: #DE0000;
	padding: 20px 50px;
}

.c-contents2__attention p {
	background: url(../img/icon_attention.svg) no-repeat left / 51px 46px;
	min-height: 46px;
	padding-left: 81px;
}




/* ----------------------------------------------------------------------
 * CONTENTS3
 * ---------------------------------------------------------------------- */
.c-contents3 {
	padding: 70px 0 0;
}

#anc-contents3 .c-contents2__title span:after {
	background: #10458A;
}

.c-contents3__main {
	padding-bottom: 120px;
}

.c-contents3__item {
}

.c-contents3__item:nth-child(2) {
	padding-left: 50px;
}

.c-contents3 dl {
	display: flex;
	border: 1px solid #A63345;
	width: 870px;
	margin: 80px auto 0;
}

.c-contents3 dt {
	text-align: center;
	width: calc(100% / 3);
	padding-top: 40px;
	padding-left: 20px;
	position: relative;
}

.c-contents3 dt:after {
	content: "";
  display: block;
  width: 0;
  height: 0;
  border: 103px solid transparent;
  border-right: 0 solid transparent;
  border-left: 50px solid #fff;
	position: absolute;
	top: 0;
	left: 100%;
}

.c-contents3 dt em {
	font-size: 1.4rem;
	line-height: 1.42;
	display: block;
}

.c-contents3 dt img {
	display: block;
	margin: 15px auto 0;
}

.c-contents3 dd {
	font-size: 2.0rem;
	color: #fff;
	line-height: 2;
	text-align: center;
	background: #A63345;
	width: calc(100% / 3 * 2 + 1px);
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	padding-left: 85px;
}

.c-contents3 dd span {
	display: block;
	margin-top: 0.8em;
}

.c-contents3__sub {
	background: #F5F5F5;
	padding: 120px 0;
	overflow: hidden;
}

.c-contents3__sub h4 {
	font-size: 2.0rem;
	text-align: center;
	background: #fff;
	border: 2px solid #8D926C;
	border-radius: 100px;
	display: inline-block;
	padding: 0.65em 1.5em;
	margin-bottom: 20px;
}

.c-contents3__sub p {
	font-size: 1.6rem;
	line-height: 2.2;
	float: left;
}

.c-contents3__sub p span {
	font-size: 1.8rem;
	color: #fff;
	line-height: 2.2;
	background: #A63345;
	padding: 0.3em 0.5em;
	margin-right: 0.5em;
}

.c-contents3__sub figure {
	float: right;
	position: relative;
}

.c-contents3__sub figure:after {
	content: url(../img/contents3_icon.png) ;
	display: block;
	position: absolute;
	top: -40px;
	right: -30px;
}

.c-contents3__sub figure img {
	position: relative;
	z-index: 1;
}





/* ----------------------------------------------------------------------
 * CONTENTS4
 * ---------------------------------------------------------------------- */
.c-contents4 {
	padding: 120px 0 200px;
}

.c-contents4__title span:before {
	content: "";
	background: url(../img/contents4_title.png) no-repeat center / contain;
	display: inline-block;
	width: 202px;
	height: 60px;
	position: absolute;
	left: -65px;
	bottom: calc(100% - 5px);
}

.c-contents4__title p {
	margin-top: 30px;
}

.c-contents4__items {
}

.c-contents4__item {
	flex-wrap: nowrap;
	margin-bottom: 60px;
}

.c-contents4__item:last-child {
	margin-bottom: 50px;
}

.c-contents4__item figure {
	width: 300px;
}

.c-contents4__item figure img {
	border: 1px solid #CCC;
	border-radius: 20px;
}

.c-contents4__item div {
	width: calc(100% - 300px);
	padding-left: 50px;
}

.c-contents4__item h3 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}

.c-contents4__item h3:before {
	content: "";
	background: url(../img/contents4_icon.png) no-repeat left / contain;
	display: inline-block;
	width: 110px;
	height: 50px;
	margin-right: 0.5em;
}

.c-contents4__item p {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 2;
}


/* ----------------------------------------------------------------------
 * ActionButton
 * ---------------------------------------------------------------------- */
.c-actionButton {
	background: #8D926C;
	padding: 50px 0;
}

.c-actionButton__button {
	text-align: center;
}

.c-actionButton__button a {
	font-size: 2rem;
	font-weight: 700;
	color: #8D926C;
	text-align: center;
	line-height: 70px;
	background: #fff;
	display: inline-block;
	width: 580px;
	height: 70px;
}

.c-actionButton__button a:hover {
	opacity: 0.8;
}

.c-actionButton__button a em {
	padding: 0 0 0 60px;
	display: inline-block;
	position: relative;
}

.c-actionButton__button a em:before {
	content: '';
	background: url("../img/icon_search.png") no-repeat center / 100% 100%;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0,-50%);
}


/* ----------------------------------------------------------------------
 * SHOP LP
 * ---------------------------------------------------------------------- */



/* ----------------------------------------------------------------------
 * PREVENTION
 * ---------------------------------------------------------------------- */
	.c-prevention {
		padding: 50px 0 40px;
		background: #d9f1db;
	}

	.c-prevention__text {
		color: #525252;
		font-size: 1.6rem;
		font-weight: 700;
		text-align: center;
		letter-spacing: .15em;
	}

	.c-prevention__items {
		margin: 20px 0 0;
		padding: 0 100px;
		display: flex;
	}

	.c-prevention__item {
		width: calc(100% / 3);
		display: flex;
		align-items: center;
	}

	.c-prevention__item figure {
		width: 80px;
	}

	.c-prevention__item em {
		color: #48974e;
		font-size: 1.8rem;
		font-weight: 700;
		white-space: nowrap;
		padding: 0 0 0 20px;
		display: inline-block;
	}