@charset "UTF-8";
/*
@mixin fz($fzSize) {
	font-size: $fzSize + px;
	font-size: ($fzSize / 10) + rem;
}
*/
@media screen and (max-width: 769px) {
  /*----------------------------------------
  	General
  ----------------------------------------*/
  p {
    margin-bottom: 5vw;
    font-size: 13px;
    font-size: 4.0625vw;
    color: #333;
    line-height: 160%;
  }

  li {
    margin-bottom: 3.125vw;
    font-size: 20px;
    font-size: 6.25vw;
    list-style: none;
    font-weight: bold;
    line-height: 130%;
  }

  br {
    display: none;
  }

  .break {
    display: block;
  }

  .break-sp {
    display: block;
  }

  .img-r {
    margin: 0 0 6.25vw 6.25vw;
    float: right;
  }

  .img-l {
    margin: 0 6.25vw 6.25vw 0;
    float: left;
  }

  .of-h {
    width: 100%;
    overflow: hidden;
  }

  #modal {
    display: none;
  }

  .serif {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  }

  p:last-child,
  li:last-child,
  dl:last-child,
  dd:last-child,
  .inner:last-child,
  .text:last-child {
    margin-bottom: 0 !important;
  }

  /*----------------------------------------
  	List
  ----------------------------------------*/
  ol {
    padding: 0;
    counter-reset: my-counter;
    list-style: none;
  }
  ol li {
    margin-bottom: 3.125vw;
    padding-left: 6.25vw;
    position: relative;
  }
  ol li:before {
    margin-left: -9.375vw;
    width: 5.9375vw;
    height: 5.9375vw;
    display: block;
    text-align: center;
    color: #222;
    font-weight: normal;
    float: left;
    background-color: #fff;
    border-radius: 50%;
    content: counter(my-counter);
    counter-increment: my-counter;
  }

  .list-green {
    padding: 10% 10% 5% 10%;
    background: #24b7b5;
    background: linear-gradient(to right, #24b7b5 0%, #67bf75 100%);
  }
  .list-green li {
    margin-bottom: 5%;
    font-size: 14px;
    font-size: 4.375vw;
    color: #fff;
  }

  .list-orange {
    padding: 10% 10% 5% 10%;
    background: #ff8837;
    background: linear-gradient(to right, #ff8837 0%, #ff215c 100%);
  }
  .list-orange li {
    margin-bottom: 5%;
    font-size: 14px;
    font-size: 4.375vw;
    color: #fff;
  }

  .check {
    padding: 10% 10% 5% 15%;
  }
  .check li {
    position: relative;
  }
  .check li::after {
    display: block;
    content: '';
    position: absolute;
    top: 5px;
    left: -10%;
    width: 16px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }

  /*----------------------------------------
  	.movie
  ----------------------------------------*/
  .movie {
    margin: 0 0 5% 0 !important;
    padding: 0 !important;
  }
  .movie dt {
    margin: 0 !important;
    padding: 5% !important;
    font-size: 16px;
    font-size: 5vw;
    color: #fff;
    line-height: 140% !important;
    font-weight: bold;
    background: #c4004f;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
    border: none !important;
  }
  .movie i {
    margin-right: 3%;
    font-size: 22px;
    font-size: 6.875vw;
  }

  /*----------------------------------------
  	.comment
  ----------------------------------------*/
  .comment {
    margin-bottom: 5%;
    padding: 5%;
    border: 1px dotted #333;
  }
  .comment p {
    font-size: 13px;
    font-size: 4.0625vw;
  }

  /*----------------------------------------
  	#btn-float
  ----------------------------------------*/
  #btn-float {
    padding: 0 5%;
    width: 100%;
    position: fixed;
    bottom: 10px;
  }
  #btn-float i {
    font-size: 20px;
    font-size: 6.25vw;
  }
  #btn-float a {
    margin: 0 auto;
    padding: 3% 0;
    width: 100%;
    font-size: 18px;
    font-size: 5.625vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    letter-spacing: -0.05em;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0 1.5625vw 0 #176802;
    text-shadow: 0 0.3125vw 0 #333;
    cursor: pointer;
  }
  #btn-float a span {
    font-weight: bold;
    color: #fff !important;
  }

  /*----------------------------------------
  	#global-header
  ----------------------------------------*/
  #global-header-top {
    padding: 5% 0;
    width: 100%;
    text-align: center;
    background: #cc0974;
  }
  #global-header-top .timer {
    margin: 0 auto;
    width: 100%;
    background: none;
  }
  #global-header-top p {
    margin-bottom: 0 !important;
    font-size: 8px;
    font-size: 2.5vw;
    color: #fff;
    line-height: 180%;
  }
  #global-header-top a {
    margin: 5% auto 0;
    padding: 5%;
    width: 90%;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    transition: all .3s ease;
    border-radius: 10px;
  }
  #global-header-top a:hover {
    color: #fff;
    background: #000;
  }
  #global-header-top br {
    display: block;
  }
  #global-header-top span {
    margin-top: 1%;
    padding: 1% 3%;
    font-size: 18px;
    font-size: 5.625vw;
    text-shadow: 1px 1px 0px #000;
    background: #ef2617;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 0 5px #000;
  }

  /*
  	#global-header1 {
  		background: url(../images/back-global-header1.png) no-repeat center top;
  	}
  */
  /*
  	#global-header2 {
  		background: url(../images/back-global-header2.png) no-repeat center top;
  	}
  */
  /*----------------------------------------
      #global-footer
  ----------------------------------------*/
  #global-footer {
    text-align: center;
    background: #fff;
  }
  #global-footer li {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 5vw;
    color: #fff;
    background: #333;
    border-bottom: 1px dotted #fff;
  }
  #global-footer a {
    padding: 5%;
    color: #fff;
    display: block;
  }
  #global-footer .copyright {
    margin-bottom: 0;
    padding: 3%;
    font-size: 14px;
    font-size: 4.375vw;
    color: #666;
  }
  #global-footer .space {
    padding-bottom: 16%;
  }

  /*----------------------------------------
  	.product
  ----------------------------------------*/
  /*
  	.product {
  		background: url(../images/back-contentsList.jpg) no-repeat center top;
  		
  		.timer {
  			margin: 0 auto 5%;
  			padding: 5% 0;
  			width: 100%;
  			text-align: center;
  			background: rgba(0,0,0,.8);
  		
  			p {
  				margin-bottom: 5px !important;
  				@include fz_vw(18);
  				color: #FFF;
  				font-weight: bold;
  				line-height: 200%;
  			}
  			
  			a {
  				margin: 5% auto 0;
  				padding: 5%;
  				width: 90%;
  				font-weight: bold;
  				color: #333;
  				text-decoration: none;
  				background: #fff;
  				display: block;
  				transition: all .3s ease;
  				border-radius: 10px;
  				
  				&:hover {
  					color: #fff;
  					background: #000;
  				}
  			}
  			
  			br {
  				display: block;
  			}
  			
  			span {
  				padding: 0 2%;
  				@include fz_vw(18);
  				background: #ef2617;
  				background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
  				display: inline-block;
  				border-radius: 5px;
  			}
  		}
  		
  		.menu {
  			margin-bottom: 5%;
  			
  			li {
  				margin-bottom: 0;
  			}
  			
  			.product-contentsList {
  				margin-bottom: 0%;
  			}
  			
  			.product-bonus {
  				margin-bottom: 6%;
  			}
  		}
  		
  		.aside {
  			width: 100%;
  			
  			li {
  				margin-bottom: 0;
  			}
  			
  			.consulting {
  				background: #ff9300;
  				
  				.operator {
  					margin-bottom: 0;
  					padding: 3%;
  					@include fz_vw(13);
  					color: #fff;
  					text-align: center;
  					background: #000;
  				}
  			}
  		}
  	}
  	
  	.attention {
  	    margin-bottom: 0;
  	    padding: 5% 5% 1%;
  	    width: 100%;
  	    text-align: left;
  	    background: #fff;
  	  
  	    dt {
  	        margin-bottom: 5%;
  	        padding: 2%;
  	        @include fz_vw(14);
  	        font-weight: bold;
  	        border-bottom: 1px dotted #333;
  	        border-left: get_vw(3) solid #900;
  	    }
  	      
  	    dd {
  	        margin-bottom: 10%;
  	    }
  	      
  	    p {
  	        margin-bottom: get_vw(10);
  	        @include fz_vw(8);
  	        line-height: 160%;
  	    }
  	      
  	   .ifrm-container {
  	        width: 100%;
  	        height: 100px;
  	        overflow: auto;
  	        -webkit-overflow-scrolling: touch;
  	        display: inline-block;
  	        border: solid 1px #bbb;
  	          
  	        iframe{
  	            width: 100%;
  	            height: 100%;
  	            display: block;
  	            border: none;
  	        }
  	    }
  	}
  
  	.product-btn-m {
  		margin: 0 auto 5%;
  		width: 100%;
  		
  		dt {
  			padding: 5% 0;
  			@include fz_vw(25);
  			color: #fff;
  			font-weight: bold;
  			text-align: center;
  			background: #009245;
  		}
  		
  		dd {
  			padding: 5% 0 2%;
  			text-align: center;
  			background: rgba(255,255,255,.9);
  			border-right: 5px solid #009245;
  			border-bottom: 5px solid #009245;
  			border-left: 5px solid #009245;
  		}
  	}
  	
  	.product-btn-y {
  		margin: 0 auto 5%;
  		width: 100%;
  		
  		dt {
  			padding: 5% 0;
  			@include fz_vw(25);
  			color: #fff;
  			font-weight: bold;
  			text-align: center;
  			background: #e21352;
  		}
  		
  		dd {
  			padding: 5% 0 2%;
  			text-align: center;
  			background: rgba(255,255,255,.9);
  			border-right: 5px solid #e21352;
  			border-bottom: 5px solid #e21352;
  			border-left: 5px solid #e21352;
  		}
  	}
  	
  	.btn-green1 {
  		margin: 0 auto;
  		padding: 0 5% 5%;
  		width: 100%;
  		
  		a {
  			margin: 0 auto;
  			padding: 5%;
  			width: 100%;
  			@include fz_vw(25);	        
  			color: #fff;
  			line-height: 160%;
  			font-weight: bold;
  			text-align: center;	        
  			text-decoration: none;
  			display: block;
  			background-color: #1ca800;
  			background-size: 100%;
  			background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
  			border-radius: 50px;
  			box-shadow: 0 get_vw(10) 0 #176802;
  			text-shadow: 0 get_vw(1) 0 #333;
  			transition: all .3s ease;
  			cursor: pointer;
  		
  			&:hover {
  				box-shadow: none;
  				transform: translate3d(0, get_vw(10), 0);
  			}
  			
  			span {
  				font-weight: bold;
  			}
  		}
  	}
  	
  	.btn-red1 {
  		margin: 0 auto;
  		padding: 0 5% 5%;
  		width: 100%;
  		
  		a {
  			margin: 0 auto;
  			padding: 5%;
  			width: 100%;
  			@include fz_vw(25);	        
  			color: #fff;
  			font-weight: bold;
  			text-align: center;	        
  			text-decoration: none;
  			display: block;
  			background-color: #1ca800;
  			background-size: 100%;
  			background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
  			border-radius: 50px;
  			box-shadow: 0 get_vw(10) 0 #7f1c1c;
  			text-shadow: 0 get_vw(1) 0 #333;
  			transition: all .3s ease;
  			cursor: pointer;
  			
  			&:hover {
  				box-shadow: none;
  				transform: translate3d(0, get_vw(10), 0);
  			}
  			
  			span {
  				font-weight: bold;
  			}
  		}
  	}
  	
  	.btn-blue1 {
  		margin: 0 auto;
  		padding: 0 5% 5%;
  		width: 100%;
  		
  		a {
  			margin: 0 auto;
  			padding: 5%;
  			width: 100%;
  			@include fz_vw(25);	        
  			color: #fff;
  			line-height: 160%;
  			font-weight: bold;
  			text-align: center;	        
  			text-decoration: none;
  			display: block;
  			background-color: #0000ce;
  			background-size: 100%;
  			background-image: linear-gradient(to bottom, #0000ff 0%, #0000ce 100%);
  			border-radius: 50px;
  			box-shadow: 0 get_vw(10) 0 #176802;
  			text-shadow: 0 get_vw(1) 0 #333;
  			transition: all .3s ease;
  			cursor: pointer;
  			
  			&:hover {
  				box-shadow: none;
  				transform: translate3d(0, get_vw(10), 0);
  			}
  			
  			span {
  				font-weight: bold;
  			}
  		}
  	}
  	
  	.btn-green2 {
  		margin: 0 auto;
  		padding: 0 5% 5%;
  		width: 100%;
  		
  		a {
  			margin: 0 auto;
  			padding: 3% 5% 5%;
  			width: 100%;
  			@include fz_vw(20);	        
  			color: #fff;
  			line-height: 120%;
  			font-weight: bold;
  			text-align: center;	        
  			text-decoration: none;
  			display: block;
  			background-color: #1ca800;
  			background-size: 100%;
  			background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
  			border-radius: 50px;
  			box-shadow: 0 get_vw(10) 0 #176802;
  			text-shadow: 0 get_vw(1) 0 #333;
  			transition: all .3s ease;
  			cursor: pointer;
  		
  			&:hover {
  				box-shadow: none;
  				transform: translate3d(0, get_vw(10), 0);
  			}
  			
  			span {
  				font-weight: bold;
  			}
  			
  			.small {
  	            @include fz_vw(10);
  	            line-height: 100%;
  	            font-weight: normal;
  	        }
  		}
  	}
  	
  	.btn-red2 {
  		margin: 0 auto;
  		padding: 0 5% 5%;
  		width: 100%;
  		
  		a {
  			margin: 0 auto;
  			padding: 3% 5% 5%;
  			width: 100%;
  			@include fz_vw(20);	        
  			color: #fff;
  			line-height: 120%;
  			font-weight: bold;
  			text-align: center;	        
  			text-decoration: none;
  			display: block;
  			background-color: #ff3333;
  	        background-size: 100%;
  	        background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
  			border-radius: 50px;
  			box-shadow: 0 get_vw(10) 0 #7f1c1c;
  			text-shadow: 0 get_vw(1) 0 #333;
  			transition: all .3s ease;
  			cursor: pointer;
  		
  			&:hover {
  				box-shadow: none;
  				transform: translate3d(0, get_vw(10), 0);
  			}
  			
  			span {
  				font-weight: bold;
  			}
  			
  			.small {
  	            @include fz_vw(10);
  	            line-height: 100%;
  	            font-weight: normal;
  	        }
  		}
  	}
  	
  	.btn-blue2 {
  		margin: 0 auto;
  		padding: 0 5% 5%;
  		width: 100%;
  		
  		a {
  			margin: 0 auto;
  			padding: 3% 5% 5%;
  			width: 100%;
  			@include fz_vw(20);	        
  			color: #fff;
  			line-height: 120%;
  			font-weight: bold;
  			text-align: center;	        
  			text-decoration: none;
  			display: block;
  			background-color: #0000ff;
  	        background-size: 100%;
  	        background-image: linear-gradient(to bottom, #0000ff 0%, #0000ce 100%);
  			border-radius: 50px;
  			box-shadow: 0 get_vw(10) 0 #000070;
  			text-shadow: 0 get_vw(1) 0 #333;
  			transition: all .3s ease;
  			cursor: pointer;
  		
  			&:hover {
  				box-shadow: none;
  				transform: translate3d(0, get_vw(10), 0);
  			}
  			
  			span {
  				font-weight: bold;
  			}
  			
  			.small {
  	            @include fz_vw(10);
  	            line-height: 100%;
  	            font-weight: normal;
  	        }
  		}
  	}
  	
  	.tel {
  		@include fz_vw(12);
  		text-align: center;
  	}
  */
  /*----------------------------------------
  	#faq
  ----------------------------------------*/
  /*
  	#faq {
  		h3 {
  			padding: 10%;
  			background: url(../images/back-faq.jpg) no-repeat center top;
  			background-size: 100%;
  		}
  		
  	    dl {
  	        width: 100%;
  	    }
  	      
  	    dt {
  			padding: 5% 5% 2%;
  			color: #fff;
  			line-height: 160%;
  			background: rgba(241,90,36,1);
  	        
  	        p {
  		        margin-bottom: 3%;
  		        @include fz_vw(14);
  		        color: #fff;
  	        }
  	    }
  	      
  	    dd {
  	        padding: 5%;
  	        background: rgba(255,255,255,.95);
  	        border: 3px solid #f15a24;
  	          
  	        p {
  	            margin-bottom: 20px;
  	            @include fz_vw(13);
  	            line-height: 160%;
  	        }
  	        
  	        li {
  				margin-bottom: 10px;
  				@include fz_vw(13);
  				line-height: 160%; 
  	        }
  	    }
  	    
  	   .comment {
  		    h4 {
  			    margin-bottom: 3%;
  			    padding-bottom: 3%;
  			    @include fz_vw(13);
  			    font-weight: bold;
  			    border-bottom: 1px dotted #333;
  		    }
  	    }
  	}
  */
  /*----------------------------------------
     .voice
  ----------------------------------------*/
  /*
  	.voice {
  	    width: 100%;
  	    background: url(../images/back-voice.png) no-repeat center top fixed;
  	     
  	    dl {
  		    margin: 0 auto;
  		    padding: 5%;
  		    width: 94%;
  	        background: rgba(0,0,0,.9);
  	    }
  	     
  	    dt {
  		    margin-bottom: 10%;
  		    padding-bottom: 5%;
  	        @include fz_vw(30);
  	        color: #fff;
  	        font-weight: normal;
  	        font-family: $font-family-serif;
  	        line-height: 120%;
  	        border-bottom: get_vw(1) solid #fff;
  	    }
  	     
  	    dd {
  	        margin-bottom: 15%;
  	        border-bottom: get_vw(1) dotted #fff;
  	        
  	        &:last-child {
  				margin-bottom: 0;
  				border-bottom: none; 
  			}
  	    }
  	
  	    p {
  			margin-bottom: get_vw(20);
  			@include fz_vw(13);
  			color: #fff;
  			line-height: 160%;
  	    }
  	     
  	   .name {
  			padding: get_vw(10);
  			@include fz_vw(13);
  			color: #333;
  			display: inline;
  			background: #fff;
  	    }
  	    
  	   .img-r {
  		    margin-top: get_vw(-10);
  	    }
  	}
  */
  /*----------------------------------------
      #data
  ----------------------------------------*/
  /*
  #data {
      padding: 20px 0;
      background: #fff;
    
      h1 {
          text-align: left;
          margin-bottom: 10px;
      }
  }
    
  .forex-type {
      margin: 0 auto;
      width: 800px;
  }
    
  .table {
      margin-bottom: 50px;
      overflow: hidden;
      border-left: 1px solid #333;
        
     .table-l,.table-m,.table-r {
          width: 33.2%;
          float: left;
          overflow: hidden;
      }
    
      ul {
          text-align: center;
          float: left;
      }
    
      li {
          margin: 0;
          padding: 8px 0;
          @include fz(12);
          font-weight: normal;
          border-right: 1px solid #333;
          border-bottom: 1px solid #333;
          font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      }
    
     .th {
          background: #333;
          color: #fff;
      }
    
     .start {
          width: 40%;
            
         .th {
              border-right: 1px solid #fff;
          }
      }
    
     .end {
          width: 40%;
            
         .th {
              border-right: 1px solid #fff;
          }
      }
    
     .benefit {
          width: 20%;
    
         .th {
              border-right: 1px solid #fff;
          }
      }
    
     .table-r {
         .benefit {
             .th {
                  border-right: 1px solid #333;
              }
          }
      }
  }
  
  #resultData {
      margin: 0 auto 50px;
      width: 980px;
      height: 500px;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    
      iframe {
          margin: 0 auto;
          width: 980px;
          height: 500px;
           
          box-shadow: 0px 0px 36px rgba(0, 0, 0, .99);
          -moz-box-shadow: 0px 0px 36px rgba(0, 0, 0, .99);
          -webkit-box-shadow: 0px 0px 36px rgba(0, 0, 0, .99);
      }
  }
  */
}
@media screen and (min-width: 769px) {
  /*----------------------------------------
  	General
  ----------------------------------------*/
  p {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 160%;
  }

  li {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    list-style: none;
    font-weight: bold;
    line-height: 130%;
  }

  .img-r {
    margin: 0 0 20px 20px;
    float: right;
  }

  .img-l {
    margin: 0 20px 20px 0;
    float: left;
  }

  .of-h {
    width: 100%;
    overflow: hidden;
  }

  .break-sp {
    display: none;
  }

  .serif {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  }

  p:last-child,
  li:last-child,
  dl:last-child,
  dd:last-child,
  .inner:last-child,
  .text:last-child {
    margin-bottom: 0 !important;
  }

  /*----------------------------------------
  	List
  ----------------------------------------*/
  ol {
    padding: 0;
    width: 600px;
    counter-reset: my-counter;
    list-style: none;
  }
  ol li {
    padding-left: 22px;
    position: relative;
  }
  ol li:before {
    margin-left: -30px;
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    float: left;
    background-color: #fff;
    border-radius: 50%;
    content: counter(my-counter);
    counter-increment: my-counter;
  }

  .list-green {
    padding: 30px 30px 20px 30px;
    background: #24b7b5;
    background: linear-gradient(to right, #24b7b5 0%, #67bf75 100%);
  }
  .list-green li {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
  }

  .list-orange {
    padding: 30px 30px 20px 30px;
    background: #ff8832;
    background: linear-gradient(to right, #ff8832 0%, #ff215c 100%);
  }
  .list-orange li {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
  }

  .check {
    padding: 30px 30px 20px 50px;
  }
  .check li {
    position: relative;
  }
  .check li::after {
    display: block;
    content: '';
    position: absolute;
    top: 6px;
    left: -30px;
    width: 16px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /*----------------------------------------
  	.movie
  ----------------------------------------*/
  .movie {
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .movie dt {
    margin: 0 !important;
    padding: 20px 15px 15px 20px !important;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 140%;
    color: #fff;
    font-weight: bold;
    background: #c4004f;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;
    border: none !important;
  }
  .movie i {
    margin-right: 20px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 90%;
  }

  /*----------------------------------------
  	.comment
  ----------------------------------------*/
  .comment {
    margin-bottom: 30px;
    padding: 30px 30px 10px;
    border: 1px dotted #333;
  }
  .comment p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /*----------------------------------------
  	#btn-float
  ----------------------------------------*/
  #btn-float {
    padding: 0;
    width: 180px;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  #btn-float i {
    margin-right: 10px;
    font-size: 30px;
    font-size: 3rem;
  }
  #btn-float a {
    padding: 10px 0;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    box-shadow: 0 8px 0 #176802;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-shadow: 0px 1px 0px #333;
    transition: all .3s ease;
    cursor: pointer;
  }
  #btn-float a:hover {
    box-shadow: none;
    transform: translate3d(0, 8px, 0);
  }
  #btn-float a span {
    font-weight: bold;
    color: #fff !important;
  }

  /*----------------------------------------
  	#global-header
  ----------------------------------------*/
  #global-header-top {
    padding: 20px 0;
    width: 100%;
    text-align: center;
    background: #cc0974;
  }
  #global-header-top .timer {
    margin: 0 auto;
    width: 100%;
    background: none;
  }
  #global-header-top p {
    margin-bottom: 0 !important;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    line-height: 150%;
  }
  #global-header-top a {
    margin: 10px auto;
    padding: 20px;
    width: 50%;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: block;
    transition: all .3s ease;
    border-radius: 10px;
  }
  #global-header-top a:hover {
    color: #fff;
    background: #000;
  }
  #global-header-top span {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 35px;
    font-size: 3.5rem;
    text-shadow: 1px 1px 0px #000;
    font-weight: bold;
    background: #ef2617;
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
  }

  /*----------------------------------------
      #global-footer
  ----------------------------------------*/
  #global-footer {
    padding: 10px 0;
    overflow: hidden;
    background: #333;
  }
  #global-footer .inner {
    margin: 0 auto;
    width: 900px;
  }
  #global-footer p {
    margin-bottom: 0;
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    float: left;
  }

  #global-footer-navi {
    padding-right: 10px;
    overflow: hidden;
    border-right: 1px solid #fff;
    float: right;
  }
  #global-footer-navi li {
    margin: 0 0 0 10px;
    padding-left: 10px;
    font-size: 10px;
    font-size: 1rem;
    list-style: none;
    border-left: 1px solid #fff;
    float: left;
  }
  #global-footer-navi li a {
    color: #fff;
  }

  /*----------------------------------------
  	.product
  ----------------------------------------*/
  /*
  	.product {
  		padding: 50px 0;
  		background: url(../images/back-contentsList.jpg) no-repeat center top;
  		
  		h3 {
  			margin: 0 auto 50px;
  			width: 980px;
  		}
  		
  		.inner {
  			margin: 0 auto;
  			width: 980px;
  		}
  		
  		.menu {
  			margin-bottom: 30px;
  			
  			li {
  				margin-bottom: 0;
  			}
  			
  			.product-contentsList {
  				margin-bottom: 20px;
  			}
  			
  			.product-bonus {
  				margin-bottom: 50px;
  			}
  		}
  		
  		.timer {
  			margin: 0 auto 30px;
  			padding: 20px 0;
  			width: 680px;
  			text-align: center;
  			background: rgba(0,0,0,.8);
  		
  			p {
  				margin-bottom: 5px !important;
  				@include fz(32);
  				color: #FFF;
  				font-weight: bold;
  				line-height: 180%;
  			}
  			
  			a {
  				margin: 10px auto;
  				padding: 20px;
  				width: 90%;
  				@include fz(25);
  				font-weight: bold;
  				color: #333;
  				text-decoration: none;
  				background: #fff;
  				display: block;
  				transition: all .3s ease;
  				border: 1px solid #000;
  				border-radius: 10px;
  				
  				&:hover {
  					color: #fff;
  					background: #000;
  					border: 1px solid #fff;
  				}
  			}
  			
  			span {
  				padding: 10px;
  				@include fz(38);
  				font-weight: bold;
  				background: #ef2617;
  				background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
  				display: inline-block;
  				border-radius: 10px;
  			}
  		}
  		
  		.aside {
  			margin: 0 auto;
  			width: 680px;
  			
  			.consulting {
  				background: #ff9300;
  				
  				.operator {
  					padding: 10px 0;
  					@include fz(18);
  					text-align: center;
  					color: #fff;
  					background: #000;
  				}
  			}
  		}
  	}
  		
  	.attention {
  	    margin: 0 auto 50px;
  	    padding: 30px 30px 1px;
  	    width: 680px;
  	    text-align: left;
  	    background: #fff;
  	    border: 1px dotted #333;
  	  
  	    dt {
  	        margin-bottom: 10px;
  	        padding: 5px;
  	        @include fz(18);
  	        font-weight: bold;
  	        border-bottom: 1px dotted #333;
  	        border-left: 3px solid #900;
  	    }
  	      
  	    dd {
  	        margin-bottom: 30px;
  	    }
  	      
  	    p {
  	        margin-bottom: 10px;
  	        @include fz(14);
  	        line-height: 160%;
  	    }
  	      
  	   .ifrm-container {
  	        width: 100%;
  	        height: 100px;
  	        overflow: auto;
  	        -webkit-overflow-scrolling: touch;
  	        display: inline-block;
  	        border: solid 1px #bbb;
  	          
  	        iframe{
  	            width: 100%;
  	            height: 100%;
  	            display: block;
  	            border: none;
  	        }
  	    }
  	}
  	
  	.product-btn-m {
  		margin: 0 auto 50px;
  		width: 680px;
  		
  		dt {
  			padding: 30px 0;
  			@include fz(40);
  			color: #fff;
  			font-weight: bold;
  			text-align: center;
  			background: #009245;
  		}
  		
  		dd {
  			padding: 50px 0 30px;
  			text-align: center;
  			background: rgba(255,255,255,.9);
  			border-right: 10px solid #009245;
  			border-bottom: 10px solid #009245;
  			border-left: 10px solid #009245;
  		}
  	}
  	
  	.product-btn-y {
  		margin: 0 auto 50px;
  		width: 680px;
  		
  		dt {
  			padding: 30px 0;
  			@include fz(40);
  			color: #fff;
  			font-weight: bold;
  			text-align: center;
  			background: #e21352;
  		}
  		
  		dd {
  			padding: 50px 0 30px;
  			text-align: center;
  			background: rgba(255,255,255,.9);
  			border-right: 10px solid #e21352;
  			border-bottom: 10px solid #e21352;
  			border-left: 10px solid #e21352;
  		}
  	}
  	
  	.btn-green1 {
  	    margin: 0 auto;
  	    padding: 40px 0;
  	    width: 660px;
  	  
  	    a {
  	        margin: 0 auto;
  	        padding: 20px;
  	        display: block;
  	        background-color: #1ca800;
  	        background-size: 100%;
  	        background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
  	        width: 90%;
  	        text-align: center;
  	        color: #fff;
  	        border-radius: 50px;
  	        text-decoration: none;
  	        @include fz(55);
  	        box-shadow: 0 12px 0 #176802;
  	        line-height: 140%;
  	        font-weight: bold;
  	        text-shadow: 0px 1px 0px #333;
  	        transition: all .3s ease;
  	        cursor: pointer;
  	          
  	        &:hover {
  	            box-shadow: none;
  	            transform: translate3d(0, 10px, 0);
  	        }
  	        
  	        span {
  		        font-weight: bold;
  		        color: #fff !important;
  	        }
  	    }
  	}
  	
  	.btn-red1 {
  	    margin: 0 auto;
  	    padding: 0 0 40px;
  	    width: 660px;
  	  
  	    a {
  	        margin: 0 auto;
  	        padding: 20px;
  	        display: block;
  	        background-color: #1ca800;
  	        background-size: 100%;
  	        background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
  	        width: 90%;
  	        text-align: center;
  	        color: #fff;
  	        border-radius: 50px;
  	        text-decoration: none;
  	        @include fz(55);
  	        box-shadow: 0 12px 0 #7f1c1c;
  	        line-height: 140%;
  	        font-weight: bold;
  	        text-shadow: 0px 1px 0px #333;
  	        transition: all .3s ease;
  	        cursor: pointer;
  	          
  	        &:hover {
  	            box-shadow: none;
  	            transform: translate3d(0, 10px, 0);
  	        }
  	        
  	        span {
  		        font-weight: bold;
  		        color: #fff !important;
  	        }
  	    }
  	}
  	
  	.btn-blue1 {
  	    margin: 0 auto;
  	    padding: 0 0 40px;
  	    width: 660px;
  	  
  	    a {
  	        margin: 0 auto;
  	        padding: 20px;
  	        display: block;
  	        background-color: #00f;
  	        background-size: 100%;
  	        background-image: linear-gradient(to bottom, #0000ff 0%, #0000ce 100%);
  	        width: 90%;
  	        text-align: center;
  	        color: #fff;
  	        border-radius: 50px;
  	        text-decoration: none;
  	        @include fz(55);
  	        box-shadow: 0 12px 0 #000070;
  	        line-height: 140%;
  	        font-weight: bold;
  	        text-shadow: 0px 1px 0px #333;
  	        transition: all .3s ease;
  	        cursor: pointer;
  	          
  	        &:hover {
  	            box-shadow: none;
  	            transform: translate3d(0, 10px, 0);
  	        }
  	        
  	        span {
  		        font-weight: bold;
  		        color: #fff !important;
  	        }
  	    }
  	}
  	
  	.btn-green2 {
  	    margin: 0 auto 30px;
  	    padding: 0;
  	    width: 660px;
  	    color: #fff;
  	  
  	    a {
  	        margin: 0 auto;
  	        padding: 10px 20px 20px;
  	        display: block;
  	        background-color: #1ca800;
  	        background-size: 100%;
  	        background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
  	        width: 90%;
  	        text-align: center;
  	        color: #fff;
  	        border-radius: 50px;
  	        text-decoration: none;
  	        @include fz(42);
  	        box-shadow: 0 12px 0 #176802;
  	        line-height: 100%;
  	        font-weight: bold;
  	        text-shadow: 0px 1px 0px #333;
  	        transition: all .3s ease;
  	        cursor: pointer;
  	          
  	        &:hover {
  	            box-shadow: none;
  	            transform: translate3d(0, 10px, 0);
  	        }
  	         
  	        span {
  		        font-weight: bold;
  	        }
  	         
  	       .small {
  	            @include fz(23);
  	            font-weight: normal;
  	        }
  	    }
  	}
  	
  	.btn-red2 {
  	    margin: 0 auto 30px;
  	    padding: 0;
  	    width: 660px;
  	    color: #fff;
  	  
  	    a {
  	        margin: 0 auto;
  	        padding: 10px 20px 20px;
  	        display: block;
  	        background-color: #f33;
  	        background-size: 100%;
  	        background-image: linear-gradient(to bottom, #ff3333 0%, #c62c2c 100%);
  	        width: 90%;
  	        text-align: center;
  	        color: #fff;
  	        border-radius: 50px;
  	        text-decoration: none;
  	        @include fz(42);
  	        box-shadow: 0 12px 0 #7f1c1c;
  	        line-height: 100%;
  	        font-weight: bold;
  	        text-shadow: 0px 1px 0px #333;
  	        transition: all .3s ease;
  	        cursor: pointer;
  	          
  	        &:hover {
  	            box-shadow: none;
  	            transform: translate3d(0, 10px, 0);
  	        }
  	        
  	        span {
  		        font-weight: bold;
  	        }
  	         
  	       .small {
  	            @include fz(23);
  	            font-weight: normal;
  	        }
  	    }
  	}
  	 
  	.btn-blue2 {
  	    margin: 0 auto 30px;
  	    padding: 0;
  	    width: 660px;
  	    color: #fff;
  	  
  	    a {
  	        margin: 0 auto;
  	        padding: 10px 20px 20px;
  	        display: block;
  	        background-color: #00f;
  	        background-size: 100%;
  	        background-image: linear-gradient(to bottom, #0000ff 0%, #0000ce 100%);
  	        width: 90%;
  	        text-align: center;
  	        color: #fff;
  	        border-radius: 50px;
  	        text-decoration: none;
  	        @include fz(42);
  	        box-shadow: 0 12px 0 #000070;
  	        line-height: 100%;
  	        font-weight: bold;
  	        text-shadow: 0px 1px 0px #333;
  	        transition: all .3s ease;
  	        cursor: pointer;
  	          
  	        &:hover {
  	            box-shadow: none;
  	            transform: translate3d(0, 10px, 0);
  	        }
  	         
  	        span {
  		        font-weight: bold;
  	        }
  	         
  	       .small {
  	            @include fz(23);
  	            font-weight: normal;
  	        }
  	    }
  	}
  */
  /*----------------------------------------
  	#faq
  ----------------------------------------*/
  /*
  	#faq {
  		padding: 50px 0;
  		background: url(../images/back-faq.jpg) no-repeat center top fixed;
  	    
  	    h3 {
  		    margin: 0 auto 50px;
  		    width: 700px;
  	    }
  	      
  	    dl {
  	        margin: 0 auto;
  	        width: 700px;
  	        text-align: left;
  	    }
  	      
  	    dt {
  	        padding: 30px 50px 5px;
  	        @include fz(18);
  	        color: #fff;
  	        line-height: 160%;
  	        background: rgba(241,90,36,.95);
  	        
  	        p {
  		        margin-bottom: 20px;
  		        color: #fff;
  	        }
  	    }
  	      
  	    dd {
  	        padding: 50px 50px 30px;
  	        background: rgba(255,255,255,.95);
  	        border: 3px solid #f15a24;
  	          
  	        p {
  	            margin-bottom: 20px;
  	            @include fz(16);
  	            line-height: 160%;
  	        }
  	        
  	        li {
  				margin-bottom: 10px;
  				@include fz(16);
  				line-height: 160%; 
  	        }
  	    }
  	    
  	   .comment {
  		    p {
  			    @include fz(14);
  		    }
  		    
  		    h4 {
  			    margin-bottom: 10px;
  			    padding-bottom: 10px;
  			    @include fz(22);
  			    font-weight: bold;
  			    border-bottom: 1px dotted #333;
  		    }
  	    }
  	}
  */
  /*----------------------------------------
     .voice
  ----------------------------------------*/
  /*
  	.voice {
  	    width: 100%;
  	    text-align: center;
  	    background: url(../images/back-voice.png) no-repeat center top fixed;
  	     
  	    dl {
  	        margin: 0 auto;
  	        padding: 50px;
  	        width: 700px;
  	        text-align: left;
  	        background: rgba(0,0,0,.8);
  	    }
  	     
  	    dt {
  	        margin-bottom: 30px;
  	        padding-bottom: 30px;
  	        @include fz(50);
  	        color: #fff;
  	        font-weight: normal;
  	        font-family: $font-family-serif;
  	        line-height: 120%;
  	        border-bottom: 1px solid #fff;
  	    }
  	     
  	    dd {
  	        margin-bottom: 50px;
  	        border-bottom: 1px dotted #fff;
  	        
  	        &:last-child {
  				margin-bottom: 0px;
  				border-bottom: none; 
  			}
  	    }
  	
  	    p {
  			margin-bottom: 20px;
  			@include fz(16);
  			color: #fff;
  			line-height: 160%;
  	    }
  	     
  	   .name {
  			padding: 10px;
  			@include fz(16);
  			color: #333;
  			display: inline;
  			background: #fff;
  	    }
  	    
  	   .img-r {
  		    margin-top: -10px;
  	    }
  	}
  */
  /*----------------------------------------
  	modal
  ----------------------------------------*/
  #modal-close {
    padding: 10px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: #666;
    border-radius: 5px;
    position: absolute;
    left: 43%;
    bottom: 0;
    z-index: 1;
  }

  #modal-open {
    margin-bottom: 0;
    top: 10px;
    display: block;
    width: 100%;
    height: 20px;
    position: fixed;
    position: expression('absolute');
    top: expression(documentElement.scrollTop + 10 + 'px');
  }

  #modal-content {
    position: fixed;
    display: none;
    z-index: 7;
  }

  #modal-overlay {
    z-index: 6;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
  }

  #modal-content-inner form {
    margin: 0 auto;
    width: 860px;
    height: 610px;
    background: url(../images/modal.png) no-repeat left top;
    position: relative;
  }
  #modal-content-inner input[type=text] {
    padding-left: 70px;
    width: 560px;
    height: 60px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 40px;
    background: #FFF url(../images/icon-mail.png) no-repeat 10px 6px;
    position: absolute;
    left: 20px;
    bottom: 75px;
  }
  #modal-content-inner button {
    margin: 0 auto;
    padding: 10px;
    display: block;
    background-color: #1ca800;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    width: 240px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 25px;
    font-size: 2.5rem;
    box-shadow: 0 8px 0 #176802;
    line-height: 1.4;
    font-weight: 800;
    text-shadow: 0px 1px 0px #333;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 82px;
    border: none;
  }
  #modal-content-inner button:hover {
    box-shadow: none;
    transform: translate3d(0, 10px, 0);
  }

  /*----------------------------------------
      #data
  ----------------------------------------*/
  /*
  #data {
      padding: 20px 0;
      background: #fff;
    
      h1 {
          text-align: left;
          margin-bottom: 10px;
      }
  }
    
  .forex-type {
      margin: 0 auto;
      width: 800px;
  }
    
  .table {
      margin-bottom: 50px;
      overflow: hidden;
      border-left: 1px solid #333;
        
     .table-l,.table-m,.table-r {
          width: 33.2%;
          float: left;
          overflow: hidden;
      }
    
      ul {
          text-align: center;
          float: left;
      }
    
      li {
          margin: 0;
          padding: 8px 0;
          @include fz(12);
          font-weight: normal;
          border-right: 1px solid #333;
          border-bottom: 1px solid #333;
          font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      }
    
     .th {
          background: #333;
          color: #fff;
      }
    
     .start {
          width: 40%;
            
         .th {
              border-right: 1px solid #fff;
          }
      }
    
     .end {
          width: 40%;
            
         .th {
              border-right: 1px solid #fff;
          }
      }
    
     .benefit {
          width: 20%;
    
         .th {
              border-right: 1px solid #fff;
          }
      }
    
     .table-r {
         .benefit {
             .th {
                  border-right: 1px solid #333;
              }
          }
      }
  }
  
  #resultData {
      margin: 0 auto 50px;
      width: 980px;
      height: 500px;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    
      iframe {
          margin: 0 auto;
          width: 980px;
          height: 500px;
           
          box-shadow: 0px 0px 36px rgba(0, 0, 0, .99);
      }
  }
  */
}
/*----------------------------------------
	font-color
----------------------------------------*/
.fc-r {
  color: #900;
}

