@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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #fff;
	width: 100%;
	overflow: hidden;
	position: relative;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: 500;
	text-align: center;
	-webkit-text-size-adjust: none;
    margin:0px;

}


/* micro clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}




a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}


@media screen and (min-width: 769px){
html {
	max-width: 700px;
  margin: 0 auto;
  position: relative; /* Fix for absolute positioning */
overflow-y:scroll;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
	padding: 0px 0px;
}
}

@media screen and (max-width: 768px){
html {
	max-width: 700px;
  margin: 0 auto;
  position: relative; /* Fix for absolute positioning */
overflow-y:scroll;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
}
}




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

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:850px;
	margin: 0 auto;
}

p{margin:0px 0px;}

#index > header h1 {
	line-height: 0;
	background: none;
	padding: 0;
}
#index img{
	height: auto;
	display:block;
    margin:0px 0px;
    line-height:0em;
    vertical-align:bottom;
}

#index2{
	text-align:center;
	height:100%;
	padding:0px 0px;
	max-width:700px;
	margin: 0 auto;
}

p{margin:0px 0px;}

#index2 > header h1 {
	line-height: 0;
	background: none;
	padding: 0;
}
#index2 img{
	height: auto;
	display:block;
    margin:0px 0px;
    line-height:0em;
    vertical-align:bottom;
}


/*** テキスト化
******************************************/

.txt_aq {
	height:auto;
	padding: 3% 0;
	font-size: 16px;
	line-height:130%;
	text-align: left;
	color: #000;
    background-color: rgba(255,255,255,0.75);
    margin: 0 8%;
}



@media screen and (max-width: 640px){
.pcver { display:none;}
}

@media screen and (min-width: 640px){
.spver { display:none;}
}	


/* yes_noボタン */
.btn_wrap{
	width: 100%;
	padding: 20px 2%;
	/* background: #FEFBF2; */
	display: flex;
	justify-content: space-around;
    text-align: center;
	/* margin: 0 10% 0 10%; */
}
.bgwhite{
	background-color: #fff;
    
}

.bgpink{
	background-color: #FFDEDE;
}

.footer{
font-size: 12px;
line-height: 180%;
margin:10% 0 0;
padding-bottom: 5%;
}

.footer a{
color: #0c419a;
}


    
/* yes_noボタン */
.btn_wrap{
	width: 100%;
	padding: 20px 2%;
	/* background: #FEFBF2; */
	display: flex;
	justify-content: space-around;
    text-align: center;
	/* margin: 0 10% 0 10%; */
}
.bgwhite{
	background-color: #fff;
    
}

.bgpink{
	background-color: #FFDEDE;
}

.footer{
font-size: 12px;
line-height: 180%;
margin:10% 0 0;
padding-bottom: 5%;
}

.footer a{
color: #0c419a;
}


input[type=checkbox],
input[type=radio] {
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.answer_radio{
	position: relative;
}

.answer_checkbox{
	position: relative;
}

input[type=checkbox] + label{
display:block;
padding:4%;
width:90%;
border: solid 1px #4a4041;
border-radius: 40px;
font-size:24px;
margin:1% 2%;
cursor: pointer;
line-height: 150%;
box-shadow: 2px 2px 4px gray;
text-align: center;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #4a4041;
}
input[type=checkbox]:checked + label{
display:block;
width:90%;
border: solid 1px #d04d51;
border-radius: 40px;
font-size:24px;
cursor: pointer;
color: #FFF;
background-color: #e17074;
line-height: 150%;
box-shadow:none;

}

input[type=radio] + label {
display:block;
padding:4%;
width:90%;
border: solid 1px #4a4041;
border-radius: 40px;
font-size:24px;
margin:1% 2%;
cursor: pointer;
line-height: 150%;
box-shadow: 2px 2px 4px gray;
text-align: center;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #4a4041;
}
input[type=radio]:checked + label {
display:block;
width:90%;
border: solid 1px #d04d51;
border-radius: 40px;
font-size:24px;
cursor: pointer;
color: #FFF;
line-height: 150%;
background-color: #e17074;
box-shadow:none; 
}

@media screen and (max-width: 640px){
input[type=checkbox] + label{
display:block;
padding:4%;
width:90%;
border: solid 1px #4a4041;
border-radius: 40px;
font-size:20px;
margin:1% 2%;
cursor: pointer;
line-height: 150%;
box-shadow: 2px 2px 4px gray;
text-align: center;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #4a4041;
}
input[type=checkbox]:checked + label{
display:block;
width:90%;
border: solid 1px #d04d51;
border-radius: 40px;
font-size:20px;
cursor: pointer;
color: #FFF;
background-color: #e17074;
line-height: 150%;
box-shadow:none;

}

input[type=radio] + label {
display:block;
padding:4%;
width:90%;
border: solid 1px #4a4041;
border-radius: 40px;
font-size:20px;
margin:1% 2%;
cursor: pointer;
line-height: 150%;
box-shadow: 2px 2px 4px gray;
text-align: center;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #4a4041;
}
input[type=radio]:checked + label {
display:block;
width:90%;
border: solid 1px #d04d51;
border-radius: 40px;
font-size:20px;
cursor: pointer;
color: #FFF;
line-height: 150%;
background-color: #e17074;
box-shadow:none; 
}
}

/* フェードイン時に入るクラス */
.element {
    /* 最初は非表示 */
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: transform 1s, opacity 1s, visibility 1s;
}

.is-fadein {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}