@charset "shift_jis";

/* ======================================================
 * /common-files/css/edy/edy.css
 * ------------------------------------------------------
 * - module
 * - component
 * - @media query:max-width: 750px
 * Clearfix
====================================================== */
/* module
------------------------------------------------------ */
/* ----- text ----- */
#edy .edy-strong01 {
	font-size: 25px;
	font-size: 2.5rem;
}
#edy .edy-text01 {
	font-size: 16px;
	font-size: 1.6rem;
}
/* ----- wrapper ----- */
#edy .edy-section01 {
	margin-top: 40px;
}
#edy .edy-section02 {
	margin-top: 45px;
}
#edy .edy-section02 + .edy-section02 {
	background: url(/edy/img-files/edy_ex03.gif) 0 0 repeat-x;
	padding-top: 45px;
}
/* ----- logo ----- */
#edy .edy-logo {
	width: 45px;
	vertical-align: bottom;
	margin-left: 20px;
}
/* ----- heading ----- */
#edy .edy-hdg01 {
	position: relative;
	margin-bottom: 25px;
	padding: 14px 5px 11px;
	background: #e9e0ce;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	color: #443c2d;
}
#edy .edy-hdg01 + * {
	margin-top: 0 !important;
}
#edy .edy-hdg01::after {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: -14px;
	left: 50%;
	margin-left: -9px;
	border-top: 15px solid #e9e0ce;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	content: "";
}
#edy .edy-hdg02 {
	position: relative;
	width: 800px;
	margin-bottom: 20px;
	padding: 14px 0 11px 57px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffeceb;
	font-size: 26px;
	font-size: 2.6rem;
}
#edy .edy-hdg02 + * {
	margin-top: 0 !important;
}
#edy .edy-hdg02__num {
	display: block;
	position: absolute;
	width: 38px;
	height: 38px;
	top: 12px;
	left: 10px;
	background: #a8781a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
	color: #fff;
	line-height: 38px;
	text-align: center;
}
/* ----- box ----- */
#edy .edy-bgBox01 {
	margin-top: 70px;
	padding: 24px 30px;
	background: #f6e5e8;
}
#edy .edy-bgBox01 > *:first-child {
	margin-top: 0 !important;
}

/* component
------------------------------------------------------ */
/* ----- lead ----- */
#edy .edy-lead01 {
	position: relative;
	padding: 36px 50px 36px 0;
	font-size: 22px;
	font-size: 2.2rem;
}
#edy .edy-lead01::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 50px;
	width: 154px;
	height: 94px;
	margin-top: -47px;
	background: url(/edy/img-files/edy_im16.png) 0 0 no-repeat;
	content: "";
}
/* ----- box ----- */
#edy .edy-box01 {
	position: relative;
	margin-top: 70px;
}
#edy .edy-box01__head01 {
	width: 770px;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -385px;
	padding: 8px 5px 7px;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
	background: #77591f;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#edy .edy-box01__head01::before,
