body{counter-reset:ctnumber;}

/* ========= Common ========= */
#machineTrialWrap{
	font-family: 'Noto Sans JP', sans-serif; 
	font-size:16px;
	font-weight: 400;
	line-height:1.8;
	color:#333;
	width: 100%;
	letter-spacing: 0.02rem;
    text-align: left;
}
/*#machineTrialWrap img {
	width: 100%;
	height: auto;
}*/
#machineTrialWrap .clear {
	clear: both;
}
#machineTrialWrap ul {a
    list-style-type: none;
}

#machineTrialWrap figure,
#machineTrialWrap p {
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
#machineTrialWrap a {
	text-decoration:none;
	color: #333;
}
#machineTrialWrap a:hover {
	opacity: 0.7;
}
#machineTrialWrap ul,
#machineTrialWrap dd {
	margin-inline-start: 0;
    margin-block-start:0;
    padding-inline-start:0;
    margin-block-end: 0;
}   
#machineTrialWrap .mR20 {margin-right: 20px;}   
#machineTrialWrap .mL20 {margin-left: 20px;}
#machineTrialWrap .mt10 {margin-top: 10px;}
#machineTrialWrap .mt20 {margin-top: 20px;}
#machineTrialWrap .mt30 {margin-top: 30px;}
#machineTrialWrap .mb10 {margin-bottom: 10px;}
#machineTrialWrap .mb20 {margin-bottom: 20px;}
#machineTrialWrap .mb30 {margin-bottom: 30px;}

#machineTrialWrap .pc {display: block;}
#machineTrialWrap .sp {display: none;}
#machineTrialWrap .xsp {display: none;}


@media screen and (max-width:1024px){}
@media screen and (max-width:768px){
#machineTrialWrap .pc {display: none;}
#machineTrialWrap .sp {display: block;}
#machineTrialWrap .mR20 {margin-right: 0;}   
#machineTrialWrap .mL20 {margin-left: 0;}
}
@media screen and (max-width:413px){
    #machineTrialWrap .xsp {display: block;}
	#machineTrialWrap p.txtt {
	font-size: 16px;
    }
}



#machineTrialWrap .content {
    background: #f5f3ed;
    width: 100%;
    overflow: hidden;
    padding: 0;
}
#machineTrialWrap .inner {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

#machineTrialWrap #machineTrialKV {
    width:100%;
    height: 350px;
    background: #d0c5b6;
    overflow: hidden;
    margin: 0 auto;
}
#machineTrialWrap #machineTrialKV .KVinner {
    width: 100%;
    max-width: 1200px;
    margin:  0 auto;
    height: 350px;
    position: relative;
    overflow: hidden;
}
#machineTrialWrap #machineTrialKV .KVinner h2 {
    color: #FFF;
    position: absolute;
    left: 3%;
    top: 20%;
    z-index: 10;
    font-size:45px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 3px /*#ab9b8a*/#8d7254;
}
#machineTrialWrap #machineTrialKV .KVinner h2 span {
    font-size: 65%;
    font-weight: 500;
    display: block;
    line-height: 2.0;
    margin-bottom: -2em;
}
#machineTrialWrap #machineTrialKV .KVinner .kvImg {
    height: 550px;  
    width: 70%;
    /*float: right;*/
    margin-top: -100px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
#machineTrialWrap #machineTrialKV .KVinner .kvImg img {
    width:100%;
    height: auto;
    min-height: 200px;
    border: none;
}
#machineTrialWrap #machineTrialKV .KVinner .kvImg:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: inset 0 0 45px 45px #d0c5b6;
}
#machineTrialWrap #content {
    background: #f5f3ed;
    width: 100%;   
    text-align: center;
    padding: 90px 0 60px;
}
#machineTrialWrap #trial {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
}
#machineTrialWrap .layout {
    position: relative;
}
#machineTrialWrap #trial .layout:before {
    content: '';
    display: block;
    height: 88%;
    background: #ede9e0;
    position: absolute;
}
#machineTrialWrap #onlineArea .layout:before {
    content: '';
    display: block;
    height: 72%;
    background: #ede9e0;
    position: absolute;
}