.fc-b {
  color: #009;
}

.fc-g {
  color: #090;
}

/*----------------------------------------
	font-background-color
----------------------------------------*/
.fb-r {
  padding: 1px;
  color: #fff;
  font-weight: bold;
  background: #900;
}

.fb-b {
  padding: 1px;
  color: #fff;
  font-weight: bold;
  background: #009;
}

.fb-o {
  padding: 1px;
  font-weight: bold;
  background: #ffc926;
}

.fb-or {
  padding: 1px;
  color: #900;
  font-weight: bold;
  background: #ffc926;
}

/*------------------------------------------------------------
		font-weight
-------------------------------------------------------------*/
.fw-n {
  font-weight: normal;
}

.fw-b {
  font-weight: bold;
}

/*------------------------------------------------------------
		font-size
-------------------------------------------------------------*/
.fs-10 {
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 769px) {
  .fs-10 {
    font-size: 6.66667px;
    font-size: 2.08333vw;
  }
}

.fs-11 {
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (max-width: 769px) {
  .fs-11 {
    font-size: 7.33333px;
    font-size: 2.29167vw;
  }
}

.fs-12 {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 769px) {
  .fs-12 {
    font-size: 8px;
    font-size: 2.5vw;
  }
}

.fs-13 {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 769px) {
  .fs-13 {
    font-size: 8.66667px;
    font-size: 2.70833vw;
  }
}

.fs-14 {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
  .fs-14 {
    font-size: 9.33333px;
    font-size: 2.91667vw;
  }
}

.fs-15 {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 769px) {
  .fs-15 {
    font-size: 10px;
    font-size: 3.125vw;
  }
}

.fs-16 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 769px) {
  .fs-16 {
    font-size: 10.66667px;
    font-size: 3.33333vw;
  }
}

