header{
background-color: #585858;
}

article {
margin-top: 147px;
}


h1{
font-size: 30px;
color: #0080c9;
text-align: center;
letter-spacing: 0;
}

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

h2{
display: inline-block;
font-size: 16.5px;
line-height: 1.5em;
margin-bottom: 30px;
margin-top: 50px;
letter-spacing: 0;
}

.h2title{
	color:#0080c9;
}

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

.mt-20 {
    margin-top: 20px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.font-15{
    font-size: 16.5px !important;
}

/*フォームの設定*/

/*基礎設定*/
.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{
display: table;
border-top: #d2d3d3 solid 1px;
}

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


.form_wrp dl dt span:first-of-type{
font-size: 16px;
color: #0080c9;
display: block;
}

.hissu{
color: #fff;
font-size: 12px;
background-color: #c80019;
padding: 4px 5px;
border-radius: 3px;
display: inline-block;
margin-top: 5px;
}

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

input{
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;}

textarea{
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;}

.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: 406px;
}

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

/*.f_type02 dd{
height: 80px;
padding: 27px 0 73px 25px;
}*/

.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: 406px;
}

.f_type02 dd{
/*height: 80px;*/
padding: 30px 0 30px 25px;
}


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

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

.re_email_sent{
width: 115px;
}
/*.mail_kakunin_yo .hissu{
display: inline;
}
*/

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

.f_type03 dd{
height: 386px;
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: 165px;
	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;
}

.qt_sent{
width: 97px;
}

.how_sent{
width: 130px;
}


/*確認ボタン------------------------------------*/
#submit{
color: #fff;
font-size: 19px;
padding: 20px 80px;
background-color: #0080c9;
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;
}

.pc_nav ul li:first-of-type a {
    border-bottom: none;
}

.pc_nav ul li:nth-of-type(6) a {
    border-bottom: 2px solid #fff;
}

.tel_sent{
display: block;
width: 78px;
}

.h_two_line{
margin-top: 5px;
}

.h_three_line{
margin-top: 5px;
}

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

article {
    margin-top: 45px;
}

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

h2{
margin-top: 0;
}

.content {
    margin: 30px 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: #f4fafe;
    border-left: none;
    border-right: none;
    float: none;
    vertical-align: middle;
    width: 100%;
	height: inherit!important;
	display: block;
}

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

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

.form_wrp dl dt span:first-of-type{
letter-spacing: 0;
}

.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;
		letter-spacing: 0;
}

.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;
}


.h_two_line{
margin-top: 6px;
}

.h_three_line{
margin-top: 5px;
}


.form_wrp dl {
    display: block;
}

.hissu {
	margin-right: 20px;
}

.tel_sent {
    width: inherit;
}

.sp_tell{
margin-top: 5px;
}



}