#machineTrialWrap .bg-right:before {
    width: 70%;
    right: 0;
    top: 9%;
    border-radius: 80px 0 0 80px;
}
#machineTrialWrap .bg-left:before {
    width: 80%;
    left: 0;
    top: 165px;
    border-radius: 0 80px 80px 0;
}
#machineTrialWrap .bg-in {
    display: block;
    z-index: 20;
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin:  0 auto;
    padding-bottom: 10px;
    overflow: hidden;
    padding-top: 50px;
    box-sizing: border-box;
}
#machineTrialWrap .inner {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 30;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
#machineTrialWrap #trial .mainImg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 800px;
    width: 70%;
}
#machineTrialWrap #onlineArea .onlineImg {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 600px;
}
#machineTrialWrap #trial .mainImg-s,
#machineTrialWrap #onlineArea .onlineImg-s {
    display: none;
}
#machineTrialWrap img {
    width: 100%;
    height: auto;
    border: solid 1.2px #FFF;
    box-sizing: border-box;
}
#machineTrialWrap .br-r {
    border-radius: 60px;
}
#machineTrialWrap #trial .infoTt {
     width: 50%;
    float: right;
    padding: 6%;
    box-sizing: border-box;
    margin-top: 20%;
    text-align: justify;
}
#machineTrialWrap h3{
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.3rem;
    border-left: solid 5px #afa48d;
    line-height: 1.2;
    padding-left: 0.6em;
    padding-bottom: 3px;
    display: inline-block;
    color:#333;
    margin-bottom: 50px;
}
#machineTrialWrap #trial .trialArea {
    width: 100%;
    margin-top: 30px;
}
#machineTrialWrap #trial .trialArea .inner {
    padding-bottom: 0;
}
#machineTrialWrap #trial .trialArea ul.areaBox {
    width:100%;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
}
#machineTrialWrap #trial .trialArea ul li.areaList {
    width: calc(50% - 42px);
    margin-right: 60px;
    padding: 0;
    text-align: left;
}
#machineTrialWrap #trial .trialArea ul li.areaList img {
    width:95%;
    margin-bottom: 30px;
}
#machineTrialWrap #trial .trialArea ul li.areaList:nth-child(2){
    margin-right: 0;
}
#machineTrialWrap #trial .trialArea ul li.areaList .ttBox{
    width: 86%;
    margin: 10px auto;
    font-size: 14px;
    /*float: right;*/
    margin-right: -20px;
    box-sizing: border-box;
}
#machineTrialWrap #trial .trialArea ul li.areaList .ttBox p {
    margin-top: 1.4em;
    line-height: 1.8;
}
#machineTrialWrap #trial .trialArea ul li.areaList .ttBox p.small{
    padding-left: 1.2em;
    line-height: 1.4;
    position: relative;
    }
#machineTrialWrap #trial .trialArea ul li.areaList .ttBox p.small:before {
    content: '※';
    position: absolute;
    left: 0;
}
#machineTrialWrap #trial .trialArea ul li.areaList .ttBox h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2rem;
    color: #333;
}
#machineTrialWrap .att{
    font-size: 0.7em;
    vertical-align: super;
    margin-top: 10px;
}
#machineTrialWrap #trial .areaBox .ttBox .trialPOint {
    width: 100%;
    margin: 2em auto;
    font-weight: 500;
    font-size: 105%;
    letter-spacing: 0.05rem;
}
#machineTrialWrap #trial .areaBox .ttBox ul.trialPOint li{
    position: relative;
    padding-left: 15px;
    margin-bottom: 1em;
}
#machineTrialWrap #trial .areaBox .ttBox ul.trialPOint li:before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0;
    width: 0.5em;
    height: 0.5em;
    background-color: #8d7d5b;
    border-radius: 50%;
}
    #machineTrialWrap #trial .areaBox .ttBox ul.formBtn {
    width: 96%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 2em;
    box-sizing: border-box;
    padding-left: 1em;
    font-size: 13px;
}
#machineTrialWrap #trial .areaBox .ttBox ul.formBtn li {
    width: calc(100% / 2);
    margin-right: 10px;
    padding: 0 10px 1px 0;
    box-sizing: border-box;
}
#machineTrialWrap #trial .areaBox .ttBox ul.formBtn li:nth-child(2){
    margin-right: 0;
}
#machineTrialWrap #trial .areaBox .ttBox ul.formBtn li a {
    display: block;
    position: relative;
    color: #6d0000;
    border-bottom: solid 1px #6d0000;
    padding: 0 15px 1px 5px;
    box-sizing: border-box;
}
#machineTrialWrap #trial .areaBox .ttBox ul.formBtn li a:after {
    font-family: "FontAwesome";
    content: '\f105';
    font-weight: 400;
    position: absolute;
    font-size: 14px;
    right: 2%;
}
#machineTrialWrap .btnArea {
    width: 80%;
    margin: 0 auto 50px;
    text-align: center;
    padding: 2em 0;
}
#machineTrialWrap .btnArea a {
    display: inline-block;
    font-size: 24px;
    border-radius: 35px;
    width: 50%;
    max-width: 400px;
    padding: 10px 15px;
    /*margin: 1em auto 2em;*/
    letter-spacing: 0.1rem;
    box-shadow: 1px 1px 3px #cbc4bc;
}
#machineTrialWrap .btnArea a.btn-br {
    background :#9a8964;
    color: #FFF;
    box-sizing: border-box;
}
#machineTrialWrap .btnArea a.btn-wt {
    background: #FFF;
    color: #333;
    box-sizing: border-box;
}
#machineTrialWrap #onlineArea {
    width: 100%;
    margin-top: 60px;
    text-align: left;
}
#machineTrialWrap #onlineArea .inner {
    margin-top: 220px;
}
#machineTrialWrap #onlineArea .onlineImg {
    position: absolute;
    max-width: 575px;
    width: 60%;
}
#machineTrialWrap #onlineArea h3 {
    display: block;
    width: 100%;
    left: 0;
}
#machineTrialWrap #onlineArea .inlineBox {
    width: 96%;
    margin: 80px auto 0;
    padding: 0;
    overflow: hidden;
}
#machineTrialWrap #onlineArea .inlineBox p {
    width: 50%;
    float: left;
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 1em;
    text-align: justify;
}
#machineTrialWrap #onlineArea .inlineBox .telphone {
    width: 40%;
    float: right;
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
}
#machineTrialWrap #onlineArea .inlineBox .telphone a {
    display: inline-block;
    border: solid 1px #755b21;
    color: #755b21;
    line-height: 1.4;
    padding: 10px 15px;
    width: 70%;
    margin: 0 auto;
    border-radius: 35px;
    box-sizing: border-box;
}

