/* CSS Document */
/* ---------------- ヘッダー ---------------- */
.pSolution .header-extension {
    position: fixed;
    top: 123px;
    left: 0;
    width: 100%;
    height: 62px;
    background: #fff;
    box-shadow: 0 0 1.25vw 0 rgba(0,0,0,0.1);
    z-index: 8999;
    display: flex;
    align-items: center;
}
.header-contents {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 69px;
}

.oPage {
    padding-top: 200px;
}

.header-left img {
    position: absolute;
    width: auto;
    top: 14px;
    left: 0;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    position: absolute;
    background: #00b0ec;
    color: #fff;
    padding: 5px 0;
    border-radius: 9999px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    top: 12.5px;
}


.header-btn .xpc_text {
    font-size: 14px;
}

.header-btn .xsp_icon {
    display: none;
}

.header-btn01 {
    right: 192px;
    width: 281px;
    background: #000;
}

.header-btn02 {
    right: 0;
    width: 180px;
}

.header-logo {
    content: url("../../img/logo_tarseries.png");
}

@media (max-width: 767px) {
    .oPage {
        padding-top: calc(16.93% + 56px);
    }

    .pSolution .header-extension {
        top: 0;
        height: 56px;
        padding: 16.93% 3.25% 0;
        box-shadow: none;
        width: 93.5%;
    }

    .header-btn {
        width: 120px;
        padding: 6px 0;
        font-size: 12px;
        top: 15px;
    }

    .header-btn01 {
        right: 126px;
    }

    /* .header-buttons {
        gap: 6px;
        left: auto;
        right: 40px;
    } */

    .header-logo {
        content: url("../../img/logo_tarseries_SP.png");
        width: 55px;
        height: 36px;
    }
    .header-btn .xpc_text {
        display: none;
    }
    .header-btn .xsp_icon {
        display: flex;
        align-items: center;
    }

    .header-btn .xsp_icon img {
        width: 14px;
        height: auto;
        display: block;
        margin: 0;
    }
    .header-btn01 {
        width: 100px;
    }
}




/* --メインイメージ-------------------------- */
.top_main{
    position: relative;
    margin: 50px auto 140px;
    height: 360px;
    background-color: #00b0ec;
    width: 100%;
}
.top_main picture {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
	width: 1200px;
    /*height: 429px;*/
}
/*@media  (max-width: 834px){
    .top_main{
        margin: 4vw 0 0;
	    height: 56vw;
    }
	.top_main picture{
        top: 0;
        position: absolute;
        width: 100%;
	}
}*/
@media  (max-width: 767px){
	.top_main{
        margin: 0;
	    height: 56vw;
	}
	.top_main picture{
        top: 0;
        position: absolute;
        width: 100%;
	}
}
/* --補助金ページへボタンエリア-------------- */
@media  (min-width: 480px){
    .btn_subsidy {
        margin: 7vh auto 0 auto;
        width: 1148px!important;
        text-align: center!important;
    }
}
.bnr_subsidy_sp {
    display: none;
}
.bnr_subsidy_pc {
    display: block;
    width: 1148px!important;
}
@media screen and (max-width: 480px) {
    .bnr_subsidy_sp {
        display: block;
        margin-top: 7vh;
    }
    .bnr_subsidy_pc {
        display: none;
    }
}

/* --secOverview-------------------------- */
#secOverview{
    margin-top: 60px;
}
.ov_container {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
    align-items: flex-end;
}
.ov_container .ov_itemL{
    width: 43%;
}
.ov_container .ov_itemL picture{
}
.ov_container .ov_itemR{
    width: 53%;
    margin-top: 0;
}
.ov_container .ov_itemR h2{
    font-size: 2.5rem;
    letter-spacing: 4px;
    line-height: 1.3;
}
.ov_container .ov_itemR p{
    margin-top: 20px;
}
.ov_container .ov_itemR img{
    margin-top: 60px;
}
@media  (max-width: 858px){
    #secOverview{
        margin-top: 20vw;
    }
}
@media  (max-width: 767px){
    #secOverview{
        margin-top: 10vw;
    }
    .ov_container {
        display: block;
        margin: 0 auto;
    }
    .ov_container .ov_itemL{
        width: 100%;
    }
    .ov_container .ov_itemL picture{
    }
    .ov_container .ov_itemR{
        width: 100%;
        margin-top: 12vw;
    }
    .ov_container .ov_itemR h2{
        font-size: 5vw;
        letter-spacing: 3px;
        line-height: 1.3;
    }
    .ov_container .ov_itemR p{
        margin-top: 20px;
    }
    .ov_container .ov_itemR img{
        margin-top: 6vw;
    }
}


