@charset "utf-8";

/*
	ニュースアール FANサイト　共通CSS

	create	20250521-

*/

/* ----- import ----- */
@import url("import_html5reset-1.6.1.css") all;		/* リセット */
@import url("import_text.css") all;		/* テキスト */


/* ----- 共通用 ----- */
/* ----- 共通 ----- */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #fff;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}
*, *::before, *::after {
	box-sizing: border-box;
}
a:hover {
	color: #FF3300;
}
::placeholder {
	color: #c0c0c0;
}



/* ------------------------------
	回り込み解除
------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearboth {	clear: both; }


/* ------------------------------
	工事中
------------------------------ */
.underConstruction {
	width: 100%;
	padding: 118px 0!important;
	text-align: center!important;
}
.underConstruction > span {
	font-size: 3.2rem;
	margin: 0 0 18px;
	display: block;
}
.underConstructionHead {
	color: #104B87;
	font-size: 1.6rem;
	font-weight: bold;
	width: 100%;
	margin: 0 auto 15px;
	text-align: left;
	padding: 15px;
	background-color: #fff;
	border-radius: 8px;
}


/* ------------------------------
	データなし
------------------------------ */
.nodata {
	width: 100%;
	line-height: 2;
	text-align: center!important;
	padding: 55px 0;
}


