@charset "utf-8";
.bg_color01 {
  background-image: linear-gradient(-45deg, #d4d5ec, #f1f1f1);
}
.bg_color02 {
  background-image: linear-gradient(-45deg, #ddd, #fff);
}
.bg_color03 {
  background-image: linear-gradient(-45deg, #009, #006);
}
.bg_color04 {
  background-image: linear-gradient(-45deg, #060, #393);
}
.bg_color05 {
  background-image: linear-gradient(-45deg, #963, #c93);
}
.bg_color06 {
  background-image: linear-gradient(-45deg, #fcf2c8, #fffbec);
}
	.btn-click {
    width: 300px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 ;
    background: #fc9;
    -moz-border-radius: 13px; /* Firefox */
    -webkit-border-radius: 13px; /* Safari,Chrome */
    border-radius: 13px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.2rem;
    color: #fff!important;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 300px;
    height: 50px;
    border: 50px solid #f60;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #f60;
    display: block;
  }
  .btn-click:hover a {
    color: #930 !important;
    display: block;
  }
@media screen and (min-width:340px) and (max-width:768px) {
  .tx_ll {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 2.5rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .tx_p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .article h1 {
    padding: 2em 0;
    color: #fff;
    font-size: 2em;
    line-height: 2em;
    font-weight: normal;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
    box-sizing: border-box;
  }
	.box50{
	margin: 0 auto 2em;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;	
		position: relative;
	}
	.box50:last-child {
	margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;	
		position: relative;
	}
	.abso{
	position: absolute;
		top:5%;
		left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		text-shadow: 
-1px -1px 0px #fff, 
1px -1px 0px #000, 
1px 1px 0px #000, 
-1px 1px 0px #000;
		width: 100%;
}
  .sec_dl {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1.5em;
    text-align: left;
  }
  .sec_dl dt {
    margin: 0 auto 0.5em;
    padding: 1% 2%;
    width: 100%;
    height: auto;
    box-sizing: border-box;
	  text-align: center;
	  background: #ecedff;
  }
  .sec_dl dd {
    margin: 0 auto 2em;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
  }
	.btn-click{
		margin: 0 auto;
	}
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .tx_ll {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 2.5rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .tx_p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .article h1 {
    padding: 2em 0;
    color: #fff;
    font-size: 2em;
    line-height: 2em;
    font-weight: normal;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
    box-sizing: border-box;
  }
	.box50{
	margin: 0 auto;
    padding: 0;
    width: 49%;
    height: auto;
    box-sizing: border-box;	
		position: relative;
	}
	.abso{
	position: absolute;
		top:5%;
		left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		text-shadow: 
-1px -1px 0px #fff, 
1px -1px 0px #000, 
1px 1px 0px #000, 
-1px 1px 0px #000;
		width: 100%;
}
  .sec_dl {
    margin: 0 auto 1em;
    padding: 3px 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1.5em;
    border-bottom: 1px dotted #666;
    border-left: 3px solid #0066cc;
    text-align: left;
  }
  .sec_dl dt {
    float: left;
    margin: 0 auto;
    padding-left: 1%;
    width: 29%;
    height: auto;
    box-sizing: border-box;
  }
  .sec_dl dd {
    float: right;
    margin: 0 auto;
    padding: 0;
    width: 69%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    align-content: space-between;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .tx_ll {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 2.5rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .tx_p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .article h1 {
    padding: 2em 0;
    color: #fff;
    font-size: 2em;
    line-height: 2em;
    font-weight: normal;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
    box-sizing: border-box;
  }
	.box50{
	margin: 0 auto;
    padding: 0;
    width: 49%;
    height: auto;
    box-sizing: border-box;	
		position: relative;
	}
	.abso{
	position: absolute;
		top:5%;
		left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		text-shadow: 
-1px -1px 0px #fff, 
1px -1px 0px #000, 
1px 1px 0px #000, 
-1px 1px 0px #000;
		width: 100%;
}
  .sec_dl {
    margin: 0 auto 1em;
    padding: 3px 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1.5em;
    border-bottom: 1px dotted #666;
    border-left: 3px solid #0066cc;
    text-align: left;
  }
  .sec_dl dt {
    float: left;
    margin: 0 auto;
    padding-left: 1%;
    width: 29%;
    height: auto;
    box-sizing: border-box;
  }
  .sec_dl dd {
    float: right;
    margin: 0 auto;
    padding: 0;
    width: 69%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    align-content: space-between;
  }
}
@media screen and (min-width:1441px) {
  .tx_ll {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 2.5rem !important;
    line-height: 3.5rem;
  }
  .tx_m {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .tx_p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .article h1 {
    padding: 2em 0;
    color: #fff;
    font-size: 2em;
    line-height: 2em;
    font-weight: normal;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
    box-sizing: border-box;
  }
	.box50{
	margin: 0 auto;
    padding: 0;
    width: 49%;
    height: auto;
    box-sizing: border-box;	
		position: relative;
	}
	.abso{
	position: absolute;
		top:5%;
		left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		text-shadow: 
-1px -1px 0px #fff, 
1px -1px 0px #000, 
1px 1px 0px #000, 
-1px 1px 0px #000;
		width: 100%;
}
  .sec_dl {
    margin: 0 auto 1em;
    padding: 3px 0;
    width: 60%;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1.5em;
    border-bottom: 1px dotted #666;
    border-left: 3px solid #0066cc;
    text-align: left;
  }
  .sec_dl dt {
    float: left;
    margin: 0 auto;
    padding-left: 1%;
    width: 29%;
    height: auto;
    box-sizing: border-box;
  }
  .sec_dl dd {
    float: right;
    margin: 0 auto;
    padding: 0;
    width: 69%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    align-content: space-between;
  }
}