h1{
color: #fff;
font-size: 23px;
letter-spacing: 0.1em;
padding-top: 60px;
display: block;
}

.content{
width: 1000px;
margin: 0 auto;
}

h2{
display: inline-block;
font-size: 15px;
line-height: 1.7em;
margin-bottom: 30px;
margin-top: 50px;
	font-weight: normal;
	color: #3e3a39;
	text-indent: inherit;
}

.h2title{
	color:#009277;
}

.h2link{
	text-decoration:underline;
	color:#3e3a39;
}


/*フォームの設定*/

/*基礎設定*/
.spbr{
display: none;
}

input[type="text"]{
border: #b6b7b7 1px solid;
font-size: 15px;
color: #3e3a39;
padding: 8px 10px;
}

.safari input[type="text"]{
height: 42px;
padding: 8px 10px;
}

.form_wrp{
margin-bottom: 70px;
}

.form_wrp dl{
border-top: #d2d3d3 solid 1px;
}

.form_wrp dl dt{
width: 250px;
float: left;
background-color: #e8f7f4;
vertical-align: middle;
border-left: #d2d3d3 solid 1px;
border-right: #d2d3d3 solid 1px;
}

.form_wrp dl dt div{
display: table;
}

.form_wrp dl dt span:first-of-type{
display: table-cell;
font-size: 20px;
color: #009277;
vertical-align: middle;
padding-right: 10px;
}

.hissu{
display: table-cell;
color: #fff;
font-size: 12px;
background-color: #e27978;
padding: 4px 5px;
border-radius: 3px;
vertical-align: middle;
}

.form_wrp dl dd{
width: 750px;
float: left;
vertical-align: middle;
border-right: #d2d3d3 solid 1px;
}

input{
font-family: ヒラギノUD角ゴ W4 JIS2004;
}

textarea{
font-family: ヒラギノUD角ゴ W4 JIS2004;
}

.win input{
}

.win textarea{
}
/*基礎設定*/


/*お名前-フリガナ*/
.f_type01 dt{
height: 80px;
padding: 30px 0px 30px 20px;
}

.f_type01 dd{
height: 80px;
padding: 19px 0px 19px 25px;
}

.f_type01 dd div{
display: table;
}

.f_type01 dd div input{
display: table-cell;
vertical-align: middle;
}

.f_type01 dd div span{
display: table-cell;
vertical-align: middle;
font-size: 15px;
color: #3e3a39;
}

.f_type01 dd div span:first-of-type{
padding-right: 15px;
}

.f_type01 dd div span:nth-of-type(2){
padding-right: 15px;
padding-left: 22px;
}

.f_type01 dd div span:last-of-type{
font-size: 11px;
padding-left: 10px;
}

.f_type01 dd div input{
width: 150px;
}

/*団体名・個人-電話番号-Eメールアドレス-確認用*/
.f_type02 dt{
height: 80px;
padding: 29px 0 20px 25px;
}

.f_type02 dd{
height: 80px;
padding: 20px 0 20px 24px;
}

.f_type02 dd div{
display: table;
}

.f_type02 dd div input{
display: table-cell;
vertical-align: middle;
}

.f_type02 dd div span{
display: table-cell;
vertical-align: middle;
font-size: 15px;
color: #3e3a39;
}

.f_type02 dd div span{
font-size: 12px;
padding-left: 10px;
}

.f_type02 dd div span span{
display: block;
font-size: 11px;
padding-left: 0;
margin-top: 0.5em;
}

.f_type02 dd div input{
width: 407px;
}


/*Eメールアドレス-確認用*/
.mail_kakunin_yo dt{
height: 100px;
padding: 27px 0 73px 25px;
}

.mail_kakunin_yo dd{
height: 100px;
padding: 27px 0 73px 25px;
}


.mail_kakunin_yo dt div span:first-of-type span{
padding-top: 8px;
}

.mail_kakunin_yo .hissu{
display: inline;
}


/*ご住所-基礎設定*/
.f_type03 dt{
height: 316px;
padding: 148px 0px 148px 25px;
}

.f_type03 dd{
height: 316px;
padding: 30px 0px 30px 25px;
}

