@charset "UTF-8";
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	text-align: left;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

img {
	vertical-align: text-bottom;
	vertical-align: -webkit-baseline-middle;
	max-width: 100%;
	height: auto;
	width: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.contents {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 800px;
}
.image {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.btn-wrap {
	position: relative;
}
.btn {
	position: absolute;
	top: 57%;
	right: 7%;
	width: 45%;
}

.cta-select {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-y;
	background-size: cover;
}

.cta-select-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(images/bg-02.jpg);
	background-repeat: repeat-y;
	background-size: 100% 100.1%;
	margin-left: 0%;
}

.cta-select .cta-select_selectbox,
.cta-select-2 .cta-select_selectbox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 1.5em;
	width: 11%;
	/* padding-right: 0%; */
	/* margin-bottom: 1em; */
	margin-left: 2%;
	margin-right: 3%;
}
@media screen and (max-width: 680px) {
	.cta-select .cta-select_selectbox,
	.cta-select-2 .cta-select_selectbox {
		font-size: 0.8em;
	}
	.cta-select p,
	.cta-select-2 p {
		font-size: 0.9em;
	}
}

.cta-select .cta-select_selectbox p,
.cta-select-2 .cta-select_selectbox p {
	margin-right: 0.5em;
}

.cta-select .cta-select_selectbox select,
.cta-select-2 .cta-select_selectbox select {
	cursor: pointer;
	font-size: 0.9em;
	width: 1em;
	padding: 0.3em 0;
	font-weight: bold;
}

.cta-select .cta-select_btn,
.cta-select-2 .cta-select_btn {
	width: calc(85% / 770 * 512);
}

img {
	vertical-align: text-bottom;
	vertical-align: -webkit-baseline-middle;
	max-width: 100%;
	height: auto;
	width: 100%;
}

.cta-select_selectbox {
	background: #fff;
	width: 10%;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	/* padding: 1em; */
	border: 1px solid #909090;
	box-shadow: 0 0 0.3em #c4bfbf;
}

select {
	/* 初期化 */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: none;
	color: #333;
	font-size: 16px;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	position: relative;
}

.ft-btn {
	position: fixed;
	bottom: 0;
	display: none;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 2147483646;
	left: 50%;
	transform: translate(-50%, 0%);
}
@media only screen and (max-width: 750px) {
	.ft-btn {
		width: 100%;
	}
}
