﻿@charset "utf-8";

/*-------------------------------------------
reset
-------------------------------------------*/
body {
	font-family: -apple-system, BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ W3', Meiryo, sans-serif;
	line-height: 1.375;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
input, button, textarea, select {
	outline: 0;
	font: inherit;
}
input, button, select {
	box-sizing: border-box;
	vertical-align: middle;
}
input[type="submit"], input[type="image"], button, select, label {
	cursor: pointer;
}
*::before,
*::after {
	box-sizing: border-box;
}
@media screen and (max-width: 639px) {
	body {
		overflow-x: hidden;
	}
}

/*-------------------------------------------
Parts
-------------------------------------------*/
.wrap {
	padding: 0 28px;
}
.wrap02 {
	padding: 0 28px;
}

.h2Style {
	background-color: #004d40;
}
.h2Inner {
	display: block;
}
.h2Inner > img {
	display: inline-block;
	max-width: 370px;
}
.h2Inner .isPc {display: none}

.h2Style2 {
	padding: 4px 4px;
	color: #fff;
	background-color: #1c5220;
	font-size: 1.071rem/*15px*/;
}

.note {
	font-size: 0.857rem/*12px*/;
}
.note > li {
	padding-left: 1em;
	text-indent: -1em;
}

.btn01 {
	display: inline-block;
	position: relative;
	padding: 5px 30px;
	border-radius: 5px;
	background-color: #fff;
	color: #0000f0;
	font-size: 1rem/*14px*/;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 0 10px #ccc;
}
.btn01::before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	position: absolute;
	background: url(/landing/dc/jra/img/index03_icon_arrow_01.png) 0 0 no-repeat;
	background-size: 14px 14px;
	top: 50%;
	left: 15px;
}
.btn01 .iconBlank {
	position: absolute;
	margin-left: 7px;
}
.btn01 .iconBlank img {
	width: 10px;
}

.linkarr {
	display: inline-block;
	margin-top: 12px;
	padding-left: 12px;
	background: url(/landing/dc/jra/img/index03_38.png) 0 0 no-repeat;
	background-size: 10px 10px;
	line-height: 1.2;
	color: #0000f0;
}

/*
modal
-------------------------------------------*/
.cardItemMW input {
	display: none
}

.cardItemMW .modalOverlay {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	opacity: 0;
	transition: opacity .3s;
	transform: scale(0);
}

.cardItemMW .modalOverlay::-webkit-scrollbar {
	width: 10px;
}

.cardItemMW .modalOverlay::-webkit-scrollbar-track {
	background: #fff;
	border-left: solid 1px #ececec;
}

.cardItemMW .modalOverlay::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
	box-shadow: inset 0 0 0 2px #fff;
}

.cardItemMW .modalTrigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cardItemMW input:checked ~ .modalOverlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}

.cardItemMW .modalContent {
	position: relative;
	top: 50%;
	width: calc(100% - 20px);
	margin: 10px;
	border-radius: 6px;
	border: 1px solid #585858;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	transform: translateY(-50%);
	transition: .3s;
	color: #000;
}

.cardItemMW .closeButton {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 34px;
	height: 34px;
	border-radius: 3px;
	background: #666;
	cursor: pointer;
}

.cardItemMW .closeButton::before,
.cardItemMW .closeButton::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 2px;
	margin-top: -1px;
	margin-left: -7px;
	background: #fff;
}

.cardItemMW .closeButton::before {
	transform: rotate(45deg);
}

.cardItemMW .closeButton::after {
	transform: rotate(-45deg);
}

.cardItemMW .modalContentInner {
	padding: 75px 15px 15px;
	text-align: center;
}

.cardItemMW .mainText {
	font-weight: bold;
}
.cardItemMW .mainText2 {
	font-size: 0.857rem/*12px*/;
}


/*-------------------------------------------
Layout
-------------------------------------------*/
#content.blur {
	filter: blur(8px);
}

/*
mainVisualBlock
-------------------------------------------*/
.mainVisualBlock {
	padding: 25px 10px 22px;
}

.logo img {
	width: 92px;
}

.h1Style {
	margin: 38px auto 0;
	padding: 0 1em;
	text-align: center;
}

/*
section01
-------------------------------------------*/
.section01 {
	padding-bottom: 15px;
}

.text01 {
	margin: 5px auto 0;
	font-weight: bold;
	font-size: 1rem/*14px*/;
}