.fs-17 {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 769px) {
  .fs-17 {
    font-size: 11.33333px;
    font-size: 3.54167vw;
  }
}

.fs-18 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 769px) {
  .fs-18 {
    font-size: 12px;
    font-size: 3.75vw;
  }
}

.fs-19 {
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 769px) {
  .fs-19 {
    font-size: 12.66667px;
    font-size: 3.95833vw;
  }
}

.fs-20 {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 769px) {
  .fs-20 {
    font-size: 13.33333px;
    font-size: 4.16667vw;
  }
}

.fs-21 {
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 769px) {
  .fs-21 {
    font-size: 14px;
    font-size: 4.375vw;
  }
}

.fs-22 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 769px) {
  .fs-22 {
    font-size: 14.66667px;
    font-size: 4.58333vw;
  }
}

.fs-23 {
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 769px) {
  .fs-23 {
    font-size: 15.33333px;
    font-size: 4.79167vw;
  }
}

.fs-24 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 769px) {
  .fs-24 {
    font-size: 16px;
    font-size: 5vw;
  }
}

.fs-25 {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 769px) {
  .fs-25 {
    font-size: 16.66667px;
    font-size: 5.20833vw;
  }
}

.fs-26 {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 769px) {
  .fs-26 {
    font-size: 17.33333px;
    font-size: 5.41667vw;
  }
}

