@charset "utf-8";


/* policy
----------------------------------------------- */

.policy {
	margin: 63px 0;
	padding: 63px 0;
}
.policy__outer {
	position: relative;
	z-index: 1;
}
.policy__inner {
	position: relative;
	z-index: 2;
}
.policy__label {
	position: absolute;
	top: -58px;
    left: -52px;
	z-index: 1;
}


/* treatment
----------------------------------------------- */

.treatment {
	margin: 68px 0 0;
	padding: 68px 0 0;
}
.treatment__outer {
	position: relative;
	z-index: 1;
}
.treatment__inner {
	position: relative;
	z-index: 2;
}
.treatment__links {
	display: flex;
	margin: 46px 0 0;
}
.treatment__link {
	margin: 0 0 0 1px;
	width: calc(33.33% - 1px);
}
.treatment__link:first-child {
	margin: 0;
	width: 33.33%;
}
.treatment__label {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

/* title */

.treatment .title--h2 {
	margin: -15px 0 0;
}


/* flow
----------------------------------------------- */

.flow {
	margin: 68px 0 0;
	padding: 68px 0 0;
}
.flow__outer {
	position: relative;
	z-index: 1;
}
.flow__inner {
	position: relative;
	z-index: 2;
}
.flow__columns {
	display: flex;
	margin: 0 0 -2px;
	padding: 50px 0 110px;
	background-image: url(../img/common/flow_arrow_pc.png);
	background-repeat: no-repeat;
	background-size: 1158px 105px;
	background-position: center bottom;
}
.flow__columns--last {
	margin: 0;
	padding: 50px 0;
	background: none;
	border-bottom: 1px dotted #d9d9d9;
}
.flow__columns--type01 {
	margin: 0;
	padding: 50px 0;
	background: none;
	border-bottom: 1px dotted #d9d9d9;
}
.flow__column > *:first-child {
	margin-top: -5px;
}
.flow__column:first-child {
	width: 356px;
}
.flow__column:last-child {
	width: calc(100% - 356px);
}
.flow__header {
	display: flex;
}
.flow__no {
	margin: -17px 0 -10px;
	width: 145px;
	color: #caa26f;
	font-family: 'EB Garamond', serif;
	font-size: 104px;
	opacity: 0.5;
}
.flow__listsmargin {
	margin: 30px 0 0;
}
.flow__more {
	display: none;
}
.flow__notes {
	margin: -15px 0 0;
	padding: 36px 0 0;
}
.flow__label {
	position: absolute;
	top: 118px;
	right: -140px;
	z-index: 1;
}
.flow__listscolumn {
	display: flex;
	margin: 0 0 0 30px;
	padding: 0;
}
.flow__listscolumn > span:first-child {
	margin: 0 -15px 0 0;
	padding: 0;
	width: 15px;
}
.flow__listscolumn > span:last-child {
	width: calc(100% - 15px);
}
.flow__image {
	margin: 0 0 25px;
	max-width: 498px;
}
.flow__image img {
	width: 100%;
	height: auto;
}

/* type01 */

.flow__columns--type01 .flow__column:first-child {
	width: 360px;
}
.flow__columns--type01 .flow__column:last-child {
	width: calc(100% - 360px);
}

/* roughflow */

.flow__roughflow {
	margin: 70px 0 0;
}
.flow__flowlists {
	display: flex;
	margin: 26px 0 0;
}
.flow__flowlist {
	margin: 0 0 0 1px;
	width: calc(25% - 1px);
}
.flow__flowlist:first-child {
	margin: 0;
	width: 25%;
}

/* title */

.flow .title--h2 {
	margin: -20px 0 6px;
}
.flow__header .title--h3 {
	margin: -8px 0 0;
}


/* imageguide
----------------------------------------------- */

.imageguide {
	display: flex;
	justify-content: space-between;
	margin: 42px 0 0;
}
.imageguide__column:first-child {
	width: 35%;
}
.imageguide__column:last-child {
	width: 61%;
}
.imageguide__image img {
	width: 100%;
	height: auto;
}
.imageguide__title > *:first-child {
	margin: -8px 0 0;
	padding: 0;
}
.imageguide__textline {
	margin: 21px 0 0;
}


/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {


	/* retina
	----------------------------------------------- */
	
	@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	}


}


