@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
    height: 0;
}
img {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
    max-width: 750px;
    background-color: #fff;
	padding-bottom: 50px;
}
html,h1,h2,h3,h4,h5,p,dd,dt,dl,ul,li,img {
	margin: 0;
	padding: 0;
}
.content-text {
    padding: 8px 10px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: 10px;
}
.content-text p {
	text-align: center;
	color: #333;
	line-height: 1.3em;
}
.content-text p span.d-btn {
padding: 2px;
  border-radius: 0px;
  margin-left: 5px;
  font-weight: bold;
}
span.d-btn a {
	color: #35b8cc;
}
iframe#egg_form {
	overflow: hidden;
}

#link_wrap{
	position: relative;
}
#link_wrap a{
	width:100%;
	max-width: 13em;
	color: #313131;
	font-family: Shin Go Regular , 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	display: inline-block;
	position: absolute;
	bottom: 35%;
	right: 5%;
}
#link_wrap .warranty{
	bottom:17%;	
}

#link_wrap .link2{
	bottom: 34%;
}

.footer {
    font-size: small;
    text-align: center;
    background-color: rgba(255,255,255,1.00);
	padding-bottom: 210px;
}
.footer .copyright {
    width: 100%;
	position: absolute;
	font-size: small;
	font-weight: normal;
	background-color: #E4AA00;
	color: #fff;
	line-height: 200%;
}
.footer .footer-menu {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: x-small;
}
.footer .footer-menu p {
	font-size: 10px;
}
.caution {
	margin-top: 10px;
	padding: 10px 0;
	background-color: #fff;
	background-image: none !important;
}
.caution h2 {
	font-size: 16px;
	line-height: 1.5em;
	padding: 13px 10px;
	margin-bottom: 6px;
	color: #555;
	text-align: center;
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
}
.caution  h3 {
	font-size: 14px;
	line-height: 1.5em;
	padding: 6px 10px;
	color: #555;
	border-bottom: 1px solid #ccc;
}
.caution p {
	font-size: 12px;
	line-height: 1.6em;
	padding: 8px 10px;
	color: #666;
}

/*↓↓↓アコーディオン↓↓↓*/	
.accordionlist dt{	
display:block;	
background: #fff;
border-top: 1px solid #DFDFDF;	
}	
.accordionlist dt:first-child{	
border-top: none !important;	
}	
.accordionlist dt .title{	
padding-left: 0px;
}	
.accordionlist dd{	
display:none;	
background: #fff;	
padding:0 0 0px 0px;	
}	
.accordion_icon,	
.accordion_icon span {	
display: inline-block;	
transition: all .4s;	
box-sizing: border-box;	
}
.accordion_icon span {	
position: absolute;	
left: 6px;	
width: 50%;	
height: 2px;
border-radius: 4px;	
-webkit-border-radius: 4px;	
-ms-border-radius: 4px;	
-moz-border-radius: 4px;	
-o-border-radius: 4px;	
}	
.accordion_icon span:nth-of-type(1) {
transform: rotate(0deg);	
-webkit-transform: rotate(0deg);	
-moz-transform: rotate(0deg);	
-ms-transform: rotate(0deg);	
-o-transform: rotate(0deg);	
}	
.accordion_icon span:nth-of-type(2) {
transform: rotate(90deg);	
-webkit-transform: rotate(90deg);	
-moz-transform: rotate(90deg);	
-ms-transform: rotate(90deg);	
-o-transform: rotate(90deg);	
}	
/*＋、－切り替え*/	
.accordion_icon.active span:nth-of-type(1) {	
display:none;	
}	
.accordion_icon.active span:nth-of-type(2) {	
top: 5px;	
transform: rotate(180deg);	
-webkit-transform: rotate(180deg);	
-moz-transform: rotate(180deg);	
-ms-transform: rotate(180deg);	
-o-transform: rotate(180deg);	
}	
/*マウスポインタ指になる*/	
cursor: pointer;	
cursor: hand;	
/*マウスポインタ指になる*/	
/*↑↑↑アコーディオン↑↑↑*/


/*トグル*/
#acMenu dt{
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
 }
#acMenu dd{
    background:#fff;
	text-align: left;
    width:100%;
    height: auto;
	font-size: 14px;
    line-height:1.6em;
    display:none;
}
#acMenu dd p {
	padding: 6px 0;
}

