@charset "UTF-8";
/* CSS Document */
body {
    background-color: #FFF9F8;
    color: #404040;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    height: 100%;
    overflow-x: hidden;
    text-align: justify;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    line-height: 0;
    width: 100%;
    display: block;
}

a {
    color: #404040;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

a:hover img {
    opacity: 0.8;
}

#contents {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
	background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.inn {
    margin: 0 auto;
}
.bg01 {
	position: relative;
}
.teiki_btn {
    width: 378px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 26%;
	z-index: 20;
}

.teiki_btn_kmd {
    width: 378px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 4%;
	z-index: 20;
}

.teiki_btn_kmdtr {
    width: 378px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 12%;
	z-index: 20;
}

#setteiki .teiki_btn {
    bottom: 22%;
}

.tanpin_btn  {
    width: 364px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 18%;
}

.tanpin_btn_kmd  {
    width: 364px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 18%;
}

.tanpin_btn_kmd_tr  {
    width: 364px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 10%;
}


#attention {
    font-size: 14px;
    color: #404040;
    background-color: #FFFFFF;
    padding: 30px 20px;
}

#footer {
    font-size: 14px;
    background: #F7F0F3;
    padding: 30px 20px;
}

#footer .copyright {
    font-size: 0.8rem;
    margin-top: 20px;
    text-align: center;
}
@media screen and (max-width: 575px){
	#contents {
    	box-shadow: none;
	}
	.teiki_btn {
    	width: 345px;
	}
	.tanpin_btn {
    width: 345px;
}
	.teiki_btn_kmd  {
    width: 80%;
	}

    .teiki_btn_kmdtr  {
    width: 80%;
	}
	
	.tanpin_btn_kmd {
    width: 80%;
}
	
    .tanpin_btn_kmd_tr {
    width: 80%;
}
	
}