.ad_koumoku_wrp{
display: table;
margin-bottom: 30px;
}

.f_type03 dd div input{
display: table-cell;
vertical-align: middle;
}

.f_type03 dd div span:first-of-type{
display: table-cell;
width: 110px;
text-align: left;
vertical-align: middle;
font-size: 15px;
color: #3e3a39;
}

.ad_koumoku_wrp:last-of-type{
margin-bottom: 0px;
}

/*郵便番号*/
.haifun{
display: table-cell;
vertical-align: middle;
font-size: 15px;
color: #3e3a39;
padding-right: 10px;
padding-left: 10px;
}

.ad_yubin_wrp input{
width: 70px;
}


/*都道府県-----------------------------*/
.ad_todouhuken_wrp select{
padding: 8px 6px;
}

::-webkit-scrollbar {
-webkit-appearance: none;
width: 7px;
}
::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,.5);
box-shadow: 0 0 1px rgba(255,255,255,.5);
}


/* labelタグのスタイル */
.select_wrp {
    /*position: relative;*/
    display: inline-block;
    overflow: hidden;
    z-index: 0;
}
/* 下三角の表示 */
/*.select_wrp:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: .6em;
    margin-top: -.2em;
    border-width: .45em .3em;
    border-style: solid;
    border-color: #3e3a39 transparent transparent;
    z-index: -1;
}*/
/* selectタグのスタイル */
.select_wrp select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #3e3a39;
    background: transparent;
    border: 1px solid #b6b7b7;
    font-size: 15px;
    outline: none;
	width: 155px;
	border-radius: 0px!important;
}

.win .select_wrp select {
width: 130px;
}
/* IEの下三角非表示 */
.select_wrp select::-ms-expand {
    display: none;
}
/* Firefoxの点線非表示 */
.select_wrp select::-moz-focus-inner {
    border: 0;
}

/*市区町村-----------------------------*/
.ad_sityouson_wrp span:last-of-type {
color: #3e3a39;
display: table-cell;
font-size: 12px;
padding-left: 10px;
vertical-align: middle;
}

.ad_sityouson_wrp input{
width: 370px;
}

/*番地・ビル名-----------------------------*/

.ad_banchi_wrp span:last-of-type {
color: #3e3a39;
display: table-cell;
font-size: 12px;
padding-left: 10px;
vertical-align: middle;
}

.ad_banchi_wrp input{
width: 370px;
}

/*お問い合わせ種別-----------------------------*/
.syubetu_wrp dt{
padding: 41px 0 41px 25px;
}

.syubetu_wrp select{
padding: 8px 6px;
width: 407px;
}

/*お問い合わせ内容-----------------------------*/
.f_type04 dt{
height: 286px;
padding: 120px 0px 120px 25px;
}

.f_type04 dd{
height: 286px;
padding: 30px 0px 30px 25px;
}

textarea{
resize: none;
width: 626px;
height: 226px;
border: 1px solid #b6b7b7;
padding: 10px;
color: #3e3a39;
font-size: 15px;
line-height: 1.4;
}

.cell_under_line{
border-bottom: 1px solid #d2d3d3;
}


/*確認ボタン------------------------------------*/
#submit{
color: #fff;
font-size: 19px;
padding: 20px 80px;
background-color: #00a184;
cursor: pointer;
}

#submit:hover{
opacity:0.6;
-webkit-transition: all 0.3s;
-webkit-font-smoothing: antialiased;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
}

.submit_wrp{
text-align: center;
margin-top: 53px;
}

