@charset "utf-8";
/* CSS Document */

/*----------------------------------------------*/
/*Zbg*/
/*----------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,a,img,
form,fieldset,input,textarea,p,blockquote,table,tr,th,td,tbody{
	padding:0;
	margin:0;
}

table{
	border-collapse: collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight:bold;
	font-style:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}

/*clear*/
.clear{
	clear:both;
}


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body{
	border-top:#ffe100 solid 7px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#333;
	background-color:#FFF;
	background:url(../img/bg.gif) repeat-x;
}

#wrap{
	width:910px;
	margin:0 auto;
	background-color:#FFFFFF;
}


.title-fv {
    padding-top: 100px;
}

.title-box {
    margin: 0px auto 70px;
}

.title-box .title {
    margin: 0 auto;
    width: 100%;
    font-size: 30px;
    text-align: center;
}

.low {
    border-top: 1px dotted #151515;
    margin-top: 40px;
    position: relative;
}

p.lead {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
}

.table_dl {
    border-bottom: 1px dotted #151515;
    margin: 0;
    padding: 40px 0px;
}

.content{
  padding-bottom: 100px;
}

input[type='submit']{
	-webkit-appearance: none;
}

.submit{
	text-align: center;
	margin-bottom: 100px;
}

.submit p{
	font-size: 20px;
}

.button {
  display       : inline-block;
  font-size     : 24px;
  text-align    : center;
  cursor        : pointer;
  padding       : 12px 60px;
  background    : #0048ff;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #0048ff;
	margin-top: 10px;
	width: 300px;
}
.button:hover {
  color         : #0048ff;
  background    : #ffffff;
}

input.big{
	transform: scale(1.8);
	margin: 0.5rem;
}

@media screen and (max-width:639px) {
/*スマホ用のcssを記述*/
#wrap{
	width:95%;
}

.title-fv {
    padding-top: 50px;
}
.title-box {
    margin: 0px auto 50px;
}

.title-box .title {
    font-size: 26px;
}

.content{
  padding-bottom: 50px;
}

.button {
	width: 50%;
}

.submit{
	text-align: center;
	margin-bottom: 50px;
}

.submit p{
	font-size: 1.0em;
}

}

@media only screen and (min-width:640px) and (max-width:1023px) {
/*tablet用のcssを記述*/
#wrap{
	width:95%;
}
}