.fs-27 {
  font-size: 27px;
  font-size: 2.7rem;
}
@media screen and (max-width: 769px) {
  .fs-27 {
    font-size: 18px;
    font-size: 5.625vw;
  }
}

.fs-28 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 769px) {
  .fs-28 {
    font-size: 18.66667px;
    font-size: 5.83333vw;
  }
}

.fs-29 {
  font-size: 29px;
  font-size: 2.9rem;
}
@media screen and (max-width: 769px) {
  .fs-29 {
    font-size: 19.33333px;
    font-size: 6.04167vw;
  }
}

.fs-30 {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 769px) {
  .fs-30 {
    font-size: 20px;
    font-size: 6.25vw;
  }
}

.fs-31 {
  font-size: 31px;
  font-size: 3.1rem;
}
@media screen and (max-width: 769px) {
  .fs-31 {
    font-size: 20.66667px;
    font-size: 6.45833vw;
  }
}

.fs-32 {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 769px) {
  .fs-32 {
    font-size: 21.33333px;
    font-size: 6.66667vw;
  }
}

.fs-33 {
  font-size: 33px;
  font-size: 3.3rem;
}
@media screen and (max-width: 769px) {
  .fs-33 {
    font-size: 22px;
    font-size: 6.875vw;
  }
}

