@charset "UTF-8";
@import url(/fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
@import url(/fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  color: #333;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
}

a:link {
  color: #10AED6;
  text-decoration: none;
}

a:visited {
  color: #21a4c5;
  text-decoration: none;
}

a:hover {
  color: #00b8e6;
  text-decoration: underline;
}

a:active {
  color: #00b8e6;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html, body {
  -webkit-overflow-scrolling: auto;
}

img {
  max-width: 100%;
}

a img:hover {
  transition: all .25s linear 0s;
  opacity: 0.9;
}

* {
  outline: none;
}



body {
	  background: url(../images/bg-body.jpg) left top repeat-x;
    background-color: #FFD52C;
}

.conts {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 50px;
  text-align: center;
}

.header {
  margin-bottom: 30px;
}

.box-button {
  position: relative;
  margin-bottom: 30px;
}

input[type="radio"] {
  opacity: 0;
}

.radio-label {
  position: absolute;
  bottom: 6%;
  z-index: 10;
  width: 380px;
  height: 130px;
}

.radio-label:hover {
  opacity: 0.9;
  cursor: pointer;
}

.label-01 {
  left: 108px;
}

.label-02 {
  left: 515px;
}

.check-radio {
  width: 100%;
  height: 130px;
  display: block;
}

input[type="radio"] + .check-radio {
  background: url(../images/icon-check.png) 30px 20px no-repeat;
  opacity: 0;
}

input[type="radio"]:checked + .check-radio {
  background: url(../images/icon-check.png) 30px 20px no-repeat;
  opacity: 1;
}

h2 {
  margin-bottom: 30px;
}

.button-submit {
  border: none;
  box-shadow: none;
  background: none;
  width: 775px;
  margin: 0 auto 20px;
  display: block;
}

.button-submit:disabled {
  opacity: 0.5;
}

.button-submit:disabled:hover {
  opacity: 0.5;
  cursor: no-drop;
}

.button-submit:hover {
  opacity: 0.8;
  cursor: pointer;
}

.list-footer {
  text-align: center;
  padding: 40px 0;
}

.list-footer li {
  display: inline-block;
  margin: 0 10px 0;
}

.list-footer li a {
  color: #fff;
}

.copy {
  color: #fff;
}





