﻿.maindesign .title{
        position: relative;
    }
.maindesign h1 img{
        width: 100%;
        height: auto;
    }
.maindesign h1 span.pc-only{
        display: inline-block;
    }
@media screen and (min-width:767px){
    .maindesign h1 .heading_main{
        position: absolute;
    top: 42px;
    left: 30px;
    font-weight: bold;
    font-size: 3em;
    text-shadow: 1px 1px 5px #000;
    font-feature-settings: "palt" 1;
    color: #FFF;
    background: rgb(10 10 10 / 35%);
    padding: 10px 10px 10px 20px;
    }
    .maindesign .heading_sub{
        position: absolute;
    bottom: 40px;
    left: 30px;
    font-weight: bold;
    font-size: 2em;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    font-feature-settings: "palt" 1;
    background: rgb(10 10 10 / 35%);
    padding: 5px 10px 7px 20px;
    }
     }
@media screen and (max-width:767px){
    .maindesign h1 .heading_main {
    position: absolute;
    /* text-align: center; */
    top: 18vw;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 8vw;
    width: 80%;
    text-shadow: 1px 1px 5px #000;
    font-feature-settings: "palt" 1;
    color: #FFF;
    background: rgb(10 10 10 / 35%);
    line-height: 1.2;
    padding: 6px 10px 8px 20px;
}
.maindesign .heading_sub {
    position: absolute;
    top: 35vw;
    left: 50%;
    width: 80%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 4vw;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    font-feature-settings: "palt" 1;
    background: rgb(10 10 10 / 35%);
    padding: 5px 15px 7px 15px;
}
}
    