.fs-34 {
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 769px) {
  .fs-34 {
    font-size: 22.66667px;
    font-size: 7.08333vw;
  }
}

.fs-35 {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 769px) {
  .fs-35 {
    font-size: 23.33333px;
    font-size: 7.29167vw;
  }
}

.fs-36 {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 769px) {
  .fs-36 {
    font-size: 24px;
    font-size: 7.5vw;
  }
}

.fs-37 {
  font-size: 37px;
  font-size: 3.7rem;
}
@media screen and (max-width: 769px) {
  .fs-37 {
    font-size: 24.66667px;
    font-size: 7.70833vw;
  }
}

.fs-38 {
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 769px) {
  .fs-38 {
    font-size: 25.33333px;
    font-size: 7.91667vw;
  }
}

.fs-39 {
  font-size: 39px;
  font-size: 3.9rem;
}
@media screen and (max-width: 769px) {
  .fs-39 {
    font-size: 26px;
    font-size: 8.125vw;
  }
}

.fs-40 {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 769px) {
  .fs-40 {
    font-size: 26.66667px;
    font-size: 8.33333vw;
  }
}

/*------------------------------------------------------------
		line-height
-------------------------------------------------------------*/
.lh-110 {
  line-height: 110%;
}

.lh-120 {
  line-height: 120%;
}

