@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo');
*, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; }
body {  
  margin: 0 0; 
  background:#fffcf3 url(https://www.easywin.com.tw/AD/114/0526/img/bg.png);
  background-size:100%;
  background-position: top center;
  font-size: 1.1em;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-weight: 300;
  overflow-x: hidden;
  font-family: "Arial","Noto Sans TC" , sans-serif;
}
#gotop {
width:3.8em;
height:3.8em;
text-align: center;
border:1px solid #ddd;
position: fixed;
right: 10px;
bottom: 10vh;
border-radius:50%;
padding:6px 0px;
font-size:0.9em;
background: rgba(0,0,0,0.7);
border: 1px;
color: white;
cursor: pointer;
z-index: 300;

}

@media screen and (max-width:46em){
  #gotop {
  font-size:13px;
  padding-top: 5px;
  bottom:65px;
  }
  body {
  background:#fff1cc url(img/bg.png)center top;
  background-size:100%;
}
}
h1,h2,h3,h4,h5,h6,p,ul,ol { margin: 0;padding: 0;font-weight: 400; }
table {border-collapse: collapse;border-spacing: 0;}
@media (min-width:55em) {.br_d {display: none !important;}}
@media (max-width: 767px) {.hidden-xs {display: none !important;}}
@media (min-width: 768px) and (max-width: 991px) {.hidden-sm {display: none !important;}}
@media (min-width: 992px) and (max-width: 1199px) {.hidden-md {display: none !important;}}
@media (min-width: 1200px) {.hidden-lg {display: none !important;}}
a {text-decoration: none;}
article {
    padding: 5vh 0vw;

}
article h3 {
  font-size: 1.6em;
  line-height: 1.8;
  padding-bottom: 1vh;
  font-weight: 300;
  color: #874a0e;
  text-align: center;
}
article h3 span {
  font-family: "Teko", "Noto Sans TC", "Arial", sans-serif;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 900;
  display: block;
}
article h3 span::before{
    content: '＼';
    font-size:35%;
    padding: 1vw;
}
article h3 span::after{
   content: '／';
   font-size:35%;
   padding: 1vw;
}
article h4 {
   color: #ff9427;
   font-size: 1em;
}
@media screen and (max-width: 55em) {
    article {
    padding: 5vh 0vw;
    /* padding: 5vh 20vw 5vh 5vw; */
}
}
@media screen and (max-width: 40em) {
    article h3 {
  font-size: 1.5em;
  line-height: 1.8;
  padding-bottom: 1vh;
  font-weight: 300;
  color: #874a0e;
  text-align: center;
}
  article h3 span {
    font-size: 1.2em;
    text-align: center;
  }
}

#sale {
    background:#ffeddb;
    background-size: 35%;
    border-radius: 1em;
    color:#722b0a;
    text-align: center;
    font-size: 1.1em;
    color: #fff;
  }

#sale ol {
    list-style: none;
    margin: 5vh 0 0 0;
    padding: 0;
    font-weight: 500;
    font-size:1.05em;
    line-height: 1.6;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    color:#501729;
  }
  #sale ol li {
    position: relative;
    list-style: none;
    width:30.5%;
    padding:3vh 0 ;
    margin: 1vh auto;
    background-color: #fff;
    border: saddlebrown solid 1px;
    border-radius: 1em;

  } 
  #sale ol li:last-child {
    width: 100%;
    background: none;
    margin-top: 3vh;
    padding: 0 ;
  }
  #sale ol strong {
    font-size: 3em;
    font-family: "Mukta";
    color: #ff3911; 
    line-height: 1.2;
  }
  
  #sale a,#sale a:hover {
    color: #29bf00;
    font-family: "baloo","Noto Sans TC" , sans-serif;
    font-size: 2.8em;
    line-height: 1.2;
  }

  @media screen and (max-width: 55em) {
    #sale {
        padding: 5vh 5vw; 
        letter-spacing: 0;
      }
    #sale ol {
        font-size:1em;
        margin: 0;
        background: #fff;
        border-radius: 1em;
      }
      #sale ol li,#sale ol li:last-child {
        width:100%;
        padding:2vh 0 ;
        margin: 2vh 0;
        border: 0px;
        border-bottom: dashed 1px #ddd;
      } 
      #sale ol li:last-child {
        border-bottom: dashed 0px #ddd;
      }
      #sale ol strong { font-size: 3em; }
 
      #sale a,#sale a:hover {
        font-size:2.5em;
      }
  
      #sale ol li:last-child {
        color: #501729;
    }
  }

