@media screen and (min-width: 480px){
.secHead{
height:150px;
background: url("../img/secret/top.jpg") no-repeat 0 0;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
margin-bottom:40px;
margin-top:0;
}

.secText1{
margin:0 0 20px 10px;
font-size:14px;
}

.secText2{
font-size:14px;
line-height:150%;
color:#FF6803;
margin:0 0 40px 10px;
}

.secText2 a{
color: #fc6810;
}

.secText2 a:hover{
color: #000000;
}



.underLine{
text-decoration:underline;
}

.secBox1{
width:695px;
height:30px;
border:1px solid #D3D0D1;
border-radius:10px;
margin:0 0 30px 10px;
padding:12px 0 0 10px;
color:#FF6803;
font-size:16px;
}

.secBox2{
width:698px;
height:180px;
background: url("../img/secret/secret01.jpg") no-repeat 100% 0;
margin-bottom:80px;
}

.secBox3{
width:698px;
height:180px;
background: url("../img/secret/secret02.jpg") no-repeat 100% 0;
margin-bottom:230px;
}

.secBox4{
width:698px;
height:180px;
background: url("../img/secret/secret03.jpg") no-repeat 100% 0;
margin-bottom:180px;
}

.boxText1{
width:400px;
margin:0 0 20px 10px;
line-height:180%;
}

.boxText2{
width:500px;
margin:0 0 30px 10px;
line-height:180%;
}

.boxText3{
width:698px;
margin:0 0 20px 10px;
line-height:180%;
}

.boxTextC1{
color:#4C3E97;
font-weight:bold;
margin:0px 0 40px 10px;
font-size:15px;
}

.boxTextC2{
color:#5A8C0E;
font-weight:bold;
margin:0px 0 50px 10px;
font-size:20px;
text-decoration:underline;
line-height:160%;
padding-bottom:5px;
}

.lowerLine{
width:698px;
border-bottom:1px solid #D3D0D1;
margin-bottom:40px;
}
}
@media screen and (max-width: 479px){
.secHead{
height: 100px;
    background: url(../img/secret/top.jpg) no-repeat 0 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    /* margin-bottom: 40px; */
    margin-top: 0;
    background-size: contain;
}

.secText1{
margin:0 0 20px 10px;
font-size:14px;
}

.secText2{
font-size:14px;
line-height:150%;
color:#FF6803;
margin:0 0 40px 10px;
}

.secText2 a{
color: #fc6810;
}

.secText2 a:hover{
color: #000000;
}



.underLine{
text-decoration:underline;
}

.secBox1{
border:1px solid #D3D0D1;
border-radius:10px;
margin:0 0 10px 10px;
padding:12px 0 12px 10px;
color:#FF6803;
font-size:16px;
}

.secBox2{
    background: url(../img/secret/secret01.jpg) no-repeat;
    padding-bottom: 200px;
    margin-bottom: 20px;
    background-position: center bottom;
}

.secBox3{
    margin-bottom: 20px;
}

.secBox4{

    background: url(../img/secret/secret03.jpg) no-repeat;
    padding-bottom: 200px;
    margin-bottom: 20px;
    background-position: center bottom;
}

.boxText1{

margin:0 0 20px 10px;
line-height:180%;
}

.boxText2{

margin:0 0 30px 10px;
line-height:180%;
}

.boxText3{

margin:0 0 20px 10px;
line-height:180%;
}

.boxTextC1{
color:#4C3E97;
font-weight:bold;
margin:0px 0 40px 10px;
font-size:15px;
}

.boxTextC2{
    color: #5A8C0E;
    font-weight: bold;
    /* margin: 0px 0 50px 10px; */
    font-size: 16px;
    text-decoration: underline;
    line-height: 160%;
    padding-bottom: 5px;
    padding-top: 20px;
}

.lowerLine{

border-bottom:1px solid #D3D0D1;
margin-bottom:40px;
}
}