.lh-130 {
  line-height: 130%;
}

.lh-140 {
  line-height: 140%;
}

.lh-150 {
  line-height: 150%;
}

.lh-160 {
  line-height: 160%;
}

.lh-170 {
  line-height: 170%;
}

.lh-180 {
  line-height: 180%;
}

.lh-190 {
  line-height: 190%;
}

.lh-200 {
  line-height: 200%;
}

/*------------------------------------------------------------
		text-decoration
-------------------------------------------------------------*/
.td-n {
  text-decoration: none;
}

.td-u {
  text-decoration: underline;
}

.td-o {
  text-decoration: overline;
}

.td-t {
  text-decoration: line-through;
}

.td-b {
  text-decoration: blink;
}

/*------------------------------------------------------------
		text-align
-------------------------------------------------------------*/
.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

/*------------------------------------------------------------
		vertical-align
-------------------------------------------------------------*/
.va-t {
  vertical-align: top;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

/*------------------------------------------------------------
		margin
-------------------------------------------------------------*/
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.m-5 {
  margin: 5px !important;
}
@media screen and (max-width: 769px) {
  .m-5 {
    margin: 7.8125vw !important;
  }
}

.mt-5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 769px) {
  .mt-5 {
    margin-top: 7.8125vw !important;
  }
}