#exam {
    text-align: center;
}
#exam .one{
  display: flex;
  display: -webkit-flex;
  list-style: none;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 2vh;
  line-height: 1.5;
}
#exam .one li {
  position: relative;
  margin: 1vh 0vw;

}
#exam ol strong {
  color:#138b59;
  display: block;
  font-size: 122%;
  font-weight: 600;
}
#exam  ol time {
  font-family: "Mukta", "Noto Sans TC", "Arial", sans-serif;
  font-size: 1.15em;
  line-height: 3;
  padding: 0.5vh 1vw ;
  background: #138b59;
  border-radius: 1em;
   color: #fff;
}
#exam ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    list-style: none;
}
#exam  ul li  {
   border: solid 1px #ffc53f;
   background-color: #fff;
   border-radius: 1em;
   margin: 1vh 0;
   color: #3d3636;
   width: 32%;
   position: relative;
   padding: 3vh 1vw;
}
#exam  ul li strong {
   display: block;
   font-size: 1.35em;
   font-weight: 300;
   line-height: 1.35;
   color: #ff903c;
   padding-bottom: 3vh;
}
@media (max-width:55em) {

 #exam ol {
  flex-wrap: wrap;
}

#exam ol strong {
  font-size: 105%;
}
#exam  ul li  {
   width: 32%;
}
#exam  ul li strong {
   display: block;
   font-size: 1.25em;
   font-weight: 300;
   line-height: 1.35;
   color: #ff903c;
   padding-bottom: 3vh;
}
}
@media (max-width:40em) {

#exam .one li {
  width: 19%;
  height: auto;
  margin-bottom: 3vh;
  font-size: 80%;
}
#exam .one li:last-child{
  display:none;
}
#exam ol strong {
  font-size: 105%;
}
#exam  ul li  {
   width: 100%;
}
}

#teacher section {
    padding: 0;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    

}

#teacher h3 img{
   width:250px
}
#teacher ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    list-style: none;
}
#teacher ul li  {
   border: solid 1px #ffc53f;
   border-radius: 1em;
   margin: 1vh 0;
   color: #3d3636;
   width: 48%;
   position: relative;
}
#teacher ul li img {
    width: 35%;
    position: absolute;
    bottom: 0;
    left: -1vw;
}
#teacher ul li p{
    background-color: orange;
    color: #fff;
      padding: 3vh 2vw 3vh 5vw;
    margin-left:9vw;
}
#teacher ul li p strong,
#teacher ul li p span,
#teacher ul li p em{
    display: block;
}
#teacher ul li p strong {
    font-size: 2em;
    line-height: 1.35;
}
#teacher ul li p em {
    padding-top: 2vh;
    color: #874a0e;
    
}
#teacher .two {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: stretch;
  margin: auto;
  width: 100%;
      margin-top: 1vh;
    margin-bottom: 1vh;
}
#teacher .two li {
  list-style: none;
  text-align: left;
  margin-bottom: 3vh;
  width: 22%;
  

}
#teacher .two strong {
  background-color: #ff9e00;
  border-radius: 1em;
  padding: 0.5vh 1vw;
  margin-right: 1vw;
  font-size: 1.2em;
  color: #fff; 
    text-align: center;
}
#teacher .two span {
  color: #ff9e00;
}
.opsp-main .adtext p {
    line-height: 1.68;
    font-size: 1em;
}
@media screen and (max-width: 55em) {
    #teacher h3 img{
   width:180px
}
#teacher ul li img {
    width: 35%;
    position: absolute;
    bottom: 0;
    left: -5vw;
}
    #teacher ul li p strong {
    font-size: 1.5em;
}
#teacher ul li p{
    background-color: orange;
    color: #fff;
      padding: 3vh 3vw 3vh 12vw;
    margin-left:15vw;
    font-size: 85%;
}
#teacher ul li  {
   border: solid 1px #ffc53f;
   border-radius: 1em;
   margin: 1vh 0;
   color: #3d3636;
   width: 100%;
   position: relative;
}
 #teacher .two {
    flex-wrap: wrap;
    width: 100%;
}
#teacher .two li {
  width: 45%;
  margin: 2vh 0;
}
#teacher .two strong {
  padding: 0.5vh 2.5vw;
  font-size: 1.1em;
}
}


