@charset "utf-8";

.pc-none{
display: none;
}

.sp-none{
display: block;
}

h2.cttl{
position: relative;
width: 92.5%;
margin: auto;
text-align: center;
font-weight: bold;
line-height: 1.9em;
font-size: 1.3em;
background-color: #FFE000;
padding: 30px 0;
letter-spacing: .14em;
}

h2.cttl::before{
content: "";
position: absolute;
width: 80px;
height: 80px;
background: url("../img/option/meo/ic-1.svg");
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 50%;
left: 5%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}


h2.cttl strong{
font-size: 1.4em;
}

h2.cttl strong span{
font-size: 1.2em;
}


#mf1 p{
margin: 0 0 50px 0;
}

#mf1 .mf-inner{
padding: 0 0 100px 0;
}

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

#mf1 .cbox img{
width: 20%;
}

#mf1 .cbox div{
width: 75%;
}

#mf1 .cbox div h2{
font-weight: bold;
font-size: 2em;
line-height: 2em;
text-align: center;
margin-bottom: 20px;
}

#mf1 .cbox div h2 strong{
color: #F49C00;
font-size: 1.4em;
margin-right: 10px;
}

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

#mf2 img.pc{
width: 100%;
margin-top: -90px;
}

#mf2 p{
margin: 50px auto;
text-align: center;
font-weight: bold;
font-size: 1.4em;
line-height: 2em;
letter-spacing: .1em;
}

#mf2 h2.cttl2{
width: 100%;
font-size: 1.2em;
padding-bottom: 20px;
margin-bottom: 5%;
}

#mf3{
background-color: #F3F3F3;
position: relative;
padding-bottom: 50px;
overflow: hidden;
}

#mf3::before{
  content: "";
  position: absolute;
  top: 0;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100px solid #fff;
}


#mf3 .tbox{
text-align: center;
}

#mf3 .tbox-inner{
display: inline-block;
}

#mf3 .tbox h3{
position: relative;
font-weight: bold;
font-size: 1.4em;
margin-bottom: 20px;
letter-spacing: .1em;
padding-top: 20px;
margin-top: 200px;
}

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

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

#mf3 ul li{
width: 30%;
background: #fff;
}

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

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

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

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

#mf3 ul li p{
line-height: 2.2em;
padding: 0 20px 10px;
}


#mf3 .ebox{
text-align: center;
}

#mf3 .ebox > div{
display: inline-block;
}

#mf3 .ebox p{
font-weight: bold;
}

#mf3 .ebox p:nth-of-type(1){
font-size: 1.5em;
}

#mf3 .ebox p:nth-of-type(2){
font-size: 2em;
color: #F49C00;
margin: 40px auto 20px;
background: linear-gradient(transparent 50%, #fff 0%);
}

#mf3 .ebox p:nth-of-type(2) strong{
font-size: 1.8em;
margin: 0 10px;
letter-spacing: .1em;
}

#mf3 .ebox p:nth-of-type(2) b{
font-size: 14px;
}

#mf3 .ebox p:nth-of-type(3){
font-size: 0.8em;
}


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

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

.sp-none{
display: none;
}

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

#pankuzu,footer #copy,#hline .mf-frame,#header .mf-frame,.mf-frame{
width: 100%;
}

h2.cttl{
width: 100%;
font-size: 1em;
padding: 90px 0 20px;
}

h2.cttl::before{
position: absolute;
width: 64px;
height: 70px;
top: 5%;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

#mf1 .mf-inner{
padding-bottom: 0;
}

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

#mf1 .cbox img{
width: 50%;
margin: auto;
}

#mf1 .cbox div{
width: 100%
}

#mf1 .cbox div h2{
font-size: 28px;
}

#mf3::before{
border-top: 50px solid #fff;
}

#mf3 .tbox h3{
margin-top: 70px;
line-height: 1.6em;
}

#mf3 .tbox h3 + img{
width: 75%;
margin: 15px auto 20px;
}

#mf3 ul{
flex-wrap: wrap;
}

#mf3 ul li{
width: 100%;
margin: 30px auto;
}

#mf3 ul li div.ibox{
height: 150px;
}

#mf3 .ebox p:nth-of-type(2) strong{
font-size: 1.4em;
}

#mf3 .ebox p:nth-of-type(3){
font-size: 1em;
}

}






