.mr-5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 769px) {
  .mr-5 {
    margin-right: 7.8125vw !important;
  }
}

.mb-5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 769px) {
  .mb-5 {
    margin-bottom: 7.8125vw !important;
  }
}

.ml-5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 769px) {
  .ml-5 {
    margin-left: 7.8125vw !important;
  }
}

.m-10 {
  margin: 10px !important;
}
@media screen and (max-width: 769px) {
  .m-10 {
    margin: 1.5625vw !important;
  }
}

.mt-10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 769px) {
  .mt-10 {
    margin-top: 1.5625vw !important;
  }
}

.mr-10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 769px) {
  .mr-10 {
    margin-right: 1.5625vw !important;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 769px) {
  .mb-10 {
    margin-bottom: 1.5625vw !important;
  }
}

.ml-10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 769px) {
  .ml-10 {
    margin-left: 1.5625vw !important;
  }
}

.m-20 {
  margin: 20px !important;
}
@media screen and (max-width: 769px) {
  .m-20 {
    margin: 3.125vw !important;
  }
}

.mt-20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 769px) {
  .mt-20 {
    margin-top: 3.125vw !important;
  }
}

.mr-20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 769px) {
  .mr-20 {
    margin-right: 3.125vw !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 769px) {
  .mb-20 {
    margin-bottom: 3.125vw !important;
  }
}

.ml-20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 769px) {
  .ml-20 {
    margin-left: 3.125vw !important;
  }
}

.m-30 {
  margin: 30px !important;
}
@media screen and (max-width: 769px) {
  .m-30 {
    margin: 4.6875vw !important;
  }
}

.mt-30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 769px) {
  .mt-30 {
    margin-top: 4.6875vw !important;
  }
}

.mr-30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 769px) {
  .mr-30 {
    margin-right: 4.6875vw !important;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 769px) {
  .mb-30 {
    margin-bottom: 4.6875vw !important;
  }
}

.ml-30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 769px) {
  .ml-30 {
    margin-left: 4.6875vw !important;
  }
}

.m-40 {
  margin: 40px !important;
}
@media screen and (max-width: 769px) {
  .m-40 {
    margin: 6.25vw !important;
  }
}

.mt-40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 769px) {
  .mt-40 {
    margin-top: 6.25vw !important;
  }
}

.mr-40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 769px) {
  .mr-40 {
    margin-right: 6.25vw !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 769px) {
  .mb-40 {
    margin-bottom: 6.25vw !important;
  }
}

.ml-40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 769px) {
  .ml-40 {
    margin-left: 6.25vw !important;
  }
}

.m-50 {
  margin: 50px !important;
}
@media screen and (max-width: 769px) {
  .m-50 {
    margin: 7.8125vw !important;
  }
}

.mt-50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 769px) {
  .mt-50 {
    margin-top: 7.8125vw !important;
  }
}

.mr-50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 769px) {
  .mr-50 {
    margin-right: 7.8125vw !important;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 769px) {
  .mb-50 {
    margin-bottom: 7.8125vw !important;
  }
}

.ml-50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 769px) {
  .ml-50 {
    margin-left: 7.8125vw !important;
  }
}

.m-60 {
  margin: 60px !important;
}
@media screen and (max-width: 769px) {
  .m-60 {
    margin: 9.375vw !important;
  }
}

.mt-60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 769px) {
  .mt-60 {
    margin-top: 9.375vw !important;
  }
}

.mr-60 {
  margin-right: 60px !important;
}
@media screen and (max-width: 769px) {
  .mr-60 {
    margin-right: 9.375vw !important;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 769px) {
  .mb-60 {
    margin-bottom: 9.375vw !important;
  }
}

.ml-60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 769px) {
  .ml-60 {
    margin-left: 9.375vw !important;
  }
}

.m-70 {
  margin: 70px !important;
}
@media screen and (max-width: 769px) {
  .m-70 {
    margin: 10.9375vw !important;
  }
}

.mt-70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 769px) {
  .mt-70 {
    margin-top: 10.9375vw !important;
  }
}

.mr-70 {
  margin-right: 70px !important;
}
@media screen and (max-width: 769px) {
  .mr-70 {
    margin-right: 10.9375vw !important;
  }
}

.mb-70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 769px) {
  .mb-70 {
    margin-bottom: 10.9375vw !important;
  }
}

.ml-70 {
  margin-left: 70px !important;
}
@media screen and (max-width: 769px) {
  .ml-70 {
    margin-left: 10.9375vw !important;
  }
}

.m-80 {
  margin: 80px !important;
}
@media screen and (max-width: 769px) {
  .m-80 {
    margin: 12.5vw !important;
  }
}

.mt-80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 769px) {
  .mt-80 {
    margin-top: 12.5vw !important;
  }
}

.mr-80 {
  margin-right: 80px !important;
}
@media screen and (max-width: 769px) {
  .mr-80 {
    margin-right: 12.5vw !important;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 769px) {
  .mb-80 {
    margin-bottom: 12.5vw !important;
  }
}

.ml-80 {
  margin-left: 80px !important;
}
@media screen and (max-width: 769px) {
  .ml-80 {
    margin-left: 12.5vw !important;
  }
}

.m-90 {
  margin: 90px !important;
}
@media screen and (max-width: 769px) {
  .m-90 {
    margin: 14.0625vw !important;
  }
}

.mt-90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 769px) {
  .mt-90 {
    margin-top: 14.0625vw !important;
  }
}

.mr-90 {
  margin-right: 90px !important;
}
@media screen and (max-width: 769px) {
  .mr-90 {
    margin-right: 14.0625vw !important;
  }
}

.mb-90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 769px) {
  .mb-90 {
    margin-bottom: 14.0625vw !important;
  }
}

.ml-90 {
  margin-left: 90px !important;
}
@media screen and (max-width: 769px) {
  .ml-90 {
    margin-left: 14.0625vw !important;
  }
}

.m-100 {
  margin: 100px !important;
}
@media screen and (max-width: 769px) {
  .m-100 {
    margin: 15.625vw !important;
  }
}

.mt-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 769px) {
  .mt-100 {
    margin-top: 15.625vw !important;
  }
}

.mr-100 {
  margin-right: 100px !important;
}
@media screen and (max-width: 769px) {
  .mr-100 {
    margin-right: 15.625vw !important;
  }
}

.mb-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 769px) {
  .mb-100 {
    margin-bottom: 15.625vw !important;
  }
}

.ml-100 {
  margin-left: 100px !important;
}
@media screen and (max-width: 769px) {
  .ml-100 {
    margin-left: 15.625vw !important;
  }
}

/*------------------------------------------------------------
		padding
-------------------------------------------------------------*/
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.p-5 {
  padding: 5px !important;
}
@media screen and (max-width: 769px) {
  .p-5 {
    padding: 7.8125vw !important;
  }
}

.pt-5 {
  padding-top: 5px !important;
}
@media screen and (max-width: 769px) {
  .pt-5 {
    padding-top: 7.8125vw !important;
  }
}

.pr-5 {
  padding-right: 5px !important;
}
@media screen and (max-width: 769px) {
  .pr-5 {
    padding-right: 7.8125vw !important;
  }
}