#cer h5{
    color: #1aa696;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size:1.2em;
    text-align: left;
    line-height: 1.2;
    padding: 0 0 0 2vw;
}
#cer h4 {
    color: #333;
    font-size: 1.3em;
}
#cer h4 i {
    color:  #ffbd8b;
    padding-left: 1vw;
}
#cer h5 span {
    color:  #ffb276;
    font-size:3em;
    line-height: 1.2;
    font-family: "Arial","Noto Sans TC" , sans-serif;
    font-weight: 900;
    text-align: right;
    display: block;
}
#cer .ads {
    border:#b8ddff solid 1px;
    padding: 2vh 2vw;
      background: #ebf5ff url(https://www.easywin.com.tw/AD/114/0206/img/talk.png)no-repeat top left 5vw;
    background-size:22%;
     text-align: right;
}
@media screen and (max-width:40em) {
    #cer h5{
    font-size:1.5em;
    padding: 0;
    text-align: left;
}
#cer h4 {
    color: #333;
    font-size: 1.2em;
}

#cer h5 span {
    font-size: 2em;
    font-family: "Arial","Noto Sans TC" , sans-serif;
    display: block;
    text-align: right;
}
#cer .ads {
    border:#b8ddff solid 1px;
    padding:1vh 5vw 8vh 5vw;
      background: #ebf5ff url(https://www.easywin.com.tw/AD/114/0206/img/talk.png)no-repeat bottom -6vh left -1vw;
    background-size:42%;
     text-align: right;
}
}

#leam {
    text-align: center;
}
#leam table {
    width: 100%;
    margin:8vh auto 5vh;
    text-align: center;
    font-family: "Mukta", "Noto Sans TC", "Arial", sans-serif;
} 
#leam table caption {
      color: #138b59;
      font-size: 2em;
      font-weight: 600;
        line-height: 1.3;
      
}
#leam table td,#leam table th {
    padding: 1vh 1vw;
    font-size: 1.2em;
    position: relative;
}
#leam table td:first-child {
    width: 35%;
}
#leam table tr { 
    border-bottom: solid 1px;
}
#leam table strong{
    font-size: 2em;
    font-weight: 800;
    color: #138b59;
    line-height: 1;
}
#leam table h6 {
  position: absolute;
  top: -1vh;
  left: 0;
  font-size: 0.8em;
  background: #fb2e1c;
  border-radius: 1em;
  padding:3px 8px;
  font-weight: 600;
  color: #fff;
   -moz-transform:rotate(-2deg);
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
   transform:rotate(-2deg);
}
#leam time {
  font-size: 0.8em;
  line-height: 3;
  padding:3px 8px;
  margin-left: 0.5vw;
  background: #138b59;
  border-radius: 1em;
   color: #fff;
}
#leam ul {
    margin: 0;
    margin-bottom: 5vh;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;
    align-items: stretch;
    list-style: none;
}
#leam ul li {
    background-color: #eeeaeaa2;
    width: 32%;
    border: solid 1px #d6f7b4; 
    border-radius: 2em;
    padding:  3vh 3vw;
    color:#0b7142;
}
#leam ul li strong {
    font-size: 1.65em;
    font-weight: 600;
    padding: 1vw;
    color:#0b7142;
    
}
#leam ul li mark {
    background-color:#dfa84e;
    border-radius: 1em;
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 3px 8px;
}
#leam ul h6 {
    font-weight: 600;
    font-size: 1em;
    color:#0b7142;
    padding: 1vh 1vw;
    
}
#leam ul p {
    text-align: left;
    color: #000;
    font-size: 98%;
}
#leam ul p i {
    color: #fed365;
    padding-right: 0.5vw;
}
#leam ul img {
    width:68px;
    height:68px;
    border-radius: 50%;
    border: solid 1px #d6f7b400;
    background-color: blanchedalmond;

}

