﻿@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #fff;
	width: 100%;
	overflow: hidden;
	position: relative;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	text-align: center;
	-webkit-text-size-adjust: none;
    margin:0px;
    
}

html {
  margin: 0 auto;
  background: #fff; /* Fills the page */
  position: relative; /* Fix for absolute positioning */
  /*border-left:solid 1px #999;*/
  /*border-right:solid 1px #999;*/
overflow-y:scroll;

}


/* --------------------------------------------------------------------------------------------------------------------

common

-------------------------------------------------------------------------------------------------------------------- */

body > header {
	line-height: 0;
}

body > footer {
	color: #fff;
	font-size: 12px;
	padding: 5px 4px;
}
.index{
	text-align:center;
	height:100%;
	padding:0px 0px;
	max-width:750px;
	margin: 0 auto;
}

a img:hover{
	opacity:0.7;
	}
    
.img_style{
display: block;
width: 100%;
}

.relative{
position: relative;
}

.btn_style{
width: 90%;
position: absolute;
top: 0;
left: 0;
right: 0;
margin:50% auto 0;
}

.btn_style,
.btn_style_02 {
  animation: anime1 0.8s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  from {
    transform: scale(1.1,1.1);
  }
  to {
    transform: scale(1,1);
  }
}

.text_link{
top: 0;
left: 0;
right: 0;
margin:72% auto 0;
position: absolute;
font-size: clamp(12px, 1.6vw, 22px);
color: #fff;
}

.text_link a{
color: #fff;
text-decoration: none;
}

.link_box{
background-color: #000;
padding: 8% 0;
}

.btn_style_02{
width: 90%;
margin:0 auto;
}

.text_link_02{
margin:3% auto 0;
font-size: clamp(12px, 1.6vw, 22px);
color: #fff;
}

.text_link_02 a{
color: #fff;
text-decoration: none;
}

.accordion div{
margin-bottom: 5%;
}

.img_q1,
.img_q2,
.img_q3,
.img_q4,
.img_q5,
.img_q6 {
cursor: pointer;
}


.footer{
padding: 3% 0;
background-color: #c32b28;
color: #fff;
font-size: clamp(10px, 1.2vw, 16px);
margin-bottom: 0;
}

.footer a{
text-decoration: none;
color: #fff;
}