/* 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;
}

@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: 140px;
    }
}
/* --メインイメージ-------------------------- */
.top_main{
    position: relative;
    margin: 50px auto 140px;
    height: 360px;
    background-color: #3E3E3E;
    width: 100%;
}
.top_main picture {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
	width: 1200px;
}

@media  (max-width: 767px){
	.top_main{
        margin: 0;
	    height: 56vw;
        background-color: none;
	}
	.top_main picture{
        top: 0;
        position: absolute;
        width: 100%;
	}
}


/* --secOverview-------------------------- */
#secOverview {
    margin-top: 60px auto 0;
    width: 1123.58px;
}

.ov_container {
    display: flex;
    flex-wrap: wrap;
}

.ov_container .ov_itemL {
    width: 505px;
}

.ov_container .ov_itemL h2 {
    font-size: 28px;
    line-height: 26px;
}

.ov_container .ov_itemL p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    width: 498px;
}

.ov_container .ov_itemL img {
    margin-top: 27.47px;
    width: 476.1px;
    height: 251.28px;
}

.ov_itemR {
    margin-left: 63.58px;
}

.ov_container .ov_itemR img {
    width: 555px;
    height: 334.22px;
}
.imgR_sp {
    display: none;
}

@media  (max-width: 858px){
    #secOverview{
        margin-top: 20vw;
        width: 93.75%;
    }
}
@media (max-width: 767px){
    #secOverview{
        margin-top: 10vw;
    }
    .ov_container {
        display: block;
    }
    .ov_container .ov_itemL{
        width: 100%;
        margin: 0 auto;
    }
    .ov_container .ov_itemL h2{
        font-size: 20px;
        line-height: 25px;
        text-align: center;
    }
    .ov_container .ov_itemL p{
        width: 100%;
        margin-top: 20px;
    }

    .ov_container .imgR_pc {
        display: none;
    }

    .imgR_sp {
        display: block;
    }
    .ov_container .ov_itemL .imgR_sp img {
        display: block;
        margin: 6vw auto 0;
        width: 222px;
        height: 134px;
    }

    .ov_container .ov_itemL img {
        display: block;
        margin: 27px auto 0;
        width: 100%;
        height: auto;
    }

    .ov_container .ov_itemR {
        display: none;
    }
}



/* --secFunc----------------------------- */
#secFunc{
    margin-top: 137px;
    width: 1148px;
}

.secFunc > ul{
    list-style-type:none;
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between; /* ← 均等に2つ並ぶ */
}

.li_func{
    width: 541px;
    height: 386px;
}

.li_func:nth-child(2n){
    margin-right: 0;
}

.li_func img {
    display: block;
    margin: 0 auto;
}

/* 青タイトル */
.li_func h4 {
	background-color: #00b0ec;
	font-weight: 600;
	font-size: 1.2em;
	color:#FFF;
	padding: 3px 0;
	margin-bottom: .8em;
	text-align: center;
}

/* 説明文 */
.li_func p {
    margin-bottom: 25px;
    width: 540px;
    line-height: 26px;
}



@media  (max-width: 767px){
    #secFunc{
        margin-top: 12vw;
        width: 93.75%;
    }
    .secFunc> ul{
        width:100%;
        display:block;
    }
    .li_func{
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }
    li.li_func:nth-child(3) {
        margin-right: 0;
        margin-bottom: 25px;
    }
    li.li_func:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    .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;
        width: 100%;
    }
    .li_func p {
        margin-bottom: .8em;
        width: 100%;
    }
    #secFunc img {
        max-width: 351px !important;
        height: auto !important;
    }
}


/* --secSafety----------------------------- */
#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: 50px;
}
.secSafety .safety_img{
    margin: 0 auto;
    width: 705px;
    height: 349px;
}
@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;
    }
}


/* --secBlueBer------------------------- */
#secBlueBer {
    margin-top: 126px;
}
.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;
    }
}

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

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

    }
    .size_container img {
        width: 179px;
        height: 197px;
    }
    .size_container .size_itemR {
        margin-top: 176px;
        margin-left: 0;
    }
}


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


/* --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;
    }
}

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



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

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