@media screen and (max-width:65em) {
    #leam table caption {font-size: 1.5em;}
    #leam table strong{font-size: 1.25em;}
    #leam ul li strong {font-size: 1.35em;}
    #leam table td,#leam table th {
        padding: 2vh 0.5vw;
        font-size: 1em;
    }
    #leam  ul {
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 5vh;
  }
#leam ul li {
    background-color: #eeeaeaa2;
    width: 100%;
    margin-bottom: 2vh;
}
}

#apply {
    text-align: center;
    padding: 0;
}
#apply table {
    width: 100%;
    margin:8vh auto 5vh;
    text-align: center;
    font-family: "Mukta", "Noto Sans TC", "Arial", sans-serif;
    background-color: #fff;
    table-layout: fixed;
    border: solid 1px;
} 
#apply table caption {
      color: #5e380d;
      color: #fff;
}
#apply table thead {
    background-color:#5e380d;
}

#apply table td,#apply table th {
    padding: 0.6vh 0.5vw;
        color: #dfa84e;
    /* font-size: 1.15em; */
     border-bottom: solid 1px #d5b171;
    border-right: solid 1px  #d5b171;
}
#apply table thead td,
#apply table thead th {
    color: #fff;
    font-weight: 500;
    border-bottom: solid 1px;
    border-right: solid 1px;
    
}
#apply table thead td{
    background-color:#efefef;
    color: #814c10;
}
#apply table th:first-child { 
    width: 22%;
    font-weight: 500;

   
}
#apply table tbody tr:nth-child(2n) td, #apply table tbody tr:nth-child(2n) th{
    background-color: #fffbf0;
}
#apply table tbody th:first-child {
    color: #5e380d;
}
#apply table small{
    display: block;
    color: #5e380d;
    font-weight: 600;
}
#apply table thead th {
    position: relative;
}
#apply table thead th h4 {
    position: relative;
    margin-top: -2vh;
    font-weight: 900;
    font-size:2em;
    line-height: 1.35;
    color: #fff;


}
@media screen and (max-width:55em) {
    #apply table td,#leam table th {
        padding: 1vh 0.5vw;
        font-size: 0.9em;
    }
#apply table thead th h4 {
    font-size:1.35em;
    line-height: 1.35;
   

}
#apply table th:first-child { 
    width: 38%;
    font-weight: 500;
    font-size: 90%;
    
   
}
}
#pht_class {
  /* background:#ffd4a2; */
  border-radius: 1em;
  margin: auto;
  text-align: center;
  letter-spacing: 0.5px;
}


#pht_class ul {
  list-style: none;
  padding: 0;
  margin: auto;
  display: flex;
  display: -webkit-flex;
  font-size: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#pht_class ul strong {
  display: block;
  font-size:1.5em;
  line-height: 1.6;
  color:#855022;
  padding: 1vh 0;

}
#pht_class ul li {
  width:22%;
  border-radius: 2em;
  margin: 1vh 0.2vw;
  text-align: center;
  padding: 3vh 1vw;
}
#pht_class ul li img {
  width: 100%;
  border:solid 1px #ffe1e1;
  border-radius: 50%;
}

@media screen and (max-width: 40em) {
  
#pht_class {
  padding: 5vh 2vw;
}
#pht_class ul {
  list-style: none;
  padding: 0;
  margin: auto;
  display: flex;
  display: -webkit-flex;
  font-size: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#pht_class ul strong {
  display: block;
  font-size:1.5em;
  line-height: 1.2;
  color:#ff9970;
  padding: 1vh 0;

}
#pht_class ul li {
  width:46%;
  font-size: 95%;

}
#pht_class ul li img {
  width: 100%;
  border:solid 1px #f3f3f3;
}

