
/*-----

共通

-----*/

.spOnly {
	display: none;
}

h3.title {
	text-align: center;
	font-size: 45px;
	margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
h3.title {
	font-size: 20px;
	margin-bottom: 25px;
}
}

.txtBlue {
	color: #02a5e8;
}
.txtRed {
	color: #fb0000;
}
.txtBold {
	font-weight: 700;
}

.btn p {
	width: 470px;
	margin: 0 auto;
}

.btn_close p {
	width: 470px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
.btn p {
	width: 90%;
}
.btn_close p {
	width: 90%;
}
}

/*通常のアンケートボタン用*/

.btn p a {
	display: block;
	width: 100%;
	padding: 18px 0;
	background: #02a5e8;
	color: #fff824;
	text-align: center;
	border-radius: 100px;
	transition: 0.2s;
	box-sizing: border-box;
}


/*アンケート終了時のボタン用*/
.btn_close p span {
	display: block;
	width: 100%;
	padding: 18px 0;
	background: #dedede;
	color: #d90000;
	text-align: center;
	border-radius: 100px;
	transition: 0.2s;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
.btn p a {
	border: 3px solid #fff;
}
.btn_close p span {
	border: 3px solid #fff;
	}
}

.win .btn p a {
	padding: 15px 0;
}

.win .btn_close p span {
	padding: 20px 0 15px 0;
}

/*通常のアンケートボタン用*/

.btn p a:hover {
	transition: 0.2s;
	opacity: 0.5;
}


/*通常のアンケートボタン用*/

.btn p a span {
	position: relative;
	display: inline-flex;
	font-size: 30px;
	font-weight: 700;
	margin-left: -20px;
	line-height: 1.5;
	align-items: center;
	gap: 5px;
}

/*アンケート終了時のボタン用*/
.btn_close p span {
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
.btn p a span {
	font-size: 4.266666666666667vw;
}
.btn_close p span {
	font-size: 4.266666666666667vw;
}
}

/*通常のアンケートボタン用*/

.btn p a span::after {
	content: "";
	display: inline-block;
}

.ico_arrow {
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../img/ico_arrow.png) no-repeat center center;
	background-size: cover;
	top: calc(50% - 8px);
}