/*-------事前チェック------*/
#machineTrialWrap #check {
    background:#FFF;
    width: 100%;
    text-align: center;
    margin-top: 80px;
    overflow: hidden;
}
#machineTrialWrap #check #advance {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10vh;
}
#machineTrialWrap #check #advance ul {
    width: 100%;
    background: #faf9f6;
    border:solid 1px #7d7052;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 50px;
    font-size: 14px;
    padding: 2em 1em;
    border-radius: 40px;
    box-sizing: border-box;
    text-align: justify;
}
#machineTrialWrap #check #advance ul li {
    width: calc(100%/ 3);
    border-right: solid 1px #7d7052;
    box-sizing: border-box;
    padding: 2em 2.8em;
}
#machineTrialWrap #check #advance ul li:last-child {
    margin-right: 0;
    border-right: none;
}
#machineTrialWrap #check #advance ul li p:first-child {
    font-size: 20px;
    font-weight: 700;
    color: #8d7d5b;
    margin-bottom: 1.6em;
    letter-spacing: 0.1rem;
    line-height: 1.6;
}
#machineTrialWrap #check #theday {
    width: 100%;
    overflow: hidden;
}
#machineTrialWrap #check #theday ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
}
#machineTrialWrap #check #theday ul li {
    width: calc(100% / 3);
    margin-right: 30px;
    text-align: left;
}
#machineTrialWrap #check #theday ul li:last-child {
    margin-right: 0;
}
#machineTrialWrap #check #theday ul li .bg_in {
    position: relative;
}
#machineTrialWrap #check #theday ul li .bg_in:before {
    content: '';
    display: block;
    background: #ebe6db;
    position: absolute;
    height: 80%;
}
#machineTrialWrap #check #theday ul li .br-u:before {
    width: 100%;
    right: 0;
    top: 22%;
    border-radius: 30px 30px 0 30px;
}
#machineTrialWrap #check #theday ul li .bg_in .icoImg {
    position: relative;
    border: solid 2px #ebe6db;
    width: 60%;
    max-width: 150px;
    z-index: 20;
    border-radius: 25px;
    left: 10%;
}
#machineTrialWrap #check #theday .innerArea {
    z-index: 30;
    position: relative;
    box-sizing: border-box;
    padding: 1.5em 2em;
}
#machineTrialWrap #check #theday .innerArea > p {
    color: #8d7d5b;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.2em;
    letter-spacing: 0.1em;
}
#machineTrialWrap #check #theday .innerArea .checkList {
    display: block;
    flex-wrap: wrap;
}
#machineTrialWrap #check #theday .innerArea .checkList li {
    width: 100%;
    font-size: 16px;
    position: relative;
    padding-left: 1.7em;
    line-height: 1.5;
    margin-bottom: 1.2em;
    box-sizing: border-box;
    text-align: justify;
}
#machineTrialWrap #check #theday .innerArea .checkList li:before,
#machineTrialWrap #check #theday .innerArea .checkList li:after {
    position: absolute;
    content: '';
    top: 60%;
    height: 0.9em;
}
#machineTrialWrap #check #theday .innerArea .checkList li.t-row:before,
#machineTrialWrap #check #theday .innerArea .checkList li.t-row:after {
    position: absolute;
    content: '';
    top: 35%;
    height: 0.9em;
}
#machineTrialWrap #check #theday .innerArea .checkList li:before {
    left: 0px;
    transform: translateY(-50%);
    width: 0.9em;
    background: #FFF;
}
#machineTrialWrap #check #theday .innerArea .checkList li:after {
    left: 0.45em;
    transform: translateY(-75%) rotate(45deg);
    width: 0.45em;
    border-bottom: 2px solid #ba5a5a;
    border-right: 2px solid #ba5a5a;
}

