@charset "utf-8";
.bg_color01 {
  background: #76b6df;
}
.bg_color02 {
  background: #acd598;
}
.bg_color03 {
  background: #f29b76;
}
.bg_color04 {
  background: #eee;
}
.bg_color05 {
  background-image: linear-gradient(-45deg, #fe7f2b, #f60);
}
.bg_color06 {
  background: url("../images/top/bg_sec1.jpg")repeat-x;
  background-position: top center;
}
@media screen and (min-width:340px) and (max-width:480px) {
  .tx_ll {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 1.5rem !important;
    line-height: 2.5rem;
  }
  .tx_m {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .tx_n {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 1.5rem;
	  font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
	  font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 2em 0;
    width: 97%;
    height: auto;
  }
	.sec_in0 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
  }
  .sec_in3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
	.sec_in60 {
    margin: 0 auto;
    padding: 2em 0;
    width: 97%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
  }
	.flex_bet2 {
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
	.flex_wrap {
  }
	.box25 {
    margin: 0 auto 3em;
    padding: 1%;
    width: 98%;
		box-sizing: border-box;
		background: #fff;
		border: 1px solid #ccc;
  }
	.box25:last-child {
    margin: 0 auto;
  }
	.box33{
    margin: 0 auto 2em;
    padding: 1em .5em;
    width: 90%;
	box-sizing: border-box;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
  }
	.box33:last-child{
    margin: 0 auto;
	}
	.box33 h3{
		margin-bottom: .8em;
		font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: bolder;
		color:#fff;
		text-shadow:2px 2px 1px #333; 
		height: 2.5em;
	}
	.box33_pbox{
		
		height:auto;
	}
	.box33_pbox2{
		
		height:auto;
	}
	.box33 p{
		text-align: center;
		vertical-align:middle;
	}
	.box33 p.pb{
		margin: 0 auto;
		font-size: 1.1rem;
    line-height: 1.8rem;
		text-align: center!important;
	}
	.st{
		width: 140px;
		height: auto;
	}
	.p_re{
		margin-right:.3em;
		width: 27px;
		height: auto;
		vertical-align:middle;
	}

  .box80 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
	.box80 p{
    font-size: 1.1em;
    line-height: 2em;
  }
	.box80 p.pn{
    font-size: 1em;
    line-height: 1.5em;
	text-align: left!important;
  }
	.box20 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .box50 {
    margin: 0 2%;
    padding: 0;
    width: 50% !important;
    box-sizing: border-box;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .parallax_1 {
    background-image: url("../images/top/bg_sec1.jpg");
  }
  .parallax_in {
    margin: 1em auto;
    width: 97%;
    box-sizing: border-box;
    padding: .5em;
  }
	.parallax_in_txbox {
    margin: 0 auto;
    width: 90%;
    box-sizing: border-box;
    padding: 1em;
	background-color:rgba(255,255,255,0.8);
	-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */	
  }
	.txh4em{
		height: 4em;
		text-align: center;
	}
	.bg_sec3{
		background: url("../images/top/bg_sec3.jpg")no-repeat;
		background-position: right;
	}
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #9bd5fa;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari,Chrome */
    border-radius: 6px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #62b8ef;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #9bd5fa;
    display: block;
  }
  .btn-click:hover a {
    color: #000 !important;
    display: block;
  }
	.btn_news a {
	text-align: center;
	width: 100px;
	margin:0;
	padding:0.3em 2em;
	color:#333;
	line-height:1em;
	font-size:1em;
	font-weight:normal;	
background: linear-gradient(to bottom, #fff 34%, #eee 100%);
border:1px solid #666;
-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */

}

.btn_news a:hover {
	opacity: 0.6;
 filter: alpha(opacity=60);
 -moz-opacity: 0.6;
 text-decoration:none;

}
	.box30 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .box30_box {}
  .box30 h4 {
    padding: 0 0 .2em;
    line-height: 1.2em;
    font-size: 2em;
  }
  .box30_tx {
    margin: 0 0 1em;
    text-align: center;
  }
  .box70 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
  .tx_ll {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 1.7rem !important;
    line-height: 2.5rem;
  }
  .tx_m {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .tx_n {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 1.5rem;
	  font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
	  font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
	.sec_in0 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
  }
  .sec_in3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
	.sec_in60 {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
  }
	.flex_bet2 {
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
	.flex_wrap {
  }
	.box25 {
    margin: 0 auto 3em;
    padding: 1%;
    width: 98%;
		box-sizing: border-box;
		background: #fff;
		border: 1px solid #ccc;
  }
	.box25:last-child {
    margin: 0 auto;
  }
	.box33{
    margin: 0 auto 2em;
    padding: 1em .5em;
    width: 90%;
	box-sizing: border-box;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
  }
	.box33:last-child{
    margin: 0 auto;
	}
	.box33 h3{
		margin-bottom: .8em;
		font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: bolder;
		color:#fff;
		text-shadow:2px 2px 1px #333; 
		height: 2.5em;
	}
	.box33_pbox{
		
		height:auto;
	}
	.box33_pbox2{
		
		height:auto;
	}
	.box33 p{
		text-align: center;
		vertical-align:middle;
	}
	.box33 p.pb{
		margin: 0 auto;
		font-size: 1.5rem;
    line-height: 2rem;
		text-align: center!important;
	}
	.st{
		width: 140px;
		height: auto;
	}
	.p_re{
		margin-right:.3em;
		width: 27px;
		height: auto;
		vertical-align:middle;
	}

  .box80 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
	.box80 p{
    font-size: 1.1em;
    line-height: 2em;
  }
	.box80 p.pn{
    font-size: 1em;
    line-height: 1.5em;
	text-align: left!important;
  }
	.box20 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .box50 {
    margin: 0 2%;
    padding: 0;
    width: 50% !important;
    box-sizing: border-box;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .parallax_1 {
    background-image: url("../images/top/bg_sec1.jpg");
  }
  .parallax_in {
    margin: 1em auto;
    width: 97%;
    box-sizing: border-box;
    padding: .5em;
  }
	.parallax_in_txbox {
    margin: 0 auto;
    width: 90%;
    box-sizing: border-box;
    padding: 1em;
	background-color:rgba(255,255,255,0.8);
	-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */	
  }
	.txh4em{
		height: 4em;
		text-align: center;
	}
	.bg_sec3{
		background: url("../images/top/bg_sec3.jpg")no-repeat;
		background-position: right;
	}
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #9bd5fa;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari,Chrome */
    border-radius: 6px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #62b8ef;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #9bd5fa;
    display: block;
  }
  .btn-click:hover a {
    color: #000 !important;
    display: block;
  }
	.btn_news a {
	text-align: center;
	width: 100px;
	margin:0;
	padding:0.3em 2em;
	color:#333;
	line-height:1em;
	font-size:1em;
	font-weight:normal;	
background: linear-gradient(to bottom, #fff 34%, #eee 100%);
border:1px solid #666;
-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */

}

.btn_news a:hover {
	opacity: 0.6;
 filter: alpha(opacity=60);
 -moz-opacity: 0.6;
 text-decoration:none;

}
	.box30 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .box30_box {}
  .box30 h4 {
    padding: 0 0 .2em;
    line-height: 1.2em;
    font-size: 2em;
  }
  .box30_tx {
    margin: 0 0 1em;
    text-align: center;
  }
  .box70 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .tx_ll {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .tx_l {
    font-size: 2rem !important;
    line-height: 3rem;
  }
  .tx_m {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  .tx_n {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 1.5rem;
	  font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
	  font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
	.sec_in0 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
  }
  .sec_in3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
	.sec_in60 {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
    display: flex;
    justify-content: space-between;
  }
	.flex_bet2 {
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
	.flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  }
	.box25 {
    margin: 1%;
    padding: 1%;
    width: 48%;
		box-sizing: border-box;
		background: #fff;
		border: 1px solid #ccc;
  }
	.box33{
    margin: 0 auto 2em;
    padding: 1em .5em;
    width: 70%;
	box-sizing: border-box;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
  }
	.box33:last-child{
    margin: 0 auto;
	}
	.box33 h3{
		margin-bottom: .8em;
		font-size: 2rem;
    line-height: 3rem;
    font-weight: bolder;
		color:#fff;
		text-shadow:2px 2px 1px #333; 
		height: 2.5em;
	}
	.box33_pbox{
		
		height:auto;
	}
	.box33_pbox2{
		
		height:auto;
	}
	.box33 p{
		text-align: center;
		vertical-align:middle;
	}
	.box33 p.pb{
		margin: 0 auto;
		font-size: 1.8rem;
    line-height: 2rem;
		text-align: center!important;
	}
	.st{
		width: 140px;
		height: auto;
	}
	.p_re{
		margin-right:.3em;
		width: 27px;
		height: auto;
		vertical-align:middle;
	}

  .box80 {
    margin: 0;
    padding: 0;
    width: 78%;
  }
	.box80 p{
    font-size: 1.1em;
    line-height: 2em;
  }
	.box80 p.pn{
    font-size: 1em;
    line-height: 1.5em;
	text-align: left!important;
  }
	.box20 {
    margin: 0;
    padding: 0;
    width: 20%;
  }
  .box50 {
    margin: 0 2%;
    padding: 0;
    width: 50% !important;
    box-sizing: border-box;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .parallax_1 {
    background-image: url("../images/top/bg_sec1.jpg");
  }
  .parallax_in {
    margin: 3em auto;
    width: 97%;
    box-sizing: border-box;
    padding: 2em;
  }
	.parallax_in_txbox {
    margin: 0 auto;
    width: 90%;
    box-sizing: border-box;
    padding: 1em;
	background-color:rgba(255,255,255,0.8);
	-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */	
  }
	.txh4em{
		height: 4em;
		text-align: center;
	}
	.bg_sec3{
		background: url("../images/top/bg_sec3.jpg")no-repeat;
		background-position: right;
	}
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #9bd5fa;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari,Chrome */
    border-radius: 6px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #62b8ef;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #9bd5fa;
    display: block;
  }
  .btn-click:hover a {
    color: #000 !important;
    display: block;
  }
	.btn_news a {
	text-align: center;
	width: 100px;
	margin:0;
	padding:0.3em 2em;
	color:#333;
	line-height:1em;
	font-size:1em;
	font-weight:normal;	
background: linear-gradient(to bottom, #fff 34%, #eee 100%);
border:1px solid #666;
-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */

}

.btn_news a:hover {
	opacity: 0.6;
 filter: alpha(opacity=60);
 -moz-opacity: 0.6;
 text-decoration:none;

}
	.box30 {
    margin: 0;
    padding: 0;
    width: 30%;
  }
  .box30_box {
    position: absolute;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .box30 h4 {
    padding: 0 0 .3em;
    line-height: 1.2em;
    font-size: 1.8em;
  }
  .box30_tx {
    text-align: right;
  }
  .box70 {
    margin: 0;
    padding: 0;
    width: 68%;
  }
}
@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: 1.8rem;
    line-height: 2.3rem;
  }
  .tx_n {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 1.5rem;
	  font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
	  font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
	.sec_in0 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
  }
  .sec_in3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
	.sec_in60 {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_bet,.flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
	.flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  }
	.box25 {
    margin: 1%;
    padding: 1%;
    width: 23%;
		box-sizing: border-box;
		background: #fff;
		border: 1px solid #ccc;
  }
	.box33{
    margin: 0;
    padding: 1em .5em;
    width: 32%;
	box-sizing: border-box;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
  }
	.box33 h3{
		margin-bottom: .8em;
		font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bolder;
		color:#fff;
		text-shadow:2px 2px 1px #333; 
		height: 2.5em;
	}
	.box33_pbox{
		
		height:7em;
	}
	.box33_pbox2{
		
		height:4em;
	}
	.box33 p{
		vertical-align:middle;
	}
	.box33 p.pb{
		margin: 0 auto;
		font-size: 1.2rem;
    line-height: 1.6rem;
	}
	.st{
		width: 140px;
		height: auto;
	}
	.p_re{
		margin-right:.3em;
		width: 27px;
		height: auto;
		vertical-align:middle;
	}

  .box80 {
    margin: 0;
    padding: 0;
    width: 78%;
  }
	.box80 p{
    font-size: 1.5em;
    line-height: 1.5em;
  }
	.box80 p.pn{
    font-size: 1em;
    line-height: 1.5em;
	text-align: left!important;
  }
	.box20 {
    margin: 0;
    padding: 0;
    width: 20%;
  }
  .box50 {
    margin: 0 2%;
    padding: 0;
    width: 50% !important;
    box-sizing: border-box;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .parallax_1 {
    background-image: url("../images/top/bg_sec1.jpg");
  }
  .parallax_in {
    margin: 3em auto;
    width: 97%;
    box-sizing: border-box;
    padding: 2em;
  }
	.parallax_in_txbox {
    margin: 0 auto;
    width: 90%;
    box-sizing: border-box;
    padding: 1em;
	background-color:rgba(255,255,255,0.8);
	-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */	
  }
	.txh4em{
		height: 4em;
		text-align: center;
	}
	.bg_sec3{
		background: url("../images/top/bg_sec3.jpg")no-repeat;
		background-position: right;
	}
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #9bd5fa;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari,Chrome */
    border-radius: 6px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #62b8ef;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #9bd5fa;
    display: block;
  }
  .btn-click:hover a {
    color: #000 !important;
    display: block;
  }
	.btn_news a {
	text-align: center;
	width: 100px;
	margin:0;
	padding:0.3em 2em;
	color:#333;
	line-height:1em;
	font-size:1em;
	font-weight:normal;	
background: linear-gradient(to bottom, #fff 34%, #eee 100%);
border:1px solid #666;
-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */

}

.btn_news a:hover {
	opacity: 0.6;
 filter: alpha(opacity=60);
 -moz-opacity: 0.6;
 text-decoration:none;

}
	 .box30 {
    margin: 0;
    padding: 0;
    width: 30%;
  }
  .box30_box {
    position: absolute;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .box30 h4 {
    padding: 0 0 .3em;
    line-height: 1.2em;
    font-size: 2.2em;
  }
  .box30_tx {
    text-align: right;
  }
  .box70 {
    margin: 0;
    padding: 0;
    width: 68%;
  }
}
@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: 2rem;
    line-height: 3rem;
  }
  .tx_n {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: normal;
  }
  .tx_p {
    font-size: 1.2rem;
    line-height: 1.5rem;
	  font-weight: normal;
  }
  .tx_ps {
    font-size: 1.1rem;
    line-height: 1.6rem;
	  font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 80%;
    height: auto;
  }
	.sec_in0 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
  }
  .sec_in3em {
    margin: 0 auto;
    padding: 3em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
	.sec_in60 {
    margin: 0 auto;
    padding: 3em 0;
    width: 60%;
    height: auto;
    box-sizing: border-box;
  }
  .flex {
    display: flex;
  }
  .flex_bet,.flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
	.flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  }
	.box25 {
    margin: 1%;
    padding: 1%;
    width: 23%;
		box-sizing: border-box;
		background: #fff;
		border: 1px solid #ccc;
  }
	.box33{
    margin: 0;
    padding: 1em;
    width: 31%;
	box-sizing: border-box;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
  }
	.box33 h3{
		margin-bottom: .8em;
		font-size: 2rem;
    line-height: 2.5rem;
    font-weight: bolder;
		color:#fff;
		text-shadow:2px 2px 1px #333; 
		height: 2.5em;
	}
	.box33_pbox{
		
		height:7em;
	}
	.box33_pbox2{
		
		height:4em;
	}
	.box33 p{
		vertical-align:middle;
	}
	.box33 p.pb{
		margin: 0 auto;
		font-size: 1.4rem;
    line-height: 1.6rem;
	}
	.st{
		width: 140px;
		height: auto;
	}
	.p_re{
		margin-right:.3em;
		width: 27px;
		height: auto;
		vertical-align:middle;
	}

  .box80 {
    margin: 0;
    padding: 0;
    width: 78%;
  }
	.box80 p{
    font-size: 1.7em;
    line-height: 1.5em;
  }
	.box80 p.pn{
    font-size: 1em;
    line-height: 1.5em;
	text-align: left!important;
  }
	.box20 {
    margin: 0;
    padding: 0;
    width: 20%;
  }
  .box50 {
    margin: 0 2%;
    padding: 0;
    width: 50% !important;
    box-sizing: border-box;
  }
  .parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .parallax_1 {
    background-image: url("../images/top/bg_sec1.jpg");
  }
  .parallax_in {
    margin: 5em auto;
    width: 90%;
    box-sizing: border-box;
    padding: 3em;
  }
	.parallax_in_txbox {
    margin: 0 auto;
    width: 80%;
    box-sizing: border-box;
    padding: 1em;
	background-color:rgba(255,255,255,0.8);
	-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */	
  }
	.txh4em{
		height: 4em;
		text-align: center;
	}
	.bg_sec3{
		background: url("../images/top/bg_sec3.jpg")no-repeat;
		background-position: right;
	}
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #9bd5fa;
    -moz-border-radius: 6px; /* Firefox */
    -webkit-border-radius: 6px; /* Safari,Chrome */
    border-radius: 6px; /* CSS3 */
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #62b8ef;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #9bd5fa;
    display: block;
  }
  .btn-click:hover a {
    color: #000 !important;
    display: block;
  }
	.btn_news a {
	text-align: center;
	width: 100px;
	margin:0;
	padding:0.3em 2em;
	color:#333;
	line-height:1em;
	font-size:1em;
	font-weight:normal;	
background: linear-gradient(to bottom, #fff 34%, #eee 100%);
border:1px solid #666;
-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */

}

.btn_news a:hover {
	opacity: 0.6;
 filter: alpha(opacity=60);
 -moz-opacity: 0.6;
 text-decoration:none;

}
	.box30 {
    margin: 0;
    padding: 0;
    width: 30%;
  }
  .box30_box {
    position: absolute;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .box30 h4 {
    padding: 0 0 .3em;
    line-height: 1.2em;
    font-size: 2.2em;
  }
  .box30_tx {
    text-align: right;
  }
  .box70 {
    margin: 0;
    padding: 0;
    width: 68%;
  }
}
/*sec5*/
@media screen and (min-width:340px) and (max-width:768px) {
  .wh_sc{
	margin: 0 auto 0;
    padding: 3%;
    width: 80%;
    background-color:rgba(255,255,255,0.8);
	-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */	
	}
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .wh_sc{
	margin: 0 auto 0;
    padding: 3%;
    width: 80%;
    background-color:rgba(255,255,255,0.8);
	-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */	
	}
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .wh_sc{
	margin: 0 auto 0;
    padding: 3%;
    width: 70%;
    background-color:rgba(255,255,255,0.8);
	-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */	
	}
}
@media screen and (min-width:1441px) {
	.wh_sc{
	margin: 0 auto 0;
    padding: 3%;
    width: 50%;
    background-color:rgba(255,255,255,0.8);
	-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */	
	}
}