/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:*/
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/*fontsize*/
input[type="button"], input[type="submit"] {
  cursor: pointer;
}

/*--------------------------------------*/
::-webkit-inner-spin-button {
  display: none;
}

::-webkit-calendar-picker-indicator:hover {
  background: none;
}

.mtype1 {
  width: 100%;
  display: flex;
    flex-wrap: wrap;
}

.mtype1 h1 {
  width: 100%;
}
.mtype1 .picp {
  width: 48.5%;
  margin-right: 3%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  float: left;
}

.fifty>.mtype1{
	width:49%;
	margin-right:2%;
	float:left;	
	}
.fifty>.mtype1:nth-child(2n){
	margin-right:0%;
	
	}

.mtype7 > .tagline.four ul li {

  align-content: center;
  
}
.mtype7 > .tagline ul li.stay a {
 
          align-content: center;
}

@media screen and (max-width: 768px) {
.fifty>.mtype1{
	width: 100%;
	margin-right:0%;
	float:left;
	margin-bottom: 20px;
	}
.fifty>.mtype1:last-child{
	margin-right:0%;
	margin-bottom: 20px;
	
	}	

}
@media screen and (max-width: 480px) {
  .mtype1 .picp {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
	overflow:hidden;
  }
  
  
}
.mtype1 .picp img {
  width: 100%;
  height: auto;
  	transform:scale(1);
	  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mtype1 .picp:hover img {
  width: 100%;
  height: auto;
  	transform:scale(1.05);
	  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


.mtype1 .textarea {
  width: 48.5%;
  float: left;
  position: relative;
  padding-bottom: 40px;
}

.mtype1 .textarea .title {
    font-size: 2.0rem;
    line-height: 26px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c9c9c9;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mtype1 .textarea >a.textlink {
  width: 100%;
  height:100%;
  position:absolute;
  z-index:50;
  top:0;
  left:0;
  font-size:0;
  display:block;
}

@media screen and (max-width: 480px) {
  .mtype1 .textarea {
    width: 100%;
  }
  
  .mtype1 .textarea .title{
	font-size:1.9rem;
	line-height:20px;
}
  
}
.mtype1 .textarea .more {
	position: absolute;
	right: 0px;
	background-color: #ff9c01;
	font-size: 1.3rem;
	line-height: 20px;
	border-radius: 5px;
	color: #FFFFFF;
	border: solid 1px #c9c9c9;
	padding-left: 10px;
	padding-right: 10px;
	bottom: 10px;
	z-index: 30;
}
.mtype1 .textarea .more:hover {
  background-color: #ff9c01;
  color: #fff;
  border: solid 1px #fff;
}
.mtype1 .textarea .ttin {
  font-size: 1.7rem;
  line-height: 28px;
  color: #6f6c68;
}
.mtype1 .textarea .ttin p {
  margin-bottom: 10px;
  margin-top: 10px;
}

.mtype2 {
  width: 100%;
  display: table;
}
.mtype2 ul {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  .mtype2 ul {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .mtype2 ul {
    display: block;
  }
}
.mtype2 ul li {
  width: 31.3333%;
  margin-right: 3%;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 3px #ff9c01;
}
.mtype2 ul li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 480px) {
  .mtype2 ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
  }
}
.mtype2 ul li > div a{
	font-size: 1.9rem;
	line-height: 28px;
	font-weight: bold;
	color: #6f6c68;
}
.mtype2 ul li > div.bt {
  width: 100%;
  display: table;
      margin-top: 10px;
}
.mtype2 ul li > div.bt .more {
  position: relative;
  background-color: #ff9c01;
  font-size: 1.3rem;
  line-height: 20px;
  border-radius: 5px;
  color: #FFFFFF;
  border: solid 1px #c9c9c9;
  padding-left: 10px;
  padding-right: 10px;
  float: right;
}
.mtype2 ul li > div.bt .more:hover {
  background-color: #ff9c01;
  color: #fff;
  border: solid 1px #fff;
}

@media screen and (max-width: 767px) {
  .fifty > ul.mtype3 li {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
	position: relative;
  }
}
ul.mtype3 li {
	position: relative;
  }
  
  ul.mtype3 li > a {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 60;
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	display: block;
  }
  
.mtype3 li > div {
  width: 77%;
  margin-right: 23%;
  position: relative;
  padding: 20px 40px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #ff9c01;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mtype3 li > div .picp {
	width: 36%;
	height: auto;
	position: absolute;
    margin-top: -18%;
	top: 50%;
	right: -30%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow:hidden;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mtype3 li > div .picp .pp {
	width: 100%;
	height:100%;
	position: absolute;
	top: 0%;
	right: 0%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform:scale(1);
	  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}



.mtype3 li:hover > div .picp .pp {
	transform:scale(1.05);
	  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mtype3 li > div .picp img{
	width:100%;
	height:auto;
}
.mtype3 li > div .textarea {
  width: 100%;
  position: relative;
  padding-bottom: 35px;
}
.mtype3 li > div .textarea .more {
	position: absolute;
	right: 0px;
	background-color: #ff9c01;
	font-size: 1.3rem;
	line-height: 20px;
	border-radius: 5px;
	color: #FFFFFF;
	border: solid 1px #c9c9c9;
	padding-left: 10px;
	padding-right: 10px;
	bottom: 0px;
	z-index: 80;
}
.mtype3 li > div .textarea .more:hover {
  background-color: #ff9c01;
  color: #fff;
  border: solid 1px #fff;
}
.mtype3 li > div .textarea .title {
	font-size: 1.9rem;
	line-height: 28px;
	color: #6f6c68;
	margin-bottom: 10px;
	font-weight: bold;
	height: 28px;
	overflow: hidden;
/*	white-space: nowrap;
	text-overflow: ellipsis;*/
	position:relative;
}


.mtype3 li > div .textarea .ttin {
	font-size: 1.7rem;
	line-height: 28px;
	color: #6f6c68;
	overflow: hidden;
	height: 132px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c9c9c9;
}
@media screen and (max-width: 980px) {
  .mtype3 li > div .textarea .ttin {
    height: 126px;
  }
  
 
  .mtype3 li > div {
  width: 77%;
  margin-right: 23%;
  
  }
}
@media screen and (max-width: 767px) {
  .mtype3 li > div .textarea .ttin {
    height: auto;
  }
}
.mtype3 li > div .textarea .ttin p {
  margin-bottom: 10px;
  margin-top: 10px;
}

.mtype4 {
  width: 100%;
  height: auto;
}
.mtype4 > li {
  width: 100%;
  margin-bottom: 15px;
  border: solid 1px #ff9c01;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-right: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
.mtype4 > li > a {
  display: block;
  position: absolute;
  z-index: 40;
  font-size: 0px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .mtype4 > li {
    display: block;
  }
}
/*.mtype4 > li:before {
  content: "";
  width: 28%;
  height: 1px;
  background-color: #ff9c01;
  position: absolute;
  right: -4px;
  bottom: -4px;
}
.mtype4 > li:after {
  content: "";
  width: 1px;
  height: 40%;
  background-color: #ff9c01;
  position: absolute;
  right: -4px;
  bottom: -4px;
}*/
.mtype4 > li .textarea {
  width: 68.66666%;
  padding-left: calc(1.5% + 10px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 1px #ff9c01;
  padding-top: 10px;
  padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .mtype4 > li .textarea {
    width: 100%;
    padding-left: 0px;
    border-left: none;
  }
}
.mtype4 > li .textarea .title {
  font-size: 1.9rem;
  line-height: 28px;
  color: #ffaf32;
  padding-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .mtype4 > li .textarea .title {
    padding-bottom: 0px;
  }
}
.mtype4 > li .textarea .more {
  position: absolute;
  right: 10px;
  background-color: #ff9c01;
  font-size: 1.3rem;
  line-height: 20px;
  border-radius: 5px;
  color: #fff;
  border: solid 1px #c9c9c9;
  padding-left: 10px;
  padding-right: 10px;
  bottom: 10px;
  z-index: 50;
}
.mtype4 > li .textarea .more:hover {
  background-color: #ff9c01;
  color: #fff;
  border: solid 1px #fff;
}
.mtype4 > li .textarea .modyfiy {
  position: absolute;
  right: 10px;
  background-color: #c9c9c9;
  font-size: 1.3rem;
  line-height: 20px;
  border-radius: 5px;
  color: #fff;
  border: solid 1px #c9c9c9;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  top: 10px;
}
.mtype4 > li .textarea .modyfiy:hover {
  background-color: #6f6c68;
  color: #fff;
  border: solid 1px #6f6c68;
}
@media screen and (max-width: 480px) {
  .mtype4 > li .textarea .modyfiy {
    top: unset;
    bottom: 10px;
  }
}
.mtype4 > li .textarea .ttin {
  font-size: 1.7rem;
  line-height: 28px;
  color: #6f6c68;
  height: 68px;
  overflow: hidden;
}
.mtype4 > li .textarea .ttin p {
  margin-bottom: 10px;
  margin-top: 10px;
}
.mtype4 > li .textarea .namelist {
  font-size: 1.5rem;
  line-height: 24px;
  color: #6f6c68;
  width: 100%;
}
.mtype4 > li .textarea .namelist ul {
  display: table;
  width: 100%;
}
.mtype4 > li .textarea .namelist ul li {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.mtype4 > li .textarea .namelist ul li > div:first-child {
  width: 55%;
}
.mtype4 > li .textarea .namelist ul li > div:last-child {
  width: 43%;
  margin-left: 2%;
}
@media screen and (max-width: 480px) {
  .mtype4 > li .textarea .namelist ul li {
    margin-bottom: 10px;
  }
  .mtype4 > li .textarea .namelist ul li > div:first-child {
    width: 100%;
  }
  .mtype4 > li .textarea .namelist ul li > div:last-child {
    width: 100%;
    margin-left: 0%;
  }
}
.mtype4 > li .picp {
  width: 31.333%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-right: 1.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .mtype4 > li .picp {
    width: 100%;
    margin-right: 0%;
  }
}
.mtype4 > li .picp > div {
  position: relative;
  width: 100%;
  padding-top: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.mtype4 > li .picp > div > div {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.mtype4 > li .picp:hover > div > div {
  transform: scale(1.05);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mtype8 {
  background-color: rgba(255, 255, 255, 0.5);
}

.mtype5, .mtype8 {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 3px #ff9c01;
  border-top: solid 1px #ff9c01;
  border-right: solid 1px #ff9c01;
  border-bottom: solid 1px #ff9c01;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 40px;
}
.mtype5.nodate ul li .textarea, .mtype8.nodate ul li .textarea {
  width: 100%;
  border-left: none;
}
.mtype5 .bigmore, .mtype8 .bigmore {
  width: 100%;
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.mtype5 .bigmore a, .mtype8 .bigmore a {
  width: 100%;
  height: 36px;
  border: solid 1px #ff9c01;
  text-align: center;
  font-size: 1.5rem;
  line-height: 34px;
  color: #ff9c01;
  display: block;
}
.mtype5 .bigmore a:hover, .mtype8 .bigmore a:hover {
  background-color: #ff9c01;
  color: #fff;
}
/*.mtype5:before, .mtype8:before {
  content: "";
  width: 28%;
  height: 1px;
  background-color: #ff9c01;
  position: absolute;
  right: -4px;
  bottom: -4px;
}
.mtype5:after, .mtype8:after {
  content: "";
  width: 1px;
  height: 40%;
  background-color: #ff9c01;
  position: absolute;
  right: -4px;
  bottom: -4px;
}*/
.mtype5 ul, .mtype8 ul {
  width: 100%;
}
.mtype5 ul li, .mtype8 ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ff9c01;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  .mtype5 ul li, .mtype8 ul li {
    flex-wrap: wrap;
  }
}
.mtype5 ul li:last-child, .mtype8 ul li:last-child {
  border-bottom: none;
}
.mtype5 ul li .fdate, .mtype8 ul li .fdate {
  width: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .mtype5 ul li .fdate, .mtype8 ul li .fdate {
    width: 100%;
    padding-top: 0px;
    position: relative;
  }
}
.mtype5 ul li .fdate .date, .mtype8 ul li .fdate .date {
  height: 66px;
  width: 66px;
  border-radius: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mtype5 ul li .fdate .date, .mtype8 ul li .fdate .date {
    width: 100%;
    height: auto;
  }
}
.mtype5 ul li .fdate .date span, .mtype8 ul li .fdate .date span {
  color: #ff9c01;
  font-size: 2rem;
  line-height: 26px;
  display: block;
  padding-left: 6px;
  padding-right: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .mtype5 ul li .fdate .date span, .mtype8 ul li .fdate .date span {
    display: inline-block;
  }
  .mtype5 ul li .fdate .date span:last-child:before, .mtype8 ul li .fdate .date span:last-child:before {
    content: "/";
    margin-right: 5px;
    margin-left: -3px;
  }
}
.mtype5 ul li .fdate .date span:first-child, .mtype8 ul li .fdate .date span:first-child {
  text-align: left;
  margin-top: 4px;
}
.mtype5 ul li .fdate .date span:last-child, .mtype8 ul li .fdate .date span:last-child {
  text-align: right;
  margin-top: 0px;
}
.mtype5 ul li .fdate .date:before, .mtype8 ul li .fdate .date:before {
  content: "";
  width: 75%;
  height: 1px;
  background-color: #ff9c01;
  display: block;
  position: absolute;
  top: 48%;
  left: 12%;
  transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
  .mtype5 ul li .fdate .date:before, .mtype8 ul li .fdate .date:before {
    display: none;
  }
}
.mtype5 ul li .fdate .date .year, .mtype8 ul li .fdate .date .year {
  font-size: 1.3rem;
  line-height: 20px;
  color: #c9c9c9;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 480px) {
  .mtype5 ul li .fdate .date .year, .mtype8 ul li .fdate .date .year {
    position: relative;
    display: inline-block;
    top: 0px;
    left: 0;
  }
}
.mtype5 ul li .textarea, .mtype8 ul li .textarea {
	width: calc(100% - 80px);
	border-left: solid 1px #ff9c01;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
	position: relative;
}
@media screen and (max-width: 480px) {
  .mtype5 ul li .textarea, .mtype8 ul li .textarea {
    width: 100%;
    border-left: none;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
  }
}
.mtype5 ul li .textarea .picp, .mtype8 ul li .textarea .picp {
  width: 18%;
  margin-left: 20px;
  padding-top: 12.5%;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .mtype5 ul li .textarea .picp, .mtype8 ul li .textarea .picp {
    width: 100%;
    margin-left: 0px;
    padding-top: 60%;
    flex-shrink: 0;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.mtype5 ul li .textarea .more, .mtype8 ul li .textarea .more {
	position: absolute;
	right: 0px;
	background-color: #ff9c01;
	color: #fff;
	font-size: 1.3rem;
	line-height: 20px;
	border-radius: 5px;
	border: solid 1px #c9c9c9;
	padding-left: 10px;
	padding-right: 10px;
	bottom: 0px;
	z-index: 30;
}
.mtype5 ul li .textarea .more:hover, .mtype8 ul li .textarea .more:hover {
  background-color: #ff9c01;
  color: #fff;
  border: solid 1px #fff;
}
.mtype5 ul li .textarea .title, .mtype8 ul li .textarea .title {
  font-size: 1.9rem;
  line-height: 28px;
  color: #ff9c01;
  padding-bottom: 10px;
  font-weight: bold;
  height: 28px;
  overflow: hidden;
}
.mtype5 ul li .textarea .ttin, .mtype8 ul li .textarea .ttin {
  font-size: 1.7rem;
  line-height: 28px;
  color: #6f6c68;
  overflow: hidden;
  position: relative;
  padding-bottom: 35px;
 /*width: calc(82% - 20px);*/
 width: calc(100% - 20px);
}
.mtype5 ul li .textarea .ttin p, .mtype8 ul li .textarea .ttin p {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: justify;
}

.mtype6 .iwantbt a {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  display: table;
  border-radius: 8px;
  background-color: #ffaf32;
  line-height: 25px;
  margin-top: -0px;
  float: right;
  margin-bottom: 0px;
}
.mtype6 .iwantbt a:hover {
  background-color: #ff9c01;
}
.mtype6 .iwantbt a.next {
  background-color: #c9c9c9;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.7rem;
  text-align: center;
}
.mtype6 .iwantbt a.next:hover {
  background-color: #6f6c68;
}

.mtype6 .iwantbt {
  position: absolute;
  bottom: 0px;
  width: auto;
  right: 0px;
  display: flex;
  align-items: flex-end;
}

.mtype6 .iwantbt + div {
  padding-bottom: 85px !important;
}

.mtype6, mtype9 {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mtype6, mtype9 {
    display: block;
  }
  .mtype5 ul li .textarea .ttin, .mtype8 ul li .textarea .ttin {
 width: 100%;
}
}
.mtype6.mapx, mtype9.mapx {
  border-bottom: solid 1px #c9c9c9;
  padding-bottom: 40px;
}
.mtype6 > div, mtype9 > div {
  width: 48%;
  margin-right: 4%;
  color: #6f6c68;
}
.mtype6 > div:last-child, mtype9 > div:last-child {
  margin-right: 0%;
}
@media screen and (max-width: 480px) {
  .mtype6 > div, mtype9 > div {
    width: 100%;
    margin-right: 0%;
  }
}
.mtype6.mapx .picp, mtype9.mapx .picp {
  padding-top: 60%;
  border: solid 1px #ffaf32;
}
.mtype6 .picp, mtype9 .picp {
  width: 100%;
  padding-top: 70%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.mtype6 .picp iframe, mtype9 .picp iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .mtype6 .picp, mtype9 .picp {
    margin-bottom: 20px;
  }
}
.mtype6 .picp > div, mtype9 .picp > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 480px) {
  .mtype6.mapx .textarea, mtype9.mapx .textarea {
    margin-bottom: 20px;
  }
}
.mtype6.mapx .textarea .title, mtype9.mapx .textarea .title {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ffaf32;
}
.mtype6 .textarea p, mtype9 .textarea p {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
  line-height: 28px;
}

.two .formtype {
  margin-bottom: 0px;
}

.two .formtype form {
  padding-right: 12%;
}
@media screen and (max-width: 767px) {
  .two .formtype form {
    padding-right: 6%;
  }
}
@media screen and (max-width: 480px) {
  .two .formtype form {
    padding-right: 0%;
  }
  .mtype6 .textarea p, mtype9 .textarea p {
    font-size: 1.7rem;
    line-height: 19px;
}
  
}

.formtype {
  margin-bottom: 40px;
  display: table;
  width: 100%;
}
.formtype .addlist .set {
  margin-bottom: 30px;
}
.formtype .addlist .set:last-child {
  margin-bottom: 0px;
}
.formtype .spchak:first-child {
  width: 66%;
  float: left;
}
@media screen and (max-width: 767px) {
  .formtype .spchak:first-child {
    width: 100%;
    float: none;
  }
}
.formtype .spchak:first-child label.br {
  line-height: 24px;
  text-align: left !important;
  padding-top: 15px;
}
.formtype .spchak:first-child textarea {
  height: 184px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.formtype .spchak:nth-child(2) {
  width: 33%;
  margin-left: 1%;
  float: left;
}
@media screen and (max-width: 767px) {
  .formtype .spchak:nth-child(2) {
    width: 100%;
    float: none;
    margin-left: 0%;
  }
}
.formtype .w100 {
  width: 96%;
}
.formtype .w75 {
  width: 72.75%;
}
.formtype .w50 {
  width: 49.5%;
}
.formtype .w66 {
  width: 66.33333%;
}
.formtype .w33 {
  width: 32.6666%;
}
.formtype .w25 {
  width: 26.25%;
}
.formtype .w24 {
  width: 24.25%;
}
@media screen and (max-width: 767px) {
  .formtype .w75 {
    width: 49.5%;
  }
  .formtype .w50 {
    width: 49.5%;
  }
  .formtype .w66 {
    width: 49.5%;
  }
  .formtype .w33 {
    width: 47.5%;
  }
  .formtype .w25 {
    width: 49.5%;
  }
  .formtype .w24 {
    width: 49.5%;
  }
  .formtype .all {
    width: 100% !important;
  }
   .formtype .m70{
    width: calc(70% - 10px)!important;
  }
   .formtype .m30 {
    width: 30% !important;
  }
}
.formtype.stepnext form {
  margin: 0px;
  padding: 0px;
  margin-right: 0%;
  widht: 100%;
}
@media screen and (max-width: 480px) {
  .formtype.stepnext form fieldset {
    padding-right: 0 !important;
  }
}
.formtype form {
  margin: 0px;
  padding: 0px;
  padding-right: 6%;
  widht: 94%;
}
@media screen and (max-width: 480px) {
  .formtype form {
    margin-right: 0%;
  }
}
.formtype form > .title {
  color: #6f6c68;
  font-size: 1.9rem;
  line-height: 28px;
  display: flex;
  flex-wrap: nowrap;
}
.formtype form > .title > div {
  padding-right: 1%;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.formtype form > .title > div:last-child {
  padding-right: 0%;
}
.formtype form > .title {
  margin-bottom: 10px;
}
.formtype form .addperson {
  width: 100%;
  margin-bottom: 15px;
}
.formtype form .addperson a {
  width: 100%;
  height: 35px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 34px;
  color: #ffaf32;
  border: solid 1px #ffaf32;
  background-color: #fff;
}
.formtype form .addperson a:hover {
  background-color: #ffaf32;
  color: #fff;
}
.formtype form fieldset {
  border: none;
  padding: 0px;
  color: #505251;
  font-size: 1.9rem;
  line-height: 28px;
  display: table;
  width: 100%;
  margin-bottom: 0px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .formtype form fieldset {
    padding-right: 6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.formtype form fieldset.butline {
  float: right;
}
@media screen and (max-width: 480px) {
  .formtype form fieldset.butline {
    padding-right: 0%;
  }
}
.formtype form fieldset.butline input[type="button"], .formtype form fieldset.butline input[type="submit"], .formtype form fieldset.butline input[type="reset"], .formtype form fieldset.butline a {
  border: none;
  outline: none;
  color: #fff;
  font-size: 1.5rem;
  line-height: 28px;
  margin-left: 10px;
  display: block;
  width: 190px;
  border-radius: 5px;
  text-align: center;
  height: 30px;
  display: inline-block;
  float: right;
  background-color: #a8a8a8;
}
.formtype form fieldset.butline input[type="button"]:hover, .formtype form fieldset.butline input[type="submit"]:hover, .formtype form fieldset.butline input[type="reset"]:hover, .formtype form fieldset.butline a:hover {
  background-color: #ffaf32;
}
@media screen and (max-width: 767px) {
  .formtype form fieldset.butline input[type="button"], .formtype form fieldset.butline input[type="submit"], .formtype form fieldset.butline input[type="reset"], .formtype form fieldset.butline a {
    width: 140px;
  }
}

@media screen and (max-width: 374px) {
  .formtype form fieldset.butline input[type="button"], .formtype form fieldset.butline input[type="submit"], .formtype form fieldset.butline input[type="reset"], .formtype form fieldset.butline a {
    width: 130px;
  }
}

.formtype form fieldset .close {
  font-size: 0;
  width: 25px;
  height: 25px;
  position: absolute;
  left: calc(100% + 10px);
  border-radius: 15px;
  border: solid 1px #ff9c01;
  background-color: #ffebd3;
  top: 10px;
}
@media screen and (max-width: 480px) {
  .formtype form fieldset .close {
    font-size: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(100% + 5px);
    border-radius: 15px;
    border: solid 1px #ff9c01;
    background-color: #ffebd3;
    top: 12px;
  }
}
.formtype form fieldset .close:after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  background-color: #ff9c01;
  top: 12px;
  left: 5px;
  transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  .formtype form fieldset .close:after {
    top: 10px;
    left: 3px;
  }
}
.formtype form fieldset .close:before {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  background-color: #ff9c01;
  top: 12px;
  left: 5px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
  .formtype form fieldset .close:before {
    top: 10px;
    left: 3px;
  }
}
.formtype form fieldset .close:hover {
  background-color: #ff9c01;
}
.formtype form fieldset .close:hover:after, .formtype form fieldset .close:hover:before {
  background-color: #fff;
}
.formtype form fieldset > div {
  margin-right: 1%;
  font-weight: bold;
  float: left;
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  border: solid 1px #ff9c01;
  background-color: #ffebd3;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.formtype form fieldset > div.date {
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 28px 28px;
  background-image: url(../images/eryu.png);
}
.formtype form fieldset > div.radio {
  border: none;
  display: block;
  background-color: rgba(255, 255, 255, 0);
}
.formtype form fieldset > div.radio label {
  white-space: normal;
  text-align: left;
  line-height: 32px;
}
.formtype form fieldset > div.radio label:after {
  display: none;
  white-space: normal;
}
.formtype form fieldset > div.radio label span {
  font-size: 1.5rem;
  line-height: 24px;
  color: #6f6c68;
  display: block;
  margin-top: -3px;
}
  .formtype form fieldset > div{
    margin-bottom: 15px;
  }
@media screen and (max-width: 767px) {
  .formtype form fieldset > div:nth-child(2n) {
    margin-right: 0% !important;
  }
/*  .formtype form fieldset > div:nth-child(3), .formtype form fieldset > div:nth-child(4) {
    margin-top: 15px;
  }*/
  .formtype form fieldset > div.up {
    position: absolute;
    bottom: calc(100% + 15px);
    right: -1%;
  }
}
.formtype form fieldset > div.sele {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40px 40px;
  background-image: url(../images/drewr.png);
}
.formtype form fieldset > div:last-child {
  margin-right: 0%;
}
.formtype form fieldset input[type="text"], .formtype form fieldset select, .formtype form fieldset input[type="date"], .formtype form fieldset input[type="password"], .formtype form fieldset div.xe {
  width: 100%;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  color: #6f6c68;
  border: none;
  outline: none;
  font-size: 1.9rem;
  line-height: 28px;
}
.formtype form fieldset select::-ms-expand {
  display: none;
}
.formtype form fieldset select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ' ';
}
.formtype form fieldset input[type="date"] {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .formtype form fieldset input[type="date"] {
    font-size: 16px;
  }
}
.formtype form fieldset textarea {
  width: 100%;
  height: 132px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  color: #6f6c68;
  border: none;
  outline: none;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .formtype form fieldset textarea {
    font-size: 16px;
  }
}
.formtype form fieldset label {
  color: #ffaf32;
  position: relative;
  font-weight: normal;
  line-height: 50px;
  width: auto;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
  padding-right: 10px;
  padding-left: 10px;
}
.formtype form fieldset label:after {
  content: "";
  width: 1px;
  height: calc(100% - 30px);
  background-color: #ff9c01;
  position: absolute;
  right: 0px;
  top: 15px;
}

.member label {
  color: #6f6c68 !important;
}
.member label:after {
  background-color: #c9c9c9 !important;
}
.member div.xe {
  line-height: 38px !important;
}
.member fieldset > div.g {
  border: solid 1px #6f6c68;
  background-color: #e7e7e5;
}
.member .mtype7 {
  margin-bottom: 0 !important;
}

.domstep {
  width: 100%;
  margin-bottom: 20px;
}
.domstep.four ul li {
  width: 25%;
}
.domstep ul {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #ff9c01;
}
.domstep ul li {
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  float: left;
  font-size: 1.7rem;
  line-height: 38px;
  color: #6f6c68;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .domstep ul li {
    line-height: 19px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.domstep ul li:after, .domstep ul li:before {
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #ff9c01;
}
.domstep ul li.on:after, .domstep ul li.on:before {
  position: absolute;
  width: 25px;
  height: 1px;
  z-index: 20;
  background-color: #fff;
}
.domstep ul li:after, .domstep ul li.on:after {
  content: "";
  transform: rotate(35deg);
  left: 100%;
  top: 10px;
}
.domstep ul li:before, .domstep ul li.on:before {
  content: "";
  transform: rotate(-35deg);
  left: 100%;
  top: 25px;
}
.domstep ul li:last-child:after, .domstep ul li:last-child:before {
  display: none;
}
.domstep ul li.stay:after, .domstep ul li.stay:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  background: transparent;
}
.domstep ul li.stay:after {
  content: "";
  border-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0);
  border-width: 20px;
  margin-top: -20px;
  transform: rotate(0deg);
}
.domstep ul li.stay:before {
  content: "";
  border-color: rgba(255, 156, 1, 0);
  border-left-color: #ff9c01;
  border-width: 21px;
  margin-top: -21px;
  transform: rotate(0deg);
}
.domstep ul li span {
  padding-left: 35px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 767px) {
  .domstep ul li span {
    padding-left: 25px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: none !important;
    padding-right: 5px;
  }

.domstep ul li:first-child span {
    padding-left:10px;
}

}

@media screen and (max-width: 374px){
.domstep ul li span {
    padding-left: 20px;
    padding-right: 5px;
}
}

.domstep ul li.stay, .domstep ul li.on {
  background-color: #ff9c01;
}
.domstep ul li.stay span, .domstep ul li.on span {
  color: #fff;
}
.domstep ul li.s1 span {
  background-image: url(../images/icon02_b.png);
}
.domstep ul li.s2 span {
  background-image: url(../images/icon03_b.png);
}
.domstep ul li.s3 span {
  background-image: url(../images/icon04_b.png);
}
.domstep ul li.s4 span {
  background-image: url(../images/icon07_b.png);
}
.domstep ul li.s5 span {
  background-image: url(../images/icon05_b.png);
}
.domstep ul li.s6 span {
  background-image: url(../images/icon06_w.png);
}
.domstep ul li.s1.stay span, .domstep ul li.s1.on span {
  background-image: url(../images/icon02_w.png);
}
.domstep ul li.s2.stay span, .domstep ul li.s2.on span {
  background-image: url(../images/icon03_w.png);
}
.domstep ul li.s3.stay span, .domstep ul li.s3.on span {
  background-image: url(../images/icon04_w.png);
}
.domstep ul li.s4.stay span, .domstep ul li.s4.on span {
  background-image: url(../images/icon07_w.png);
}
.domstep ul li.s5.stay span, .domstep ul li.s5.on span {
  background-image: url(../images/icon05_b.png);
}
.domstep ul li.s6.stay span, .domstep ul li.s6.on span {
  background-image: url(../images/icon06_w.png);
}

.total {
  width: 100%;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 33.3333%;
  color: #ffaf32;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .total {
    margin-bottom: 20px;
  }
}
.total > div {
  width: 50%;
  float: left;
  text-align: right;
}

.getall {
  margin-top: 0px;
}
.getall.butspace {
  margin-top: 80px;
}
.getall > h2 {
  color: #6f6c68;
  font-size: 2rem;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.mtype7 {
  width: 100%;
  margin-bottom: 40px;
}
.mtype7 > .tagline {
  width: 100%;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #ffaf32;
}
.mtype7 > .tagline ul {
  display: table;
  width: 100%;
}
.mtype7 > .tagline ul li {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.mtype7 > .tagline ul li:after {
  width: 1px;
  height: 25px;
  background-color: #ffaf32;
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  content: "";
}
.mtype7 > .tagline ul li:last-child {
  border-right: none;
}
.mtype7 > .tagline ul li:last-child:after {
  display: none;
}
.mtype7 > .tagline ul li a {
  height: 43px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #6f6c68;
  font-size: 1.7rem;
 /* line-height: 18px;*/
 line-height: 40px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
 
          align-content: center;

}
.mtype7 > .tagline ul li.stay a {
  background-color: #ffaf32;
  color: #fff;
          align-content: center;
}
.mtype7 > .tagline.four ul li {
  width: 16.6%;
/*width: 20%;*/
  float: left;
  align-content: center;
  
}
.mtype7 .slidedate {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/D03.jpg);
  border: solid 1px #ffaf32;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.mtype7 .slidedate .onepage {
  width: 100%;
  position: relative;
}
.mtype7 .slidedate .onepage .slide {
  position: relative;
}
.mtype7 .slidedate .onepage .slide button.slick-arrow {
  content: "";
  position: absolute;
  top: 12px;
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/ar.png);
  font-size: 0px;
  z-index: 30;
}
.mtype7 .slidedate .onepage .slide button.slick-arrow.slick-prev {
  left: 12px;
}
.mtype7 .slidedate .onepage .slide button.slick-arrow.slick-next {
  right: 12px;
  transform: rotate(180deg);
}
.mtype7 .slidedate .onepage .slide .x {
  position: relative;
  float: left;
}
.mtype7 .slidedate .onepage .slide .x div.dateline {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 50px;
  padding-right: 50px;
  color: #3d6ca2;
  font-size: 2rem;
  line-height: 30px;
  font-weight: bold;
}
.mtype7 .slidedate .onepage .slide .x div.dateline span {
  font-size: 1.5rem;
  line-height: 24px;
  margin-right: 5px;
}
.mtype7 .slidedate .onepage .slide .x ul {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mtype7 .slidedate .onepage .slide .x ul {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 10px;
  }
}
.mtype7 .slidedate .onepage .slide .x ul li {
  border-bottom: solid 1px #fff;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-size: 2.6rem;
  line-height: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mtype7 .slidedate .onepage .slide .x ul li:last-child {
  border-bottom: none;
}
.mtype7 .slidedate .onepage .slide .x ul li > div span {
  font-size: 1.7rem;
}

.iwantbt {
  position: relative;
  display: table;
  text-align: right;
  width: 100%;
}
.iwantbt a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  display: table;
  border-radius: 8px;
  background-color: #ffaf32;
  line-height: 25px;
  margin-top: -85px;
  float: right;
  margin-bottom: 15px;
}
.iwantbt a span {
  display: block;
}
.iwantbt a span:first-child {
  font-size: 1.7rem;
  text-align: center;
}

.mtype8 {
  margin-bottom: 10px;
}
.mtype8 ul li .fdate {
  padding-top: 0px;
}
.mtype8 ul li .fdate .name {
  width: 66px;
  height: 66px;
  border-radius: 33px;
  background-color: #ffaf32;
  font-size: 40px;
  line-height: 64px;
  font-weight: blod;
  color: #fff;
  text-align: center;
}
.mtype8 ul li .textarea {
  border-left: none !important;
}
.mtype8 ul li .textarea .title {
  padding-bottom: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: auto;
}
.mtype8 ul li .textarea .title > div > div {
  display: inline-block;
  font-weight: normal;
  border-left: solid 1px #ffaf32;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 1.7rem;
  line-height: 28px;
}
@media screen and (max-width: 480px) {
  .mtype8 ul li .textarea .title > div > div {
    margin-left: 0px;
	display:block;
	width:100%
  }
}
.mtype8 ul li .textarea .title > div > div > span:after {
  content: ".";
  margin-left: 5px;
  margin-right: 5px;
  font-weight: blod;
}
.mtype8 ul li .textarea .title > div > div > span:last-child:after {
  display: none;
}
.mtype8 ul li .textarea .title > div:last-child {
  margin-left: 0px;
}
@media screen and (max-width: 480px) {
  .mtype8 ul li .textarea .title > div:last-child {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-left: 0px;
  }
}
.mtype8 ul li .textarea .title > div:first-child {
  margin-right: 10px;
}
.mtype8 ul li .textarea .ttin {
  padding-bottom: 0px;
}
.mtype8 .tt {
  font-size: 1.5rem;
  line-height: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.mtype8 .tt span {
  margin-right: 20px;
}
.mtype8 .tt span:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 480px) {
  .mtype8 .tt {
    flex-wrap: wrap;
  }
}
.mtype8 .tt > div {
  margin-right: 4%;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .mtype8 .tt > div {
    margin-right: 0%;
    width: 100%;
  }
}
.mtype8 .tt > div:nth-child(2n) {
  margin-right: 0%;
}
.mtype8.noleft ul li .textarea {
  width: 100% !important;
}
.mtype8.noleft ul li .textarea .ttin {
  padding-bottom: 0px;
  width: 100%;
}

.mtype8.noleft ul li .textarea .title > div:last-child {
  position: relative;
  right: 0px;
  top: 0px;
  margin-left: 0px;
}

.bigmore {
  width: 100%;
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.bigmore a {
  width: 100%;
  height: 36px;
  border: solid 1px #ff9c01;
  text-align: center;
  font-size: 1.5rem;
  line-height: 34px;
  color: #ff9c01;
  display: block;
}
.bigmore a:hover {
  background-color: #ff9c01;
  color: #fff;
}

.member .getall > .mtype6, .member .getall > .mtype7, .member .getall > .mtype8, .member .getall > .mtype9, .member .getall > .mtype5, .member .getall > .mtype4, .member .getall > .mtype10, .member .getall .formtype {
  margin-bottom: 0 !important;
}

.member .getall {
  border-bottom: solid 1px #c9c9c9 !important;
}

.member .getall .dpage {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.member .getall .dpage {
  display: block;
}

.member .getall > h2 {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.member .getall > h2:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(-90deg);
  background-image: url(../images/arrow_lit.png);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.member .getall.stay > h2 {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.member .getall.stay > h2:after {
  transform: rotate(90deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mtype9 {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: solid 1px #c9c9c9;
}
.mtype9.index {
  border-bottom: none !important;
  margin-bottom: 0px;
}
@media screen and (max-width: 480px) {
  .mtype9.index .picp {
    margin-bottom: 0px;
  }
  .mtype9.index .textarea {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .mtype9 {
    display: block;
  }
}
.mtype9 > div {
  width: 32%;
  margin-right: 4%;
  color: #6f6c68;
  overflow:hidden;
}
.mtype9 > div:last-child {
  width: 64%;
  margin-right: 0%;
}
@media screen and (max-width: 480px) {
  .mtype9 > div {
    width: 100%;
    margin-right: 0%;
  }
}
.mtype9 .picp > div {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position:relative;

}

.mtype9 .picp > div >div{
    width: 100%;
    height: 100%;
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.mtype9 .picp:hover > div >div{

  transform:scale(1.05);
-webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
@media screen and (max-width: 480px) {
  .mtype9 .picp {
    margin-bottom: 20px;
  }
}
.mtype9 .textarea {
  position: relative;
}

.mtype9{
	position:relative;
}

.mtype9>a{
  width: 100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  font-size:0;
  z-index:10;
}

.mtype9 .textarea .title {
  color: #ffaf32;
  border-bottom: solid 1px #c9c9c9;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.mtype9 .textarea p {
  margin-top: 0.5em;
  margin-bottom: 0px;
  font-size: 1.7rem;
  line-height: 28px;
}
.mtype9 .textarea .more {
  position: absolute;
  right: 0px;

  font-size: 1.3rem;
  line-height: 20px;
  border-radius: 5px;
  background-color: #ff9c01;
  color: #fff;
  border: solid 1px #c9c9c9;
  padding-left: 10px;
  padding-right: 10px;
  bottom: 0px;
  z-index:20;
}
.mtype9 .textarea .more:hover {
  background-color: #ff9c01;
  color: #fff;
  border: solid 1px #fff;
}
@media screen and (max-width: 480px) {
  .mtype9 > div:last-child {
    width: 100%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 480px) {
  .formtype .w50 {
    width: 100%;
  }

  .formtype .w50:nth-child(2) {
    margin-top: 15px;
  }
}
.butline > .code {
  dispaly: table;
  float: left;
  max-widht: 50%;
  border: none;
  margin-bottom: 15px;
  margin-right: 110px;
}
.butline > .code img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .butline > .code {
    margin-right: auto;
  }
}
.butline .code + input {
  margin-top: -45px;
  width: 100px !important;
}
@media screen and (max-width: 767px) {
  .butline .code + input {
    margin-top: 15px;
  }
}

.talk {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  font-size: 1.7rem;
  line-height: 28px;
  color: #6f6c68;
}

#jumper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  transform: scale(0);
    -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#jumper.stay {
  transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.loginmember {
	    width: 94%;
    height: auto;
    max-width: 850px;
    border: solid 2px #ffaf32;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    margin-top: 5vh;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-height: 90vh;
    overflow-x: auto;
}



.loginmember .formtype {
    margin-bottom: 0px;
    width: 55%;
}
@media screen and (max-width: 860px) {
.loginmember .formtype {
    margin-bottom: 0px;
    width: 60%;
}
}
@media screen and (max-width: 767px) {
.loginmember .formtype {
    margin-bottom: 0px;
    width: 100%;
}
}
.loginmember .formtype.stepnext form {
  display: table;
  width: 100%;
}
.loginmember .commnity {
  margin-top: 0px;
  padding-top: 20px;
  border-top: solid 1px #c9c9c9;
}
.loginmember .commnity .title {
  color: #6f6c68;
  font-size: 1.5rem;
  line-height: 24px;
  display: block;
  margin-bottom: 5px;
}
.loginmember .commnity .otherwaylogin {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}
.loginmember .commnity .otherwaylogin > div a {
  width: 140px;
  height: 40px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  font-size: 0;
  float: left;
}
.loginmember .commnity .otherwaylogin > div a.fb {
  background-image: url(../images/btn01.png);
}
.loginmember .commnity .otherwaylogin > div a.fb:hover {
  background-image: url(../images/btn01_o.png);
}
.loginmember .commnity .otherwaylogin > div a.gol {
  background-image: url(../images/btn02.png);
}
.loginmember .commnity .otherwaylogin > div a.gol:hover {
  background-image: url(../images/btn02_o.png);
}
.loginmember .commnity .otherwaylogin > div a.guest {
  width: 115px;
  height: 40px;
  background-image: url(../images/btn0z.png);
}
.loginmember .commnity .otherwaylogin > div a.guest:hover {
  background-image: url(../images/btn0z_o.png);
}
.loginmember .code + input {
  margin-top: 0px;
}
.loginmember .butline > .code {
  dispaly: table;
  float: left;
  max-widht: 50%;
  border: none;
  margin-bottom: 15px;
  margin-right: 0px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 767px) {
  .loginmember .butline > .code {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
}
.loginmember .butline > .code > img {
  width: auto;
  height: auto;
}
.loginmember > h1 {
  line-height: 63px;
  text-align: center;
  border-bottom: solid 1px #ffaf32;
  margin-bottom: 20px;
}
.loginmember .join {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  right: 0;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .loginmember .join {
    right: auto;
    left: 0;
    bottom: 0px;
  }
}
.loginmember .join a {
  border: none;
  background-color: rgba(255, 255, 255, 0) !important;
  display: inline-block !important;
  width: auto !important;
  font-weight: normal;
  color: #333 !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0px !important;
}
.loginmember .join a:hover {
  color: #ffaf32 !important;
}
@media screen and (max-width: 767px) {
  .loginmember .code + input {
    margin-top: 0px;
	    margin-bottom: 15px;
  }
}

.mtype10 ul {
  width: 100%;
  display: table;
}
.mtype10 ul li {
  width: 23.5%;
  margin-right: 2%;
  float: left;
  overflow: hidden;
  margin-bottom: 2%;
}

.mtype10.index ul li {
  width: 32%;
  margin-right: 2%;
  float: left;
  overflow: hidden;
  margin-bottom: 2%;
}

.mtype10.index ul li:nth-child(4),.mtype10.index ul li:nth-child(5),.mtype10.index ul li:nth-child(6) {
  margin-bottom: 0%;
}
@media screen and (max-width: 980px) {
.mtype10.index{
  margin-bottom:40px;
}
}
@media screen and (max-width: 767px) {
  .mtype10 ul li,.mtype10.index ul li  {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
}
.mtype10 ul li:last-child {
  margin-right: 0%;
}

.mtype10.index ul li:nth-child(3n) {
  margin-right: 0%;
}

@media screen and (max-width: 767px) {
.mtype10.index ul li:nth-child(3n) {
  margin-right: 2%;
}
.mtype10.index ul li:nth-child(2n) {
  margin-right: 0%;
}	
.mtype10.index ul li:nth-child(4){
  margin-bottom: 2%;
}	
  .mtype10 ul li:nth-child(2n) {
    margin-right: 0%;
  }
  .mtype10 ul li:nth-child(3n) {
    margin-bottom: 0%;
  }
  .mtype10 ul li:nth-child(4n) {
    margin-bottom: 0%;
  }
  
  

  
}
.mtype10 ul li div.picp {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.mtype10 ul li div.picp > a {
  display: block;
  position: absolute;
  z-index: 40;
  font-size: 0px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mtype10 ul li div.picp > div.imgg {
  width: 100%;
  height: 100%;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.mtype10 ul li div.picp div.text {
  width: 100%;
  height: auto;
  z-index: 30;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  display: block;
  text-align: center;
  font-size: 1.7rem;
  line-height: 28px;
  color: #ff9c01;
  font-weight: bold;
}


.mtype10 ul li div.picp div.textall .more {
  position: absolute;
  right: 10%;
  font-size: 1.3rem;
  line-height: 20px;
  border-radius: 5px;
	background-color: #ff9c01;
	color: #FFFFFF;
	border: solid 1px #c9c9c9;
  padding-left: 10px;
  padding-right: 10px;
  bottom: 10px;
  z-index:50;
  opacity:0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.mtype10 ul li:hover div.picp div.textall .more{
  background-color: #ff9c01;
  color: #fff;
  border: solid 1px #fff;
    opacity:1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}




.mtype10 ul li div.picp div.textall {
    width: 100%;
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
    z-index: 30;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    display: block;
    text-align: center;
    font-size: 1.7rem;
    line-height: 28px;
    color: #ff9c01;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-bottom:30px;
    top: calc(100% - 40px);
	-webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mtype10 ul li:hover div.picp div.textall {
  width: 100%;
  height: 100%;
  top:0;
 	  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.mtype10 ul li div.picp div.textall > div {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    top: 2px;
    position: absolute;
    left: 0;
			  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}

.mtype10 ul li:hover div.picp div.textall > div {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    top: unset;
    position:relative;
    left:unset;
			  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}

.mtype10 ul li div.picp div.textall .title {
  border-bottom: solid 1px #ffaf32;
      padding: 5px 10px;
}
.mtype10 ul li div.picp div.textall p {
  color: #6f6c68;
  font-size: 1.5rem;
  line-height: 24px;
}
.mtype10 ul li .picp:hover div.imgg {
  transform: scale(1.05);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mtype11 {
  width: 100%;
}
.mtype11 img {
  width: 100%;
  height: auto;
}

.mtype12 {
  width: 100%;
}
.mtype12 ul {
  width: 100%;
}
.mtype12 ul li {
  widht: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #ffaf32;
  padding: 10px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  position:relative;
}
.mtype12 ul li>a{
  width: 100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  font-size:0;
  z-index:10;
}
.mtype12 ul li .textarea {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}
.mtype12 ul li .textarea .title {
  color: #ffaf32;
  border-bottom: solid 1px #c9c9c9;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 1.7rem;
  line-height: 28px;
}
.mtype12 ul li .textarea p {
  margin-top: 0.5em;
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 24px;
  padding: 10px;
  margin-top: 0px;
}
.mtype12 ul li .textarea .more {
  position: absolute;
  right: 0px;
  font-size: 1.3rem;
  line-height: 20px;
  border-radius: 5px;
  background-color: #ff9c01;
  color: #fff;
  border: solid 1px #c9c9c9;
  padding-left: 10px;
  padding-right: 10px;
  bottom: 0px;
  z-index:20;
}
.mtype12 ul li .textarea .more:hover {
  background-color: #ff9c01;
  color: #fff;
  border: solid 1px #fff;
}

.mtype13 {
  width: 100%;
}
.mtype13 ul {
  width: 100%;
  height: auto;
  display: table;
}
.mtype13 ul > li {
  width: 49%;
  margin-right: 2% !important;
  margin-bottom: 15px;
  border: solid 1px #ff9c01;
  border-left: solid 3px #ff9c01;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-right: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  float: left;
}

.mtype13 ul > li >a {
	position:absolute;
	width:100%;
	height:100%;
	z-index:20;
	top:0;
	left:0;
	display:block;
	font-size:0;
	z-index:10;
}

.mtype13 ul > li:nth-child(2n) {
  margin-right: 0% !important;
}
@media screen and (max-width: 480px) {
  .mtype13 ul > li {
    width: 100%;
    margin-right: 0% !important;
    display: block;
  }
}
/*.mtype13 ul > li:before {
  content: "";
  width: 28%;
  height: 1px;
  background-color: #ff9c01;
  position: absolute;
  right: -4px;
  bottom: -4px;
}
.mtype13 ul > li:after {
  content: "";
  width: 1px;
  height: 40%;
  background-color: #ff9c01;
  position: absolute;
  right: -4px;
  bottom: -4px;
}*/
.mtype13 ul > li .fdate {
  width: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .mtype13 ul > li .fdate {
    width: 100%;
    padding-top: 0px;
    position: relative;
  }
}
.mtype13 ul > li .fdate .date {
  height: 66px;
  width: 66px;
  border-radius: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mtype13 ul > li .fdate .date {
    width: 100%;
    height: auto;
  }
}
.mtype13 ul > li .fdate .date span {
  color: #ff9c01;
  font-size: 2rem;
  line-height: 26px;
  display: block;
  padding-left: 6px;
  padding-right: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .mtype13 ul > li .fdate .date span {
    display: inline-block;
  }
  .mtype13 ul > li .fdate .date span:last-child:before {
    content: "/";
    margin-right: 5px;
    margin-left: -3px;
  }
}
.mtype13 ul > li .fdate .date span:first-child {
  text-align: left;
  margin-top: 4px;
}
.mtype13 ul > li .fdate .date span:last-child {
  text-align: right;
  margin-top: 0px;
}
.mtype13 ul > li .fdate .date:before {
  content: "";
  width: 75%;
  height: 1px;
  background-color: #ff9c01;
  display: block;
  position: absolute;
  top: 48%;
  left: 12%;
  transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
  .mtype13 ul > li .fdate .date:before {
    display: none;
  }
}
.mtype13 ul > li .fdate .date .year {
  font-size: 1.3rem;
  line-height: 20px;
  color: #ff9c01;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 480px) {
  .mtype13 ul > li .fdate .date .year {
    position: relative;
    display: inline-block;
    top: 0px;
    left: 0;
  }
}
.mtype13 ul > li .textarea {
  width: 100%;
  padding-left: calc(1.5% + 10px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 1px #ff9c01;
  padding-top: 10px;
  padding-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .mtype13 ul > li .textarea {
    width: 100%;
    padding-left: 0px;
    border-left: none;
	z-index:20;
  }
}
.mtype13 ul > li .textarea .title {
  font-size: 1.9rem;
  line-height: 28px;
  color: #6f6c68;
  border-bottom: solid 1px #c9c9c9;
  padding-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .mtype13 ul > li .textarea .title {
    padding-bottom: 0px;
  }
}
.mtype13 ul > li .textarea .more {
  position: absolute;
  right: 10px;
  background-color: #ff9c01;
  font-size: 1.3rem;
  line-height: 20px;
  border-radius: 5px;
  color: #FFFFFF;
  border: solid 1px #c9c9c9;
  padding-left: 10px;
  padding-right: 10px;
  bottom: 10px;
  z-index:20;
}
.mtype13 ul > li .textarea .more:hover {
  background-color: #ff9c01;
  color: #fff;
  border: solid 1px #fff;
}
.mtype13 ul > li .textarea .modyfiy {
  position: absolute;
  right: 10px;
  background-color: #c9c9c9;
  font-size: 1.3rem;
  line-height: 20px;
  border-radius: 5px;
  color: #fff;
  border: solid 1px #c9c9c9;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  top: 10px;
}
.mtype13 ul > li .textarea .modyfiy:hover {
  background-color: #6f6c68;
  color: #fff;
  border: solid 1px #6f6c68;
}
@media screen and (max-width: 480px) {
  .mtype13 ul > li .textarea .modyfiy {
    top: unset;
    bottom: 10px;
  }
}
.mtype13 ul > li .textarea .ttin {
  font-size: 1.7rem;
  line-height: 28px;
  color: #6f6c68;
  height: 68px;
  overflow: hidden;
}
.mtype13 ul > li .textarea .ttin p {
  margin-bottom: 10px;
  margin-top: 10px;
}

.videopage {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #ffaf32;
  background-color: rgba(255, 255, 255, 0.5);
}
.videopage .vd {
  width: 100%;
  padding-top: 60%;
  position: relative;
}
.videopage .vd iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.videopage .textarea {
  position: relative;
}
.videopage .textarea .sel {
  position: absolute;
  right: 0;
  top: 10px;
  width: 100px;
  border: solid 1px #ffaf32;
}
.videopage .textarea .sel select {
  width: 100%;
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  color: #6f6c68;
  border: none;
  outline: none;
  font-size: 1.5rem;
  line-height: 24px;
}
.videopage .textarea .title {
  font-size: 1.7rem;
  line-height: 28px;
  color: #ff9c01;
  padding-top: 10px;
  padding-bottom: 0px;
}
.videopage .textarea p {
  font-size: 1.5rem;
  line-height: 24px;
  color: #6f6c68;
  margin-top: 0px;
  margin-bottom: 0px;
}

.edit {
  width: 100%;
  position: relative;
  padding-top: 60%;
  margin-bottom: 40px;
}
.edit > div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.edit > div iframe {
  width: 100%;
  height: 100%;
}

.two > div {
  width: 49%;
  margin-right: 2%;
  float: left;
}
@media screen and (max-width: 767px) {
  .two > div {
    width: 100%;
    margin-right: 0%;
  }
}
.two > div:last-child {
  margin-right: 0%;
}
.tag h2 {
	font-size: 2.0rem;
	line-height: 24px;
	text-align: left;
	float: left;
	color: #6f6c68;
	  
}
.loginmember .close {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	background-color: #FFAF32;
	padding: 5px;
	height: 30px;
	width: 30px;
	position: absolute;
	top: -15px;
	right: -15px;
	display:block;
	  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius:15px;
}


.loginmember .close:before {
	width:20px;
	height:2px;
	top:14px;
	left:5px;
	display:block;
	background-color:#fff;
	transform:rotate(45deg);
	content:"";
	pointer-events:none;
	position:absolute;	
}
.loginmember .close:after{
	width:20px;
	height:2px;
	top:14px;
	left:5px;
	display:block;
	background-color:#fff;
	transform:rotate(-45deg);
	content:"";
	pointer-events:none;
	position:absolute;		
}



#jumper .closex {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	background-color: #FFAF32;
	padding: 5px;
	height: 30px;
	width: 30px;
	position: absolute;
	top: calc(10% - 50px);
	right: calc(50% - 435px);
	display:block;
	  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius:15px;
  z-index:7001;
}
@media screen and (max-width: 860px) {

#jumper .closex {

	right: calc(3% - 15px);

}
}
@media screen and (max-width: 560px) {

#jumper .closex {
	right:5px;
}	
}
	
#jumper .closex:before {
	width:20px;
	height:2px;
	top:14px;
	left:5px;
	display:block;
	background-color:#fff;
	transform:rotate(45deg);
	content:"";
	pointer-events:none;
	position:absolute;	
}
#jumper .closex:after{
	width:20px;
	height:2px;
	top:14px;
	left:5px;
	display:block;
	background-color:#fff;
	transform:rotate(-45deg);
	content:"";
	pointer-events:none;
	position:absolute;		
}

.ifram {
	background-image: none;
}
#jumper #iframesq {
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	 position: fixed;
  z-index: 7000;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15px;
  left: 0;
}
.dres {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction:row-reverse;
align-items: stretch;
flex-wrap: wrap;
}
.dres .news {
	width: 43%;
	margin-right: 2%;
	position: relative;
}
@media screen and (max-width: 860px) {
 .dres .news {
	width: 38%;
	margin-right: 2%;
} 
}
@media screen and (max-width: 767px) {
 .dres .news {
	width: 100%;
	margin-right: 0%;
	margin-top:20px;
	} 
	#jumper #iframesq {
	  top: 0px;
	}
	
	.mtype7 > .tagline ul li a {
	 
	  line-height: 18px;
	 
	}
}

.news .picp {
	width: 100%;
	margin-bottom: 10px;
}
.news .picp img {
	height: auto;
	width: 100%;
}
.news .text {
  font-size: 1.5rem;
  line-height: 24px;
  color: #6f6c68;
}
.dres .news>a {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	display: block;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
}
.mtype5 ul li .textarea>a {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 20;
	top: 0px;
	right: 0px;
}


