@charset "utf-8";

/* ------------------------------
 見出し・テキスト（PC）
------------------------------ */
/* H1 */
.contents > .heading {
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-top: 165px !important;
	height: 360px;
}
.contents > .heading img {
	width: 100%;
	height: 360px;
	object-fit:cover;
	position: absolute;
	top: 0;
	left: 0;
}
.heading h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	z-index: 10;
	color: #fff;
}
.heading span{
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	z-index: 10;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	z-index: 10;
	position: relative;
}

/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents > .heading {
		margin: 0 auto 0 auto;
		padding-top: 110px !important;
		height: 260px;
	}
	.contents > .heading img {
		height: 260px;
	}
	.heading h1 {
		font-size: 2.4rem;
		line-height: 1;
	}
	.heading span{
		font-size: 1.1rem;

	}
}
/* ------------------------------
 横幅（PC）
------------------------------ */
/* その他 */
@media print, screen and (min-width: 768px) {
	/* 1/2 */
	.w1-2 {
		width: 47.89474%;
	}
	.w546 {
		width: 546px;
	}
	/* 1/3 */
	.w1-3 {
		width: 30.70176%;
	}
	.w350 {
		width: 350px;
	}
	.w1-3.cms_fl + .w1-3.cms_fl,
	.w1-3.fl + .w1-3.fl {
		margin-left: 3.94736%;
	}
	.w350.cms_fl + .w350.cms_fl,
	.w350.fl + .w350.fl {
		margin-left: 45px;
	}
	/* 2/3 */
	.w2-3 {
		width: 65.35088%;
	}
	.w745 {
		width: 745px;
	}
	/* 1/4 */
	.w1-4 {
		width: 22.63158%;
	}
	.w258 {
		width: 258px;
	}
	.w1-4.cms_fl + .w1-4.cms_fl,
	.w1-4.fl + .w1-4.fl {
		margin-left: 3.15789%;
	}
	.w258.cms_fl + .w258.cms_fl,
	.w258.fl + .w258.fl {
		margin-left: 36px;
	}
	/* 3/4 */
	.w3-4 {
		width: 74.21052%;
	}
	/* その他 */
	.w360 {
		width: 360px;
	}
	.w480 {
		width: 480px;
	}
	.w980 {
		width: 980px;
	}
	.w1040 {
		width: 1040px;
	}
}
/* ----------------------
 横幅（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.w1-2 + .w1-2,
	.w1-3 + .w1-3,
	.w1-3 + .w2-3,
	.w2-3 + .w1-3 {
		margin-top: 20px !important;
	}
	.w1-4,
	.w258 {
		width: 47.25%;
	}
	.w1-4.cms_fl,
	.w258.cms_fl {
		float: left !important;
	}
	.w1-4.cms_fl + .w1-4.cms_fl,
	.w258.cms_fl + .w258.cms_fl,
	.w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl,
	.w258.cms_fl + .w258.cms_fl + .w258.cms_fl + .w258.cms_fl {
		margin-left: 5.5%;
	}
	.w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl,
	.w258.cms_fl + .w258.cms_fl + .w258.cms_fl {
		margin-bottom: 0;
		margin-left: 0%;
	}
	.w1-3 img {
		width: 100%;
	}
	.w1040 {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

/* ------------------------------
 ボックス（PC）
------------------------------ */
/* 横並び */
.flexBox {
	display: flex !important;
	flex-wrap: wrap;
}
.cms_block.flexBox::after {
	content: none;
}
/* 横並び センター揃え */
.flexBox.jc-c {
	justify-content: center;
}
/* 横並び 端揃え */
.flexBox.jc-sb {
	justify-content: space-between;
}
/* 横並び 縦センター揃え */
.flexBox.ai-c {
	align-items: center;
}
/* 横並び4列（SP横並び2列） */
.flexBox.div4 {
	flex-wrap: wrap;
}
/* 横並びで写真キャプションが上 */
.flexBox.capTop > * {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
	/* 横並び2列 */
	.flexBox.div2 {
		flex-wrap: wrap;
	}
	.flexBox.div2 > * {
		width: 470px;
		margin-bottom: 0;
	}
	.flexBox.div2 > *:nth-child(n+3) {
		margin-top: 40px;
	}
	.flexBox.div2 > *:not(:nth-child(2n+1)) {
		margin-left: 40px;
	}
	/* 横並び3列 */
	.flexBox.div3 {
		flex-wrap: wrap;
	}
	.flexBox.div3 > * {
		width: 300px;
		margin-bottom: 0;
	}
	.flexBox.div3 > *:nth-child(n+4) {
		margin-top: 40px;
	}
	.flexBox.div3 > *:not(:nth-child(3n+1)) {
		margin-left: 40px;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 > * {
		width: 224px;
		margin-bottom: 0;
	}
	.flexBox.div4 > *:nth-child(n+5) {
		margin-top: 40px;
	}
	.flexBox.div4 > *:not(:nth-child(4n+1)) {
		margin-left: 28px;
	}
}
/* ------------------------------
 ボックス（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* グラデ枠ボックス */
	.borderBox {
		padding: 17px 27px 27px;
	}
	/* 横並び2列・横並び3列 */
	.flexBox.div2,
	.flexBox.div3 {
		display: block !important;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 > * {
		width: 47.25%;
	}
	.flexBox.div4 > *:not(:nth-child(2n+1)) {
		margin-left: 5.5%;
	}
}
/* ------------------------------
 テーブル（PC）
------------------------------ */
/* デフォルト */
.contents table {
	width: 100%;
	border-collapse: collapse;
}
.contents table th,
.contents table td {
	padding: 20px;
	border: 1px solid #e1e4e8;
}
.contents table th {
	font-weight: bold;
	background-color: #f3f4f6;
}
/* 枠なし */
.contents .noline table,
.contents .noline table tr,
.contents .noline table td{
	border: none;
	background: none;
	padding-left: 0;
}
@media print, screen and (min-width: 768px) {
	.contents table th {
		width: 20%;
	}
}
/* ------------------------------
 テーブル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents table th,
	.contents table td {
		padding: 10px 15px;
	}
	/* レスポンシブ */
	.contents .res table th,
	.contents .res table td{
		width: auto !important;
		display: block;
		border-bottom: none;
	}
	.contents table tr:last-child{
		border-bottom: 1px solid #e1e4e8;
	}
	/* スクロール */
	.cms_text.scroller table {
		width: 1140px !important;
	}
}