#edy .edy-box01__head01::after {
	display: block;
	position: absolute;
	width: 46px;
	height: 27px;
	top: 50%;
	margin-top: -14px;
	content: "";
}
#edy .edy-box01__head01::before {
	left: 50px;
	background: url(/edy/img-files/edy_ex01.png) 0 0 no-repeat;
}
#edy .edy-box01__head01::after {
	right: 50px;
	background: url(/edy/img-files/edy_ex02.png) 0 0 no-repeat;
}
#edy .edy-box01__inn {
	padding: 50px 20px 10px;
	background: #f9f6d4;
	background: -webkit-linear-gradient(left, #f9f6d4 0%,#fffef0 50%,#f9f6d4 100%);
	background: -moz-linear-gradient(left, #f9f6d4 0%, #fffef0 50%, #f9f6d4 100%);
	background: linear-gradient(to right, #f9f6d4 0%,#fffef0 50%,#f9f6d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f6d4', endColorstr='#f9f6d4',GradientType=1 );
}
#edy .edy-box01__inn > *:first-child {
	margin-top: 0 !important;
}
#edy .edy-box01__item {
	padding: 15px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#edy .edy-box01__lead01 {
	font-size: 16px;
	font-size: 1.6rem;
}
#edy .edy-box02 {
	border: 1px solid #bbb;
	font-size: 18px;
	font-size: 1.8rem;
}
#edy .edy-box02__ttl {
	padding: 12px 5px;
	background: #e6e6e6;
	font-weight: bold;
	text-align: center;
}
#edy .edy-box02__dtl {
	padding: 18px;
	background: #fff;
}
#edy .edy-box02__dtl .linkTxt01 a:before,
#edy .edy-box02__dtl .linkList01 > li > a:before {
	top: 0.6em;
}
/* ----- anchor ----- */
#edy .edy-anchor {
	margin-top: 60px;
}
#edy .edy-anchor > *:first-child {
	margin-top: 0 !important;
}
#edy .edy-anchor__list > li > a {
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 10px 5px 26px;
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: 3px solid #a5a5a5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	color: #222;
}
#edy .edy-anchor__list > li > a::after {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 9px;
	width: 13px;
	height: 8px;
	margin-left: -6px;
	background: url(/edy/img-files/edy_ic02.png) 0 0 no-repeat;
	content: "";
}
#edy .edy-anchor__list > li > a:hover {
	margin-top: 2px !important;
	border-bottom-width: 1px;
}
/* ----- appBnr ----- */
#edy .edy-appBnr {
	display: inline-table;
}
#edy .edy-appBnr__item {
	display: table-cell;
	padding: 10px 20px;
	vertical-align: middle;
}
#edy .edy-appBnr__android {
	width: 258px;
}
/* ----- flow ----- */
#edy .edy-flow {
	margin-top: 40px;
}
#edy .edy-flow > li {
	width: 22.5%;
	float: left;
	margin-left: 3.33%;
}
#edy .edy-flow > li:nth-child(4n+1) {
	margin-left: 0;
	clear: left;
}
#edy .edy-flow__label {
	display: table;
	width: 100%;
	padding: 15px;
	background: #e6e6e6;
}
#edy .edy-flow__text {
	display: table-cell;
	text-indent: -24px;
	padding-left: 24px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	vertical-align: middle;
}
#edy .edy-flow__num {
	font-size: 22px;
	font-size: 2.2rem;
	color: #a5001e;
}
#edy .edy-flow__img {
	position: relative;
	margin-top: 25px;
	text-align: center;
}
#edy .edy-flow__img img {
	width: 164px;
}
#edy .edy-flow > li .edy-flow__img::before {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 50%;
	left: -31px;
	margin-top: -23px;
	border-left: 22px solid #a5001e;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	content: "";
}
#edy .edy-flow > li:first-child .edy-flow__img::before {
	display: none;
}
.edy-attention-box{
	border: 2px solid #a5001e;
	padding: 17px;
}
.edy-attention{
	color: #a5001e;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}
.edy-borderLine{
	text-decoration: underline;
}
/* @media query:max-width: 750px
------------------------------------------------------ */
@media screen and (max-width: 750px) {
	#edy #mainContents {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#edy .sp-fullBleed {
		margin-left: -10px;
		margin-right: -10px;
	}
	#edy .sp_flN {
		float: none !important;
		clear: left;
	}
	/* module
	------------------------------------------------------ */
	/* ----- text ----- */
	#edy .edy-strong01 {
		font-size: 17px;
		font-size: 1.7rem;
	}
	#edy .edy-text01 {
		font-size: 13px;
		font-size: 1.3rem;
	}
	/* ----- wrapper ----- */
	#edy .edy-section01 {
		margin-top: 30px;
	}
	#edy .edy-section02 {
		margin-top: 22px;
	}
	#edy .edy-section02 + .edy-section02 {
		background: url(/edy/img-files/sp_edy_ex03.gif) 0 0 repeat-x;
		-webkit-background-size: 10px 4px;
		background-size: 10px 4px;
		padding-top: 22px;
	}
	/* ----- logo ----- */
	#edy .edy-logo {
		width: 26px;
		margin-left: 9px;
	}
	/* ----- heading ----- */
	#edy .edy-hdg01 {
		margin-bottom: 15px;
		padding: 12px 5px 9px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	#edy .edy-hdg01::after {
		bottom: -7px;
		margin-left: -6px;
		border-top-width: 8px;
		border-left-width: 6px;
		border-right-width: 6px;
	}
	#edy .edy-hdg02 {
		width: 100%;
		margin-bottom: 12px;
		padding: 13px 5px 10px 40px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	#edy .edy-hdg02__num {
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		top: 50%;
		left: 5px;
		margin-top: -15px;
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 30px;
	}
	/* ----- box ----- */
	#edy .edy-bgBox01 {
		margin-top: 25px;
		padding: 12px 10px;
	}
	/* component
	------------------------------------------------------ */