/* --secMoview-------------------------- */
#secMoview1, #secMoview2{
    margin-top: 80px;
}
.mov_container{
    text-align: center;
}
.mov_container video{
    width: 980px;
    height: 551px;
}
.mov_container .stop{
    font-weight: 600;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 10px;
}
@media  (max-width: 767px){
    #secMoview1{
        margin-top: 14vw;
    }
    #secMoview2{
        margin-top: 10vw;
    }
    .mov_container{
        margin: 0 auto;
    }
    .mov_container video{
        width: 100%;
        height: auto;
    }
    .mov_container .stop{
        font-weight: 600;
        font-size: 1.3em;
        text-align: center;
        margin-bottom: 10px;
    }
}


/* --secFunc----------------------------- */
#secFunc{
    margin-top: 60px;
}
.secFunc> ul{
	list-style-type:none;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.li_func{
	width: 31%;
	list-style-type: none;
	margin-right: 3%;
	margin-bottom: 5%;
}
li.li_func:nth-child(3) {
	margin-right: 0!important;
    margin-bottom: 25px!important;
}
li.li_func:last-child {
	margin-right: 0!important;
    margin-bottom: 0!important;
}
.li_func h4 {
	background-color: #00b0ec;
	font-weight: 600;
	font-size: 1.2em;
	color:#FFF;
	padding: 6px 0;
	margin-bottom: .8em;
	text-align: center;
    line-height: 1.2;
}
.li_func p {
	margin-bottom: .8em;
}
@media  (max-width: 767px){
    #secFunc{
        margin-top: 12vw;
    }
    .secFunc> ul{
        width:100%;
        display:block;
    }
    .li_func{
        width: 100%;
        /*margin-right: 3%;
        margin-bottom: 5%;*/
    }
    li.li_func:nth-child(3) {
        margin-right: 0!important;
        margin-bottom: 25px!important;
    }
    /*li.li_func:nth-child(4) {
        margin-bottom: 0!important;
    }*/
    li.li_func:last-child {
        margin-right: 0!important;
        margin-bottom: 0!important;
    }
    .li_func h4 {
        background-color: #00b0ec;
        font-weight: 600;
        font-size: 1.2em;
        color:#FFF;
        padding: 6px 0;
        margin-bottom: .8em;
        text-align: center;
        line-height: 1.2;
    }
    .li_func p {
        margin-bottom: .8em;
    }
}


/* --secFunc----------------------------- */
#secSafety{
    margin-top: 60px;
}
.secSafety h4{
	background-color: #00b0ec;
	font-weight: 600;
	font-size: 1.2em;
	color:#FFF;
	padding: 3px 0;
	margin-bottom: .8em;
	text-align: center;
}
.secSafety p {
    margin-bottom: 20px
}
.secSafety .safety_img{
    margin: 0 auto;
    width: 1061px;
    height: 371px;
}
@media  (max-width: 767px){
    #secSafety{
        margin-top: 6vw;
    }
    .secSafety h4{
        font-weight: 600;
        font-size: 1.2em;
        color:#FFF;
        padding: 3px 0;
        margin-bottom: .8em;
        text-align: center;
    }
    .secSafety p {
        margin-bottom: 4vw;
    }
    .secSafety .safety_img{
        width: 100%;
        height: auto;
    }
}