/* ------------------------------
 リスト（PC）
------------------------------ */
/* ノーマルリスト●付き */
.cms_text ul > li,
.cms_image ul > li {
	position: relative;
	padding-left: 1em;
}
.cms_text ul > li::before,
.cms_image ul > li::before {
	content: "●";
	position: absolute;
	top: .85em;
	left: 0;
	color: #d90048;
	font-size: 50%;
}
/* 横並び */
.inline ul li {
	display: inline-block;
	margin-right: 2em;
}
/* 数字 */
.cms_text ol li {
	counter-increment: count 1;
	position: relative;
	padding-left: 30px;
}
.cms_text ol li:before {
	content: counter(count);
	position: absolute;
	top: .25em;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #c3cad3;
	border-radius: 50%;
	color: #e50041;
	font-family: 'Roboto', sans-serif;
	font-size: 1.3rem;
	line-height: 22px;
	font-weight: 700;
	text-align: center;
}
/* 横並び2列・3列 */
@media print, screen and (min-width: 768px) {
	.div2 ul,
	.div3 ul {
		display: flex;
		flex-wrap: wrap;
	}
	.div2 ul li,
	.div3 ul li {
		padding-right: 2em;
	}
	.div2 ul li {
		width: 50%;
	}
	.div3 ul li {
		width: 33.3333333%;
	}
}
/* ------------------------------
 リスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 横並び */
	.inline ul li {
		margin-right: 1em;
	}
}

/* ------------------------------
 ボタン（PC）
------------------------------ */
.pop-btn{
	width: 120px;
	line-height: 31px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	display: block;
	padding-top: 1px;
	padding-right: 12px;
	background: #0041a5 url(../img/icon_plus.svg) no-repeat right 26px center / 12px auto;
}

/* ------------------------------
 フッター調整（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	#rwd-content .rwd-footer-nav ul {
		display: block;
		margin-bottom: 22px;
	}
	#rwd-content .rwd-footer-nav ul li a {
		position: relative;
		display: block;
		padding: 15px 0;
		font-size: 1.5rem;
		line-height: 1.4;
	}
}


/* フッターナビ */
#rwd-content .rwd-footer-nav ul {
	line-height: 1.5;
	text-align: left;
}
#rwd-content .rwd-footer-nav ul li a:hover {
	opacity: 1;
	color: #fff !important;
}
#rwd-content .rwd-breadcrumb li:last-of-type::after {
	content: none;
}
#rwd-content .rwd-footer-nav ul + ul li {
	font-size: 1.4rem;
}
#rwd-content .rwd-footer-nav ul + ul + ul li a,
#rwd-content .rwd-footer-nav ul + ul + ul li a:hover {
	color: rgba(255,255,255,.7) !important;
}
#rwd-content .rwd-footer-nav ul + ul + ul li a img {
	opacity: 0.7;
}
#rwd-content .rwd-footer-nav img {
	vertical-align: middle;
}
/* コピーライト */
#rwd-content .rwd-footer-copy {
	color: rgba(255,255,255,.7);
}
@media print, screen and (min-width: 768px) {
	/* フッターナビ */
	#rwd-content .rwd-footer-nav  {
		padding-top: 38px;
	}
	#rwd-content .rwd-footer-nav ul li a {
		padding: 10px 13px;
	}
	#rwd-content .rwd-footer-nav ul + ul li:not(:last-child):after {
		content: "｜";
		display: inline-block;
		margin: 0 .5em;
		color: #fff;
	}
}
@media screen and (max-width: 767px) {
	/* フッターナビ */
	#rwd-content .rwd-footer-nav  {
		padding-top: 24px;
	}
	/* #rwd-content .rwd-footer-nav ul.pagemenu li a {
		display: block;
		background: url(../img/rwd_icon_arrow_right04.png) no-repeat right center / 13px 22px;
		font-size: 1.6rem;
	}
	#rwd-content .rwd-footer-nav ul li:first-of-type a {
		padding: 10px 0;
	}
	#rwd-content .rwd-footer-nav ul li a {
		padding: 10px 0;
	} */
	#rwd-content .rwd-footer-nav ul li a {
		position: relative;
		display: block;
		padding: 10px 0;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	#rwd-content .rwd-footer-nav a:not([target="_blank"])::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 4px;
		width: 10px;
		height: 16px;
		background-image: url('/shared/img/rwd_icon_arrow_right04.svg');
		background-size: 10px 16px;
		transform: translateY(-50%);
	}
	#rwd-content .rwd-footer-nav .rwd-icon-newwin {
		position: absolute;
		top: 50%;
		right: 4px;
		transform: translateY(-50%);
	}
	#rwd-content .rwd-main-content {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	/* コピーライト */
	#rwd-content .rwd-footer-copy span {
		display: block;
	}
}
@media screen and (max-width: 320px) {
	/* コピーライト */
	#rwd-content .rwd-footer-copy {
		font-size: 1.4rem;
	}
}