.cardBlock {
	position: relative;
	text-align: center;
	margin-top: 22px;
	padding: 0 14px;
}
.cardBlock .cardImg {
	width: 100%;
}
.cardBlock .label {
	position: absolute;
	right: 6%;
	bottom: -12%;
	width: 17%;
}

.cardList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cardChild {
	width: 31%;
	margin-bottom: 12px;
	text-align: center;
}
.cardName {
	margin-top: 4px;
	font-size: 0.714rem/*10px*/;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cardChild .cardName {
	height: 2.6em;
}
.cardChild button {
	background: none;
	border: none;
	padding: 0;
}

.cardItemMW .modalContent {
	margin: 0;
	width: 100%;
	border-radius: 0;
	border: none;
	background-color: #000;
	color: #fff;
}
.cardItemMW .modalContentInner {
	position: relative;
	margin: 0 auto;
	width: 255px;
	padding: 15px 0;
}
.cardItemMW .modalContentInner img {
	width: 100%;
}
.cardItemMW .cardName {
	margin-top: 12px;
	font-size: 1rem/*14px*/;
}
.cardItemMW .closeButton {
	top: inherit;
	right: 0;
	bottom: 10px;
	background-color: transparent;
}
.cardItemMW .closeButton::before,
.cardItemMW .closeButton::after {
	width: 20px;
	height: 3px;
	margin-left: 0;
}
.cardItemMW .modalBtn .btn {
	position: absolute;
	top: calc(50% - 25px);
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none;
	appearance: none;
}
.cardItemMW .modalBtn .prev {
	left: -28px;
}
.cardItemMW .modalBtn .prev::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 18px 11px 0;
	border-color: transparent #fff transparent transparent;
}
.cardItemMW .modalBtn .next {
	right: -28px;
}
.cardItemMW .modalBtn .next::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 18px;
	border-color: transparent transparent transparent #fff;
}

/*
section02
-------------------------------------------*/
.section02 {
	padding-bottom: 35px;
}

.text03 {
	margin: 18px 0;
	font-size: 1rem/*14px*/;
	line-height: 1.5;
}

.section02 .note li + li {
	margin-top: 7px;
}

/*
section03
-------------------------------------------*/
.box {
	padding: 15px 15px 20px;
	background-color: #f3f3f3;
}

.box01 dl + dl {
	margin-top: 35px;
}

.box dt {
	margin-bottom: 10px;
	padding: 4px 2px;
	background-color: #1c5220;
	text-align: center;
	font-size: 1.071rem/*15px*/;
	font-weight: bold;
	color: #fff;
}
.box dd {
	font-size: 1rem/*14px*/;
	line-height: 1.5;
}
.text05 {
	margin: 10px 0 6px;
	color: #cc0023;
	font-size: 1.071rem/*15px*/;
	font-weight: bold;
	text-align: center;
}
.text06 {
	color: #cc0023;
	font-size: 0.785rem/*11px*/;
	line-height: 1.2;
}

.pointBlock {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.point01 .isSp {
	width: 91px;
	margin-left: 8px;
}
.point02 .isSp {
	width: 98px;
	margin-left: 6px;
}

.arrBlock {
	margin: 8px 0;
	text-align: center;
}
.arrBlock img {
	width: 51px;
}

.text07 {
	margin: 5px 0 12px;
}

/*
section04
-------------------------------------------*/
.table01 {
	margin-top: 7px;
	border-bottom: 1px solid #1c5220;
	font-size: 0.714rem/*10px*/;
	line-height: 1.625;
}
.table01 tr + tr {
	border-top: 1px solid #1c5220;
}
.table01 th {
	min-width: 85px;
	padding: 5px 5px 5px 0;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
.table01 td {
	padding: 5px 0;
}
.section04 .note,
.section05 .note {
	font-size: 0.714rem/*10px*/;
	line-height: 1.625;
}

.linkLists {
	margin-top: 12px;
	line-height: 1.625;
}
.linkLists li+ li {
	margin-top: 3px;
}
.linkLists .linkarr {
	margin-top: 0;
	color: #0000f0;
}
.linkarr a {
	color: #0000f0;
}

/*
section05
-------------------------------------------*/
.section05 {
	margin-bottom: 50px;
}

.section05 .text08,
.section05 .note02 {
	margin-top: 10px;
}

.text08 {
	font-size: 0.714rem/*10px*/
}
/*-------------------------------------------
Utility
-------------------------------------------*/
.isPc {display: none}

.tac {text-align: center}