/* --secLinkage-------------------------- */
#secLinkage{
    margin-top: 60px;
}
.link_container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content:space-between;
    margin-top: 60px;
}
.link_container .link_itemL{
    width: 43%;
    margin-right: 7%;
}
.link_container .link_itemL p{
    margin-top: 10px;
    margin-bottom: 15px;
}
.link_container .link_itemR{
    width: 50%;
    margin-top: 30px;
    margin-right: 0;
}
@media  (max-width: 767px){
    #secLinkage{
        margin-top: 10vw;
    }
    .link_container{
        display: block;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content:space-between;
        margin-top: 60px;
    }
    .link_container .link_itemL{
        width: 100%;
        margin-right: 0;
    }
    .link_container .link_itemL p{
        margin-top: 2vw;
        margin-bottom: 4vw;
    }
    .link_container .link_itemR{
        width: 100%;
        margin-top: 4vw;
        margin-right: 0;
    }
}

/* --secBlueBer------------------------- */
#secBlueBer {
    margin-top: 60px;
}
.bb_container {
    margin-bottom: 50px;
}
.bb_container h4 {
	background-color: #00b0ec;
	font-weight: 600;
	font-size: 1.2em;
	color:#FFF;
	padding: 3px 0;
	margin-bottom: .8em;
	text-align: center;
}
.bb_container .bb_onestop_txt {
    margin-bottom: 20px;
}
.bb_container .bb_onestop_img {
    display: block;
    margin: 0 auto;
    width: 92%
}
.bb_container .bb_mainte {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content:space-between;
}
.bb_container .bb_mainte .bb_itemL{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content:space-between;
    width: 49%;
    margin-right: 2%;
    background-color: #D9EEF5;
}
.bb_container .bb_mainte .bb_itemL .bb_icL{
    width: 11%;
    padding: 24px 30px 0;
}
.bb_container .bb_mainte .bb_itemL .bb_txtR1{
    width: 72%;
    padding: 25px 20px 0 0;
}
.bb_container .bb_mainte .bb_itemL .bb_txtR2{
    width: 100%;
    padding: 0 20px 0 140px;
}
.bb_container .bb_mainte .bb_itemL .bb_txtR2 hr{
    background-color:#00b0ec;
    border:none;
    width: 100%;
    height:3px;
    margin:0 0 15px 0;
}
.bb_container .bb_mainte .bb_itemL .bb_txtR1 .bb_bold{
    font-weight: 600;
    letter-spacing: 1.9px;
    color: #00b0ec;
}
.bb_container .bb_mainte .bb_itemL .bb_txtR2 .bb_note{
    font-size: 12px;
    margin-bottom: 23px;
    text-indent: -86px;
    margin-left: 86px;
}
.bb_container .bb_mainte .bb_itemR{
    width: 49%;
    background-color: #D9EEF5;
}
.bb_container .bb_mainte .bb_itemR .bb_inq,.bb_system{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content:space-between;
    background-color: #D9EEF5;
}
.bb_container .bb_mainte .bb_itemR .bb_inq .bb_icL{
    width: 10.2%;
    padding: 24px 30px 0;
}
.bb_container .bb_mainte .bb_itemR .bb_inq .bb_txtR{
    width: 72%;
    padding: 20px 20px 0 0;
}
.bb_container .bb_mainte .bb_itemR .bb_system{
    margin-top: 20px;
}
.bb_container .bb_mainte .bb_itemR .bb_system .bb_icL{
    width: 9.7%;
    padding: 24px 30px 0;
}
.bb_container .bb_mainte .bb_itemR .bb_system .bb_txtR{
    width: 72%;
    padding: 20px 20px 0 0;
}
.bb_container .bb_sysconf {
    margin: 0 auto;
    width: 97.3%;
}
@media  (max-width: 767px){
    #secBlueBer {
        margin-top: 12vw;
    }
    .bb_container {
        margin-bottom: 10vw;
    }
    .bb_container .bb_onestop_txt {
        margin-bottom: 4vw;
    }
    .bb_container .bb_mainte {
        display: block;
    }
    .bb_container .bb_mainte .bb_itemL{
        width: 100%;
        margin-right: 0;
        padding:0;
    }
    .bb_container .bb_mainte .bb_itemL .bb_icL{
        width: 15%;
        padding: 4vw;
    }
    .bb_container .bb_mainte .bb_itemL .bb_txtR1{
        padding: 4vw 4vw 0 0;
    }
    .bb_container .bb_mainte .bb_itemL .bb_txtR1 .bb_bold{
        letter-spacing: 1.0px;
    }
    .bb_container .bb_mainte .bb_itemL .bb_txtR2{
        width: 100%;
        padding: 0 4vw;
    }
    .bb_container .bb_mainte .bb_itemL .bb_txtR2 hr{
        height:1vw;
        margin:3vw 0 4vw 0;
    }
    .bb_container .bb_mainte .bb_itemL .bb_txtR1 .bb_bold{
        font-weight: 600;
        letter-spacing: 1.9px;
        color: #00b0ec;
    }
    .bb_container .bb_mainte .bb_itemL .bb_txtR2 .bb_note{
        font-size: 3vw;
        margin-bottom: 2vw;
        text-indent: -20vw;
        margin-left: 20vw;
        }
    .bb_container .bb_mainte .bb_itemR{
        width: 100%;
    }
    .bb_container .bb_mainte .bb_itemR .bb_inq .bb_icL{
        width: 15%;
        padding: 4vw;
    }
    .bb_container .bb_mainte .bb_itemR .bb_inq,.bb_system{
        margin-top: 4vw;
    }
    .bb_container .bb_mainte .bb_itemR .bb_inq .bb_txtR{
        padding: 4vw 4vw 0 0;
    }
    .bb_container .bb_mainte .bb_itemR .bb_system{
        margin-top: 4vw;
    }
    .bb_container .bb_mainte .bb_itemR .bb_system .bb_icL{
        width: 15%;
        padding: 4vw;
    }
    .bb_container .bb_mainte .bb_itemR .bb_system .bb_txtR{
        padding: 4vw 4vw 0 0;
    }
    .bb_container .bb_sysconf {
        width: 580px;
        height: 578px;
    }
}


