@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;background: transparent;max-height: 99999px;}
img {vertical-align: top;}
body {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;font-size: 0;line-height: 0;max-height: 99999px;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html, body {width: 100%;}

body{
	font-family:" メイリオ" , Meiryo , "Meiryo UI" ,"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", Avenir , "Open Sans" ,  Helvetica,"Helvetica Neue", Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,  "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

ol, ul {list-style: none;}

p {margin: 0;padding: 0;font-size: 0;line-height: 0;display: block;}
a {
  display: block;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}
img {
  width: 100%;
  display: block;
}

/*============================
#header
============================*/
header {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
header h1 {
  max-width: 750px;
  margin: 0 auto;
}

/*============================
#main
============================*/
#wrapper {
  position: relative;
  width: 750px;
  margin: 0 auto;
	box-shadow: 1px 9px 9px 3px #bbbaae, -1px 9px 9px 3px #bbbaae;
}
#mainContainer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
  overflow: hidden;
}

.l-block{
	display: block;
	vertical-align: bottom;
	box-sizing: border-box;
}
.bk_cont_1{
	background-image: url("../img/img_bk_01.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bk_cont_2{
	background-image: url("../img/img_bk_02.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.m-content{
	max-width: 750px;
	padding: 39px 30px 18px;
}

.bk_cont_2>.m-content{
	max-width: 750px;
	padding: 32px 30px 20px;
}

.m-content .bk_size_1{
	max-width: 690px;
	margin: 0 auto;
}

/*=======
btn
========*/
#btn{
  position: absolute;
  top:1313px;
  left: 60px;
}

label {
    cursor: pointer;
}
input[type='radio'], input[type='checkbox'] {
    padding: 3px 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

input[type=radio], input[type=checkbox] {
    display: none;
}

.Q_area,.btn_area{
	width: 100%;
	position: relative;
}

/*=============================
        Q btn action
=============================*/
.btn input{
	visibility: hidden;
	opacity: 0;
}
.btn input + span{
	background-image: url("../img/yes_button.png");
	background-repeat: no-repeat;
	width: 42.66%;
	padding-top: 21.33%;
	position: absolute;
	bottom: 5%;
	left: 4.6%;
	margin-left: 0.8%;
	background-size: contain;
}
.btn-group{
	height: 0;
}

.btn input +.Q_posi{
	/*bottom: 10%*/
	top: 14.6%;
}

.btn input +.Q_posi_3{
	bottom: 10%;
}

.btn input + .nobtn
{
	background-image: url("../img/no_button.png");
	background-repeat: no-repeat;
	left: 50.7%;
	position: absolute;
}
.btn-group.is-active .btn input + span{
	background-image: url("../img/yes_off_click.png");
	background-repeat: no-repeat;
}
.btn-group.is-active .btn input:checked + span{
	background-image: url("../img/yes_on_click.png");
	background-repeat: no-repeat;
	width: 40.86%;
	top: 16.6%;
	left: 5.5%;
}
.btn-group.is-active .btn input + .nobtn
{
	background-image: url("../img/no_off_click.png");
	background-repeat: no-repeat;
}
.btn-group.is-active .btn input:checked + .nobtn
{
	background-image: url("../img/no_on_click.png");
	background-repeat: no-repeat;
	width: 40.86%;
	top: 16.6%;
	left: 51.6%;
}

/*============================
#footer
============================*/
footer {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 14px;
  text-align: center;
}
	footer ul{ 
		color: #a8a8a8;
		line-height: 1.7;
	}
	footer ul a{
	color: #a8a8a8;
	text-decoration: underline;
	padding-left: 13px;
		padding-right: 19px;
	}

	footer ul a:first-of-type{
	margin-left: 4px;
	padding-right: 25px;
	}

.footer_link li:nth-child(1){
	border-right: 2px solid #a8a8a8;
}
.footer_link li {
    display: inline-block;
    line-height: 1;
}
.copyright {
	background-color: #000;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
  padding: 10.5px 0;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  color: #868686;
}

.small{
	font-size: 12px;
}
/*=====================================================*/
.fv_area {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: auto;
	box-shadow: 1px 0px 9px 3px #bbbaae, -1px 0px 9px 3px #bbbaae;
}
.pc {
  display: inline-block;
}
.sp {
  display: none;
}
@media (max-width: 749px) {
	
	.bk_cont_2>.m-content{
	padding: 0 4% 2.666%;
}
	
.m-content{
	max-width: 100%;
	padding: 5.2% 4%;
}
	
.m-content .bk_size_1{
	max-width: 100%;
	margin: 0 auto;
}
	
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #wrapper {
    width: 100%;
    max-width: 750px;
  }
.footer_link{
    padding: 5.3% 0 0.3%;
    text-align: center;
	 font-size: 2.5vw;
}

  #btn {
	top:89%;
    left: 7%;
    width: 86%;
    padding-bottom: 8%;
  }

  footer {
    padding: 0;
  }
  .copyright {
    padding: 1.4% 0;
    font-size: 2.9vw;
    line-height: 1em;
  }
	
.footer_link li:nth-child(1) a:after{
	padding-left: 16px;
}
	
	footer ul a{
	padding-left: 0;
	}
	
	footer ul a:first-of-type{
	padding-left: 5px;
	}
	
	.small{
	font-size: 10px;
}
	
	.footer_link li:nth-child(1){
	border-right: 1px solid #a8a8a8;
}
	footer ul a:first-of-type{
	padding-right: 14px;
	}
}
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .btn input + span {
	  padding-top:26.4%;
	}
}