/*-----------セミナーリンク------------*/

#machineTrialWrap #service {
    width: 100%;
    overflow: hidden;
    background:linear-gradient(90deg,#ede7d9 0%,#ede7d9 50%,#f3f1e9 50%,#f3f1e9 100%);
}
#machineTrialWrap #service .tt {
    display: block;
    background: #acabab;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    margin: 0;
    line-height: 2.4;
}
#machineTrialWrap #service ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 auto;
}
#machineTrialWrap #service ul li {
    width: calc(100% / 2);
    text-align: left;
    padding: 2em 4em;
    font-size: 14px;
    overflow: hidden;
    box-sizing: border-box;
}
#machineTrialWrap #service ul li p:first-child {
    font-size: 19px;
    color: #333;
    font-weight: 600;
    border-bottom: solid 1px #9c9a94;
    display: inline-block;
    margin-bottom: 1.4em;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
#machineTrialWrap #service ul li a.serviceBtn {
    display: block;
    float: right;
    background: #888;
    color: #FFF;
    margin-top: 1em;
    width: 80%;
    max-width: 240px;
    padding: 0.4em 0.8em;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 0.1em;
    position: relative;
    text-indent: -1rem;
    box-shadow: 1px 1px 3px #aba495;
}
#machineTrialWrap #service ul li a.serviceBtn:after {
    font-family: 'FontAwesome';
    content: "\f2d2";
    color: #FFF;
    margin-left: 1.5em;
    position: absolute;
    font-size: 80%;
    top: 25%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 0.2px #888;
}
#machineTrialWrap #service .inner {
    padding-bottom: 0;
}

@media screen and (max-width:1024px){
    #machineTrialWrap .bg-right:before {
        width: 80%;
    }
    #machineTrialWrap #machineTrialKV {
        height: 300px;
        position: relative;
    }
    #machineTrialWrap #machineTrialKV .KVinner  {
        height:300px;
    }
    #machineTrialWrap #machineTrialKV .KVinner .kvImg {
        height: 500px;
        width: 70%;
        margin-top: -10vh;
        right: -60px;
        position: absolute;
    }
    #machineTrialWrap #machineTrialKV .KVinner .kvImg:after {
        box-shadow: inset 0 0 60px 60px #d0c5b6;
    }
    #machineTrialWrap #machineTrialKV .KVinner h2 {
        position: absolute;
        top: 10%;
        left: 5%;
    }
    #machineTrialWrap #trial .infoTt {
        padding-right: 0;
    }
    #machineTrialWrap #trial .trialArea ul li.areaList .ttBox {
        width: 90%;
    }
    #machineTrialWrap #check #advance ul li p:first-child {
        font-size: 1.8vw;
    }
    #machineTrialWrap #trial .areaBox .ttBox ul.formBtn li a {
        padding: 0;
    }
}


@media screen and (max-width:1000px){}
@media screen and (max-width:844px){
    #machineTrialWrap .br-r {border-radius: 40px;}   
    
    #machineTrialWrap #machineTrialKV .KVinner h2 {
        top: 12%;
    }
    #machineTrialWrap #machineTrialKV .KVinner .kvImg {
        margin-top: -5vh;
    }
    #machineTrialWrap #content {
        padding-top: 10vh; 
        /*text-align: left;*/
    }
    #machineTrialWrap #trial {
        margin-top: 0;
    }
    #machineTrialWrap #trial .trialArea ul li.areaList .ttBox {
        width: 94%;
    }
    #machineTrialWrap #trial .layout:before {
        height: 95%;
    }
    #machineTrialWrap .bg-right:before {
        top: 3%;
    }
    #machineTrialWrap .bg-in {
        padding-top: 0;
    }
    #machineTrialWrap #check #theday .inner {
        width:100%;
        padding-bottom: 0;
    }
    #machineTrialWrap #check #theday .inner h3 {
        margin: 0 auto 50px;
        display: inline-block; 
        width: auto;
    }
    #machineTrialWrap #check #theday ul {
        display: block;
        overflow: hidden;
    }
    #machineTrialWrap #check #theday ul li {
        width: 100%;
    }
    
    /*--------theday---------*/
    /*--右--*/
    #machineTrialWrap #check #theday ul li.box01 .br-u:before,
    #machineTrialWrap #check #theday ul li.box03 .br-u:before{
        width: 94%;
        right: 0;
        top: 0;
        border-radius: 30px 0 0 30px;
    }
    #machineTrialWrap #check #theday ul li.box01 .innerArea,
    #machineTrialWrap #check #theday ul li.box03 .innerArea{
        padding-left: 35%;
        margin-top: -150px;
        padding-bottom: 4.5em;
    }
    #machineTrialWrap #check #theday ul li.box01 .bg_in:before,
    #machineTrialWrap #check #theday ul li.box03 .bg_in:before{
        height: 90%;
    }
    #machineTrialWrap #check #theday ul li.box01 .bg_in .icoImg,
    #machineTrialWrap #check #theday ul li.box03 .bg_in .icoImg{
        top:1.5em;
        width: 25%;
        left: 10%;
    }

    /*--左--*/
    #machineTrialWrap #check #theday ul li.box02 .br-u:before {
        width: 94%;
        left: 0;
        top: 0;
        border-radius: 0 30px 30px 0;
        padding-bottom: 3em;
    }
    #machineTrialWrap #check #theday ul li.box02 .bg_in:before {
        height: 95%;
    }
    #machineTrialWrap #check #theday ul li.box02 .innerArea {
        margin-top: -200px;
        margin-bottom: 20px;
        left: 15%;
    }
    #machineTrialWrap #check #theday ul li.box02 .bg_in .icoImg {
        top:1.5em;
        width: 25%;
        left: 65%;  
        max-width: 200px;
    }
    #machineTrialWrap #onlineArea .inlineBox .telphone a {
        width: 100%;
    }
    #machineTrialWrap #check #advance {
        margin-bottom: 0;
    }
    #machineTrialWrap .btnArea a {
        width: 80%;
        max-width: 450px;
        font-size: 22px;
    }
    #machineTrialWrap #trial .areaBox .ttBox ul.formBtn {
        width: 98%;
        font-size: 12px;
    }
}


