@charset "utf-8";

.pc-none{
display: none;
}

.sp-none{
display: block;
}

.tbox{
text-align: center;
}

.tbox-inner{
display: inline-block;
}
.tbox h3{
position: relative;
font-weight: bold;
font-size: 1.8em;
margin-bottom: 20px;
letter-spacing: .1em;
padding-top: 30px;
}

.tbox h3::before{
content: "";
width: 100px;
height: 4px;
background-color: #FFE000;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

#mf1 h2{
text-align: center;
font-weight: bold;
font-size: 2em;
margin: 40px auto;
}

#mf1 ul,#mf2 ul{
display: flex;
justify-content: space-between;
margin: 5% auto;
}

#mf1 ul li,#mf2 ul li{
width: 30%;
text-align: center;
background: #fff;
}

#mf1 ul li > div,#mf2 ul li > div{
padding: 10px;
margin-top: -30px;
}

#mf1 ul li h4,#mf2 ul li h4{
margin-top: -30px;
width: 100%;
padding: 10px 0;
margin: auto;
text-align: center;
font-weight: bold;
background-color: #FFE000;
font-size: 1.2em;
}

#mf1 ul li div.ibox,#mf2 ul li div.ibox{
display: flex;
align-items: center;
justify-content: center;
height: 200px;
margin: 40px auto;
}

#mf1 ul li p.strong,#mf2 ul li p.strong{
text-align: center;
font-weight: bold;
font-size: 1.2em;
margin-bottom: 20px;
padding: 0;
}

#mf1 ul li p{
line-height: 2.2em;
font-size: 1.4em;
font-weight: bold;
}

#mf1 .arrow{
text-align: center;
}

#mf1 h3{
font-weight: bold;
font-size: 2.3em;
letter-spacing: .1em;
text-align: center;
margin: 50px auto 80px;
}

#mf1 h3 strong{
color: #F49C00;
font-size: 1.4em;
}

#mf1 div.cbox {
display: flex;
justify-content: space-between;
margin: 30px auto 80px;
}


#mf1 div.cbox img{
width: 45%;
}

#mf1 div.cbox div{
width: 50%
}

#mf1 div.cbox div h3{
font-weight: bold;
font-size: 1.3em;
display: inline-block;
padding: 15px 20px;
background-color: #FFE000;
margin: 0 auto 30px;
}

#mf1 div.cbox div p{
line-height: 2em;
}

#mf2{
padding: 100px 0;
background-color: #F3F3F3;
}

#mf2 ul li p{
font-weight: normal;
text-align: left;
padding: 0 20px;
padding-bottom: 30px;
line-height: 2em;
}

#mf3 h3{
margin: 60px auto;
}

#mf3 .cbox{
display: flex;
justify-content: space-between;
}

#mf3 .cbox img,#mf3 .cbox p{
width: 48%;
}

#mf3 ul{
display: flex;
justify-content: space-between;
border: solid 2px #CCCCCC;
margin: 50px auto 20px;
}

#mf3 ul li{
width: 33%;
padding: 60px;
background-position: center right;
background-size: contain;
background-repeat: no-repeat;
background-image: url(../img/option/mysteryshopper/ic-border.png);
}

#mf3 ul li:nth-last-of-type(1){
background-image: none;
}


#mf3 ul li h3{
margin: auto;
text-align: center;
font-size: 1.4em;
font-weight: bold;
margin-bottom: 30px;
}

#mf3 h3.bottom{
text-align: center;
font-weight: bold;
font-size: 1.6em;
padding: 20px;
margin-top: 0;
background-color: #FFE000;
}

#mf3 div.clist{
display: flex;
justify-content: center;
align-items: center;
margin: 30px auto 90px;
}

#mf3 div.clist div:nth-of-type(1){
width: 20%;
text-align: center;
}

#mf3 div.clist div:nth-of-type(1) p{
text-align: left;
}

#mf3 div.clist div:nth-of-type(1) h4,#mf3 div.clist div:nth-of-type(1) p.mark{
margin: 20px auto;
font-size: 1.4em;
font-weight: bold;
text-align: center;
}

#mf3 div.clist div:nth-of-type(1) p.mark strong{
font-size: 1.4em;
color: #F48700;
}

#mf3 div.clist div:nth-of-type(2){
width: 7%;
margin: 0 2%;
}

#mf3 div.clist div:nth-of-type(3){
width: 40%;
}

#mf3 div.clist div:nth-of-type(3) h4{
padding: 15px;
border: solid 2px #FFE000;
border-radius: 5px;
text-align: center;
font-size: 1.4em;
font-weight: bold;
margin-bottom: 40px;
}

#mf3 div.clist div:nth-of-type(3) div.ibox{
width: 100%;
text-align: center;
}


@media screen and (max-width: 1024px) {

.pc-none{
display: block;
width: 100%;
}

.sp-none{
display: none;
}

#mf1,#mf3,#mf4{
padding: 10px;
}

#mf1 ul,#mf2 ul{
flex-wrap: wrap;
}

#mf1 ul li,#mf2 ul li{
width: 100%;
}

#mf1 h2{
line-height: 2em;
margin: 20px auto;
}

#mf1 h3{
font-size: 1.5em;
line-height: 2em;
margin: 20px auto;
}

#mf1 div.cbox {
flex-wrap: wrap;
}

#mf1 ul li div.ibox{
margin: 20px auto 25px;
}

#mf1 ul li h4, #mf2 ul li h4{
font-size: 20px;
}

#mf1 div.cbox div,#mf1 div.cbox img{
width: 100%;
}

#mf1 div.cbox div h3{
display: block;
margin-top: 20px;
}

.tbox h3 {
line-height: 2em;
}

#mf2{
padding: 30px 0;
}

#mf3 .cbox{
flex-wrap: wrap;
}

#mf3 .cbox img,#mf3 .cbox p{
width: 100%;
margin-bottom: 30px;
}

#mf3 h3{
margin: 30px auto;
}

#mf3 ul{
flex-wrap: wrap;
}

#mf3 ul li{
width: 100%;
padding: 20px;padding-bottom: 100px;
background-position: center bottom;
background-size: inherit;
background-repeat: no-repeat;
background-image: url("../img/option/mysteryshopper/ic-bordersp.png");
}

#mf3 ul li:nth-last-of-type(1){
padding-bottom: 50px;
}

#mf3 h3.bottom{
line-height: 1.8em;
font-size: 1.4em;
}

#mf3 div.clist{
flex-wrap: wrap;
}

#mf3 div.clist div {
width: 100% !important;
}

#mf3 div.clist div:nth-of-type(1) p{
text-align: center;
}

#mf3 div.clist div:nth-of-type(2){
transform: rotate(90deg);
text-align: center;
}

}

/*

@media screen and (max-width: 1000px) {
#mf3 ul li{
background-size: contain;
}
}
*/





