@media screen and (max-width: 750px) {
.wrapper{
	padding-bottom: 0px;
}
/*/トグル*/
/*↓↓↓アコーディオン↓↓↓*/
.accordionbox2{	
margin: 0px 0px -10px 0px;
}	
.accordionlist dt{	
display:block;	
background: #fff;
border-top: 1px solid #DFDFDF;	
}	
.accordionlist dt:first-child{	
border-top: none !important;	
}	
.accordionlist dt .title{	
padding-left: 0px;
}	
.accordionlist dd{	
display:none;	
background: #fff;	
padding:0 0 0px 0px;	
}	
.accordion_icon,	
.accordion_icon span {	
display: inline-block;	
transition: all .4s;	
box-sizing: border-box;	
}
.accordion_icon span {	
position: absolute;	
left: 6px;	
width: 50%;	
height: 2px;	
border-radius: 4px;	
-webkit-border-radius: 4px;	
-ms-border-radius: 4px;	
-moz-border-radius: 4px;	
-o-border-radius: 4px;	
}	
.accordion_icon span:nth-of-type(1) {
transform: rotate(0deg);	
-webkit-transform: rotate(0deg);	
-moz-transform: rotate(0deg);	
-ms-transform: rotate(0deg);	
-o-transform: rotate(0deg);	
}	
.accordion_icon span:nth-of-type(2) {
transform: rotate(90deg);	
-webkit-transform: rotate(90deg);	
-moz-transform: rotate(90deg);	
-ms-transform: rotate(90deg);	
-o-transform: rotate(90deg);	
}	
/*＋、－切り替え*/	
.accordion_icon.active span:nth-of-type(1) {	
display:none;	
}	
.accordion_icon.active span:nth-of-type(2) {	
top: 5px;	
transform: rotate(180deg);	
-webkit-transform: rotate(180deg);	
-moz-transform: rotate(180deg);	
-ms-transform: rotate(180deg);	
-o-transform: rotate(180deg);	
}	
/*マウスポインタ指になる*/	
cursor: pointer;	
cursor: hand;	
/*マウスポインタ指になる*/	
/*↑↑↑アコーディオン↑↑↑*/

.wrapper {
    width: 100%;
    margin: 0 auto;
}
.wrapper {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    min-width: 320px;
	box-shadow: none;
}
iframe#egg_form {
	overflow: hidden;
	width: 100% !important;
}
textarea {
	box-sizing: border-box !important;
}
#form {
	background-color: white;
    overflow: hidden;
    border: 2px solid #ffffff;
}
.content-text {
    padding: 0px 0px;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    background: #FFFFEF;
}
.content-text p {
}
.content-text p span.d-btn {
padding: 2px;
  border-radius: 0px;
  margin-left: 5px;
  font-weight: bold;
}
.caution {
	margin-top: 0px;	
}
.footer {
    font-size: small;
    text-align: center;
    background-color: #fff;
	padding-bottom: 0px;
}
.footer .copyright {
	width: 100%;
	position: absolute;
    font-size: small;
    font-weight: normal;
    background-color: #E4AA00;
    color: #fff;
    line-height: 1.4em;
    padding: 6px 0;
}
.footer .footer-menu {
    padding-top: 10px;
	padding-bottom: 0;
}
.footer .footer-menu p {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5em;
    padding: 13px 10px;
    color: #555;
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #e7e7e7 100%);
    border-top: 1px solid #ccc;
}
.footer .footer-menu p a {
	text-decoration: none;
	color: #555;
}
}
@media screen and (min-width:750px) {
	#link_wrap a{
		font-size: 25px;
	}
	#simple{
		height: 663px;
	}
}


/*2019/05/23追記　追従ボタン用
---------------------------------------------------*/
#fixed_btn{
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 750px;
	z-index: 999;
}
#fixed_btn_content{
	position: relative;
}
#move_btn{
	width: 20%;
	position: absolute;
	right: 1%;
	top:2%;
	animation: animScale 3s infinite ease-out;
	animation-play-state: running;
	transform-origin: 50% 50%;
	animation-play-state: running;
}

@keyframes animScale {
0% { transform: scale(0.8, 0.8); }
5% { transform: scale(1.2, 1.2); }
10% { transform: scale(1, 1); }
15% { transform: scale(1.1, 1.1); }
20% { transform: scale(1, 1); }
100% { transform: scale(1, 1); }
}