@media screen and (max-width:768px){
    #machineTrialWrap h3 {
        font-size: 24px;
    }
    #machineTrialWrap .inner {
        padding-bottom: 0;
        width: 90%;
    }
    #machineTrialWrap #machineTrialKV,
    #machineTrialWrap #machineTrialKV .KVinner {
        height: 250px;
    }
    #machineTrialWrap #content{
        text-align: justify;
        
    }
    #machineTrialWrap #trial .mainImg {
        display: none;
    }
        #machineTrialWrap #trial .mainImg-s {
        display: block;
    }
    #machineTrialWrap #trial .infoTt {
        width: 100%;
        float: unset;
        padding: 0;
    }
    #machineTrialWrap #trial .infoTt p {
        width: 94%;
        margin: 1.5em auto 0;
    }
    #machineTrialWrap #trial .trialArea ul.areaBox {
        width: 100%;
        display: contents;
    }
    #machineTrialWrap #trial .areaBox .ttBox ul.formBtn li {
        width: calc(70% / 2);
    }
    #machineTrialWrap #trial .areaBox .ttBox ul.formBtn li a {
        padding-left: 5px;
    }
    #machineTrialWrap #trial .trialArea ul li.areaList {
        width: 100%;
        margin-top: 30px;
        clear: both;
        margin-right: 0;
        box-sizing: border-box;
    }
    #machineTrialWrap #trial .trialArea ul li.areaList img {
        width: 100%;
    }
    #machineTrialWrap #trial .trialArea ul li.areaList .ttBox {
        margin: 0 auto;
    }
    #machineTrialWrap #trial .trialArea ul li.areaList .ttBox ul {
        width: 80%;
        float: right;
        margin-bottom: 30px;
    }
    #machineTrialWrap #trial .trialArea ul li.areaList .ttBox ul.trialPOint {
        margin: 2em auto 0;
    }
    #machineTrialWrap #trial .trialArea ul li.areaList .ttBox ul.formBtn,
    #machineTrialWrap #trial .trialArea ul li.areaList .ttBox ul.trialPOint{
        margin-bottom: 2em;        
    }
    #machineTrialWrap #trial .layout:before {
        height : 95%;
    }
    #machineTrialWrap #onlineArea {
        margin-top: 0;
    }
    #machineTrialWrap #onlineArea .layout:before  {
        height: 83%;
    }
    #machineTrialWrap #onlineArea .inner {
        margin-top: 0
    }
    #machineTrialWrap #onlineArea .inlineBox {
        margin-top: 50px;
    }
    #machineTrialWrap #onlineArea .inlineBox p {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0;
    }
    #machineTrialWrap #onlineArea .inlineBox .telphone {
        width: 80%;
        float: none;
        margin: 0 auto;
        padding-left: 0;
    }
    #machineTrialWrap #onlineArea .onlineImg {
        display: none;
    }
    #machineTrialWrap #onlineArea .onlineImg-s {
        display: block;
    }
    #machineTrialWrap #check #advance {
        margin-bottom: 50px;
    }
    #machineTrialWrap #check #advance p {
        text-align: left;
    }
    #machineTrialWrap #check #advance ul {
        display: block;
    }
    #machineTrialWrap #check #advance ul li {
        width: 100%;
        border-bottom: solid 1px #7d7052;
        border-right: none;
    }
    #machineTrialWrap #check #advance ul li p:first-child {
        font-size: 2.8vw;
        margin-bottom: 1em;
    }
    #machineTrialWrap #check #advance ul li:last-child {
        border-bottom:none;
    }
    #machineTrialWrap #machineTrialKV .KVinner h2 {
        font-size: 5vw;
        top: 15%;
    }
    #machineTrialWrap #service ul li a.serviceBtn {
        width: 100%;
        max-width: 300px;
        margin: 1em auto 0.5em;
    }
    #machineTrialWrap #onlineArea .inlineBox .telphone a {
        width: 80%;
        margin-top: 2em;
    }
    #machineTrialWrap #service .inner  {
        width: 100%;
    }
    #machineTrialWrap #service .tt {
        font-size: 22px;
    }
    #machineTrialWrap .btnArea {
        margin: 20px auto 100px;
    }
    #machineTrialWrap .btnArea a {
        width: 90%;
        margin: 0 auto;
    }
    #machineTrialWrap #check #theday .innerArea .checkList li.t-row:before,
    #machineTrialWrap #check #theday .innerArea .checkList li.t-row:after {
        top:60%;
    }
}
    

