@charset "shift_jis";
@font-face {
	font-family: 'Noto Sans CJK JP';
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
			 url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
			 url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans CJK JP';
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
			 url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
			 url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
	 font-family: 'Noto Sans CJK JP';
	 font-style: normal;
	 font-weight: 400;
	 src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
				url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
				url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
	 font-family: 'Noto Sans CJK JP';
	 font-style: normal;
	 font-weight: 500;
	 src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
				url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
				url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
	 font-family: 'Noto Sans CJK JP';
	 font-style: normal;
	 font-weight: 700;
	 src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
				url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
				url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
/* hebrew */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 400;
	src: local('Heebo'), local('Heebo-Regular'), url(https://fonts.gstatic.com/s/heebo/v5/NGS6v5_NC0k9P9H0TbFzsQ.woff2) format('woff2');
	unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 400;
	src: local('Heebo'), local('Heebo-Regular'), url(https://fonts.gstatic.com/s/heebo/v5/NGS6v5_NC0k9P9H2TbE.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 700;
	src: local('Heebo Bold'), local('Heebo-Bold'), url(https://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9lNaKROkK440A.woff2) format('woff2');
	unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 700;
	src: local('Heebo Bold'), local('Heebo-Bold'), url(https://fonts.gstatic.com/s/heebo/v5/NGS3v5_NC0k9P9lNaKRMkK4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* 
 * gecard.css
 * 
 * common
 * layout
 * components
 * other
 * 
 * Responsive(max-width: 750px)
 */
 

/* ==================================
	common
================================== */


/* ==================================
	layout
================================== */
/*== header ================*/
/*== container ================*/
#gecard #mainContainer {
	width: 1200px;
    font-family: 'Noto Sans CJK JP';
	margin: auto;
	display: block;
	padding: 0;
	font-size: 29px;
	font-size: 2.9rem;
	color: #191616;
	font-weight: 400;
}
/*== footer ================*/
#gecard #footer {
	margin-top: 0;
	padding: 5px 0 25px;
    border: none;
}
/*== font size ================*/
.font-L {
    font-size: 30px;
    font-size: 3.0rem;
}
.font-M {
    font-size: 28px;
    font-size: 2.8rem;
}
.font-S {
    font-size: 16px;
    font-size: 1.6rem;
}
.font-SS {
    font-size: 12px;
    font-size: 1.2rem;
}
.no-textTitle01 {
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 40px;
}
.no-textTitle02 {
	font-size: 20px;
}
ul li {
	font-size: 18px;
	font-size: 1.8rem;
}

.noTermArea01 {
	margin: 27px 0 95px;
	font-weight: bold;
}
.noTermArea01 dt {
	color: #ffffff;
	background: #191616;
	padding: 5px;
	margin-bottom: 10px
}
.textBox01 {
	position: relative;
	width: 997px;
	margin: 0 auto 63px;
	background: #f1ecec;
	padding: 33px;
}
.textBox01 p em {
	font-size: 45px;
	font-size: 4.5rem;
	font-weight: bold;	
}
.textBox01::after {
	position: absolute;
	display: block;
	content: "";
	width: 54px;
	height: 60px;
	border-bottom: solid #191616 2px; 
	border-left: solid #191616 2px; 
	bottom: 0;
	left: 0;
}
.textBox01::before {
	position: absolute;
	display: block;
	content: "";
	width: 54px;
	height: 60px;
	border-top: solid #191616 2px; 
	border-right: solid #191616 2px; 
	top: 0;
	right: 0;
}
.noBtn01 a {
	width: 676px;
	display: block;
	color: #191616;
	border: solid #b9a2a2 4px;
	text-decoration: none;
	padding: 30px 0;
	margin: 0 auto 8px;
	background: url(/gecard/news/img-files/067_nc_nocoffee_ic01.png) no-repeat 603px 34px/42px 42px;
	transition: 0.3s all ease-out;
}
.noBtn01 a:hover {
	background: url(/gecard/news/img-files/067_nc_nocoffee_ic01.png) no-repeat 603px 34px/42px 42px #b9a2a2;
}
.btnArea01 {
	margin-bottom: 35px;
}
.cardBtn01 a {
	width: 703px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 20px 0;
	margin: 63px auto 8px;
	background: url(/gecard/news/img-files/067_nc_nocoffee_ic02.png) no-repeat 623px 39px/46px 46px #000000;
	border-radius: 15px;
	transition: 0.3s all ease-out;
}
.cardBtn01 a:hover {
	background: url(/gecard/news/img-files/067_nc_nocoffee_ic02.png) no-repeat 623px 39px/46px 46px #737373;
}
.noImg01 {
	margin: 0 0 0 30px;
}
.noImg02 {
	margin: 52px 0 0;
}
.ge-sectionWrap {
	margin: 143px 20px 131px;
}
.noteList01 {
	margin: 5px 0 40px;
}
/* ==================================
	Responsive max-width: 750px
================================== */

@media screen and (max-width: 750px) {
	#gecard #mainContainer {
	width: 100%;
	font-size: 20px;
	font-size: 2.0rem;
		font-weight: 500;
	}
	.font-L {
		font-size: 5.0vw;
	}
	.font-M {
		font-size: 3.6vw;
	}
	.font-S {
		font-size: 3vw;
	}
	.font-SS {
		font-size: 2vw;
	}
	.no-textTitle01 {
	margin-bottom: 33px;
}
		.no-textTitle02 {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.textBox01 p em {
	font-size: 37px;
	font-size: 3.7rem;
	font-weight: bold;	
}
	.noTermArea01 {
	margin: 23px 0 43px;
	}
	ul li {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.noTermArea01 dt {
		color: #ffffff;
		background: #191616;
		padding: 5px;
		margin-bottom: 10px
	}
	
	.noImg01 {
		width: 30.66%;
		margin: 0;
	}
	.noImg02 {
    margin: 24px 0 0;
	}
	.textBox01 {
		width: 100%;
		padding: 18px;
		margin: 0 auto 35px;
	}
	.btnArea01 {
	margin-bottom: 50px;
}
	.noBtn01 a {
	width: 95%;
	display: block;
    border: solid #b9a2a2 4px;
    padding: 22px 38px 22px 13px;
    margin: 0 auto 8px;
    background: url(/gecard/news/img-files/067_nc_nocoffee_ic01.png) no-repeat right 5px top 50%/34px 34px;
	}
	.noBtn01 a:hover {
    background: url(/gecard/news/img-files/067_nc_nocoffee_ic01.png) no-repeat right 5px top 50%/34px 34px;
	}
	.cardBtn01 a {
		width: 100%;
		border-radius: 7px;
		padding: 13px 62px;
		background: url(/gecard/news/img-files/067_nc_nocoffee_ic02.png) no-repeat right 17px top 50%/34px 34px #000000;
	}
	.cardBtn01 a:hover {
		background: url(/gecard/news/img-files/067_nc_nocoffee_ic02.png) no-repeat right 17px top 50%/34px 34px #000000;
	}
	.ge-sectionWrap {
    margin: 55px 0 0;
}
	.noteList01 {
    margin: 3px 0 16px;
	font-size: 14px;
	font-size: 1.4rem;
}
	}