@charset "utf-8";
.wrapp {
	margin-top: 64px;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}
header {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
}
#form_thanks {
	margin-top: 56px;
	text-align: center;
}
#form_thanks p {
	line-height: 2em;
	font-size: 16px;
}
#form_thanks p strong {
	color: #3E8089;
	font-size: 40px;
	margin-left: 4px;
	margin-right: 4px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
}
.thanks_top {
	background-color: #3E8089;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 48px;
	display: inline-block;
	padding-left: 32px;
	border-radius: 4px;
	padding-right: 32px;
	margin-top: 32px;
}
.thanks_top:hover {
	background-color: #0095DE;
	color: #FFFFFF;

}

a {  
  color: inherit;
}



body {
	margin: 0;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#thanks {
    margin: 6.92%;
    text-align: center;
}
#thanks p a {
    background-color: #4ac4e3;
    color: #FFFFFF;
    padding: 24px;
    text-decoration: none;
    margin-top: 64px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    width: 326px;
}



.logo {
	max-width: 304px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.midasi {
	background-color: #0095DE;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 32px;
}
.midasi h1 {
	color: #FFFFFF;
	margin: 0;
	text-align: center;
	font-weight: 300;
	font-size: 24px;
}
.form_wrap {
    margin-top: 6.92%;
    max-width: 696px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.92%;
}


/* ここから下 */

.hissu2 {
	color: #D00003;
}

.form_wrap ul {
	padding: 0px;
	margin: 0;
	list-style-type: none;
}
.mfgg {
	border-radius: 4px;
	background-color: #F3F3F3;
	border-style: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	height: 40px;
}
.mfgg3 {
	border-radius: 4px;
	background-color: #F3F3F3;
	border-style: none;
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	height: 40px;
	margin-right: 1%;
}
.mfgg_textarea {
	border-radius: 4px;
	background-color: #F3F3F3;
	border-style: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	height: 120px;
}
.zip_area {
	border-radius: 4px;
	background-color: #F3F3F3;
	border-style: none;
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	height: 40px;
	margin-right: 1%;
}
.zip_bt {
    border-radius: 4px;
    background-color: #0069bc;
    border-style: none;
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    box-sizing: border-box;
    height: 40px;
    margin-right: 1%;
    color: #FFFFFF;
    font-weight: 500;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.64);
    display: none;
}
.zip_bt:hover {
	cursor: pointer;
	opacity:0.5;
      filter: alpha(opacity=50);
      -ms-filter: "alpha( opacity=50 )";
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
}
.sub_bt {
    border-radius: 4px;
    background-color: #0069bc;
    border-style: none;
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    box-sizing: border-box;
    height: 40px;
    margin-right: 1%;
    color: #FFFFFF;
    font-weight: 500;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.68);
}
.sub_bt:hover {
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.form_wrap ul li {
	margin-bottom: 24px;
	font-size: 14px;
	border-left: 2px solid #D1D1D1;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: 500;
}
.hissu {
	color: #D00003;
	margin-left: 4px;
}

.form_area {
	margin-top: 4px;
}


/* Chrome, Safari */
input::-webkit-input-placeholder{
    color: #999999;
}
 
/* Firefox */
input::-moz-placeholder{
    color: #999999;
}
 
/* Firefox 18以前 */
input:-moz-placeholder{
    color: #999999;
}
 
/* IE */
input:-ms-input-placeholder{
    color: #999999;
}


/*
input:hover {
	cursor: pointer;
	opacity:0.5;
      filter: alpha(opacity=50);
      -ms-filter: "alpha( opacity=50 )";
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
}
 */

@media screen and (max-width:640px){
.form_wrap {
	margin-top: 32px;
	max-width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.form_wrap ul li {
	margin-bottom: 24px;
	font-size: 14px;
	border-left: 2px solid #0095DE;
	padding-left: 2%;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: 500;
}
.zip_area {
	border-radius: 4px;
	background-color: #F3F3F3;
	border-style: none;
	width: 48%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	height: 40px;
	margin-right: 1%;
}
.zip_bt {
	border-radius: 4px;
	background-color: #0095DE;
	border-style: none;
	width: 48%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	height: 40px;
	margin-right: 1%;
	color: #FFFFFF;
	font-weight: 500;
}
	.sub_bt {
	border-radius: 4px;
	background-color: #0095DE;
	border-style: none;
	width: 48%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-sizing: border-box;
	height: 40px;
	margin-right: 1%;
	color: #FFFFFF;
	font-weight: 500;
}

	
.mfgg3 {
	border-radius: 4px;
	background-color: #F3F3F3;
	border-style: none;
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 8px;
	padding-right: 5%;
	padding-left: 8px;
	padding-bottom: 8px;
	box-sizing: border-box;
	height: 40px;
}
	
input[type="submit"] {
  -webkit-appearance: none;
	
}
input[type="reset"] {
  -webkit-appearance: none;
	
}
input[type="button"] {
  -webkit-appearance: none;

}
	
input[type=text]    {
font-size : 16px;
-webkit-appearance : none;
-webkit-tap-highlight-color : rgba(0,0,0,0);
}
textarea{
	-webkit-appearance: none;
	font-size: 16px;
	}
select{
		-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	background: url(images/arr.svg) right 50% no-repeat;
	background: url(images/arr.svg) right 50% no-repeat;
	background-size: 20px, 100%;
	}

}