@media screen and (max-width: 767px) {
.ico_arrow {
	background:none;
}

.btn p a span::after {
	background: url(../img/ico_arrow.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	width: 17px;
	height: 17px;
	top: calc(50% - 8px);
	right: -25px;
}
}

/*-----

ヘッダー

-----*/

header {
	background: #fff;
	padding: 25px;
}
@media screen and (max-width: 767px) {
header {
	padding: 20px;
}
}
header h1 {
	max-width: 1080px;
	margin: 0 auto;
}
header h1 img {
	max-width: 125px;
}
@media screen and (max-width: 767px) {
header h1 img {
	max-width: 100px;
}
}

/*-----

コンテンツ

-----*/

.mvCont {
	background: #e9f6ff;
	padding: 60px 0;
	margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
.mvCont {
	padding: 8vw 0;
}
}
.mvCont h2 {
	text-align: center;
	font-size: 37px;
	font-weight: 700;
	margin-bottom: 35px;
}
@media screen and (max-width: 599px) {
.mvCont h2 {
	font-size: 5.333333333333334vw;
	margin-bottom: 5.333333333333334vw;
}
}
.mvCont h2 span {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	background: #02a5e8;
	border-radius: 100px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 21px;
	padding-right: 18px;
	letter-spacing: 0.15rem;
}
@media screen and (max-width: 599px) {
.mvCont h2 span {
	font-size: 4.266666666666667vw;
	margin-bottom: 1.3333333333333335vw;
	padding-top: 4px;
	padding-left: calc(3.7%);
	padding-right: calc(3%);
}
}

.win .mvCont h2 span{
	text-align: center;
}

.mvCont h2 + ul {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 599px) {
.mvCont h2 + ul {
	max-width: 100%;
	flex-direction: column;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.mvCont h2 + ul {
	max-width: 100%;
	flex-direction: column;
}
}
.mvCont h2 + ul > li:first-child {
	width: calc(100% - 542px);
	margin-left: 40px;
}
@media screen and (max-width: 599px) {
.mvCont h2 + ul > li:first-child {
	width: calc(100% - 40px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.mvCont h2 + ul > li:first-child {
	width: 50%;
	margin: 0 auto;
}
}
.mvCont h2 + ul > li:last-child {
	width: 456px;
	background: #02a5e8;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	padding: 40px;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
.mvCont h2 + ul > li:last-child {
	width: 100%;
	border-radius: 0;
	padding: 14.666666666666666vw 20px 17.866666666666667vw 20px;
	margin-top: -18.666666666666668vw;
	margin-bottom: -10.666666666666668vw;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.mvCont h2 + ul > li:last-child {
	min-width: 70%;
	border-radius: 10px;
	margin: 0 auto;
}
}
.top_text {
	margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
	.top_text {
		margin-bottom: 2.666666666666667vw;
		padding-top: 10.666666666666668vw;
	}
}
.top_text p {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.top_text p:first-of-type {
	font-size: 24px;
	font-weight: 700;
}
@media screen and (max-width: 599px) {
.top_text p:first-of-type {
	font-size: 6vw;
	margin-bottom: 5px;
}
}
.top_text_emphasis  {
	font-size: 32px;
	font-weight: 600;
	color: #fff824;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}
@media screen and (max-width: 599px) {
	.top_text_emphasis  {
		font-size: 28px;
		margin-left: -3px;
	}
}

.w_campaign {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.w_campaign_title {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 4px;
}
@media screen and (max-width: 599px) {
	.w_campaign_title {
		font-size: 16px;
	}
}
.w_campaign_title::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 20px;
	background-image: url('../img/ico_w-chance_left.svg');
	background-size: cover;
	background-position: center;
	margin-right: 5px;
}
@media screen and (max-width: 599px) {
	.w_campaign_title::before {
		width: 8px;
		height: 16px;
	}
}
.w_campaign_title::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 20px;
	background-image: url('../img/ico_w-chance_right.svg');
	background-size: cover;
	background-position: center;
	margin-left: 3px;
}
@media screen and (max-width: 599px) {
	.w_campaign_title::after {
		width: 8px;
		height: 16px;
	}
}
.w_campaign_content {
	width: 100%;
	padding: 10px 0px;
	background: #fff;
	color: #02a5e8;
	text-align: center;
	border-radius: 100px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 600;
}
@media screen and (max-width: 599px) {
	.w_campaign_content {
		font-size: 16px;
		padding: 10px 0px;
	}
}

  .mvCont h2 + ul > li:last-child dl {
	border: 2px solid #fff;
	text-align: center;
	width: 100%;
}
@media screen and (max-width: 599px) {
.mvCont h2 + ul > li:last-child dl {
	display: flex;
}
}
.mvCont h2 + ul > li:last-child dl dt {
	background: #fff;
	font-size: 18px;
	font-weight: 600;
	color: #02a5e8;
	padding: 2px 0;
}
@media screen and (max-width: 599px) {
.mvCont h2 + ul > li:last-child dl dt {
	font-size: 3.3333333333333335vw;
	padding: 2px 0;
	width: 17.333333333333336vw;
	padding: 1.3333333333333335vw 0;
	text-align: center;
}
}
.mvCont h2 + ul > li:last-child dl dd {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 0px;
}
@media screen and (max-width: 599px) {
.mvCont h2 + ul > li:last-child dl dd {
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN",Arial,sans-serif;
	font-size: 3.4666666666666663vw;
	padding: 1.3333333333333335vw 0;
	width: calc(100% - 17.333333333333336vw);
}
}
@media screen and (max-width: 599px) {
	.mvCont + .btn {
		margin-top: -20.266666666666666vw;
	}
}

.lead_text {
	max-width: 800px;
	margin: 60px auto;
}
@media screen and (max-width: 767px) {
.lead_text {
	margin: 10.666666666666668vw auto;
	padding: 0 5.333333333333334vw;
}
}
@media screen and (min-width: 768px) and (max-width: 1254px) {
.lead_text {
	padding: 0 20px;
}
}
.lead_text p {
	font-size: 21px;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
.lead_text p {
	font-size: 4.266666666666667vw;
}
}

.mainCont {
	background: #e9f6ff;
	padding: 70px 20px 85px 20px;
	margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
.mainCont {
	padding: 9.333333333333334vw 5.333333333333334vw 8vw 5.333333333333334vw;
	margin-bottom: 9.333333333333334vw;
}
}
.mainCont .inner {
	max-width: 990px;
	margin: 0 auto;
}
.mainCont .inner h3 {
	font-size: 30px;
	margin-bottom: 10px;
	text-align: center;
}
@media screen and (max-width: 767px) {
.mainCont .inner h3 {
	font-size: 5.333333333333334vw;
	margin-bottom: 2.666666666666667vw;
	text-align: left;
	padding: 0 4.5vw;
}
}
.mainCont .inner p.sub_text {
	font-size: 17px;
	margin-bottom: 50px;
	text-align: center;
}
@media screen and (max-width: 767px) {
.mainCont .inner p.sub_text {
	font-size: 3.4666666666666663vw;
	margin-bottom: 8vw;
}
}
.mainCont .inner .list {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.mainCont .inner .list > div {
	background: #fff;
	border: 4px solid #02a5e8;
	border-radius: 10px;
	padding: 24px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.mainCont .inner .list > div {
	width: 100%;
	border: 3px solid #02a5e8;
	padding: 6.666666666666667vw;
}
.mainCont .inner .list > div:first-child {
	margin-bottom: 5.333333333333334vw;
}
}

.preABC {
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.preABC {
		margin-bottom: 24px;
	}
}

.pre_section {
	display: flex;
	align-items: center;
	margin-top: 24px;
}
@media screen and (max-width: 767px) {
	.pre_section {
		flex-direction: column;
	}
}
.pre_section:first-child {
	margin-top: 0px;
}

.pre_description {
	flex: 1;
	margin-right: 24px;
}
@media screen and (max-width: 767px) {
	.pre_description {
		margin-right: 0px;
		margin-bottom: 16px;
	}
}

.pre_description_text {
	margin-top: 8px;
	font-size: 18px;
	margin-left: 65px;
}
@media screen and (max-width: 767px) {
	.pre_description_text {
		font-size: 3.733333333333333vw;
		margin-left: 0px;
	}
}

.pre_image {
	width: 45.8%;
}
@media screen and (max-width: 767px) {
	.pre_image {
		width: auto
	}
}

.mainCont .inner .list > div dl {
	display: flex;
	justify-content: space-between;
}
.mainCont .inner .list > div dl dt {
	width: 55px;
}
@media screen and (max-width: 767px) {
.mainCont .inner .list > div dl dt {
	width: 59px;
}
}
.mainCont .inner .list > div dl dd {
	width: calc(100% - 65px);
	font-size: 20px;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
.mainCont .inner .list > div dl dd {
	width: calc(100% - 74px);
	font-size: 5.333333333333334vw;
	line-height: 1.4;
}
}
.mainCont .inner .list > div dl dd span {
	display: block;
	font-size: 14px;
	width: 85px;
	border: 2px solid #02a5e8;
	padding: 3px 0;
	margin-top: 7px;
	text-align: center;
	line-height: 1;
}
@media screen and (max-width: 767px) {
.mainCont .inner .list > div dl dd span {
	font-size: 4.533333333333333vw;
	width: 28.53333333333333vw;
	padding: 1.3333333333333335vw 0;
	margin-top: 2.666666666666667vw;
}
}
.mainCont .inner .list > div dl dd br.sp {
	display: none;
}
@media screen and (max-width: 767px) {
.mainCont .inner .list > div dl dd br.sp {
	display: block;
}
.mainCont .inner .list > div:last-child dl dd br {
	display: none
}
}

.mainCont .inner .list > div ul {
	margin-top: 15px;
}
.mainCont .inner .list div ul li {
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}
.mainCont .inner .list > div ul li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
.mainCont .inner .list > div ul li {
	font-size: 3.3333333333333335vw;
}
}

.infoCont {
	max-width: 990px;
	margin: 85px auto 100px auto;
}
@media screen and (max-width: 767px) {
.infoCont {
	max-width: 990px;
	margin: 9.333333333333334vw auto 26.666666666666668vw auto;
	padding: 0 5.333333333333334vw;
}
}
@media screen and (min-width: 768px) and (max-width: 1254px) {
.infoCont {
	padding: 0 20px;
}
}
.infoCont h3 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 30px;
	margin-bottom: 50px;
	background: url("../img/bg_border.png") repeat-x left bottom/5px 2px;
}
@media screen and (max-width: 767px) {
.infoCont h3 {
	font-size: 5.333333333333334vw;
	padding-bottom: 4.8vw;
	margin-bottom: 8vw;
	background: url("../img/bg_border.png") repeat-x left bottom/5px 2px;
}
}
.infoCont dl {
	max-width: 900px;
	margin: 0 auto 35px auto;
}
@media screen and (max-width: 767px) {
.infoCont dl {
	margin: 0 auto 6.666666666666667vw auto;
}
}
.infoCont dl dt {
	font-size: 18px;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
.infoCont dl dt {
	font-size: 4.8vw;
	margin-bottom: 1.3333333333333335vw;
}
}
.infoCont dl dd {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
.infoCont dl dd {
	font-size: 3.3333333333333335vw;
}
}
.infoCont dl dd ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.infoCont dl dd a:hover {
	text-decoration: underline;
}

.station_area {
	margin-top: 8px;
}

.reset_indent {
	text-indent: initial;
    padding-left: initial;
}

.station_name {
	display: inline-block;
}

/**

フッター

**/

.appCont {
	max-width: 1080px;
	padding: 0 20px 100px 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.appCont {
	padding: 0 5.333333333333334vw 13.333333333333334vw 5.333333333333334vw;
}
}
.appCont h3 span {
	position: relative;
	display: inline-block;
	margin-left: 300px;
}
.appCont h3 span::before {
	content: "";
	width: 285px;
	height: 56px;
	background: url(../img/img_radiko.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: calc(50% - 28px);
	left: -300px;
}
.appCont h3 + p {
	font-size: 18px;
	margin: 0 auto 50px auto;
	max-width: 750px;
}
@media screen and (max-width: 767px) {
.appCont h3 + p {
	font-size: 3.2vw;
	margin: 0 auto 8vw auto;
}
}
.appCont h3 + p + p {
	max-width: 400px;
	margin: 0 auto;
}
.appCont h3 + p + p a {
	transition: .3s;
}
.appCont h3 + p + p a:hover {
	transition: .3s;
	opacity: .7;
}

@media screen and (max-width: 767px) {
.appCont h3 span {
	margin-left: 0;
}
.appCont h3 span::before {
	width: 195px;
	height: 38px;
	top: -45px;
	left: calc(50% - 98px);
}
}

footer {
	background: #454343;
	padding: 40px 20px;
}
footer > div {
	max-width: 1080px;
	margin: 0 auto;
}
footer > div > div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
footer > div > div ul {
	display: flex;
}
footer > div > div ul li {
	margin-right: 25px;
}
footer > div > div ul li a {
	color: #fff;
	font-size: 12px;
}
footer > div > div ul li a:hover {
	text-decoration: underline;
}
footer > div > div p a {
	font-size: 12px;
	color: #fff;
	position: relative;
	padding-right: 48px;
}
footer > div > div p a::after {
	content: "";
	width: 17px;
	height: 17px;
	background: url(../img/ico_allow.png) no-repeat;
	background-size: cover;
	transform: scale(1, -1);
	position: absolute;
	right: 24px;
	top: calc(50% - 7px);
}
footer > div > div p a:hover {
	text-decoration: underline;
}
footer > div > div + small {
	font-size: 12px;
	color: #fff;
}

@media screen and (max-width: 767px) {
footer {
	padding: 25px 20px;
}
footer > div > div {
	display: block;
}
footer > div > div ul {
	display: block;
}
footer > div > div ul li {
	margin-right: 0;
	text-align: center;
}
footer > div > div ul li a:hover {
	text-decoration: none;
}
footer > div > div p {
	display: none;
}
footer > div > div + small {
	font-size: 10px;
	display: flex;
	justify-content: center;
}
}