@media screen and (min-width:767px){    
.maindesign .btnstyle{
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
.maindesign .btnstyle li{
width:calc(50% - 5px);
margin-bottom: 10px;	
border-radius: 5px;
border:1px solid #ababab;
background: #f1f1f1;	
display: flex;
overflow: hidden;	
}
.maindesign .btnstyle .images{
height: 6em;
background: #fff;	
border-right: 1px solid #ababab;
display: inline-block;
padding: 5px;
box-sizing: border-box;
}
.maindesign .btnstyle .images img{
    width: auto;
height:100%;
}
.maindesign .btnstyle .textBox{
padding:0.5em;
font-weight:700;
line-height: 1.3em;	
}

.maindesign .btnstyle a{
display: flex !important;
align-items:center;
width: 100%;
}
.btnstyle .arrow{
background: #aaa;
height: 100%;
width: 2em;
display: flex;
color: #fff;
align-items: center;
justify-content: center;
}
}    
@media screen and (max-width:767px){
.maindesign .btnstyle{
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
.maindesign .btnstyle li{
width:100%;
margin-bottom: 10px;	
border-radius: 5px;
border:1px solid #ababab;
background: #f1f1f1;	
display: flex;
overflow: hidden;	
}
.maindesign .btnstyle .images{
height: 6em;
background: #fff;	
border-right: 1px solid #ababab;
display: inline-block;
padding: 5px;
box-sizing: border-box;
}
.maindesign .btnstyle .images img{
    width: auto;
height:100%;
}
.maindesign .btnstyle .textBox{
padding:0.5em;
font-weight:700;
line-height: 1.3em;	
}

.maindesign .btnstyle a{
display: flex !important;
align-items:center;
width: 100%;
}
.maindesign .btnstyle .arrow{
background: #aaa;
height: 100%;
width: 2em;
display: flex;
color: #fff;
align-items: center;
justify-content: center;
}    
    }  

@media screen and (min-width:768px){
.maindesign .usage_title{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #ddd;
    margin: 20px 0 20px;
}

.maindesign .usage_title img{
border: 1px solid #333;
    box-sizing: border-box;
    width: auto;
}

.maindesign .usage_title h3{
    padding: 0 0 0 0.5rem;
    font-size: 1.25em;
}
.maindesign .usage_title p.usage_p{
    padding: 0 0 0 0.5rem;
    font-size: 1.25em;
}
.maindesign .usage_goods{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 20px;
}

.maindesign .usage_goods li{
    width: 206px;
    margin: 0px 12px 10px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden; 
    padding: 10px;
}
.maindesign .usage_goods li a{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.maindesign .usage_goods li:nth-child(4n){
    margin: 0 0 10px 0;
}

.maindesign .usage_goods li img{
    display: block;
    margin: auto;
}

.maindesign .usage_goods li p.goods_name{
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin: 10px 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maindesign .usage_goods li p.goods_txt{
    line-height: 1.2;
}
    }

@media screen and (max-width:767px){
.maindesign .usage_title{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #ddd;
    margin: 20px 0 20px;
}

.maindesign .usage_title img{
border: 1px solid #333;
    box-sizing: border-box;
    width: 50%;
    height: auto;
}

.maindesign .usage_title h3{
    padding: 0 0 0 0.5rem;
    font-size: 1.25em;
}
.maindesign .usage_title p.usage_p{
    padding: 0 0 0 0.5rem;
    font-size: 1.25em;
}
    
.maindesign .usage_goods{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 20px;
}

.maindesign .usage_goods li{
    width:calc(50% - 5px);
    margin: 0 0 10px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden; 
    padding: 10px;
}
.maindesign .usage_goods li a{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.maindesign .usage_goods li:nth-child(2n){
    margin: 0 0 10px 0;
}

.maindesign .usage_goods li img{
    display: block;
    margin: auto;
    width: 100%;
    max-width: 180px;
    height: auto;
}

.maindesign .usage_goods li p.goods_name{
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin: 10px 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maindesign .usage_goods li p.goods_txt{
    line-height: 1.2;
}
    }
.maindesign .usage_block{
    margin: 0 0 80px;
}
.maindesign h3.checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}
.maindesign h3.checkPoint .st0{fill:#aaaaaa;}
.maindesign h3.checkPoint .st1{fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;}
.maindesign h3.checkPoint.h2under {
    margin: 20px 0 20px 0;
}
.maindesign h3.checkPoint span {
    margin: 0 0 0 20px;
    width: 80%;
}
.maindesign .probnr{
    margin: 20px 0 40px 0;
}
.maindesign .probnr p{
    text-align: center;
    margin: 10px;
}
.maindesign .probnr img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:767px){

.maindesign .eventbnr{
        display: flex;
        flex-wrap: wrap;
    }
    .maindesign .eventbnr li{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0.3em;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
        display: flex;
        align-items: center;
    }
    .maindesign .eventbnr li a{
    display: flex;
    flex-direction: row-reverse;
    }
    .maindesign .eventbnr li .linksTxt{
    font-size: 1.2em;
    margin: auto auto auto 10px;
    display: flex;
    flex-wrap: wrap;
    width: calc(80% - 20px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
    .maindesign .eventbnr li .linksTxt p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 0.5em 0;
	font-weight: 700;
        font-size: 1em;
}
.maindesign .eventbnr li .linksTxt p span {
    font-size: 0.75em;
    width: calc(100% - 20px);
    line-height: 1.2;
    font-weight: 400;
    padding-top: 0.5em;
    display: block;
}
    .maindesign .eventbnr li .linksImg{
    margin: auto auto auto auto;
    width: calc(38% - 20px);
    display: flex;
    align-items: center;
    }
    .maindesign .eventbnr li .linksImg img {
    width: 100%;
}
    }
@media screen and (min-width:767px){
.maindesign .eventbnr{
        display: flex;
        flex-wrap: wrap;
    }
    .maindesign .eventbnr li{
    width: calc(50% - 10px);
    margin: 0 10px 20px 0;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
        align-items: center;
    }
    .maindesign .eventbnr li a{
    display: flex;
    }
    .maindesign .eventbnr li .linksTxt{
    margin: auto auto auto 10px;
    display: flex;
    flex-wrap: wrap;
    width: calc(80% - 20px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
    .maindesign .eventbnr li .linksTxt p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0.5em 0;
	font-weight: 700;
    font-size: 1em;
}
.maindesign .eventbnr li .linksTxt p span {
    font-size: 0.75em;
    width: calc(100% - 20px);
    line-height: 1.2;
    font-weight: 400;
    padding-top: 0.5em;
    display: block;
}
    .maindesign .eventbnr li .linksImg{
    margin: auto 15px auto auto;
    width: calc(30% - 20px);
    display: flex;
    align-items: center;
    }
    .maindesign .eventbnr li .linksImg img {
    width: 100%;
}
    }

.maindesign .bnr_container {
	margin: 30px 0 10px 0;
}

.maindesign .text_center {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

@media screen and (max-width:767px){
	.maindesign .bnr_container {
	margin: 0 0 10px 0;
}

.maindesign .text_center {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
}