@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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-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;
}




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

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

.txt05 {
	height:auto;
	padding: 3% 5% 3% 6%;
	font-size: 10px;
	text-align: left;
	line-height: 1.4 !important;
	color: #333;
}

.txt06_2 {
	height:auto;
	padding: 2% 5% 2% 5%;
	font-size: 12px;
	line-height:170%;
	text-align: center;
	color: #999999;
}


@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;
}


