@charset "utf-8";
.bg_color01 {
  background: #093;
}
.bg_color02 {
  background: #cfc;
}
.bg_color03 {
  background: #060;
}
.bg_color04 {
  background: #fff;
}
.bg_color05 {
  background-image: linear-gradient(-45deg, #fe7f2b, #f60);
}
.bg_color06 {
  background: url("../images/top/bg_sec1.jpg")repeat-x;
  background-position: top center;
}
.sec_h5 {
    margin: 1rem auto !important;
    width: 98.2%;
    padding: 0.8%;
    line-height: 1.2rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    background: #666;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari,Chrome */
    border-radius: 12px; /* CSS3 */
  }
@media screen and (min-width:340px) and (max-width:480px) {
.vw0{
		text-align: center;
		line-height: 1.5em;
		font-size: 1vw;
		height: auto;
		color:#f00;
		font-weight: bold;
		padding-bottom: .3em;
	}
	.vw1{
		margin-top: 1em;
		text-align: left;
		line-height: 1.5em;
		font-size: 2.5vw;
		height: auto;
	}
	.vw2{
		text-align: center;
		line-height: 1.5em;
		font-size: 2.7vw;
		height: auto;
		font-weight: bold;
	}
	.vw3{
		margin-top: 1em;
		text-align: left;
		line-height: 1.5em;
		font-size: 1.2vw;
		height: auto;
	}
	.tx_ps {
    font-size: 1.1em !important;
    line-height: 1.6rem;
    font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-position: top center;
    position: relative;
  }
  .article h1 {
    position: absolute;
	  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: .5em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1.5em;
    line-height: 2em;
    color: #000;
  }
  .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;
  }
  .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 {
    display: flex;
    -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  }
	.sec_in60 {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    box-sizing: border-box;
  }
	.box48 {
    margin: 0;
    padding: 0;
    width: 100% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box50 {
    margin: 0;
    padding: 0;
    width: 50% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box450 {
    margin: 0 auto;
    padding: 3em 0;
    width: 300px;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #090;
    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 #060;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #060;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
	.pribox {
    margin: 0 0 1em;
    padding: 0.5%;
    width: 99%;
    height: 200px;
    background: #fff;
    border: 1px solid #999;
    overflow: auto;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
.vw0{
		text-align: center;
		line-height: 1.5em;
		font-size: 1vw;
		height: auto;
		color:#f00;
		font-weight: bold;
		padding-bottom: .3em;
	}
	.vw1{
		margin-top: 1em;
		text-align: left;
		line-height: 1.5em;
		font-size: 2.5vw;
		height: auto;
	}
	.vw2{
		text-align: center;
		line-height: 1.5em;
		font-size: 2.7vw;
		height: auto;
		font-weight: bold;
	}
	.vw3{
		margin-top: 1em;
		text-align: left;
		line-height: 1.5em;
		font-size: .8em;
		height: auto;
	}
	.tx_ps {
    font-size: 1.1em !important;
    line-height: 1.6rem;
    font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-position: top center;
    position: relative;
  }
  .article h1 {
    position: absolute;
	  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: .5em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1.5em;
    line-height: 2em;
    color: #000;
  }
  .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;
  }
  .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;
  }
	.sec_in60 {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    box-sizing: border-box;
  }
	.box48 {
    margin: 0;
    padding: 0;
    width: 48% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box50 {
    margin: 0;
    padding: 0;
    width: 50% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box450 {
    margin: 0 auto;
    padding: 3em 0;
    width: 300px;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #090;
    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 #060;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #060;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
	.pribox {
    margin: 0 0 1em;
    padding: 0.5%;
    width: 99%;
    height: 200px;
    background: #fff;
    border: 1px solid #999;
    overflow: auto;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
.vw0{
		text-align: center;
		line-height: 1.5em;
		font-size: 1vw;
		height: auto;
		color:#f00;
		font-weight: bold;
		padding-bottom: .3em;
	}
	.vw1{
		margin-top: 1em;
		text-align: left;
		line-height: 1.5em;
		font-size: 1.1em;
		height: auto;
	}
	.vw2{
		text-align: center;
		line-height: 1.5em;
		font-size: 2.7vw;
		height: auto;
		font-weight: bold;
	}
	.vw3{
		margin-top: 1em;
		text-align: left;
		line-height: 1.5em;
		font-size: 1.2vw;
		height: auto;
	}
	.tx_ps {
    font-size: 1.1em !important;
    line-height: 1.6rem;
    font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-position: top center;
    position: relative;
  }
  .article h1 {
    position: absolute;
	  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: .5em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1.5em;
    line-height: 2em;
    color: #000;
  }
  .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;
  }
  .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;
  }
	.sec_in60 {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    box-sizing: border-box;
  }
	.box48 {
    margin: 0;
    padding: 0;
    width: 48% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box50 {
    margin: 0;
    padding: 0;
    width: 50% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box450 {
    margin: 0 auto;
    padding: 3em 0;
    width: 450px;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #090;
    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 #060;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #060;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
	.pribox {
    margin: 0 0 1em;
    padding: 0.5%;
    width: 99%;
    height: 200px;
    background: #fff;
    border: 1px solid #999;
    overflow: auto;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
.vw0{
		text-align: center;
		line-height: 1.5em;
		font-size: 1vw;
		height: auto;
		color:#f00;
		font-weight: bold;
		padding-bottom: .3em;
	}
	.vw1{
		margin-top: 1em;
		text-align: left;
		line-height: 1.5em;
		font-size: 1.1em;
		height: auto;
	}
	.vw2{
		text-align: center;
		line-height: 1.5em;
		font-size: 2.7vw;
		height: auto;
		font-weight: bold;
	}
	.vw3{
		margin-top: 1em;
		text-align: left;
		line-height: 1.5em;
		font-size: 1.2vw;
		height: auto;
	}
	.tx_ps {
    font-size: 1.1em !important;
    line-height: 1.6rem;
    font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-position: top center;
    position: relative;
  }
  .article h1 {
    position: absolute;
	  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: .5em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1.5em;
    line-height: 2em;
    color: #000;
  }
  .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;
  }
  .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;
  }
	.sec_in60 {
    margin: 0 auto;
    padding: 3em 0;
    width: 80%;
    box-sizing: border-box;
  }
	.box48 {
    margin: 0;
    padding: 0;
    width: 48% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box50 {
    margin: 0;
    padding: 0;
    width: 50% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box450 {
    margin: 0 auto;
    padding: 3em 0;
    width: 450px;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #090;
    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 #060;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #060;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
	.pribox {
    margin: 0 0 1em;
    padding: 0.5%;
    width: 99%;
    height: 200px;
    background: #fff;
    border: 1px solid #999;
    overflow: auto;
  }
}
@media screen and (min-width:1441px) {
  .vw0{
		text-align: center;
		line-height: 1.5em;
		font-size: 1vw;
		height: auto;
		color:#f00;
		font-weight: bold;
		padding-bottom: .3em;
	}
	.vw1{
		margin-top: 1em;
		text-align: left;
		line-height: 1.5em;
		font-size: 1.2em;
		height: auto;
	}
	.vw2{
		text-align: center;
		line-height: 1.5em;
		font-size: 2.7vw;
		height: auto;
		font-weight: bold;
	}
	.vw3{
		margin-top: 1em;
		text-align: left;
		line-height: 1.5em;
		font-size: 1.2vw;
		height: auto;
	}
	.tx_ps {
    font-size: 1.1em !important;
    line-height: 1.6rem;
    font-weight: normal;
  }
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-position: top center;
    position: relative;
  }
  .article h1 {
    position: absolute;
	  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: .5em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1.5em;
    line-height: 2em;
    color: #000;
  }
  .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;
  }
  .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;
  }
	.sec_in60 {
    margin: 0 auto;
    padding: 3em 0;
    width: 60%;
    box-sizing: border-box;
  }
	.box48 {
    margin: 0;
    padding: 0;
    width: 48% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box50 {
    margin: 0;
    padding: 0;
    width: 50% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box450 {
    margin: 0 auto;
    padding: 3em 0;
    width: 450px;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #090;
    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 #060;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #060;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
	.pribox {
    margin: 0 0 1em;
    padding: 0.5%;
    width: 99%;
    height: 200px;
    background: #fff;
    border: 1px solid #999;
    overflow: auto;
  }
}