@media screen and (max-width:684px){
    #machineTrialWrap #content {
        padding-top: 5vh;
    }
    #machineTrialWrap #service {
        background: #FFF;
    }
    #machineTrialWrap #service ul {
        display: block;
    }
    #machineTrialWrap #service ul li {
        width: 100%;
        padding: 1.5em;
    }
    #machineTrialWrap #service ul li:first-child {
        background: #ede7d9;        
    }
    #machineTrialWrap #service ul li:last-child {
        background: #f3f1e9;        
    }
    #machineTrialWrap #service ul li a.serviceBtn {
        float: none;
        margin: 20px auto 10px;
        width: 80%;
    }
    #machineTrialWrap #check #theday ul li.box01 .bg_in .icoImg,
    #machineTrialWrap #check #theday ul li.box03 .bg_in .icoImg{
        left: 7%;
    }
    #machineTrialWrap #check #theday ul li.box02 .bg_in .icoImg {
        left: 68%;
    }
    #machineTrialWrap #check #theday ul li.box02 .innerArea {
        margin-top: -160px;
    }
    #machineTrialWrap #trial .areaBox .ttBox ul.formBtn li {
    width: calc(75% / 2);
    }
    #machineTrialWrap #check #advance ul li p:first-child {
        font-size: 3.1vw;
    }
}


@media screen and (max-width:600px){
    #machineTrialWrap #machineTrialKV .KVinner .kvImg {
        width: 80%;
        margin-top: -8vh;
    }
    #machineTrialWrap #trial .trialArea ul li.areaList .ttBox,
    #machineTrialWrap #trial .trialArea ul li.areaList .ttBox ul{
        width: 100%;
    }
}