/* mobile
----------------------------------------------- */

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


	/* policy
	----------------------------------------------- */

	.policy {
		margin: 31px 0;
		padding: 31px 0;
	}
	.policy__label {
		top: -5px;
		left: -45px;
	}
	.policy__label img {
		width: auto;
		height: 220px;
	}


	/* treatment
	----------------------------------------------- */

	.treatment {
		margin: 36px 0 0;
		padding: 36px 0 0;
	}
	.treatment__links {
		display: block;
		margin: 43px 0 0;
	}
	.treatment__link,
	.treatment__link:first-child {
		margin: 1px 0 0;
		width: auto;
	}
	.treatment__link:first-child {
		margin: 0;
	}
	.treatment__label {
		top: 0;
		left: -15px;
		right: auto;
	}
	.treatment__label img {
		width: auto;
		height: 43px;
	}

	/* title */
	
	.treatment .title--h2 {
		margin: -10px 0 0;
	}


	/* flow
	----------------------------------------------- */

	.flow {
		margin: 36px 0 0;
		padding: 72px 0 0;
	}
	.flow__columns {
		display: block;
		margin: 0 -15px;
		padding: 20px 0 55px;
		background-image: url(../img/common/flow_arrow_sp.png);
		background-size: 369px 53px;
	}
	.flow__columns--type01:last-child,
	.flow__columns--type01 {
		padding: 20px 0 28px;
		background: none;
	}
	.flow__column:first-child,
	.flow__column:last-child {
		width: auto;
	}
	.flow__column:last-child {
		margin: 13px 0 0;
	}
	.flow__header {
		justify-content: space-between;
		align-items: center;
	}
	.flow__no {
		margin: 0 15px;
		width: auto;
		font-size: 44px;
		order: 2;
	}
	.flow__body {
		margin: 0 15px;
		max-height: 105px;
		overflow: hidden;
	}
	.flow__listsmargin {
		margin: 20px 0 0;
	}
	.flow__more {
		display: block;
		margin: 15px 15px 0;
	}
	.flow__notes {
		margin: 28px 0 0;
		padding: 23px 0 0;
		border-top: 1px dotted #d9d9d9;
	}
	ul.flow__notes {
		margin: -15px 0 0;
		padding: 28px 0 0;
		border-top: none;
	}
	.flow__label {
		top: 45px;
		left: -45px;
		right: auto;
	}
	.flow__label img {
		width: auto;
		height: 274px;
	}
	.flow__image {
		margin: 10px 0 10px;
		max-width: initial;
	}

	/* last */

	.flow__columns--last {
		padding-bottom: 0;
		background: none;
		border-bottom: none;
	}

	/* type01 */

	.flow__columns--type01 .flow__column:first-child,
	.flow__columns--type01 .flow__column:last-child {
		width: auto;
	}

	/* roughflow */

	.flow__roughflow {
		margin: 33px 0 0;
	}
	.flow__flowlists {
		display: block;
		margin: 23px 0 0;
	}
	.flow__flowlist {
		margin: 1px 0 0;
		width: auto;
	}
	.flow__flowlist:first-child {
		margin: 0;
		width: auto;
	}

	/* title */
	
	.flow .title--h2 {
		margin: -15px 0 4px;
	}
	.flow__header .title--h3 {
		margin: 0 15px;
	}


	/* imageguide
	----------------------------------------------- */

	.imageguide {
		display: block;
		margin: 40px 0 0;
	}
	.imageguide__column:first-child,
	.imageguide__column:last-child {
		width: auto;
	}
	.imageguide__title > *:first-child {
		margin: 23px 0 0;
		padding: 0;
	}
	.imageguide__textline {
		margin: 13px 0 0;
	}


}


ol.cp_clist {
	counter-reset:cp_clist; /*数字をリセット*/
	list-style-type: none;
	padding:0.5em;
}
ol.cp_clist li {
	position: relative;
	padding-left: 30px;
	padding: 0.5em 0.5em 0.5em 30px;
}
ol.cp_clist li::before {
	position: absolute;
	display:inline-block;
	top: 50%;
	left: 0;
	/* カウントさせる */
	counter-increment: cp_clist;
	content: counter(cp_clist);
	/*装飾*/
	padding: 0 0.2em 0 0.2em;
	background: #6b5945;
	color: #fff;
	font-weight:bold;
	border-radius: 50%;
	width: 19px;
	height: 25px;
	line-height: 25px;
	text-align:center;
	transform: translateY(-50%);
}
