@charset "UTF-8";
/* line 5, ../scss/base.scss */
html.open, body.open {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 13, ../scss/base.scss */
.Wrapper {
  background: url("../images/bg.png") center repeat;
  min-height: 100vh;
  position: relative;
}

/* line 20, ../scss/base.scss */
.header{
  padding: 20px 50px 20px 50px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header:not(.main){
  padding: 20px 50px 20px 50px;
  border-bottom: 5px solid #015579;
  background-color: #fff;

}
.header:not(.main)  h1 p {
  color: #337ab7;
  text-shadow: none;
}


.header.main {
  background: url('../images/mainbg.png') bottom left no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 40vh;
}

@media(max-width: 640px){
  .header.main {
    background: url('../images/mainbg2.png') bottom left no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 30vh;
  }
}
/* line 28, ../scss/base.scss */
.header h1 {
  padding-right: 200px;
}
/* line 30, ../scss/base.scss */
.header h1 p {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-shadow: 5px 5px 8px #3b3b3b;
  position: relative;
  top: -5px;
}
/* line 37, ../scss/base.scss */
.header h1 p span {
  display: inline-block;
}
/* line 41, ../scss/base.scss */
.header h1 img {
  max-width: 100%;
  width:222px;
}
@media (max-width: 854px) {
  /* line 45, ../scss/base.scss */
  .header h1 p {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  /* line 50, ../scss/base.scss */
  .header h1 p {
    font-size: 18px;
  }
}
/* line 56, ../scss/base.scss */
.header .nav {
  position: absolute;
  right: 50px;
  top: 40px;
}
/* line 60, ../scss/base.scss */
.header .nav button {
  width: 55px;
  height: 55px;
  margin-left: 15px;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 67, ../scss/base.scss */
.header .nav button.logout {
  background-image: url("../images/logout.png");
  background-color: #337ab7;
}
/* line 70, ../scss/base.scss */
.header .nav button.home {
  background-image: url("../images/home.png");
  background-color: #005679;
}
/* line 70, ../scss/base.scss */
.header .nav button.edit {
  background-image: url("../images/icon01_.png");
  background-color: #005679;
}

.header .nav .language_sel {

  height: 55px;
  padding-right: 30px;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0;
  width: 130px;
  background-color: #337ab7;
  font-size: 15px;
  letter-spacing: 0.05em;
  background-image: url("../images/drop_w.png");
  background-position: right 5px center;
  background-repeat: no-repeat;
  color:#fff;
  margin-left:15px;
  text-align-last:center;

}

@media (max-width: 854px) {
  /* line 20, ../scss/base.scss */
  .header {
    padding: 20px 20px 0 20px;
  }
  .header:not(.main){
    padding: 20px 20px 20px 20px;
  }
  /* line 77, ../scss/base.scss */
  .header .nav {
    right: 20px;
    top: 40px;
  }
  /* line 80, ../scss/base.scss */
  .header .nav button {
    width: 40px;
    height: 40px;
    margin-left: 5px;
  }
  .header .nav .language_sel {
	  height:40px;
	  margin-left: 5px;
	  width:90px;
	  font-size:13px;
  }
}
/* line 89, ../scss/base.scss */
.header.scroll {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 50px 5px 50px;
}
/* line 92, ../scss/base.scss */
.header.scroll h1 {
  padding-right: 100px;
}
/* line 94, ../scss/base.scss */
.header.scroll h1 p {
  font-size: 20px;
}



/* line 97, ../scss/base.scss */
.header.scroll h1 img {
  max-width: 150px;
}
/* line 101, ../scss/base.scss */
.header.scroll .nav {
  top: 25px;
}
/* line 103, ../scss/base.scss */
.header.scroll .nav button {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
@media (max-width: 854px) {
  /* line 89, ../scss/base.scss */
  .header.scroll {
    padding: 10px 20px;
    /*.nav{
    	top:25px;
    	button{
    		width:30px;
    		height:30px;
    		margin-left:5px;
    	}
    }*/
  }
  /* line 112, ../scss/base.scss */
  .header.scroll h1 {
    padding-right: 100px;
  }
  /* line 114, ../scss/base.scss */
  .header.scroll h1 img {
    max-width: 60%;
  }
  /* line 117, ../scss/base.scss */
  .header.scroll h1 p {
    font-size: 15px;
  }
}

/* line 134, ../scss/base.scss */
article.inWrapper {
  min-height: 100vh;
  padding-top: 110px;
  padding-bottom: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  /*align-items: center;*/
  flex-direction: column;
  padding-left: 50px;
  padding-right: 50px;
}
/* line 145, ../scss/base.scss */
article.inWrapper:not(.menu) {
  min-height: auto;
}
article.inWrapper.main {
  padding-top: 43vh;
}

@media (max-width: 640px) {
  article.inWrapper.main {
    padding-top: 30vh;
  }

}
@media (max-width: 854px) {
  /* line 134, ../scss/base.scss */
  article.inWrapper {
    padding-top: 130px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 160, ../scss/base.scss */
.mainbody {
  width: 100%;
  padding-bottom: 30px;
}
/* line 166, ../scss/base.scss */
.mainbody.main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-top: 45px;
}
/* line 173, ../scss/base.scss */
.mainbody:not(.main) {
  padding-top: 45px;
}
@media (max-width: 854px) {
  /* line 160, ../scss/base.scss */
  .mainbody {
    height: auto;
  }
}

/* line 183, ../scss/base.scss */
.mainbody h2 {
  color: #2d2d2d;
  min-height: 30px;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 0.5%;
}
@media (max-width: 854px) {
  /* line 193, ../scss/base.scss */
  .mainbody h2 {
    font-size: 19px;
  }
}

/*--------------mainlist----------------------*/
/* line 202, ../scss/base.scss */
.mainlist {
  text-align: center;
  width: 100%;
  font-size: 0;
}
/* line 206, ../scss/base.scss */
.mainlist--main {
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.mainlist--report {
  max-width: 1000px;
  padding: 50px 0;
}
/* line 208, ../scss/base.scss */
.mainlist--report .mainlist__item {
  width: 27%;
  margin-bottom: 20px;
}
/* line 210, ../scss/base.scss */

/* line 214, ../scss/base.scss */
.mainlist--report .mainlist__item a > div {
  padding-top: 75%;
}
@media (max-width: 854px) {
  /* line 218, ../scss/base.scss */
  .mainlist--report .mainlist__item p {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  /* line 223, ../scss/base.scss */
  .mainlist--report .mainlist__item p {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  /* line 208, ../scss/base.scss */
  .mainlist--report .mainlist__item {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  /* line 231, ../scss/base.scss */
  .mainlist--report .mainlist__item a > div {
    padding-top: 100%;
  }
}
/* line 239, ../scss/base.scss */


/* line 250, ../scss/base.scss */
.mainlist--main .mainlist__item {
  flex-shrink: 1; 
  width: 20%;
}


@media (max-width: 640px) {
  /* line 239, ../scss/base.scss */
  .mainlist--search .mainlist__item {
    width: 45%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .mainlist--main .mainlist__item {
    min-width:40%;
    margin: 0 2% 30px 2%;
  }
}

.mainlist__item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 255, ../scss/base.scss */
.mainlist__item img {
  max-width: 100%;
}
/* line 258, ../scss/base.scss */
.mainlist__item p {
  font-size: 25px;
  color: #595959;
  font-weight: bold;
  margin-top: 10px;
}
.mainlist__item:hover p {
  color: #2d2a2a;
}



/* line 264, ../scss/base.scss */
.mainlist__item a > div {
  width: 100%;
  max-width: 246px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 90%;
  display: block;
  margin: 0 auto;
  background-position: center top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 274, ../scss/base.scss */
.mainlist__item a > div.m01 {
  background-image: url("../images/001.png");
}
/* line 276, ../scss/base.scss */
.mainlist__item a > div.m01:hover {
  background-image: url("../images/001_h.png");
}
/* line 280, ../scss/base.scss */
.mainlist__item a > div.m02 {
  background-image: url("../images/002.png");
}
/* line 282, ../scss/base.scss */
.mainlist__item a > div.m02:hover {
  background-image: url("../images/002_h.png");
}
/* line 286, ../scss/base.scss */
.mainlist__item a > div.m03 {
  background-image: url("../images/003.png");
}
/* line 288, ../scss/base.scss */
.mainlist__item a > div.m03:hover {
  background-image: url("../images/003_h.png");
}
/* line 292, ../scss/base.scss */
.mainlist__item a > div.m04 {
  background-image: url("../images/004.png");
}
/* line 294, ../scss/base.scss */
.mainlist__item a > div.m04:hover {
  background-image: url("../images/004_h.png");
}
.mainlist__item a > div.m05 {
  background-image: url("../images/005.png");
}
/* line 294, ../scss/base.scss */
.mainlist__item a > div.m05:hover {
  background-image: url("../images/005_h.png");
}
.mainlist__item a > div.m06 {
  background-image: url("../images/006.png");
}
.mainlist__item a > div.m06:hover {
  background-image: url("../images/006_h.png");
}
/* line 298, ../scss/base.scss */
.mainlist__item a > div.ai {
  background-image: url("../images/ai.png");
}
/* line 300, ../scss/base.scss */
.mainlist__item a > div.ai:hover {
  background-image: url("../images/ai_h.png");
}
/* line 298, ../scss/base.scss */
.mainlist__item a > div.ks {
  background-image: url("../images/keyword_s.png");
}
/* line 300, ../scss/base.scss */
.mainlist__item a > div.ks:hover {
  background-image: url("../images/keyword_s_h.png");
}
/* line 304, ../scss/base.scss */
.mainlist__item a > div.ps {
  background-image: url("../images/pro_s.png");
}
/* line 306, ../scss/base.scss */
.mainlist__item a > div.ps:hover {
  background-image: url("../images/pro_s_h.png");
}
/* line 310, ../scss/base.scss */
.mainlist__item a > div.r01 {
  background-image: url("../images/r01.png");
}
/* line 312, ../scss/base.scss */
.mainlist__item a > div.r01:hover {
  background-image: url("../images/r01_h.png");
}
/* line 316, ../scss/base.scss */
.mainlist__item a > div.r02 {
  background-image: url("../images/r02.png");
}
/* line 318, ../scss/base.scss */
.mainlist__item a > div.r02:hover {
  background-image: url("../images/r02_h.png");
}
/* line 322, ../scss/base.scss */
.mainlist__item a > div.r03 {
  background-image: url("../images/r03.png");
}
/* line 324, ../scss/base.scss */
.mainlist__item a > div.r03:hover {
  background-image: url("../images/r03_h.png");
}
/* line 328, ../scss/base.scss */
.mainlist__item a > div.r04 {
  background-image: url("../images/r04.png");
}
/* line 330, ../scss/base.scss */
.mainlist__item a > div.r04:hover {
  background-image: url("../images/r04_h.png");
}
/* line 334, ../scss/base.scss */
.mainlist__item a > div.r05 {
  background-image: url("../images/r05.png");
}
/* line 336, ../scss/base.scss */
.mainlist__item a > div.r05:hover {
  background-image: url("../images/r05_h.png");
}
.mainlist__item a > div.r06 {
  background-image: url("../images/r06.png");
}
/* line 336, ../scss/base.scss */
.mainlist__item a > div.r06:hover {
  background-image: url("../images/r06_h.png");
}
.mainlist__item a > div.r07 {
  background-image: url("../images/r07.png");
}
/* line 336, ../scss/base.scss */
.mainlist__item a > div.r07:hover {
  background-image: url("../images/r07_h.png");
}
/* line 274, ../scss/base.scss */
.mainlist__item a > div.s01 {
  background-image: url("../images/s01.png");
}
/* line 276, ../scss/base.scss */
.mainlist__item a > div.s01:hover {
  background-image: url("../images/s01_h.png");
}
/* line 280, ../scss/base.scss */
.mainlist__item a > div.s02 {
  background-image: url("../images/s02.png");
}
/* line 282, ../scss/base.scss */
.mainlist__item a > div.s02:hover {
  background-image: url("../images/s02_h.png");
}
/* line 286, ../scss/base.scss */
.mainlist__item a > div.s03 {
  background-image: url("../images/s03.png");
}
/* line 288, ../scss/base.scss */
.mainlist__item a > div.s03:hover {
  background-image: url("../images/s03_h.png");
}
/* line 286, ../scss/base.scss */
.mainlist__item a > div.s04 {
  background-image: url("../images/s04.png");
}
/* line 288, ../scss/base.scss */
.mainlist__item a > div.s04:hover {
  background-image: url("../images/s04_h.png");
}
@media (max-width: 854px) {
  /* line 342, ../scss/base.scss */
  .mainlist__item p {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  /* line 347, ../scss/base.scss */
  .mainlist__item p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  /* line 353, ../scss/base.scss */
  .mainlist__item a > div {
    padding-top: 100%;
  }
}
@media (max-width: 480px) {
  /* line 250, ../scss/base.scss */
  .mainlist__item {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

/*----------------------bread---------------------------*/
/* line 377, ../scss/base.scss */
.breadlist li {
  display: inline-block;
  vertical-align: middle;
  color: #010101;
  font-size: 14px;
}
/* line 381, ../scss/base.scss */
.breadlist li a {
  color: #010101;
}
@media (max-width: 854px) {
  /* line 377, ../scss/base.scss */
  .breadlist li {
    font-size: 13px;
  }
}
/* line 389, ../scss/base.scss */
.breadlist li:not(:last-child):after {
  content: '＞';
  margin: 0 1px 0 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

/* line 398, ../scss/base.scss */
.main__bread {
  width: 100%;
}

/* line 403, ../scss/base.scss */
.footer {
  background-color: #3b3b3b;
  width: 100%;
  padding-bottom: 15px;
  z-index: 100;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-right: 15px;
}
/* line 412, ../scss/base.scss */
.footer p {
  color: #fff;
  padding-top: 15px;
  padding-left: 30px;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media (max-width: 854px) {
  /* line 425, ../scss/base.scss */
  .footer.index {
    position: relative;
  }
}

/*----------------------------*/
/* line 435, ../scss/base.scss */
.layout {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 90%;
  margin-top: 0.5%;
}
/* line 447, ../scss/base.scss */
.layout .mainlist {
  justify-content: space-between;
}

/*-------------------------base setting-----------------*/
/* line 459, ../scss/base.scss */
input[type="text"].styletext , input[type="password"].styletext {
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  background-color: #fff;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  font-size: 15px;
  padding-left: 20px;
  letter-spacing: 0.05em;
}

/* line 471, ../scss/base.scss */
input[type="text"].styletext_service {
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  background-color: #fff;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  font-size: 15px;
  padding-left: 10px;
  letter-spacing: 0.05em;
  border: 1px solid #9f9f9f;
}

/* line 484, ../scss/base.scss */
input[type="text"].styledate {
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  background-color: #fff;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 40px;
  border: 1px solid #9f9f9f;
  letter-spacing: 0.05em;
  background-image: url("../images/date.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  position: relative;
}

input[type="text"].stylekeyword {
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  background-color: #fff;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 40px;
  border: 1px solid #9f9f9f;
  letter-spacing: 0.05em;
  background-repeat: no-repeat;
  background-position: right 10px center;
  position: relative;
}

/* line 502, ../scss/base.scss */
input[type="text"].styleservice,input[type="tel"].styleservice {
  min-height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  background-color: #dddddd;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  font-size: 15px;
  padding: 0 10px;
  letter-spacing: 0.05em;
  position: relative;
  box-shadow: inset 2px 2px 2px rgba(51, 51, 102, 0.5);
}
@media (max-width: 480px) {
  /* line 502, ../scss/base.scss */
  input[type="text"].styleservice {
    font-size: 12px;
  }
}

/*
input[type="checkbox"]{
	width:18px;
	height:18px;
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 3px 0 ;
	&:checked {
	    border: 2pc solid #36a3ab;
	    color:#36a3ab;
	}
}
input[type=checkbox]:checked + label {
	color:#36a3ab;
}
*/
/* line 538, ../scss/base.scss */
input[type=checkbox]:not(old) {
  width: 20px;
  height: 20px;
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  position:relative !important;
  
}

/* line 545, ../scss/base.scss */
input[type=checkbox]:not(old) + label {
  display: inline-block;
  margin-left: -20px;
  padding-left: 23px;
  line-height: 22px;
  background: url("../images/check0.png") no-repeat;
}

/* line 553, ../scss/base.scss */
input[type=checkbox]:not(old):checked + label {
  background: url("../images/check2.png") no-repeat;
  color: #337ab7;
  font-weight: bold;
}

/* line 561, ../scss/base.scss */
textarea.stylearea__service {
  min-height: 70px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  background-color: #dddddd;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  font-size: 15px;
  padding: 10px;
  letter-spacing: 0.05em;
  position: relative;
  box-shadow: inset 2px 2px 2px rgba(161, 159, 160, 0.5);
  font-family: '微軟正黑體';
}
@media (max-width: 480px) {
  /* line 561, ../scss/base.scss */
  textarea.stylearea__service {
    font-size: 12px;
  }
}

/* line 580, ../scss/base.scss */
select.styleselect__service {
  min-height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  background-color: #dddddd;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  font-size: 15px;
  padding: 0 10px;
  letter-spacing: 0.05em;
  position: relative;
  box-shadow: inset 2px 2px 2px rgba(51, 51, 102, 0.5);
  background-image: url("../images/drop.png");
  background-position: right 5px center;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  /* line 580, ../scss/base.scss */
  select.styleselect__service {
    font-size: 12px;
  }
}

/* line 603, ../scss/base.scss */
select.styleselect {
  height: 50px;
  padding-right: 50px;
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  background-color: #337ab7;
  font-size: 15px;
  letter-spacing: 0.05em;
  background-image: url("../images/drop_w.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
}

/* line 619, ../scss/base.scss */
select.styleselect__report {
  height: 45px;
  padding-right: 50px;
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  color: #fff;
  background-color: #6d6d6d;
  font-size: 15px;
  letter-spacing: 0.05em;
  background-image: url("../images/drop_w.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
}


select.styleselect__reports {
  height: 45px;
  padding-right: 50px;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  color: #666;
  background-color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  background-image: url("../images/drop.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  border: 1px solid #9f9f9f;
  margin-bottom:15px;
}



/* line 637, ../scss/base.scss */
button.more {
  background-color: #337ab7;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 17px;
  width: 100%;
  max-width: 260px;
  padding: 12px 10px;
  margin: 20px 0;
}

button.detailbtn {
  background-color: #337ab7;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 17px;
  width: 135px;
  padding: 8px 10px;
  margin:5px 0 5px 15px;
}
@media(max-width: 640px){
  button.detailbtn {
    margin:5px 0 5px 0px;
  }
}

button.detailbtn:hover {
  position: relative;
  top: 2px;
  left: 2px;
}



/* line 646, ../scss/base.scss */
button.more:hover {
  position: relative;
  top: 2px;
  left: 2px;
}
/* line 652, ../scss/base.scss */
button.more.full {
  max-width: 100%;
}
/* line 655, ../scss/base.scss */
button.more.gray {
  background-color: #6d6d6d;
}
/* line 659, ../scss/base.scss */
button.more.black {
  background-color: #337ab7;
  color: #fff;
}
.btnlist button.more:hover {
  background-color: #616161;
}

/* line 667, ../scss/base.scss */
.btnlist {
  width: 100%;
  font-size: 0;
  margin-bottom: 20px;
  text-align: center;
}
/* line 672, ../scss/base.scss */
.btnlist button.more {
  width: 46%;
  display: inline-block;
  margin: 0 2% 10px 2%;
  padding-left: 0;
  padding-right: 0;
}

/* line 683, ../scss/base.scss */
.textcontent {
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
  letter-spacing: 0.05em;
}
/* line 688, ../scss/base.scss */
.textcontent > * {
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
  letter-spacing: 0.05em;
}
/* line 694, ../scss/base.scss */
.textcontent img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 480px) {
  /* line 683, ../scss/base.scss */
  .textcontent {
    font-size: 15px;
  }
  /* line 701, ../scss/base.scss */
  .textcontent > * {
    font-size: 15px;
  }
}

/*----------------animation----------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scalein {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}


/*-------覆蓋bootstrap.min.css--------*/

.checkbox+.checkbox, .radio+.radio {
   /* margin-top: inherit !important; */

}

.viewbox.fl-1 .checkbox, .radio {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}