#telWrap,#lineWrap,#contactformwrap {
    width: 800px;
    margin: 0 auto;
}
#telWrap,#contactformwrap {
    padding-top: 50px;
}

/* tel begin */
#telInner,#lineInner {
    padding: 40px 80px;
    background-repeat: no-repeat;
    /*-webkit-border-radius: 6px;*/
    /*-moz-border-radius: 6px;*/
    /*border-radius: 6px;*/
    background-position: right -30px bottom -30px;
}
#telInner {
    /*background-color: #FCD500;*/
    background-image: url(../img/contactus/telBg.png);
    background-color: var(--cl_pale_gray);
}
#telInner>p,#lineInner>p {
    margin: 20px 0;
    line-height: 24px;
}
#telInner>p {
    padding: 0 0 20px;
}
#telInner>aside {
    text-align: center;
}

#telNumber {
    font-size: 48px;
    line-height: 50px;
    /*font-weight: 900;*/
    width: 100%;
    text-align: center;
    border-bottom: 3px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.telBtn,.lineBtn {
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
}
.telBtn{display: none;}
/* line begin */
#line {
    /*padding-top: 50px;*/
}
#lineWrap {
    /*margin-bottom: 40px;*/
}
#lineInner *{
    color: #FFF
}
#lineInner {
    /*background-color: #00C300;*/
    background-color: var(--cl_green);
    background-image: url(../img/contactus/lineBg.png);
}
#lineInner img {
    width: 100%;
    height: auto;
}
#lineId {
    border: 1px solid;
    text-align: center;
    position: relative;
    padding-left: 320px;
    font-size: 18px;
    /*font-weight: 900;*/
    margin-bottom: 20px;
}
#lineId:before {
    content: "友だち追加してください！";
    /*color: #00C300;*/
    color: var(--cl_green);
    background: #FFF;
    display: block;
    position: absolute;
    width: 320px;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: normal;
}

#lineInner aside {
    /*font-size: 10px;*/
    /*text-align: center;*/
    /*line-height: 12px;*/
    /*padding-top: 10px;*/
    font-size: 10px;
    line-height: 16px;
    margin: 10px 0;
}

/* line begin 180905関東関西分岐追記 */
#line h3 {
    text-align: center;
    border: 1px solid;
    padding: 5px;
    /*font-weight: 900;*/
    margin-top: 30px;
    margin-bottom: 20px;
}
#line .lineBtnWrap>li {
    float: left;
    width: 50%;
    height: auto;
}
#line .lineBtnWrap>li:nth-child(1) {
    padding-right: 10px;
}
#line .lineBtnWrap>li:nth-child(2) {
    padding-left: 10px;
}
#line .lineBtnWrap>li>a {
    width: 100%;
    height: 120px;
    line-height: 80px;
    padding: 35px 0 35px 30px;
    line-height: 25px;
    text-align: left;
}
#line .lineBtnWrap>li>a>span {
    font-size: 24px;
    display: block;
    /*font-weight: 900;*/
    letter-spacing: 5px;
}
#line .lineId {
    /*font-weight: 900;*/
}
#line .lineFlowWrap{
    background-color: #FFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
}
#line .lineFlowWrap>li {
    width: 33%;
    float: left;
    /*font-weight: 900;*/
    font-size: 18px;
    padding: 10px 20px;
    position: relative;
    /*overflow: hidden;*/
}
#line .lineFlowWrap>li:nth-child(1){width: 30%;}
#line .lineFlowWrap>li:nth-child(2){width: 40%;}
#line .lineFlowWrap>li:nth-child(3){width: 30%;}
#line .lineFlowWrap>li:before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto;
    border-top: 5px solid;
    border-right: 5px solid;
    /*border-color: #00C300;*/
    border-color: var(--cl_green);
    z-index: 1;
    -webkit-transform: scale3d(0.5, 1, 1)rotate(45deg);
    -moz-transform: scale3d(0.5, 1, 1)rotate(45deg);
    -o-transform: scale3d(0.5, 1, 1)rotate(45deg);
    -ms-transform: scale3d(0.5, 1, 1)rotate(45deg);
    transform: scale3d(0.5, 1, 1)rotate(45deg);
}
#line .lineFlowWrap>li:last-child:before{
    display: none;
}
#line .lineFlowWrap>li * {
    /*color: #00C300;*/
    color: var(--cl_green);
}
#line .lineFlowWrap>li>span {
    /*background-color: #00C300;*/
    background-color: var(--cl_green);
    color: #FFF;
    padding: 0 10px;
    font-size: 16px;
    display: inline-block;
    line-height: 24px;
        -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#line .lineImgWrap {
    margin: 30px auto;
    width: 100%;
    max-width: 465px;
    padding: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.15);
}
#line .lineImgWrap>li {
    margin-bottom: 10px;
    max-width: 310px;
}
#line .lineImgWrap>li:last-child {
    margin-bottom: 0;
}
#line .lineImgWrap>li:nth-child(odd) {
    margin-left: auto;
}

