﻿body {
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "YuGothic M","メイリオ", Meiryo,  sans-serif;
	font-size:18px;
	line-height:1.68;
	color:#000;
	font-feature-settings : "palt" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrapper {
	max-width: 960px;
	margin: 0 auto;
}

.contents {
	position: relative;
}

.contents p {
}

.contents > img {
	width: 100%;
	vertical-align:top;
}

.cta-scroll-btn {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.cta-scroll-btn img {
	width: 87%;
}

.cta-scroll-btn img.max-width {
	width: 100%;
}

.cta-scroll-btn img.animation {
	animation: anim 0.7s ease 0s infinite alternate;
	transform-origin:center;
}
@keyframes anim {
	0% {
		transform: scale(0.97,0.97);
	}
	33% {
		transform: scale(0.97,0.97);
	}
	100% {
		transform: scale(1,1);
	}
}

.error {
	color: red;
}

.cv {
	background: #c6c0ba;
	padding: 20px;
	padding-top: 10px;
}

footer,
.footer-menu {
	text-align: center;
}

footer {
	background: #000;
	color: #fff;
	padding: 15px 0;
}

footer a,
footer a:visited,
footer a:hover {
	color: #fff !important;
}

body{
    font-size:14px;
    line-height:1.4;
}

#form select,
#form input {
	color: #000;
}

.form-header {
	padding: 0 10px;
}

.flex-center {
	display: flex;
	align-items: center;
}

.input-title {
	margin: 15px 0 5px 0;
}

.input-short {
	width: 150px;
}

.birthday select {
	padding: 4px;
	width: 60px;
}

.birthday select:first-child {
	width: 75px;
}

.birthday span {
	margin: 0 8px 0 5px;
}

/* 漫画LPからのコピー */
.cl-green{
	color: #a5bc04;
}
.bg-yellow{
	background: #fef399;
}
.form-box{
	background: #fff;
	padding-top: 15px;
}
.form_gray{
	background: #fafafa;
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
}
.form_white{
	background: #fff;
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
}
.form-control{
	height: 50px;
}
.form-control02  {
	width: 48%;
	float: left;
	margin-right: 4%;
}
.form-control03  {
	width: 48%;
}
.form-control04 {
	width: 63%;
}
.required {
	color: #fff;
	background: #f77228;
	font-size: 11px;
	padding: 5px 10px;
}
.input_tit {
	float: left;
	margin-right: 10px;
	width: 34%;
}
.radio_control {
	margin-right: 30px;
	float: left;
}
.cta_btn input:hover{
filter: alpha(opacity=0.7);
-ms-filter: alpha(opacity=0.7);
opacity: 0.7;
}
/*TOPへ戻る*/
.pagetop a {
	display: block;
	background-color: #a5bc04;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 16px 21px;
	border-radius:50%;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.pagetop a:hover {
	display: block;
	background-color: #a5bc04;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width:768px) {
.form-box{
	padding: 20px 50px 0;
	font-size: 18px;
}


.birthday select:first-child,
.birthday select {
	width: 140px;
}
}

@media screen and (max-width:767px) {
.sp-text-left{
    text-align: left!important;
}
