@charset "UTF-8";

*, *::before, *::after {
	box-sizing: border-box;
}

html {
	background-color: #fff;
	font: 62.5%/1.35 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #000;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, figure {
	margin: 0;
	padding: 0;
}

input, textarea {
	outline: none;
}

input[type=radio],
input[type=checkbox] {
	margin: 0;
	vertical-align: middle;
}

/*----------------------------------------------------------------
  Common Styles
  ----------------------------------------------------------------*/

.btn-orange-caret-r,
.btn-orange-caret-l {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	border-radius: 16px;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-orange-caret-r {
	border: none;
	background: #fc8351 url(../img/icon_caret_r_white_12x14.png) center right 16px no-repeat;
	color: #fff;
}

.btn-orange-caret-l {
	background: #fff url(../img/icon_caret_l_orange_12x14.png) center left 16px no-repeat;
	border: 2px solid #fc8351;
	color: #fc8351;
}

.btn-orange-caret-d {
	padding: 18px;
	border: 1px solid #fc8351;
	border-radius: 16px;
	background: #fff url(../img/icon_caret_d_orange_10x11.png) center right 20px no-repeat;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	transition: background-color 0.3s;
}

.btn-orange-caret-d:hover,
.btn-orange-caret-d:active {
	background-image: url(../img/icon_caret_d_white_10x11.png);
	background-color: #fc8351;
	color: #fff;
}

.btn-orange-common {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	border-radius: 3px;
	background-color: #fc8351;
	color: #000;
}

.cur-p:hover,
.cur-p:active {
	cursor: pointer;
}

.fw-b {
	font-weight: bold;
}

.hover-op {
	opacity: 1;
	transition: opacity 0.3s;
}

.hover-op:hover,
.hover-op:active {
	opacity: 0.7;
}

.hover-ul,
.hover-no-ul:hover,
.hover-no-ul:active {
	text-decoration: none;
}

.hover-no-ul,
.hover-ul:hover,
.hover-ul:active {
	text-decoration: underline;
}

.line-marker {
	background: transparent linear-gradient(to top, #ffe3d8 0%, #ffe3d8 100%) bottom left / 100% 9px repeat-x;
}

.list-n {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

.marker-asterisk li {
	/* no-markerクラスと併用する */
	position: relative;
	padding-left: 15px;
	font-size: 1.6rem;
}

.marker-asterisk li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

.marker-font-weight{
	font-weight: 600;
}

.no-marker {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pos-r {
	position: relative;
}

.ta-c {
	text-align: center;
}

.vs-h {
	display: none;
}

.w-50 {
	width: 50%;
}

.w-100 {
	width: 100%;
}

.fw600_18 {
	font-weight: 600;
	font-size: 1.8rem;
}