/* ------------------------------
	アイコン
------------------------------ */
.icon_img {
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border: 0px;
}
.tipped {color: #ccc;}



/* ------------------------------
	ローディングぐるぐる
------------------------------ */
.loading {
	margin: 0px auto;
	padding: 55px 0;
	width: 32px;
	background: url(../img/loading.gif) no-repeat 0px 40px;
	height: 32px;
}


/* ------------------------------
	色設定
------------------------------ */
.inputError {
	background-color: #ffedf8;
	border: 1px solid #f00;
}
.fa-file-pdf {
	color: #bc1d07;
}
.fa-file-word {
	color: #103f91;
}
.fa-file-excel {
	color: #185c37;
}
.fa-file-archive {
	color: #000;
}
.fa-file-powerpoint{
	color: #d35230;
}
.fa-volume-high { color: #9093a1; }
.fa-podcast { color: #893289; }

/* -- カテゴリ別 -- */
:root {
	--body-bgcolor: #EEEEEE;
	--kihon-color: #52BFCB;
	--kihon-bgcolor: #ECF8F9;
	--news-color: #ADC764;
	--news-bgcolor:#F2F5EA;
	--coupon-color: #E25B45;
	--coupon-bgcolor:#F8E9E6;
	--present-color: #FD8258;
	--present-bgcolor: #FBEDE8;
	--enquate-color: #88D6C9;
	--enquate-bgcolor: #EEF7F5;
	--btn2-bgcolor: #7DA10D;
	--kigyo-bgcolor: #66C83D;
}



/* ------------------------------
	スクロールバー
------------------------------ */
/*スクロールバー全体*/
::-webkit-scrollbar {
	width: 10px;
}
/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 50, .5);
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}



/* ---------------------------------------------------------
	約320px未満の画面向けスタイル モバイルファースト
--------------------------------------------------------- */

/* header
------------------------------ */
header {
	background-color: #fff;
	height: 68px;
	max-width: 430px;
	margin: 0 auto;
	padding: 13px 0 0 0;
	position: relative;
}
header .spMenu {
	width: 48px;
	height: 48px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 10px;
}
header .spMenu i {
	font-size: 2.8rem;
	margin: 8px 0 0 0;
}
header h1 {
	text-align: center;
}
header h1 img {
	width: 222px;
}
header .profile {
	width: 48px;
	height: 48px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 24px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}
header .profile img {
	width: 100%;
}
header .login {
	color: #fff;
	width: 48px;
	height: 48px;
	background-color: #52BCC9;
/*	border: 1px solid #ccc; */
	border-radius: 24px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}
header .login a {
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	text-decoration: none;
	padding-top: calc(50% - 0.5rem);
	display: block;
}
header .naviBlock {
	display: none;
	background-color: var(--body-bgcolor);
	width: 100%;
	margin: 0;
	padding: 33px 0;
	border-top: 3px solid #fff;
	border-bottom: 1px solid #999;
	position: absolute;
	top: 68px;
	left: 0;
	transition: all 1s;
	z-index: 9;
}
header .naviBlock ul {
	list-style: none;
}
header .naviBlock ul li {
	margin: 0 0 11px;
	padding: 0;
}
header .naviBlock ul li:last-of-type {
	margin: 0;
}
header .naviBlock ul li a {
	font-size: 1.6rem;
	color: #333;
	margin: 0 20px;
	padding: 8px 0;
	text-decoration: none;
	background-color: #fff;
	display: block;
}
header .naviBlock ul li span {
	color: #333;
	margin-left: 12px;
	display: inline;
}
header .naviBlock.naviOpen {
	display: block;
}



/* main
------------------------------ */
main {
	width: 100%;
	max-width: 430px;
	margin: 0 auto;
	padding: 0;
}
main h1 {
	font-size: 2.8rem;
	text-align: center;
	margin: 0 auto 50px;
}
main h2 {
	font-size: 2.4rem;
	text-align: left;
	margin: 0 auto 30px;
}
main h3 {
	font-size: 2rem;
	text-align: left;
	line-height: 1.3;
	margin: 0 auto 20px;
}

main .memberBlock {
	margin: 0 10px 50px;
}
main .memberBlock .msgBox {
	margin: 30px 0 0;
}

/*	あなたの注目企業
------------------------------ */
main .kigyoListBlock {
	margin: 0 auto 50px;
}
main .kigyoListBlock h2 {
	border-color: var(--kihon-color);
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	border-left: 12px solid var(--kihon-color);
}
main .kigyoListBlock ul {
	list-style: none;
}
main .kigyoListBlock ul li {
	width: 100%;
	margin: 0 0 10px;
}
main .kigyoListBlock ul li a {
	height: 80px;
	color: #333;
	font-size: 1.6rem;
	text-decoration: none;
	margin: 0;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	position: relative;
	display: block;
}
main .kigyoListBlock ul li a > h3 {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0 0 0 70px;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}
main .kigyoListBlock ul li a > p {
	width: calc(100% - 90px);
	font-size: 1.2rem;
	line-height: 1;
	text-align: left;
	margin: 0 0 0 70px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
main .kigyoListBlock ul li a span.photo {
	width: 60px;
	height: 60px;
	background-color: #ccc;
	border-radius: 3px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	overflow: hidden;
}
main .kigyoListBlock ul li a span.badge {
	width: 28px;
	height: 28px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	margin: 0;
	padding: 8px 0;
	border-radius: 14px;
	background-color: #f00;
	position: absolute;
	top: calc(50% - 14px);
	right: 8px;
}

/*	注目企業ニュース
------------------------------ */
main .newsListBlock {
	margin: 0 auto 50px;
}
main .newsListBlock h2 {
	border-color: var(--kihon-color);
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	border-left: 12px solid var(--kihon-color);
	position: relative;
}
main .newsListBlock h2 span {
	position: absolute;
	top: 0;
	right: 0;
}
main .newsListBlock h2 span a {
	color: #333;
	text-decoration: none;
}
main .newsListBlock ul {
	list-style: none;
	margin-bottom: 30px;
}
main .newsListBlock ul li {
	width: 100%;
	margin: 0 0 10px;
}
main .newsListBlock ul li a {
	height: 80px;
	color: #333;
	font-size: 1.6rem;
	text-decoration: none;
	margin: 0;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	position: relative;
	display: block;
}
main .newsListBlock ul li a > h3 {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0 0 0 70px;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}
main .newsListBlock ul li a > p {
	width: calc(100% - 90px);
	font-size: 1.2rem;
	line-height: 1;
	text-align: left;
	margin: 0 0 0 70px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
main .newsListBlock ul li a span.photo {
	width: 60px;
	height: 60px;
	background-color: #ccc;
	border-radius: 3px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	overflow: hidden;
}



/*	クーポン
------------------------------ */
main .couponListBlock {
	margin: 0 auto 50px;
}
main .couponListBlock h2 {
	border-color: var(--coupon-color);
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	border-left: 12px solid var(--coupon-color);
	position: relative;
}
main .couponListBlock h2 span {
	position: absolute;
	top: 0;
	right: 0;
}
main .couponListBlock h2 span a {
	color: #333;
	text-decoration: none;
}
main .couponListBlock ul {
	list-style: none;
}
main .couponListBlock ul li {
	width: 100%;
	margin: 0 0 10px;
}
main .couponListBlock ul li a {
	height: 80px;
	color: #333;
	font-size: 1.6rem;
	text-decoration: none;
	margin: 0;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	position: relative;
	display: block;
}
main .couponListBlock ul li a > h3 {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0 0 0 70px;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}
main .couponListBlock ul li a > p {
	width: calc(100% - 90px);
	color: #f00;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	margin: 0 0 0 70px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
main .couponListBlock ul li a span.photo {
	width: 60px;
	height: 60px;
	background-color: #ccc;
	border-radius: 3px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	overflow: hidden;
}

/*	プレゼント
------------------------------ */
main .presentListBlock {
	margin: 0 auto 50px;
}
main .presentListBlock h2 {
	border-color: var(--present-color);
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	border-left: 12px solid var(--present-color);
	position: relative;
}
main .presentListBlock h2 span {
	position: absolute;
	top: 0;
	right: 0;
}
main .presentListBlock h2 span a {
	color: #333;
	text-decoration: none;
}
main .presentListBlock ul {
	list-style: none;
}
main .presentListBlock ul li {
	width: 100%;
	margin: 0 0 10px;
}
main .presentListBlock ul li a {
	height: 80px;
	color: #333;
	font-size: 1.6rem;
	text-decoration: none;
	margin: 0;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	position: relative;
	display: block;
}
main .presentListBlock ul li a > h3 {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0 0 0 70px;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}
main .presentListBlock ul li a > p {
	width: calc(100% - 90px);
	color: #f00;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	margin: 0 0 0 70px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
main .presentListBlock ul li a span.photo {
	width: 60px;
	height: 60px;
	background-color: #ccc;
	border-radius: 3px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	overflow: hidden;
}

/*	イベント
------------------------------ */
main .eventListBlock {
	margin: 0 auto 50px;
}
main .eventListBlock h2 {
	border-color: var(--news-color);
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	border-left: 12px solid var(--news-color);
	position: relative;
}
main .eventListBlock h2 span {
	position: absolute;
	top: 0;
	right: 0;
}
main .eventListBlock h2 span a {
	color: #333;
	text-decoration: none;
}
main .eventListBlock ul {
	list-style: none;
}
main .eventListBlock ul li {
	width: 100%;
	margin: 0 0 10px;
}
main .eventListBlock ul li a {
	height: 80px;
	color: #333;
	font-size: 1.6rem;
	text-decoration: none;
	margin: 0;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	position: relative;
	display: block;
}
main .eventListBlock ul li a > h3 {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0 0 0 70px;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}
main .eventListBlock ul li a > p {
	width: calc(100% - 90px);
	color: #f00;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	margin: 0 0 0 70px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
main .eventListBlock ul li a span.photo {
	width: 60px;
	height: 60px;
	background-color: #ccc;
	border-radius: 3px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	overflow: hidden;
}

/*	アンケート
------------------------------ */
main .enquateListBlock {
	margin: 0 auto 50px;
}
main .enquateListBlock h2 {
	border-color: var(--present-color);
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	border-left: 12px solid var(--present-color);
	position: relative;
}
main .enquateListBlock h2 span {
	position: absolute;
	top: 0;
	right: 0;
}
main .enquateListBlock h2 span a {
	color: #333;
	text-decoration: none;
}
main .enquateListBlock ul {
	list-style: none;
}
main .enquateListBlock ul li {
	width: 100%;
	margin: 0 0 10px;
}
main .enquateListBlock ul li a {
	height: 80px;
	color: #333;
	font-size: 1.6rem;
	text-decoration: none;
	margin: 0;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	position: relative;
	display: block;
}
main .enquateListBlock ul li a > h3 {
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0 0 0 70px;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}
main .enquateListBlock ul li a > p {
	width: calc(100% - 90px);
	color: #f00;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	margin: 0 0 0 70px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
main .enquateListBlock ul li a span.photo {
	width: 60px;
	height: 60px;
	background-color: #ccc;
	border-radius: 3px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	overflow: hidden;
}



/*	下部メニュー
------------------------------ */
main .contentMenu {
	margin: 0 10px 10px;
}
main .contentMenu ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
main .contentMenu ul li {
	width: calc(50% - 5px);
	margin: 0;
}
main .contentMenu ul li a {
	color: var(--kihon-color);
	background-color: var(--kihon-bgcolor);
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	position: relative;
	padding: 12px 0 12px 12px;
	border-radius: 5px;
	display: block;
}
main .contentMenu ul li a i {
	font-size: 1.6rem;
	margin: 0 10px 0 0;
}
main .contentMenu ul li:nth-child(1) a {
	color: #fff;
	background-color: var(--news-color);
}
main .contentMenu ul li:nth-child(2) a {
	color: #fff;
	background-color: var(--coupon-color);
}
main .contentMenu ul li:nth-child(3) a {
	color: #fff;
	background-color: var(--present-color);
}
main .contentMenu ul li:nth-child(4) a {
	color: #fff;
	background-color: var(--enquate-color);
}
main .kigyoObi {
	color: #fff;
	font-size: 2.8rem;
	margin: 0;
	padding: 13px 0;
	background-color: var(--kigyo-bgcolor);
}
main .kigyoObi > p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-break: break-all;
}
main .kigyoObi2 {
	color: #fff;
	font-size: 1.6rem;
	margin: 0 0 10px;
	padding: 8px 0;
	background-color: var(--kigyo-bgcolor);
}
main .kigyoObi2 > p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-break: break-all;
}
main .kigyoObiFoot {
	margin: 0;
	padding: 0 0 20px;
	background-color: var(--kigyo-bgcolor);
}



/*	フッタ
------------------------------ */
footer {
	background-color: var(--body-bgcolor);
	width: 100%;
	max-width: 430px;
	margin: 0 auto;
	padding: 50px 10px 15px;
}
footer .footLogo {
	margin-bottom: 30px;
}
footer .footMenu {
	margin: 0 0 30px;
	padding: 0;
}
footer .footLogo img {
	width: 222px;
}
footer .footMenu ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}
footer .footMenu ul li {
	width: calc(50% - 5px);
	margin: 0;
}
footer .footMenu ul li a {
	color: #fff;
	background-color: var(--kihon-color);
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	position: relative;
	padding: 12px 0 12px 12px;
	border-radius: 5px;
	display: block;
}
footer .footMenu ul li a i {
	font-size: 1.6rem;
	margin: 0 10px 0 0;
}
footer .footMenu ul li:nth-child(4) a {
	color: #fff;
	background-color: var(--news-color);
}
footer .footInq {
	color: #333;
	font-size: 1.4rem;
	line-height: 2;
	margin: 30px 0 50px;
}
copyright {
	width: 100%;
	color: #333;
	background-color: #fff;
	margin: 0;
	padding: 15px 0;
	display: block;
}



/*	ボタン
------------------------------ */
main .btn {
	widht: 100%;
	max-width: 350px;
	margin: 0 auto 30px;
}
main .btn p {
	margin: 0;
	padding: 0;
}
main .btn p a {
	color: #fff;
	font-size: 2rem;
	text-align: center;
	text-decoration: none;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background-color: var(--kihon-color);
	border-radius: 8px;
	display: block;
}
main .btn.newEntry {
	margin-bottom: 50px;
}
main .btn.newEntry p a {
	background-color: #E13939;
}
main .btn2 {
	width: 100%;
	max-width: 280px;
	margin: 0 auto 30px;
}
main .btn2 a,
main .btn2 button {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	background-color: var(--btn2-bgcolor);
	border: none;
	border-radius: 28px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.38);
	display: block;
}
main .btn2 p > .date {
	line-height: 2;
}



/* パンくず
---------------------------------------- */
.pankuzu {
	width: 100%;
	color: #333;
	margin: 0 0 50px;
	padding: 15px 0;
	background-color: #eee;
}
.pankuzu ul {
	font-size: 1.2rem;
	margin: 0;
	padding: 0 10px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pankuzu ul li {
	display: none;
}
.pankuzu ul li:nth-last-of-type(3) {
	display: none;
}
.pankuzu ul li:nth-last-of-type(2) {
	display: block;
	width: 30px;
}
.pankuzu ul li:nth-last-of-type(2) span {
	display: none;
}
.pankuzu ul li:last-of-type {
	width: calc(100% - 50px);
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.pankuzu ul li:last-of-type {
	width: calc(100% - 50px);
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}



/* ----- .btnTop ----- */
.btnTop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999;
}
.btnTop p {
	line-height: 1;
}
.btnTop a {
	background-color: #FFFFFF;
	color: var(--kihon-color);
	display: block;
	text-align: center;
	font-size: 44px;
	float: right;
	padding: 0;
	border-radius: 22px;
	transition: all 0.3s;
}
.btnTop a:hover {
	transform: rotate(-360deg);
}



@media screen and (min-width: 370px){
	/*	約370px以上の画面向けスタイル */

}



@media screen and (min-width: 560px){
	/*	約560px以上の画面向けスタイル */

	/* パンくず
	------------------------------ */
	.pankuzu {
		padding: 20px;
	}
}



@media screen and (min-width: 740px){
	/*	約740px以上の画面向けスタイル second tablet */

	/* メイン
	---------------------------------------- */
}



@media screen and (min-width: 980px){
	/*	約980px以上の画面向けスタイル */

	/* main
	------------------------------ */


	/* パンくず
	---------------------------------------- */
	.pankuzu {
		padding: 12px calc(50% - 480px);
/*
		position: absolute;
		top: 0;
		left: 0;
*/
	}
	.pankuzu ul {
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.pankuzu ul li {
		font-size: 1.4rem;
		line-height: 1.3;
		text-align: left;
		margin-left: 5px;
		margin-right: 5px;
		display: block;
	}
	.pankuzu ul li:after {
		content: "　>";
	}
	.pankuzu ul li:last-of-type:after {
		content: "";
	}
	.pankuzu ul li:nth-last-of-type(3) {
		display: inline-block;
	}
	.pankuzu ul li:nth-last-of-type(3) span {
		display: inline-block;
	}
	.pankuzu ul li:nth-last-of-type(3) i {
		display: none;
	}
	.pankuzu ul li:nth-last-of-type(2) {
		display: block;
		width: auto;
	}
	.pankuzu ul li:nth-last-of-type(2) i {
		display: none;
	}
	.pankuzu ul li:nth-last-of-type(2) span {
		display: inline-block;
	}
	.pankuzu ul li:first-of-type {
		display: inline-block;
	}
	.pankuzu ul li:first-of-type i {
		display: inline-block;
	}
	.pankuzu ul li:last-of-type {
		display: block;
		width: auto;
		margin: 0 0 0 10px;
		padding: 0;
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		   text-overflow: ellipsis;
	}
}



@media screen and (min-width: 1200px){
	/*	約1200px以上の画面向けスタイル */

	/* パンくず
	---------------------------------------- */
	.pankuzu {
		padding: 15px;
	}
}