/* ----- lead ----- */
#edy .edy-lead01 {
	padding: 0;
	font-size: 15px;
	font-size: 1.5rem;
}
#edy .edy-lead01::after {
	display: block;
	position: static;
	width: 100px;
	height: 61px;
	margin: 12px auto 0;
	background: url(/edy/img-files/sp_edy_im16.png) 0 0 no-repeat;
	-webkit-background-size: 100px 61px;
	background-size: 100px 61px;
	content: "";
}
	/* ----- box ----- */
	#edy .edy-box01 {
		margin-top: 45px;
	}
	#edy .edy-box01 .indention {
		display: inline-block;
	}
	#edy .edy-box01__head01 {
		width: 100%;
		top: -0.75em;
		left: 0;
		margin-left: 0;
		padding: 8px 30px 7px;
		background: #77591f;
		font-size: 18px;
		font-size: 1.8rem;
	}
	#edy .edy-box01__head01::before,
	#edy .edy-box01__head01::after {
		display: block;
		position: absolute;
		width: 20px;
		height: 12px;
		margin-top: -6px;
		-webkit-background-size: 20px auto;
		background-size: 20px auto;
	}
	#edy .edy-box01__head01::before {
		left: 6px;
	}
	#edy .edy-box01__head01::after {
		right: 6px;
	}
	#edy .edy-box01__inn {
		padding: 32px 10px 10px;
	}
	#edy .edy-box01__item {
		display: block;
		padding: 12px 10px;
		border-width: 2px;
		margin-top: 25px;
	}
	#edy .edy-box01__item .edy-box01__lead01-img {
		text-align: center;
		margin-top: 10px;
	}
	#edy .edy-box01__lead01 {
		position: relative;
		font-size: 13px;
		font-size: 1.3rem;
	}
	#edy .edy-box02 {
		font-size: 13px;
		font-size: 1.3rem;
	}
	#edy .edy-box02__ttl {
		padding: 6px 5px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	#edy .edy-box02__dtl {
		padding: 8px;
	}
	#edy .edy-box02__dtl .linkTxt01 a:before,
	#edy .edy-box02__dtl .linkList01 > li > a:before {
		top: 0.4em;
	}
	/* ----- anchor ----- */
	#edy .edy-anchor {
		margin-top: 25px;
	}
	#edy .edy-anchor__list > li > a {
		padding: 10px 5px 23px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	#edy .edy-anchor__list > li > a::after {
		width: 14px;
		height: 9px;
		margin-left: -7px;
		background: url(/edy/img-files/sp_edy_ic02.png) 0 0 no-repeat;
		-webkit-background-size: 14px 9px;
		background-size: 14px 9px;
		content: "";
	}
	#edy .edy-anchor__list > li > a:hover {
		margin-top: 0 !important;
		border-bottom-width: 3px;
	}
	#edy .edy-anchor__list > li + li {
		margin-top: 8px;
	}
	/* ----- appBnr ----- */
	#edy .edy-appBnr {
		display: block;
	}
	#edy .edy-appBnr__item {
		display: block;
		padding: 10px 20px;
	}
	#edy .edy-appBnr__android {
		width: 169px;
		margin: 0 auto;
	}
	/* ----- flow ----- */
	#edy .edy-flow {
		margin-top: 25px;
	}
	#edy .edy-flow > li,
	#edy .edy-flow > li:nth-child(4n+1) {
		width: 48.3%;
		margin-left: 3.4%;
		clear: none;
	}
	#edy .edy-flow > li:nth-child(2n+1) {
		margin-left: 0;
		clear: left;
	}
	#edy .edy-flow > li:nth-child(n+3) {
		margin-top: 25px;
	}
	#edy .edy-flow > li .edy-flow__img::before {
		display: none;
	}
	#edy .edy-flow__label {
		padding: 8px 7px;
	}
	#edy .edy-flow__text {
		display: table-cell;
		text-indent: -18px;
		padding-left: 18px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#edy .edy-flow__num {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#edy .edy-flow__img {
		margin-top: 15px;
	}
	#edy .edy-flow__img img {
		width: 123px;
	}
	.edy-attention-box{
		border: 2px solid #a5001e;
		padding: 14px;
	}
	.edy-attention{
		color: #a5001e;
		font-weight: bold;
		font-size: 1.4rem;
		text-align: left;
	}
	.edy-borderLine{
		text-decoration: underline;
	}
}

/* Cleafix
------------------------------------------------------ */
#edy .edy-flow::after {
	display: block;
	clear: both;
	content: "";
}