@media screen and (max-width:540px){

    #machineTrialWrap h3 {
        font-size: 22px;
    }
    #machineTrialWrap #content {
        padding-bottom: 60px;
    }
    #machineTrialWrap #onlineArea .layout:before {
        height: 79%;
    }
    #machineTrialWrap #machineTrialKV {
        height: 250px;
    }
    #machineTrialWrap #machineTrialKV .KVinner {
        height: 250px;
    }
    #machineTrialWrap #machineTrialKV .KVinner .kvImg {
        width: 90%;
        margin-top: -3vh;
    }
    #machineTrialWrap #check {
        /*text-align: left;*/
        margin-top: 60px;
    }
    #machineTrialWrap #check #advance {
        margin-bottom: 5vh;
    }
    #machineTrialWrap #check #advance ul {
        padding: 2em;
    }
    #machineTrialWrap #check #advance ul li {
        padding: 1em 0 2em;
    }
    #machineTrialWrap #check #advance ul li p:first-child {
        font-size: 3.2vw;
    }
    #machineTrialWrap #check #advance ul li p:nth-child(n + 2){
        margin-top: 1em;
    }
    #machineTrialWrap #check #theday {
        padding-top: 20px;
    }
    #machineTrialWrap #check #theday .innerArea .checkList li{
        line-height: 1.4;
    }
    /*--右--*/
    #machineTrialWrap #check #theday ul li.box01  {
        margin-bottom: 20px;
    }
    #machineTrialWrap #check #theday ul li.box01 .innerArea{
        padding-left: 40%;
        margin-top: -90px;
        padding-bottom: 3em;
    }
    #machineTrialWrap #check #theday ul li.box03 .innerArea{
        padding-left: 40%;
        margin-top: -130px;
        padding-bottom: 4.5em;
    }
    #machineTrialWrap #check #theday ul li.box01 .bg_in:before{
        height: 97%;
    }
    #machineTrialWrap #check #theday ul li.box03 .bg_in:before {
        height: 82%;
    }
      /*--左--*/
    #machineTrialWrap #check #theday ul li.box02 .innerArea {
        margin-top: -115px;
        margin-bottom: 20px;
        left: 5%;
    }
    #machineTrialWrap #check #theday ul li.box02 .bg_in:before {
        height: 95%;
    }
    #machineTrialWrap #check #theday ul li.box01 .br-u:before,
    #machineTrialWrap #check #theday ul li.box02 .br-u:before,
    #machineTrialWrap #check #theday ul li.box03 .br-u:before {
        width: 97%;
    }
    #machineTrialWrap .btnArea {
        width: 90%;
        margin: 10px auto 60px;
    }
    #machineTrialWrap .btnArea a.btn-br,
    #machineTrialWrap .btnArea a.btn-wt {
        font-size: 4vw;
    }
    #machineTrialWrap #theday .inner h3 {
        width: 90%;
        letter-spacing: 0.15rem;
        padding-left: 0.5em;
    }
    #machineTrialWrap #trial .areaBox .ttBox .trialPOint {
        margin-bottom: 0;
    }
    #machineTrialWrap #trial .trialArea ul li.areaList .ttBox h4 {
        font-size: 20px;
    }
    #machineTrialWrap #onlineArea .inlineBox .telphone a {
        width: 100%; 
    }
    #machineTrialWrap #trial .trialArea ul li.areaList .ttBox ul.trialPOint {
        padding-left: 1em;
    }
    #machineTrialWrap #trial .areaBox .ttBox ul.formBtn li:nth-child(2){
        marign-right: 0;
    }
    #machineTrialWrap #trial .areaBox .ttBox ul.formBtn {
        display: block;
        float: none;
    }
    #machineTrialWrap #trial .areaBox .ttBox ul.formBtn li {
        width: 100%;
        margin-right: 30px;
        padding: 0;
        text-align: left;
    }
    #machineTrialWrap #trial .areaBox .ttBox ul.formBtn li a {
        display: block;
        position: relative;
        border: solid 1px #6d0000;
        width: 80%;
        border-radius: 20px;
        text-align: center;
        margin: 0 auto 1em;
        padding: 5px 0;
        font-size: 14px;
    }
    #machineTrialWrap #trial .areaBox .ttBox ul.formBtn li a:after {
        font-weight: 700;
        font-size: 16px;
        right: 5%;
        top: 2.5px;
    }
    #machineTrialWrap #service ul li {
        text-align: center;
    }
}


@media screen and (max-width:468px){
    #machineTrialWrap #machineTrialKV {
        height: 200px;
    }
    #machineTrialWrap #machineTrialKV .KVinner h2 {
        font-size: 7vw;
    }
    #machineTrialWrap #machineTrialKV .KVinner .kvImg {
        width: 100%;
        margin-top: -8vh;
        right: -100px;
    }
    #machineTrialWrap #service .tt {
        font-size: 4.8vw;
        line-height: 3;
    }
    #machineTrialWrap #service ul li a.serviceBtn {
        margin: 30px auto;
    }
    #machineTrialWrap #check #advance ul li p:first-child {
        font-size: 4.2vw;
    }
    #machineTrialWrap #check #theday ul li.box03 .innerArea {
        margin-top: -110px;
    }
}


