@charset "utf-8";

.pageTitle {
    margin-bottom: 7px;
    padding: 10px 0 11px;
    background: url(../img_tt/common/com_bg.gif) repeat left top;
    border-bottom: 1px solid #CCC;
}
.pageTitle .inner {
    position: relative;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    width: 1000px;
    height: 150px;
}
.pageTitle .inner .title {
    line-height: 120px;
    font-weight: bold;
    font-size: 40px;
}
.pageTitle .inner .image {
    position: absolute;
    top: 0;
    right: 50px;
}

/*------------------------------------------------------------
	メールフォーム用
------------------------------------------------------------*/
.subbox,
.subbox2,
.subbox3 {
    display: none;
}
.tleft {
    text-align: left;
}
.tright {
    text-align: right;
}
.thanksTxt {
    font-size: 14px;
    /*text-align: center;*/
    margin: 20px 0;
    line-height: 1.6;
}


#formWrap {
}
.input2 {
    width: 450px;
}
.input4 {
    width: 100px;
}
.input6 {
    width: 480px;
}
table.formTable {
	width: 100%;
	margin:0 auto;
	border-collapse: collapse;
}
table.formTable th,
table.formTable td {
	border: 1px solid #ccc;
	padding: 10px;
    font-size: 14px;
}
table.formTable th {
	width: 30%;
	font-weight: normal;
	background: #efefef;
	text-align: left;
}
.formTable td hr {
    opacity: 0.3;
}
#formWrap h4 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 20px;
}
#formWrap h4::before {
    content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 10px;
    background: #f3990f;
    width: 14px;
    height: 14px;
}
.ppBox .title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}
.ppBox .title::before {
    content: "";
    position: relative;
    top: 0;
    display: inline-block;
    margin-right: 10px;
    background: #f3990f;
    width: 14px;
    height: 14px;
}
.ppBox p + .title,
.ppBox ol + .title {
    margin-top: 30px;
}
.ppBox .pTtl {
    font-size: 14px !important;
    margin: 20px 0 5px 0; 
}

#formWrap h4 + p {
    font-size: 14px;
    margin-bottom: 20px;
}
.addressTable
.addressTable th,
.addressTable td {
    border: none !important;
}
.addressTable td {
    padding: 5px 0 !important;
}
.menuList {
}
.menuList li {
}
.menuList li input {
    width: 280px;
}
.menuList li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #CCC;
}
.menuList li .priceItem {
    display: inline-block;
    margin-left: 20px;
}
.upfileList {
    margin-top: 10px;
}
.upfileList li {
    font-size: 14px;
 }
.upfileList li + li {
    margin-top: 5px;
}

/* 個人情報
--------------------------------------------*/
.ppBox {
    overflow: auto;
    padding: 10px;
    border: 1px solid #DDD;
    height: 200px;
    background: #FFF;
}
.grBox {
    background: #F3F3F3;
    padding: 10px 15px;
}
.grBox + .grBox {
    margin-top: 20px;
}
.grBox li {
    float: left;
    margin-right: 10px;
}
.grBox li + li {
    float: none;
    margin-right: 0;
}