.pb-5 {
  padding-bottom: 5px !important;
}
@media screen and (max-width: 769px) {
  .pb-5 {
    padding-bottom: 7.8125vw !important;
  }
}

.pl-5 {
  padding-left: 5px !important;
}
@media screen and (max-width: 769px) {
  .pl-5 {
    padding-left: 7.8125vw !important;
  }
}

.p-10 {
  padding: 10px !important;
}
@media screen and (max-width: 769px) {
  .p-10 {
    padding: 1.5625vw !important;
  }
}

.pt-10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 769px) {
  .pt-10 {
    padding-top: 1.5625vw !important;
  }
}

.pr-10 {
  padding-right: 10px !important;
}
@media screen and (max-width: 769px) {
  .pr-10 {
    padding-right: 1.5625vw !important;
  }
}

.pb-10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 769px) {
  .pb-10 {
    padding-bottom: 1.5625vw !important;
  }
}

.pl-10 {
  padding-left: 10px !important;
}
@media screen and (max-width: 769px) {
  .pl-10 {
    padding-left: 1.5625vw !important;
  }
}

.p-20 {
  padding: 20px !important;
}
@media screen and (max-width: 769px) {
  .p-20 {
    padding: 3.125vw !important;
  }
}

.pt-20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 769px) {
  .pt-20 {
    padding-top: 3.125vw !important;
  }
}

.pr-20 {
  padding-right: 20px !important;
}
@media screen and (max-width: 769px) {
  .pr-20 {
    padding-right: 3.125vw !important;
  }
}

.pb-20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 769px) {
  .pb-20 {
    padding-bottom: 3.125vw !important;
  }
}

.pl-20 {
  padding-left: 20px !important;
}
@media screen and (max-width: 769px) {
  .pl-20 {
    padding-left: 3.125vw !important;
  }
}

.p-30 {
  padding: 30px !important;
}
@media screen and (max-width: 769px) {
  .p-30 {
    padding: 4.6875vw !important;
  }
}

.pt-30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 769px) {
  .pt-30 {
    padding-top: 4.6875vw !important;
  }
}

.pr-30 {
  padding-right: 30px !important;
}
@media screen and (max-width: 769px) {
  .pr-30 {
    padding-right: 4.6875vw !important;
  }
}

.pb-30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 769px) {
  .pb-30 {
    padding-bottom: 4.6875vw !important;
  }
}

.pl-30 {
  padding-left: 30px !important;
}
@media screen and (max-width: 769px) {
  .pl-30 {
    padding-left: 4.6875vw !important;
  }
}

.p-40 {
  padding: 40px !important;
}
@media screen and (max-width: 769px) {
  .p-40 {
    padding: 6.25vw !important;
  }
}

.pt-40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 769px) {
  .pt-40 {
    padding-top: 6.25vw !important;
  }
}

.pr-40 {
  padding-right: 40px !important;
}
@media screen and (max-width: 769px) {
  .pr-40 {
    padding-right: 6.25vw !important;
  }
}

.pb-40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 769px) {
  .pb-40 {
    padding-bottom: 6.25vw !important;
  }
}

.pl-40 {
  padding-left: 40px !important;
}
@media screen and (max-width: 769px) {
  .pl-40 {
    padding-left: 6.25vw !important;
  }
}

.p-50 {
  padding: 50px !important;
}
@media screen and (max-width: 769px) {
  .p-50 {
    padding: 7.8125vw !important;
  }
}

.pt-50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 769px) {
  .pt-50 {
    padding-top: 7.8125vw !important;
  }
}

.pr-50 {
  padding-right: 50px !important;
}
@media screen and (max-width: 769px) {
  .pr-50 {
    padding-right: 7.8125vw !important;
  }
}

.pb-50 {
  padding-bottom: 50px !important;
}
@media screen and (max-width: 769px) {
  .pb-50 {
    padding-bottom: 7.8125vw !important;
  }
}

.pl-50 {
  padding-left: 50px !important;
}
@media screen and (max-width: 769px) {
  .pl-50 {
    padding-left: 7.8125vw !important;
  }
}

.p-60 {
  padding: 60px !important;
}
@media screen and (max-width: 769px) {
  .p-60 {
    padding: 9.375vw !important;
  }
}

.pt-60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 769px) {
  .pt-60 {
    padding-top: 9.375vw !important;
  }
}

.pr-60 {
  padding-right: 60px !important;
}
@media screen and (max-width: 769px) {
  .pr-60 {
    padding-right: 9.375vw !important;
  }
}

.pb-60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 769px) {
  .pb-60 {
    padding-bottom: 9.375vw !important;
  }
}

.pl-60 {
  padding-left: 60px !important;
}
@media screen and (max-width: 769px) {
  .pl-60 {
    padding-left: 9.375vw !important;
  }
}

.p-70 {
  padding: 70px !important;
}
@media screen and (max-width: 769px) {
  .p-70 {
    padding: 10.9375vw !important;
  }
}

.pt-70 {
  padding-top: 70px !important;
}
@media screen and (max-width: 769px) {
  .pt-70 {
    padding-top: 10.9375vw !important;
  }
}

.pr-70 {
  padding-right: 70px !important;
}
@media screen and (max-width: 769px) {
  .pr-70 {
    padding-right: 10.9375vw !important;
  }
}

.pb-70 {
  padding-bottom: 70px !important;
}
@media screen and (max-width: 769px) {
  .pb-70 {
    padding-bottom: 10.9375vw !important;
  }
}

.pl-70 {
  padding-left: 70px !important;
}
@media screen and (max-width: 769px) {
  .pl-70 {
    padding-left: 10.9375vw !important;
  }
}

.p-80 {
  padding: 80px !important;
}
@media screen and (max-width: 769px) {
  .p-80 {
    padding: 12.5vw !important;
  }
}

.pt-80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 769px) {
  .pt-80 {
    padding-top: 12.5vw !important;
  }
}

.pr-80 {
  padding-right: 80px !important;
}
@media screen and (max-width: 769px) {
  .pr-80 {
    padding-right: 12.5vw !important;
  }
}

.pb-80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 769px) {
  .pb-80 {
    padding-bottom: 12.5vw !important;
  }
}

.pl-80 {
  padding-left: 80px !important;
}
@media screen and (max-width: 769px) {
  .pl-80 {
    padding-left: 12.5vw !important;
  }
}

.p-90 {
  padding: 90px !important;
}
@media screen and (max-width: 769px) {
  .p-90 {
    padding: 14.0625vw !important;
  }
}

.pt-90 {
  padding-top: 90px !important;
}
@media screen and (max-width: 769px) {
  .pt-90 {
    padding-top: 14.0625vw !important;
  }
}

.pr-90 {
  padding-right: 90px !important;
}
@media screen and (max-width: 769px) {
  .pr-90 {
    padding-right: 14.0625vw !important;
  }
}

.pb-90 {
  padding-bottom: 90px !important;
}
@media screen and (max-width: 769px) {
  .pb-90 {
    padding-bottom: 14.0625vw !important;
  }
}

.pl-90 {
  padding-left: 90px !important;
}
@media screen and (max-width: 769px) {
  .pl-90 {
    padding-left: 14.0625vw !important;
  }
}

.p-100 {
  padding: 100px !important;
}
@media screen and (max-width: 769px) {
  .p-100 {
    padding: 15.625vw !important;
  }
}

.pt-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 769px) {
  .pt-100 {
    padding-top: 15.625vw !important;
  }
}

.pr-100 {
  padding-right: 100px !important;
}
@media screen and (max-width: 769px) {
  .pr-100 {
    padding-right: 15.625vw !important;
  }
}

.pb-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 769px) {
  .pb-100 {
    padding-bottom: 15.625vw !important;
  }
}

.pl-100 {
  padding-left: 100px !important;
}
@media screen and (max-width: 769px) {
  .pl-100 {
    padding-left: 15.625vw !important;
  }
}