#pht_class ul i {
  font-size: 2.2em;
  color: #ffffff;
  display: block;
  padding-bottom: 1vh;
}
}
#good {
    margin: 3vh 0;
    border-radius: 3em;
    font-size: 1.05em;
      background-color:rgba(255, 255, 255, 1.0);
  }
  #good ul {
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    
  }
 #good ul li {
    width: 48%;
    margin: 2vh 0;
    display: flex;
    display: -webkit-flex;
    list-style: none;
    justify-content: space-between;
    align-items:flex-start ;
    position: relative;
  }
 #good img {
    width: 18%;
    height: auto;
    border-radius:50%;
    border: solid 1px #3f3997;
    box-shadow: 5px 8px 0 #e8d4d5;
      position: absolute;
  right: 3vw;
  top: -2vh;
  background-color: #dff5ff;
  }
 
 #good p {
    width: 100%;
    padding: 3vh 2vw;
    line-height: 1.8;
  }
   #good strong {
     font-weight: 500;
     color:#ffa42e;
   }
 #good span{
    font-size: 1.5em;
    font-weight: 400;
    color:#985a3b;
    padding-bottom: 3vh;
  }
  #good kbd {
    padding: 1vh 1vw;
    background:#ff4542 ;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
    border-radius: 1em;
  }

  @media (min-width: 50em) {#good .br {display: none;}}

  @media (max-width: 50em){
    
    #good {
        margin: 1vh 0;
        padding: 5vh 1vw;
        border-radius: 0em;
        background-color:rgba(255, 243, 243, 0.0);
      }
 #good ul,#good ul li {flex-wrap: wrap;    font-size: 100%;}
 #good ul li {width: 100%; margin: 3vh 0;position: relative;}
 #good strong {
    font-size:1em;
  }
   #good span{
    font-size: 1.25em;
    font-weight: 400;
    color:#6c6ed9;
    padding: 2vh 0 0;
    display: block;
     line-height: 1.35;
    
  }
 #good img { 
  width: 30%;

}
 #good p {
    padding: 3vh 3vw; 
    border-radius: 1em ;
    background-color: #fff;
    border: solid 1px #e9e9e9; 
  }
}


#faq {
    text-align:center ;
    position: relative;
    font-weight: 400;
}

#faq section {
  position: relative;
}
#faq details {
  background: url(https://www.easywin.com.tw/ad/113/0308/img/bg_3.png)  #fffce9 repeat;
    background-size: 1%;
    border-bottom: #86d135 3px dashed;
    border-left: #86d135 12px solid;
    padding: 3vh 8vw;
    margin: auto;
    text-align: left;
}