/* line begin 180905関東関西分岐追記 ここまで */


/* form begin */
div.wpcf7{margin:0;padding:0}
div.wpcf7-response-output{margin:0 auto;padding:0.2em 1em}
div.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;margin:0;padding:0;border:0}
div.wpcf7-mail-sent-ok{display:none}
div.wpcf7-mail-sent-ng{border:2px solid #ff0000}
div.wpcf7-spam-blocked{border:2px solid #ffa500}
div.wpcf7-validation-errors {
    /*background-color: #FF5E00;*/
    background-color: var(--cl_red);
    color: #FFF;
    text-align: center;
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 20px 0;
    z-index: 9499;
    opacity: 0.95;
}
div.wpcf7-validation-errors br {display: none;}
span.wpcf7-form-control-wrap{position:relative}
span.wpcf7-not-valid-tip{color:#f00;font-size:1em;display:block;display:none}
.use-floating-validation-tip span.wpcf7-not-valid-tip{position:absolute;top:20%;left:20%;z-index:100;border:1px solid #ff0000;background:#fff;padding:.2em .8em}
span.wpcf7-list-item{margin-left:0.5em;width:100%;display:block}
.wpcf7-display-none{display:none}
div.wpcf7 img.ajax-loader{display:none}
div.wpcf7 div.ajax-error{display:none}
div.wpcf7 .placeheld{color:#888}
.wpcf7c-elm-step2{}
.wpcf7c-elm-step3{}
.wpcf7 .ajax-loader{}
.wpcf7c-hide{display:none}
.wpcf7c-force-hide{display:none !important}
.wpcf7c-conf{background-color:#999999; color:black; border:1px solid #333333}

.contentwrap{padding-bottom:90px}
#contactformwrap>h2 {
    margin-bottom: -10px;
}
#contactdl {
    padding-top: 50px;
}

#contactdl>dl {
    width: 100%;
    display: table;
    border: 1px solid var(--cl_pale_gray);
    border-bottom: none;
}
#contactdl>dl>dt, #contactdl>dl>dd {
    display: table-cell;
    padding: 20px 40px;
    vertical-align: middle;
}
#contactdl>dl>dt {
    width: 250px;
    padding-right: 0px;
}
#contactdl>dl>dd {
    width: 550px;
}
#contactdl input,
#contactdl textarea,
select {
    width: 400px;
    height: 40px;
    padding: 0 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid var(--cl_pale_gray);
    font-size: 14px;
    line-height: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1)inset;
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1)inset;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1)inset;
}
#contactdl textarea {
    width: 100%;
    height: 200px;
    resize: vertical;
}
#contactdl span.example, #contactdl span.attention {
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding-top: 5px;
    position: relative;
}
.requireddt:after,
#contactdl span.example:before,
#contactdl span.attention:before {
    position: relative;
    padding: 2px 5px;
    font-size: 10px;
    line-height: 20px;
    height: 20px;
    color: #FFF;
/*-webkit-border-radius: 10px;*/
/*-moz-border-radius: 10px;*/
/*border-radius: 10px;*/
}
.requireddt:after {
    content: "必須";
    /*background-color: orange;*/
    background-color: var(--cl_red);
    bottom: 2px;
    margin-left: 10px;
}
#contactdl span.example:before {
    content: "入力例";
    margin-right: 10px;
    /*background-color: #AAA;*/
    background-color: var(--cl_beige);
    top: 0;
    left: 0;
}
#contactdl span.attention:before {
    content: "※";
    margin-right: 10px;
    /*background-color: #AAA;*/
    background-color: var(--cl_beige);
    top: 0;
    left: 0;
}
#zipCode input,
#addrpref{
    width: 185px;
}
#zipCodeHyphen {
    width: 30px;
    display: inline-block;
    text-align: center;
}
#addrpref{
    background-color: #FFF;
}
.address input {
    width: 100%;
}
#attachedFile li {
    margin: 10px 0;
}
#attachedFile li:first-child, #attachedFile li:last-child {
    margin: 0;
}
#attachedFile input {
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    display: block;
    padding: 10px 20px;
    overflow: hidden;
    width: 100%;
}
#attachedFile input:hover {
    background-color: #EEE;
}
.wpcf7c-conf {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #EEE !important;
    pointer-events: none;
}


.btncontact{display:block;width:400px;height:40px;line-height:40px;border:none;cursor:pointer;background-color: transparent;color: #FFF;font-size: 14px;letter-spacing: 3px;}
#contactbtnswrap {
    position: relative;
    height: 160px;
    border: 1px solid var(--cl_pale_gray);
    margin: 0 auto;
}
#btnconfirm,#btnback,#btnsent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 60px;
    color: #FFF !important;
}
#btnback {
    top: 70px;
    /*background-color: #AAA;*/
    background-color: var(--cl_black50);
    height: 40px;
}
#btnsent {
    top: -50px;
    /*background-color: #9D0;*/
    background-color: var(--cl_green);
}
#btnconfirm:hover,#btnback:hover,#btnsent:hover {
    opacity: 0.5;
}