/* --secCasestudy------------------------- */
#secCasestudy,
#secQA{
    margin-top: 60px;
}
.case_container {
    margin: 0 auto;
    width: 800px;
    height: 176px;
}
@media  (max-width: 767px){
    #secCasestudy,
    #secQA{
        margin-top: 12vw;
    }
    .case_container {
        width: 100%;
        height: auto;
    }
}

/* --secSpecification------------------------- */
#secSpecification{
    margin-top: 60px;
}
.spec_container{
}

.size_container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content:space-around;
    padding-top: 20px;
}
.size_container .size_itemL {
}
.size_container .size_itemL picture {
    width: 800px;
    height: 458px;
}
.size_container .size_itemR{
    
}
@media  (max-width: 767px){
    
}

/* --secFryer------------------------------- */
#secFryer{
    margin-top: 60px;
}
.fryer_container {
    display: flex;
    flex-wrap: wrap;
    align-items:flex-end;
    justify-content:space-between;
    padding-top: 20px;
}
.fryer_container .fryer_itemL {
}
.fryer_container .fryer_itemL picture {
    width: 699px;
    height: 495px;
}
#secFryer .oLink02 {
    margin-bottom: 0!important;
}
@media  (max-width: 767px){
    #secFryer{
        margin-top: 12vw;
    }
    .fryer_container {
        display: block;
        padding-top: 4vw;
    }
}


/* --secCaution---------------------------- */
#secCaution{
    margin-top: 60px;
}



/* -- ボタン ----------------------------------- */

.oLink02 > a {
    width: 400px;
	margin: auto;
}
@media  (max-width: 767px){
	.oLink02 > a {
		width: 100%;
	}
}

.oSct02{
    margin-top: 60px;
}

@media (max-width: 767px) {
    .oSct02 {
        margin-top: 9vw;
    }
}
/* --戻るボタン---------------------*/
.oLink03 > a {
    width: 400px;
    margin: auto;
}
.oLink03 > a, .oLink03 input {
    display: block;
    width: 400px;
    padding: 10px 15px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border: none;
    background: #825466 url(../../TAR-T/subsidy/img/ico_arw04_2.png) no-repeat 98%;
    background-size: 9px auto;
    background-position: left 15px center;
    transition: opacity 0.5s ease 0s;
}

@media  (max-width: 767px){
	.oLink03 > a, .oLink03 input {
		width: 100%;
	}
}