#faq summary {
    position: relative;
    
}
#faq details summary::marker {
    font-size: 0;
}
#faq details summary::after {
    content:"+ more";
    font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
    position: absolute;
    right: -2vw;
   
    color: #86d135;
}
#faq details[open] summary::after {
    content:"-close";
    font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
    position: absolute;
    right: -2vw;

}
#faq details[open] {
  border:dashed 5px #86d135;
  border-radius: 1em;
  background: rgba(255, 255, 255, 0.68);
  background-size: 100%;
  margin: 3vh 0;
  padding-bottom: 5vh;
}
#faq details[open] summary {
  margin-bottom:1vh;
  border-radius: 0.5em 0.5em 0 0;
  border-bottom: solid 1px #d6f7b4;
  padding-bottom: 1vh;
  color:  #0c6252;
  font-weight: 600;
}
#faq details p span {
    font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
    font-size: 1.5em;
    line-height: 1.35;
    color: #ffb5a2;
    display: block;

}
#faq details p span::after {
    content: ':';
    padding: 0 1vw;
}
#faq details p small {
    font-size: 15px;
}
#faq summary h5 span {
    font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
    position: absolute;
    background-color: #0c6252;
    border-radius: 50%;
    font-size: 1.5em;
    color: #fff;
    padding: 0 12px;
    left: -3.8vw;
    top:2vh;
}
#faq h4 {
    font-size: 1.5em;
    margin-top:5vh;
}
#faq h6{
    font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
    position: absolute;
    top:-6vh;
    left:5vw;
    font-size:6em;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 0.15em 0px #0c6252, 0.01em -0.03em 0 #0c6252, 0.08em 0.005em 0 #0c6252, 0em 0.08em 0 #0c6252, 0.05em 0.08em 0 #0c6252, 0px -0.05em 0 #0c6252, -0.06em -0.05em 0 #0c6252, -0.08em 0.08em 0 #0c6252, -0.09em 0 0 #0c6252;
    -moz-transform:rotate(-2deg);
    -webkit-transform:rotate(-2deg);
    -o-transform:rotate(-2deg);
    -ms-transform:rotate(-2deg);
   transform:rotate(-2deg);
  }
  #faq h6 span {
    font-size: 0.35em;
    text-shadow:
    0 0.15em 0px #0c6252, 
    0.01em -0.03em 0 #0c6252, 
    0.08em 0.005em 0 #0c6252, 
    0em 0.08em 0 #0c6252, 
    0.05em 0.08em 0 #0c6252, 
    0px -0.05em 0 #0c6252,
     -0.06em -0.05em 0 #0c6252,
     -0.08em 0.08em 0 #0c6252,
     -0.09em 0 0 #0c6252;
}
#faq mark {
    background-color: #d6f7b4;
}
#faq p ins {
    color: #5f9f1e;
    font-weight: 600;
}
#faq em {
    font-size: 90%;
    line-height: 1.35;
    color: #999;
}
#faq ol{
    padding: 0 0 0 21px;

}
@media screen and (max-width:65em) {
    #faq {
        padding:5vh 2vw;
    }

    #faq details {
      background: url(https://www.easywin.com.tw/ad/113/0308/img/bg_3.png)  #fffce9 repeat;
        background-size: 2%;
        padding: 3vh 6vw;
    }

    #faq details p span {
        font-size: 1.35em;
        line-height: 1.35;
        color: #ffb5a2;
        display: block;
    
    }
    #faq summary h5 span {
        font-family: "Baloo", "Noto Sans TC", "Arial", sans-serif;
        position: absolute;
        background-color: #0c6252;
        border-radius: 50%;
        font-size: 1.5em;
        color: #fff;
        padding: 0 10px;
        left: -3.8vw;
        top:-1vh;
    }
    #faq h6{
        font-size:3.5em;
        text-shadow: 0 0.15em 0px #0c6252, 0.01em -0.03em 0 #0c6252, 0.08em 0.005em 0 #0c6252, 0em 0.08em 0 #0c6252, 0.05em 0.08em 0 #0c6252, 0px -0.05em 0 #0c6252, -0.06em -0.05em 0 #0c6252, -0.08em 0.08em 0 #0c6252, -0.09em 0 0 #0c6252;
        -moz-transform:rotate(-2deg);
        -webkit-transform:rotate(-2deg);
        -o-transform:rotate(-2deg);
        -ms-transform:rotate(-2deg);
       transform:rotate(-2deg);
      }
      #faq h6 span {
        font-size: 0.4em;
        text-shadow:
        0 0.15em 0px #0c6252, 
        0.01em -0.03em 0 #0c6252, 
        0.08em 0.005em 0 #0c6252, 
        0em 0.08em 0 #0c6252, 
        0.05em 0.08em 0 #0c6252, 
        0px -0.05em 0 #0c6252,
         -0.06em -0.05em 0 #0c6252,
         -0.08em 0.08em 0 #0c6252,
         -0.09em 0 0 #0c6252;
    }

}

  #sp {
    text-align: center;
    padding: 5vh 0vw ;
  }
 
  #sp .sp{
    width: 100%;
    margin: auto;
  }

  #sp ul {
    display: flex;
    display: -webkit-flex;
    margin: 0;
    margin-bottom: 5vh;
    align-items: stretch;
    justify-content: space-around;
    list-style: none;
  }
   #sp ul li {
    width: 48%;
    border-radius: 2em;
      padding: 2vh 0vw 3vh;
   }
  #sp ul span {
  font-weight: 600;
  color:  #5459cd;
  font-size: 130%;
   display: block;
  line-height: 1.5;
  padding: 2vh 0 1vh;
}
#sp ul strong {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffb100;
  border-bottom:solid 8px ;
  padding-bottom: 1vh;
}
#sp ul small{
  font-size: 12px;
 
  
}

  #sp a, #sp a:hover {
    background:#15a305;
    color: #fff;
    font-weight: 600;
    border-radius: 1em;
    padding: 2vh 2vw;
    margin-top: 3vh;
    font-size: 1.8em;
    /* #5459cd */
}
@media (max-width: 40em){
  #sp .sp{
    width: 100%;
    margin: auto;
  }
  #sp ul {
    flex-wrap: wrap;
  }
   #sp ul li {
    width: 100%;
    padding: 3vh 3vw 2vh;
    margin-bottom: 2vh;
   }
  #sp ul span {
  font-size: 125%;
 
}
#sp ul strong {
  font-size: 2em;
   margin-bottom: 2vh;
  
}


}