@charset "utf-8";
/* order form */
@import url(orderform_pc.css);

#dhaepa{
    overflow: hidden;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: url(/lp/img/dhaepa/bg.png) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
	max-width: 700px;
    margin: 0 auto;
}
#dhaepa img{
	vertical-align:bottom;
	display: block;
	width: 100%;
}
.dhaepa_spec {
    margin: 30px auto;
    border: darkblue 1px solid;
    padding: 3px;
}
.dhaepa_spec p {
    background-color: darkblue;
    font-size: 18px;
    color: #fff;
    padding: 5px;
    margin: 0 0 3px 0;
    text-align: center !important;
}
.dhaepa_spec .title{
    background-color: #eee9e3;
    font-size: 16px;
    line-height: 1.2em;
    padding: 3px 10px;
	color:#000;
	font-weight:bold;
}
.dhaepa_spec .Contents{
    text-align: left;
}
/* 追従 */
#dhaepa .sticky {
	position: fixed;
	right: 15px;
	bottom: 60px;
}
/*点滅*/
#dhaepa .sticky {
	animation: item_fadein 2s ease infinite;
}
@-webkit-keyframes item_fadein {
	0% {opacity: 0.3;}
	100% {opacity: 1; background-color:#F00;}
}
@keyframes item_fadein {
	0% {opacity: 0.3;}
	100% {opacity: 1;}
}

/* ================================
 * 上下動くボタン *
================================ */
.btn {
	animation: btn 2s infinite ease;
	display: block;
	position: relative;
}
.btn a{
	display: block;
	position: relative;
	width: 100%; /* ボタンの横幅 */
}

@keyframes btn {
	0% { transform:translateY(0px); }
	50% { transform:translateY(15px); }
	100% { transform:translateY(  0px); }
}

/* ================================
* メインボタンのバックグラウンド *
================================ */
.mein_btn {
	background-image:url("../../img/dhaepa/980_offer_02.jpg");
	background-image: url(../../img/dhaepa/980_offer_02.jpg);
    background-repeat: no-repeat;
    background-position: top;
	background-size: 700px;
    height: 350px;
}

/* ================================
* メインボタン *
================================ */
section.s05 .optimize, section.s06_200,  section.s22 .optimize, section.s34 .optimize, section.s49 .optimize {
    max-width: 750px;
    margin: auto;
    position: relative;
}

/* upsell */
#dhaepa input{
	display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

/* ================================
* Q&Abutton*
================================ */
.cp_actab {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	color: #ffffff;
	width: 700px;
	padding: 5px 0;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 10px;
	cursor: pointer;
	margin: 0 20px;
	background: #da3c41;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #ffffff;
	margin: 0 20px;
	background-color: #FFEBCD;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
video{
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
	outline: none;
    padding: 10px 0;
}

/* ================================
*アコーディオンbutton*
================================ */
.cp_actab {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 700px;
	padding: 5px 0;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 10px;
	cursor: pointer;
	margin: 0 20px;
	background: darkblue;
	color: #ffffff;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #ffffff;
	margin: 0 20px;
	text-align: left;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}