@charset "UTF-8";
/* sec01 */
@media screen and (min-width: 769px){
  #sec01{
    margin-top: 30px;
  }
  #sec01>.txt01{
    max-width: 880px;
    margin: 0 auto 30px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
  }
}
@media screen and (max-width: 768px){
  #sec01{
    margin-top: 16px;
  }
  #sec01>.txt01{
    margin: 0 20px 15px;
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 400px){
  #sec01>ul>li>a{
    font-size: 10px;
    //white-space: nowrap;
	white-space: normal;	
  }
}

/* tips */
#sec03>h2::before{background-image: url(../images/tips/tips_icon01.png);}
#sec04>h2::before{background-image: url(../images/tips/tips_icon02.png);}
#sec05>h2::before{background-image: url(../images/tips/tips_icon03.png);}

@media screen and (min-width: 769px){
  #main .tipsBox{
    max-width: 880px;
    margin: 0 auto 50px;
    padding: 0 20px;
  }
  #main .tipsBox>h2{
    position: relative;
    margin-bottom: 25px;
    padding-left: 40px;
    font-size: 30px;
    line-height: 48px;
  }
  #main .tipsBox>h2::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }
  #main .tipsBox>dl{
  }
  #main .tipsBox>dl>dt{
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
  }
  #main .tipsBox>dl>dt>span{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    background-color: #ff8a00;
  }
  #main .tipsBox>dl>dd{
    margin-bottom: 25px;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px solid #d2d2d2;
  }
}
@media screen and (max-width: 768px){
  #main .tipsBox{
    margin: 0 10px 50px;
  }
  #main .tipsBox>h2{
    position: relative;
    margin-bottom: 20px;
    padding-left: 35px;
    font-size: 22px;
    line-height: 36px;
  }
  #main .tipsBox>h2::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 26px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 26px auto;
    background-size: 26px auto;
  }
  #main .tipsBox>dl{
  }
  #main .tipsBox>dl>dt{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }
  #main .tipsBox>dl>dt>span{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    background-color: #ff8a00;
  }
  #main .tipsBox>dl>dd{
    margin-bottom: 25px;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px solid #d2d2d2;
  }
}
@media screen and (max-width: 400px){
  #main .tipsBox>h2{
    font-size: 22px;
  }
}


/* sec03 */
@media screen and (min-width: 769px){
  #main .tipsBox>.txt01{
    margin: 0 20px 15px;
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px){
  #main .tipsBox>.txt01{
    margin: 0 0 20px 20px;
    font-size: 16px;
    line-height: 1.6;
  }  
  
}
 
/* stepbox */
@media screen and (min-width: 769px){
  .stepbox{
    width: 800px;
    margin: 0 auto 30px;
    text-align: left;
  }
  .stepbox:after {
    content:"";
    display:block;
    clear:both;
  }
}
@media screen and (max-width: 768px){
  .stepbox{
    margin: 0 20px 15px;
    text-align: left;
  }
}

/* step */
@media screen and (min-width: 769px){
  .stepbox>.img{
    float: left;
    width: 390px;
    margin: 0 25px 25px 0;
    text-align: center;
  }
  .stepbox>.img img{
    width: 100%;
    height: auto;
  }
  .stepbox>.img.w65 img{
    width: 75%;
    height: auto;
  }
  .stepbox>.read{
    float: right;
    width: 385px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px){
  .stepbox>.img{
    width: 100%;
    margin: 0 auto 25px;
  }
  .stepbox>.img.w65{
    width: 65%;
  }
  .stepbox>.img img{
    width: 100%;
    height: auto;
  }
  .stepbox>.read{
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 1.6;
  }
}

/* sec04 */
@media screen and (min-width: 769px){
  .img01{
	margin-top: 15px; 
    margin-bottom: 15px;
  }
  .img01>img{
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px){
  .img01{
	margin-top: 15px; 	  
    margin-bottom: 15px;
  }
  .img01>img{
    width: 100%;
    height: auto;
  }
}

/* backnumber */
@media screen and (min-width: 769px){
  #main .backnumber .applink{
    position: relative;
    max-width: 500px;
    margin: 0 auto 30px;
    text-align: center;
    letter-spacing: -.4em;
  }
  #main .backnumber .applink>a{
    display: inline-block;
    width: 47%;
    font-size: 16px;
    letter-spacing: normal;
  }
  #main .backnumber .applink>a img{
    width: 100%;
  }  
  #main .backnumber .applink>a:first-child{
    margin-right: 6%;
  }
}
@media screen and (max-width: 768px){
  #main .backnumber .applink{
    text-align: center;
  }	
  #main .backnumber .applink>a img{
    width: 80%;
    margin-bottom: 15px;
    text-align: center;		
  }	
}

/* txt02 */
@media screen and (min-width: 769px){
  .txt02{
    margin-top: 30px;
  }
  .txt02{
    max-width: 880px;
    margin: 0 auto 15px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
  }
}
@media screen and (max-width: 768px){
  .txt02{
    margin-top: 30px;
  }
  .txt02{
    margin: 0 20px 15px;
    font-size: 16px;
    line-height: 1.8;
  }
}

/* title */
@media screen and (min-width: 769px){
  #sec05 .title01{
    max-width: 880px;
    margin: 45px auto 15px;
    padding: 0;
    font-size: 18px;
	font-weight: bold;
    line-height: 1.8;
	
  }
}
@media screen and (max-width: 768px){

  #sec05 .title01{
    margin: 50px 20px 15px;
    font-size: 16px;
    font-weight: bold;	
    line-height: 1.8;	
  }
}
/* page sub title 0101 */
@media screen and (min-width: 769px){
  #sec01 .pageSubTitle0101{
    height: 154px;
    margin-bottom: 35px;
    color: #000;
    text-align: center;
    background: url(../images/common/pc_sub_title01_bg02.png) repeat-x center 0;
    border-bottom: 4px solid #ff8a00;
  }
  #sec01 .pageSubTitle0101>span{
    display: block;
    height: 150px;
    padding-top: 10px;
    line-height: 1.4;		
    font-size: 50px;
    background: url(../images/common/pc_sub_title01_bg01.png) no-repeat center 0;
    z-index: 0;
  }
}
@media screen and (max-width: 768px){
  #sec01 .pageSubTitle0101{
    height: 102px;
    margin-bottom: 35px;
    color: #000;
    text-align: center;
    background: url(../images/common/pc_sub_title01_bg02.png) repeat-x center 0;
    -webkit-background-size: auto 100px;
    background-size: auto 100px;
    border-bottom: 2px solid #ff8a00;
  }
  #sec01 .pageSubTitle0101>span{
    display: block;
    height: 100px;
    padding-top: 25px;
    font-size: 32px;
    background: url(../images/common/pc_sub_title01_bg01.png) no-repeat center 0;
    -webkit-background-size: auto 100px;
    background-size: auto 100px;
    z-index: 0;
  }
}
@media screen and (max-width: 400px){
  #sec01 .pageSubTitle0101>span{
    font-size: 24px;
  }
}