/* お申込みの流れ
--------------------------------------------*/
.flowBox {
    font-size: 14px;
}
.flowBox + .flowBox {
    margin-top: 30px;
}
.flowBox .flowBox_inner {
    float: right;
    width: 780px;
    text-align: left;
    padding: 20px;
    background: #FEFAF3;
    min-height: 161px;
}
.flowBox .number02 + .flowBox_inner {
    background: #FAFAFA;
}
.flowBox .flowBox_inner .flowBox_ttl {
    font-weight: bold;
    font-size: 18px;
    color: #f3990f;
    margin-bottom: 10px;
}
.flowBox .flowBox_inner p {
}
.flowBox .flowBox_inner .tright img {
    float: right;
    display: block;
}
.flowBox .number {
    background: url(../img_tt/form/fukidashi01.png) no-repeat 0 0;
    padding: 52px 86px 52px 43px;
    text-align: center;
    float: left;
    color: #FFF;
    font-size: 26px;
    line-height: 1.0;
}
.flowBox .number02 {
    background: url(../img_tt/form/fukidashi02.png) no-repeat 0 0;
    padding: 52px 96px 52px 55px;
    text-align: center;
    float: left;
    color: #FFF;
    font-size: 26px;
    line-height: 1.0;
}
.flowBox .number span,
.flowBox .number02 span {
    display: block;
    margin-bottom: 5px;
}
input,
select {
    padding: 5px;
}
input.autozip {
    border: none;
    background: #F3990F;
    color: #FFF;
    padding: 6px 10px;
}
.indexbtn input {
    text-indent: -5000px;
    overflow: hidden;
    width: 310px;
    height: 62px;
    background: url(../img_tt/form/btn_01.png) no-repeat 0 0;
    display: inline-block;
    margin-top: 30px;
    border: none;
}
input.confirmbtn {
    background: url(../img_tt/form/btn_02.png) no-repeat 0 0;
}
input.confirmcredit {
    background: url(../img_tt/form/btn_05.png) no-repeat 0 0;
}
input.errbtn {
    background: url(../img_tt/form/btn_03.png) no-repeat 0 0;
}
.indexbtn input:hover,
input.confirmcredit:hover,
input.confirmbtn:hover,
input.errbtn:hover,
input.autozip:hover {
    opacity: 0.75;
}
.errbox .ermessage {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.errbox p {
    font-size: 14px;
    margin-bottom: 5px;
}
.must {
    float: right;
    font-size: 12px;
    color: #FFF;
    display: inline-block;
    padding: 2px 10px;
    background: #ff3a20;
}
.any {
    float: right;
    font-size: 12px;
    color: #FFF;
    display: inline-block;
    padding: 2px 10px;
    background: #999;
}
.error_messe {
    display: inline-block;
    width: 300px;
    padding: 0 20px 0 0;
    text-align: left;
}
.serviceList {
}
.serviceList li {
    display: inline-block;
    float: left;
    width: 200px;
    padding-right: 10px;
}
.cpon {
}
.cpon dt {
    float: left;
    width: 67px;
    padding: 6px 0;
}
.cpon dd {
    float: left;
}
.cpon + .cpon {
    margin-top: 3px;
}


/* お問い合わせ
---------------------------------------------------------*/
.formtel {
    margin-bottom: 46px;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5;
}
.fp {
    font-size: 14px;
    margin-bottom: 1em;
}

/*------------------------------------------------------------
	190819追記　サイトsp化
------------------------------------------------------------*/
@media screen and (max-width:767px) { 
  .pageTitle .inner .title {
    font-size: 30px;
    line-height:40px;
    margin-top:18px;
  }
  .pageTitle .inner {
    width: 100%;
  }
  table.formTable {
    display: block;
    width: 100%;
table-layout: fixed;
word-break: break-word;
word-wrap: break-word;
  }
  table.formTable tbody {
    width: 100%;
    display: block;
  }
  table.formTable th,
  table.formTable td{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.formTable tr {
    width:100%;
    display: block;
  }
    table.formTable tr:last-of-type td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
    box-sizing:border-box;
  }
  table.formTable td.org_height {
    height: 153px;
  }
  input,
  .input2,
  .input6,
  .menuList li input{
    width:100%;
  }
  label input {
    width:auto;
  }
  .extraction {
    width: 100%;
  }
  .menuList li .priceItem {
    margin-left:0;
  }
  .cpon dt {
    float: none;
  }
  .must,
  .any{
    float: none;
    margin-right:5px;
  }
  .flowBox .flowBox_inner {
    width: 100%;
    min-height:auto;
  }
  .flowBox .number {
    background-image: none;
    background-color:#f3990f;
    width: 100%;
    border-radius:10px;
    padding: 10px;
  }
  .flowBox .number span, .flowBox .number02 span {
    display: inline;
    margin-right:10px;
  }
  .flowBox .flowBox_inner .flowBox_ttl {
    margin-bottom: 0;
  }
  .flowBox .number02 {
    background-image: none;
    background-color:#ddd;
    width: 100%;
    border-radius:10px;
    padding: 10px;
  }
  input.autozip {
    margin-top:10px;
  }
  #main .headLine01 {
    margin-bottom: 40px;
  }
}

.prefBox {
    margin-top: 5px;
    clear: both;
}
.prefBox #pref + input,
.prefBox input + input {
    margin-left: 5px;
    padding: 6px;
}
.autozip {
    margin-left: 10px;
}
@media all and (min-width: 0px) and (max-width: 768px) {
    .prefBox input {
        margin-top: 5px;
    }
    .prefBox #pref + input,
    .prefBox input + input {
        margin-left: 0;
    }
    #zip {
        float: left;
        width: 48%;
    }
    .autozip {
        float: right;
        width: 48%;
        margin-top: 0 !important;
        margin-left: 0;
    }
}

.form_message {
    background: #efefef;
    padding: 20px;
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
}
.form_message strong {
    display: flex;
    margin-bottom: 5px;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
}
.form_message strong:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 20px;
    background: #f3990f;
}