@media only screen and (max-width:640px){

h1{
font-size: 21px;
padding-top: 30px;
}

h2{
margin-top: 0;
}

.content {
    margin: 50px auto 0;
    width: 90%;
}

.spbr{
display: inline;
}

.form_wrp dl {
    border-top: none;
}

.f_type01 dt {
    padding: 15px 0 15px 20px;
}

.form_wrp dl dt {
    background-color: #e8f7f4;
    border-left: none;
    border-right: none;
    float: none;
    vertical-align: middle;
    width: 100%;
	height: inherit!important
}

.form_wrp dl dd {
    border-right: none;
    float: none;
    vertical-align: middle;
    width: 100%;
	height: inherit!important
}

.f_type01 dd {
    padding: 19px 0 19px 0px;
}

.f_type01 dd div {
    display: block;
	width: 90%;
	margin: 0 auto;
}

.f_type01 dd div span {
    color: #3e3a39;
    display: table-cell;
    font-size: 16px;
    vertical-align: middle;
	padding-bottom: 10px;
}

.f_type01 dd div span:nth-of-type(2) {
    padding-left: 0px;
    padding-right: 15px;
	margin-top: 20px;
}

.f_type01 dd div input {
    width: 100%;
}

.f_type01 dd div span:nth-of-type(2) {
    margin-top: 20px;
    padding-left: 0;
    padding-top: 30px;
}

.f_type01 dd div span:last-of-type {
display: block;
text-align: right;
    font-size: 11px;
    padding-left: 0px;
	padding-top: 5px;
}

.f_type02 dt {
    padding: 15px 0 15px 20px;
}

.f_type02 dd div {
    display: block;
	margin: 0 auto;
	width: 90%
}

.f_type02 dd div input {
    width: 100%;
}

.f_type02 dd div span {
display: block!important;
    font-size: 12px;
    padding-left: 0px;
	margin-top: 5px;
}

.f_type02 dd {
    padding: 30px 0 30px 0px;
}

.ad_2dan{
display: block!important;
width: 100%!important;
}

.f_type03 dt {
    padding: 15px 0 15px 20px;
}

.f_type03 dd {
    padding: 30px 0 30px 0px;
	width: 100%;
	margin: 0 auto;
}

.f_type03 dd div span:first-of-type {
    color: #3e3a39;
    display: table-cell;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    width: 110px;
}

.sp_ad_in_wrp{
width: 90%;
margin: 0 auto;
}

.ad_sityouson_wrp{
display: block;
}

.ad_sityouson_wrp input {
    width: 100%;
}

.ad_sityouson_wrp span:last-of-type {
    color: #3e3a39;
    display: block;
    font-size: 12px;
    padding-left: 0px;
    vertical-align: middle;
	padding-top: 5px;
}

.ad_sityouson_wrp span:first-of-type {
    padding-bottom: 10px;
}

.ad_banchi_wrp{
display: block;
}

.ad_banchi_wrp input {
    width: 100%;
}

.ad_banchi_wrp span:first-of-type {
    padding-bottom: 10px;
}

.ad_banchi_wrp span:last-of-type {
    color: #3e3a39;
    display: block;
    font-size: 12px;
    padding-left: 0px;
    vertical-align: middle;
	padding-top: 5px;
}



.syubetu_wrp select {
    padding: 8px 6px;
    width: 100%;
}

.select_wrp {
    width: 100%;
}

.f_type04 dt {
    padding: 15px 0 15px 20px;
}

.f_type04 dd {
    padding: 30px 0 30px 0px;
	width: 100%;
	margin: 0 auto;
}

.f_type04 dd div {
	width:90%;
	margin: 0 auto;
}

textarea {
    border: 1px solid #b6b7b7;
    color: #3e3a39;
    font-size: 15px;
    height: 226px;
    line-height: 1.4;
    padding: 10px;
    resize: none;
    width: 100%;
}

.f_type05 dt {
    border-bottom: none;
    height: inherit;
    padding: 15px 0 15px 20px;
}

.f_type05 dt div span:first-of-type {
    display: table-cell;
	vertical-align: middle;
}

.f_type05 dt div span:last-of-type {
    color: #3e3a39;
    display: block;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 0px;
	padding-left: 10px;
}

.ad_seikyuu_in_wrp div span:first-of-type {
    font-size: 13px;
    padding-left: 0px;
    width: 100%;
	line-height: 1.4;
}

.ad_seikyuu_in_wrp div input {
    display: table-cell;
    margin-top: 2px;
    vertical-align: middle;
    width: 50px;
}

.ad_seikyuu_in_wrp div span:last-of-type {
    padding-left: 5px;
	font-size: 13px;
}

input[type="submit"] {
    width: 100%;
}

.pcbr{
display: none;
}

.dansita {
    margin-top: 0px;
}

.cell_under_line{
border-bottom: none;
}












}