/*=================================*/
/* ROAD to Martin Campaign
/* style.css - cleaned up version
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

@media (min-width: 240px) and (max-width: 767.98px) {
	html {
		font-size: 87.5%; /* 14px */
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	html {
		font-size: 75%; /* 12px */
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	html {
		font-size: 87.5%; /* 14px */
	}
}

@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');

body {
	line-height: 1;
	color: black;
	background: white;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	font-size: 14px;
	color: #333;
	background: #FFFFFF;
}

a, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}

strong {
	font-weight: 600;
}

p {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	font-weight: 600;
}

/* ===== Layout ===== */
.lead-area {
	width: 100%;
}

.fluid-box {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background-color: #245C4F;
	padding: 30px;
}
.fluid-box-inner {
	margin: 0 auto;
	padding: 15px;
	background-color: #245C4F;
}

.about-box {
	border: dotted 1px #999;
	max-width: 900px;
	padding: 20px 25px 5px;
	margin-bottom: 2.5rem;
	text-align: left;
}

.application-area {
	width: 76%;
}

.reserve-btn {
	max-width: 768px;
}

/* ===== Typography ===== */
.caution {
	text-align: center;
	color: #245c4f;
}

.how-to-apply {
	font-size: 2.1rem;
	color: #ffffff;
}

.greeting {
	font-size: 1.2rem !important;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
}

.new-spec {
	font-size: 1rem !important;
	font-weight: 700;
	line-height: 1.6;
	text-align: left;
}

.entry {
	font-size: 1.2rem;
	font-weight: 600;
	color: #202020;
}

.stocks{
	font-size: 1.2rem!important;
	line-height: 1.6;
	text-align: center;
}

.entry-title{
	font-size: 2.4rem;
	font-weight: bold;
	font-display: swap;
	line-height: 1.4;
	text-align: left;
}

.topic-title {
	font-size: 3rem;
	line-height: 1;
	color: #FFFFFF;
}

.point {
	font-family: "Helvetica Neue", Helvetica, Arial, Meiryo, "メイリオ", sans-serif;
	font-size: 2.1rem !important;
	font-weight: 600;
	line-height: 1.6;
	color: #f3e24c;
}

.mcj {
	font-family: 'Georgia', serif;
	font-size: 1.6rem;
	font-weight: 600;
}

/* ===== Colors / Utilities ===== */
.green {
	background-color: #245c4f;
}

.coral-text {
	color: #ff576d;
}

/* ===== Section Styles ===== */
.tour-title {
	background-color: #245C4F !important;
	text-align: center;
}

/* ===== Buttons ===== */
a.yellow-link {
	color: #202020 !important;
}
a.yellow-link:hover {
	color: #202020 !important;
	text-decoration: underline !important;
}

/* ===== SP：プレゼント画像 余白なしパネル表示 ===== */
@media (max-width: 767px) {
	.present-img {
		width: 100vw !important;
		max-width: 100vw !important;
		margin-left: calc(50% - 50vw);
		display: block;
	}
}

/*====================*/
/*=== Responsive   ===*/
/*====================*/
@media (max-width: 768px) {
	.lead-area {
		width: 98%;
	}
	.caution {
		text-align: left;
		color: #245c4f;
	}
	.application-area {
		width: 98%;
	}
	.point {
		font-size: 1.4rem !important;
		line-height: 1.4 !important;
	}
	.topic-title {
		font-size: 2.1rem;
	}
	.entry {
		font-size: 1.4rem !important;
		font-weight: 600;
	}
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear: both;
}

.round-10{
	border-radius: 10px;
}