input:focus, textarea:focus {
    background-color: #EEE;
}
input, textarea{
    outline: none;
}
#contactformwrap .attentionWrap{
    border: 1px solid var(--cl_pale_gray);
    border-bottom: none;
}


/* メールを送信しています。 begin */
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: none !important;
}



/* media query 640px以下 */
@media only screen and (max-width: 640px){
    #telWrap,#lineWrap,#contactformwrap {
    width: 100%;
    padding: 0 10px;
}
#telWrap,#contactformwrap {
    padding-top: 50px;
}
#telInner,#lineInner{
    padding: 30px;
    background-size: 60%;
    background-position: 50%;
}
#telNumber {
    font-size: 36px;
    line-height: 40px;
}
.telBtn{display: block;}
#lineId {
    padding-left: 0;
    padding-top: 30px;
}
#lineId:before {
    width: 100%;
}
#contactdl>dl,#contactbtnswrap{
    border-left: none;
    border-right: none;
}
#contactdl>dl>dt, #contactdl>dl>dd{
    padding: 20px 30px;
    width: 100%;
    float: left;

}
#contactdl>dl>dt{
    padding-bottom: 0;
}
#contactdl>dl>dd{
    padding-top: 0;
}
#contactdl input, #contactdl textarea, select{
    width: 100%;
}
#zipCode input{
    width: 45%;
}
#zipCodeHyphen {
    width: 10%;
}
div.wpcf7-validation-errors {
    padding: 10px 0 10px 30px;
    line-height: 20px;
    text-align: left;
    height: 60px;
}
div.wpcf7-validation-errors br {display: block;}
#contactformwrap .attentionWrap{
    border-left: none;
    border-right: none;
}
/* line begin 180905関東関西分岐追記 */
#line .lineBtnWrap>li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    margin-bottom: 10px;
}
#line .lineBtnWrap>li:last-child{
    margin-bottom: 0;
}
#line .lineBtnWrap>li>a {
    height: 100px;
    padding: 25px 0 25px 20px;
}
#line .lineBtnWrap>li>a>span {
    font-size: 20px;
    letter-spacing: 3px;
}

#line .lineFlowWrap>li {
    width: 100% !important;
    text-align: center;
    font-size: 16px;
    padding: 20px 20px;
}
#line .lineFlowWrap>li:before {
    -webkit-transform: scale3d(1, 1, 1)rotate(135deg);
    -moz-transform: scale3d(1, 1, 1)rotate(135deg);
    -o-transform: scale3d(1, 1, 1)rotate(135deg);
    -ms-transform: scale3d(1, 1, 1)rotate(135deg);
    transform: scale3d(1, 1, 1)rotate(135deg);
    border-top: 2px solid;
    border-right: 2px solid;
    width: 20px;
    height: 20px;
    /*border-color: #00C300;*/
    border-color: var(--cl_green);
    top: initial;
    left: 0;
}
#line .lineFlowWrap>li>span {
    display: block;
    text-align: center;
}
#line .lineImgWrap {
    padding: 20px;
}
/* line begin 180905関東関西分岐追記 ここまで */
}





/* 201005 ソウシンボタンロック時CSS */
#contactbtnswrap:before {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: var(--cl_pale_gray);
    z-index: 2;
    opacity: 0;
}
#contactbtnswrap:after {
    content: "しばらくお待ちください。";
    display: block;
    pointer-events: none;
    z-index: 2;
    position: absolute;
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 1em;
    height: 1em;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
}

#contactbtnswrap.on:before,
#contactbtnswrap.on:after {
    opacity: .9;
    pointer-events: visible;
}
#contactbtnswrap.on #btnsent{
    pointer-events: none;
    background-color: #AAA;
}
/* 201005 ソウシンボタンロック時CSS end */








#contactformwrap .radioStyle>.wpcf7-list-item {margin-left: 0;}
#contactformwrap .radioStyle>.wpcf7-list-item>label {position: relative;cursor: pointer;}
#contactformwrap .radioStyle>.wpcf7-list-item>label>input {border-radius: 50%;width: 20px;height: 20px;padding: 0;position: absolute;top: 0;bottom: 0;left: 0;margin: auto;}
#contactformwrap .radioStyle>.wpcf7-list-item>label>input:checked {/*background-color: orange !important;*/background-color: var(--cl_beige) !important;}
#contactformwrap .radioStyle>.wpcf7-list-item>label>.wpcf7-list-item-label {padding-left: 30px;}