@media screen and (max-width:413px){
    #machineTrialWrap .bg-right:before {
        top: 1%;
    }
    #machineTrialWrap #machineTrialKV {
        height: 200px;
    }
    #machineTrialWrap #machineTrialKV .KVinner h2 {
        font-size: 7.5vw;
    }
    #machineTrialWrap #machineTrialKV .KVinner .kvImg {
        width: 100%;
        margin-top: -3vh;
        right: -70px;
    }
    #machineTrialWrap #machineTrialKV .KVinner .kvImg:after {
        box-shadow: inset 0 0 45px 45px #d0c5b6;
    }
    
    #machineTrialWrap #check #theday ul li .br-u:before {
        width: 90%;
        right: 5%;
        top: 100px;
    }
    #machineTrialWrap #check #theday ul li .bg_in .icoImg {
        left: 6%;
        top: 0.8em;
    }
    #machineTrialWrap #check #theday ul li .innerArea {
        padding-left: 10%;
        padding-bottom: 0;
        width: 100%;
    }
    #machineTrialWrap #check #theday .innerArea .checkList li {
        font-size: 14px;
    }
    #machineTrialWrap #onlineArea .inlineBox p {
        font-size: 16px;
    }
    #machineTrialWrap #trial .areaBox .ttBox ul.trialPOint li {
        font-size:15px;
    }
    #machineTrialWrap #check #theday .innerArea > p {
        font-size: 18px;
    }
    #machineTrialWrap .btnArea a.btn-br,
    #machineTrialWrap .btnArea a.btn-wt {
        font-size: 4.5vw;
    }
    #machineTrialWrap .btnArea {
        margin: 0 auto 50px;
    }
    #machineTrialWrap #theday .inner h3 {
        margin-bottom: 30px;
    }
    #machineTrialWrap #check #theday ul {
        margin-bottom: 2em;
    }
    #machineTrialWrap #check #theday ul li.box01 {
        margin-bottom: 0;
    }
    #machineTrialWrap #check #theday ul li.box01 .bg_in .icoImg,
    #machineTrialWrap #check #theday ul li.box03 .bg_in .icoImg {
        top: 0;
        width: 35%;
    }
    #machineTrialWrap #check #theday ul li.box01 .br-u:before,
    #machineTrialWrap #check #theday ul li.box02 .br-u:before,
    #machineTrialWrap #check #theday ul li.box03 .br-u:before {
        width: 96%;
        top: 80px;        
    }
    #machineTrialWrap #check #theday ul li.box01 .innerArea,
    #machineTrialWrap #check #theday ul li.box03 .innerArea {
        width: 100%;
        padding: 1em 2em;
        margin-top: 0px;
        overflow: hidden;
        padding-bottom: 1em;
        margin-bottom: 0.3em;
    }
    #machineTrialWrap #check #theday ul li.box01 .bg_in:before,
    #machineTrialWrap #check #theday ul li.box03 .bg_in:before{
        height: 75%;
    }
    #machineTrialWrap #check #theday ul li.box02 .bg_in .icoImg {
        top: 0;
        width: 35%;
        left:57%;
    }
    #machineTrialWrap #check #theday ul li.box02 .innerArea {
        top: 60px;
    }
    #machineTrialWrap #check #theday ul li.box02 .bg_in:before{
        height: 100%;
    }
    #machineTrialWrap #check #theday ul li.box03 {
        margin-top: 100px;
    }
    #machineTrialWrap #check #theday .innerArea .checkList li {
        font-size: 14px;
        line-height: 1.4;
        padding-bottom: 0.5em;
    }
    #machineTrialWrap #service ul li p:nth-child(2) {
        text-align: left;
    }
    #machineTrialWrap #check #advance ul li p:first-child {
        font-size: 4.8vw;
    }
}
    

@media screen and (max-width:375px){
    #machineTrialWrap #machineTrialKV .KVinner .kvImg {
        right: -70px;
    }
    #machineTrialWrap h3 {
    font-size: 5.5vw;
    padding-left: 0.5em;
    }
    #machineTrialWrap #content {
        padding-top: 5vh;
    }
    #machineTrialWrap #check #advance ul {
        padding: 1.2em;
    }
    #machineTrialWrap #theday .inner h3 {
        font-size:5.8vw;
    }
    #machineTrialWrap #trial .layout:before {
        height: 98%;
    }
    #machineTrialWrap #trial .trialArea ul li.areaList .ttBox h4 {
        font-size: 4.8vw;
    }
    #machineTrialWrap #onlineArea .inlineBox .telphone a {
        width: 100%;
    }
    #machineTrialWrap #check #theday ul li {
        padding-left: 0;
        margin-top: 0;
        padding-bottom: 0;
    }
    #machineTrialWrap #check #theday ul li.box03 {
        margin-top: 40px;
    }
    /*--右--*/
    #machineTrialWrap #check #theday ul li.box01 .innerArea,
    #machineTrialWrap #check #theday ul li.box03 .innerArea{
        margin-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #machineTrialWrap #check #theday ul li.box01 .bg_in:before,
    #machineTrialWrap #check #theday ul li.box03 .bg_in:before {
        height: 70%;
    }
      /*--左--*/
    #machineTrialWrap #check #theday ul li.box02 .innerArea {
        margin-top: -100px;
        padding-bottom: 2em;
        left: 2%;
    }
    #machineTrialWrap #check #theday ul li.box02 .bg_in:before {
        height: 80%;
    }
    #machineTrialWrap #check #theday ul li.box02 .bg_in .icoImg {
        left: 58%;
    }
    #machineTrialWrap .btnArea a.btn-br, #machineTrialWrap .btnArea a {
        font-size: 5vw;
    }
}


/*----------fadein----------*/

#machineTrialWrap .fadein {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}
#machineTrialWrap .fadein.scrollin{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
#theday .check .fadein:nth-of-type(2),
#trial .areaBox .fadein:nth-of-type(2){
	-moz-transition-delay:250ms;
	-webkit-transition-delay:250ms;
	-o-transition-delay:250ms;
	-ms-transition-delay:250ms;
}
#theday .check .fadein:nth-of-type(3),
#trial .areaBox .fadein:nth-of-type(3){
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
}