@charset "utf-8";

/* --------------------------------- 
------------------------------------
common
------------------------------------
------------------------------------*/

#recommend {
  padding: 60px 0;
	text-align: center;
}
#recommend .img {
  margin: 0 auto 20px;
  width: 520px;
}
#recommend .btn {
  margin: 0 auto;
  padding: 30px 0;
  width: 380px;
}

/* column
------------------------------------*/
.column .boxContent {
  padding: 0 20px 50px;
}
.column .boxContent .btn {
  margin: 0 auto;
  padding: 50px 0 0 0;
  width: 380px;
}
.column .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column .inner {
  width: 60%;
}
.column .title {
  display: table;
  margin: 0 0 20px 0;
}
.column .title dt {
  display: table-cell;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-radius: 20px;
  background-color: #2E7EC2;
}
.column .title dd {
  display: table-cell;
  padding: 0 0 0 20px;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
.column .img {
  width: 380px;
}

/* --------------------------------- 
------------------------------------
faq
------------------------------------
------------------------------------*/
#faq h3 {
	font-size: 1.375rem;
	margin: 30px 120px 20px;	
}
#faq .boxContent {
  margin: 0 100px 20px;
  padding: 0 0 20px 0;
  border-bottom: 1px #CCCCCC dashed;
}
#faq .boxContent .box {
  display: none;
}
#faq .boxContent dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#faq .boxContent dl.answer {
  padding: 20px 0 0 0;
}
#faq .boxContent dl dt {
	margin-left: 5%;
  display: table-cell;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
	font-family:Arial, Helvetica, "sans-serif";
  font-size: 1.375rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 20px;
  box-sizing: border-box;
}
#faq .boxContent dl.question dt {
  background-color: #2E7EC2;
}
#faq .boxContent dl.answer dt {
  background-color: #f6ab3b;
}
#faq .boxContent dl dd {
  display: table-cell;
  padding: 8px 0 0 0;
  width: 85%;
}
#faq .boxContent dl.question dd {
  text-decoration: underline;
  cursor: pointer;
}
#faq .txtbox {
	background-color: #f5f5f5;
	padding: 30px 20px;
	margin: 50px;
	border-radius: 10px;
	text-align: left;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
#faq .txtbox ul{
    list-style:disc;
    padding: 10px 30px;
	word-break: break-all;
}
#faq p.tit {
	color: #fff;
	font-weight: 700;
	background-color:#277FBE;
	padding: 10px 16px;
	border-radius: 10px;
	margin-bottom: 20px;
}
#faq p.attention {
	color: #f00;
    font-size: 1rem;
}
#faq .snsbox {
	margin: 30px 50px 20px;

}
#faq .snsbox h3{
	color:#277FBE;
	margin: 30px 0px 20px;
}
#faq .snsbox ul li{
	list-style: decimal;
	margin-left: 30px;
}
#faq img{
    width:auto;
    margin: 20px 0;
}


/* --------------------------------- 
------------------------------------
course
------------------------------------
------------------------------------*/
#course .block ul {
  display: flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  list-style: none;
  margin-left: auto;
}
#course .block ul li {
  margin: 20px 10px;
  padding: 20px;
	width: 30%;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  box-sizing: border-box;
}

#course .block ul li p {
  margin: 0 0 20px 0;
  letter-spacing: 0;
}
#course .block ul li p.point {
  margin: 0 0 10px 0;
  font-size: 0.875rem;
}
#course .block ul li p.price {
  text-align: right;
}
#course .block ul li p:last-child {
  margin: 0;
}
#course .block ul li h3 {
  margin: 0 0 25px 0;
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
}

#course .block ul li img.more {
	padding: 20px 0;
}

/* --------------------------------- 
------------------------------------
sitemap
------------------------------------
------------------------------------*/
#sitemap .block a:link,
#sitemap .block a:visited{
	color: #333333;
}
#sitemap .block a:hover {
	color: #999999;
}
#sitemap .block dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px #CCCCCC dashed;
}
#sitemap .block dl:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#sitemap .block dl dt {
  width: 30%;
  color: #2E7EC2;
  font-size: 24px;
  font-weight: bold;
}
#sitemap .block dl dd {
  width: 70%;
}
#sitemap .block dl ul li {
  padding: 0 0 40px 0;
}
#sitemap .block dl ul li:last-child {
  padding-bottom: 0;
}
#sitemap .block dl ul li a {
  display: block;
  padding: 2px 0 0 30px;
  background-image:  url("../common/img/list01.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
#sitemap .block dl ul li ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#sitemap .block dl ul li ul li {
  width: 33.33%;
  padding-bottom: 20px;
}
#sitemap .block dl ul li ul li.title {
  width: 100%;
  padding: 20px 0 10px 0;
}
#sitemap .block dl ul li ul li.title:first-child {
  padding-top: 40px;
}
#sitemap .block dl ul li ul li a {
  padding: 0 0 0 40px;
  background-image:  url("../common/img/list02.svg");
  background-position: left center;
  background-size: 10px auto;
}

/* --------------------------------- 
------------------------------------
report
------------------------------------
------------------------------------*/
#report .boxContent {
  margin: 0 100px 20px;
  padding: 0 0 20px 0;
  border-bottom: 1px #CCCCCC dashed;
}
#report h3 {
	font-size: 1.375rem;
	margin: 0 0 20px;	
}
#report figure{
    font-size: 0.75rem;
    color: #666;
    padding: 0 !important;
    margin: 0 !important;
}
#report .report-list-box {
	margin:20px 0 0;
}
#report img.imgtop:hover{
   transition:1s all;
}
#report img.imgtop:hover{
   transform:scale(1.2,1.2);
  transition:1s all;
}
#report .report-list-date {
    text-align: left;
	color: #a18875;
    font-size: 0.875rem;
    line-height: 1.5em;
}
#report .report-list-box .report-txtbox {
    text-align: left;
    line-height: 1.5em;
}
#report .report-list-box .report-txtbox .tit{
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 2em;
}
#report .report-list-image-large {
    width: 40%;
    float: left;
	overflow:hidden;
	margin-right: 50px;
}
#report .report-list-image {
    width: 20%;
    float: left;
	overflow:hidden;
	margin-right: 50px;
}
#report .btn {
    margin: 0 auto;
    padding: 30px 0;
    width: 380px;
}
#report .nextbtn {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #87befd;
  color: #FFF!important;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
	font-weight: 700;
}
#report .nextbtn:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
#report .report-box {
	margin:20px 0 0;
}
#report .report-image-large {
    width: 100%;
	overflow:hidden;
}
#report .report-box .report-txtbox {
	font-size: 1.125rem;
    line-height: 2em;
	margin: 30px 0;
}
#report .report-box h3{
	font-size: 1.875rem;
	text-align: center;
}
#report .report-box h4{
	font-size: 1.25rem;
	border-left: solid 5px #2E7EC2;
	padding-left: 16px;
	margin: 30px 0 16px;
}
#report .report-box h5{
	font-size: 1.25rem;
	color: #2E7EC2;
	text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	margin: 40px 0 20px;
}

#report .report-box h6{
	font-size: 1.25rem;
    padding: 0.3em 0.3em;
	margin: 30px 0 0;
}

#report .report-box p{
	margin-bottom: 20px;
	overflow: hidden;
}
#report .report-box p.attention{
    font-size: 0.75rem;
    line-height: 1.8;
    background-color:#f5f5f5;
    padding: 16px;
}
#report ul.ulcircle{
    list-style: circle;
    padding: 20px;
}
#report ul.uldecimal{
    list-style:decimal;
    padding: 20px;
}
#report ul.bkline{
	font-weight: 700;
	color:deeppink;
}
#report ul li .bkline::before{
	content: "★";
	padding-right: 6px;
	color: lightpink;
}
#report .report-box .img-r{
	float: right;
	width: 35%;
	margin-left: 20px;
}
#report .report-box .img-l{
	float: left;
	width: 35%;
	margin-right: 20px;
}
#report .report-box dl{
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
  background: #ddd;
    font-size: 0.75rem;
    margin-top: 20px;
}
#report .report-box dt{
  width: 30%;
  float: left;
  padding: 7px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
#report .report-box dd{
  margin-left: 30%;
  padding: 7px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #fff;
}
#report .report-box dd:after{
  display: block;
  content: "";
  clear: both;
}
#report .report-box .contentstable{
    background-color:aliceblue;
    padding: 30px 50px;
    font-size: 0.875rem;
    line-height: 1.2em;
}
#report .report-box .contentstable span{
    font-weight: 700;
    font-size: 1rem;
    color:darkorange;
    padding-right: 20px;
}
#report .report-box .contentstable .tit{
    font-weight: 700;
    font-size: 1rem;
    color:darkorange;
}

/*---balloon---*/
#report .balloonbox {
	border: solid 10px #f5f5f5;
	padding: 20px 50px;	
	margin-bottom: 20px;
}
#report .balloon {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}
#report .balloon .faceicon {
  float: left;
  margin-right: -100px;
  width: 80px;
}
#report .balloon .faceicon img{
  width: 70%;
}
#report .balloon .chatting {
  width: 100%;
}
#report .says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}
#report .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}
#report .says p {
  margin: 0;
  padding: 0;
}

/* --------------------------------- 
------------------------------------
balloon6
------------------------------------
------------------------------------*/
#report .line-bc {
  padding: 20px 30px;
  margin: 15px auto;
  text-align: left;
  background-color: lightblue;
}

#report .balloon6 {
  width: 100%;
  margin: 10px 0px;
  overflow: hidden;
}
#report .balloon6 .faceicon {
  float: right;
  margin-left: -30px;
  width: 40px;
}
#report .balloon6 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
#report .balloon6 .chatting {
  width: 100%;
  text-align: right;
}
#report .balloon6says {
  display: inline-block;
  position: relative; 
  margin: 0px 50px 0 0px;
  padding: 10px;
  width: 70%;
  border-radius: 12px;
  background: #edf1ee;
}

#report .balloon6says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #edf1ee;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
#report .balloon6says p {
  margin: 0;
  padding: 0;
}

#report .mycomment {
  margin: 20px 0 10px;
}
#report .mycomment p {
  display: inline-block;
  position: relative; 
  margin: 0;
  padding: 8px;
  border-radius: 12px;
  background: #fff;
}

/* --------------------------------- 
------------------------------------
introduction_flow
------------------------------------
------------------------------------*/
#introduction_flow{
	background-color: #FFF;
  background-image: url("https://washpass.jp/img/about_img_bg.svg");
  background-position: left top;
  background-repeat: repeat;
	padding: 100px 0;
}
#introduction_flow h3{
	text-align: center;
	font-size: 1.125rem;
	margin: 0 0 30px;
}
#introduction_flow ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
	text-align: left;
	margin-bottom: 60px;
}
#introduction_flow ol li {
  margin: 0 5px 35px 0;
  padding: 20px;
  width: 24%;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  box-sizing: border-box;
}
#introduction_flow ol li:nth-child(4n) {
  margin: 0 0 35px 0;
}
#introduction_flow ol li .img {
  margin: 0;
	padding-bottom: 20px;
}
#introduction_flow ol li span {
	font-size: 1.25rem;
	font-weight: 700;
	color: #2E7EC2;
}

/* --------------------------------- 
------------------------------------
compare
------------------------------------
------------------------------------*/
#compare .block p.tit {
  margin: 0 0 20px 0;
  letter-spacing: 0;
    text-align: center;
}
#compare .block ul {
  display: flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  list-style: none;
}
#compare .block ul li {
  margin: 20px 10px;
  padding: 20px;
	width: 30%;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  box-sizing: border-box;
}
#compare .block ul li p.point {
  margin: 0 0 10px 0;
  font-size: 0.875rem;
}

#compare .block ul li p:last-child {
  margin: 0;
}
#compare .block ul li h3 {
  margin: 0 0 25px 0;
  line-height: 1.2;
  font-size: 1.25rem;
}
#compare .block ul li h4 {
  margin: 0 0 20px 0;
    padding: 6px 10px;
  line-height: 1.2;
    background-color:cornflowerblue;
    border-radius: 6px;
    color: #fff;
}

/* --------------------------------- 
------------------------------------
pagination
------------------------------------
------------------------------------*/	
.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#2e7ebd;;
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
  border-radius: 35px;
}


.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
    font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #000;
  background: #ccf;
  border-radius: 50px;
}

/* --------------------------------- 
------------------------------------
knowledge
------------------------------------
------------------------------------*/
#knowledge{
	background-image: url("../common/img/about_img_bg.svg");
}
#knowledge .wrapper{
	width: 800px;
	background-color: #fff;
}
#knowledge .topimg{
	width: 100%;
	margin-bottom: 30px;
}
#knowledge .boxContent {
	padding: 50px;
}
#knowledge .knowledge_about dl {
padding: 50px 0;
border-bottom: 1px solid #ccc;
}
#knowledge .knowledge_about dt {
	background-color: #2E7EC2;
	color: #fff;
	border-radius: 5px;
	padding: 5px;
	margin-right: 10px;
	clear: left;
	float: left;
	width: 20%;
	text-align: center;
}
#knowledge .knowledge_about dd {
	margin-left: 200px;
}
#knowledge .knowledge_about dd ::before{
	content: "●";
}
#knowledge .knowledge_balloon{
  position: relative;
  padding: 20px;
	background-color: paleturquoise;
	border-radius: 6px;
	font-size: 1.25rem;
	font-weight: 700;
}
#knowledge .knowledge_balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-top: 15px solid paleturquoise;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#knowledge .anser{
	padding: 30px 0;
}
#knowledge .anserbox{
	background-color: ivory;
	padding: 30px 20px;
	margin-bottom: 30px;
}
#knowledge .anserbox h3{
	border-bottom: dotted 1px Goldenrod;
	border-left:solid 5px Goldenrod;
	margin-bottom: 20px;
	padding-left: 12px;
}
#knowledge .anserbox ul{
	padding-left: 20px;
}
#knowledge .anserbox ul li{
	list-style:disc;
}
#knowledge .btn {
  margin: 0 auto;
  padding: 30px 0;
  width: 380px;
}


@media screen and (max-width: 767px) {
/* --------------------------------- 
------------------------------------
balloon6
------------------------------------
------------------------------------*/
#report .balloon6 {
    font-size: 0.875rem;
    line-height: 1.2em;
}
#report .balloon6says {
  margin: 0px 40px 0 0px;
}
#report .mycomment p {
  font-size: 0.875rem;
    line-height: 1.2em;
}

/* --------------------------------- 
------------------------------------
common
------------------------------------
------------------------------------*/
#recommend {
  box-sizing: border-box;
	padding: 20px;
	text-align: left;
}
#recommend .img {
  margin: 0 0 15px 0;
  width: 100%;
}
#recommend .btn {
  padding: 15px 0;
  width: 95%;
}

/* column
------------------------------------*/
.column .boxContent {
  padding: 0 0 50px 0;
}
.column .boxContent:last-child {
  padding: 0 0 30px 0;
}
.column .boxContent .btn {
  margin: 0 auto;
  padding: 30px 0 0 0;
  width: 95%;
}
.column .box {
  display: block;
}
.column .inner {
  width: 100%;
}
.column .title {
  margin: 0 0 15px 0;
}
.column .title dt {
  width: 30px;
  height: 30px;
  font-size: 18px;
}
.column .title dd {
  padding: 0 0 0 10px;
  font-size: 16px;
}
.column .img {
  padding: 30px 0 0 0;
  width: 100%;
}

/* --------------------------------- 
------------------------------------
necessityReason
------------------------------------
------------------------------------*/
#necessityReason .column .img  {
  margin: 0 auto;
  width: 230px;
}

/* --------------------------------- 
------------------------------------
faq
------------------------------------
------------------------------------*/
#faq h3 {
	margin: 30px 10px 20px;	
}
#faq .boxContent {
  margin: 0 10px 20px;
	}
#faq .boxContent dl dt {
  width: 30px;
  height: 30px;
  font-size: 16px;
}
#faq .boxContent dl dd {
  padding: 0 0 0 10px;
  width: calc(100% - 30px);
  box-sizing: border-box;
}
#faq .txtbox {
	margin: 0px;
}
#faq .snsbox {
  margin: 0 10px 20px;
	}

/* --------------------------------- 
------------------------------------
course
------------------------------------
------------------------------------*/
#course .block ul li,
#course .block ul li:nth-child(3n) {
  margin: 0 0% 15px 0;
  padding: 10px;
  width: 100%;
  font-size: 12px;
}
#course .block ul li:nth-child(2n) {
  margin: 0 0 15px 0;
}
#course .block ul li dl dt {
  width: 100%;
  font-size: 12px;
}
#course .block ul li p {
  margin: 0 0 10px 0;
}
#course .block ul li p.point,
#course .block ul li p.price {
  font-size: 12px;
}
#course .block ul li p.text {
  font-size: 14px;
}
#course .block ul li h3 {
  font-size: 16px;
}

/* --------------------------------- 
------------------------------------
sitemap
------------------------------------
------------------------------------*/
#sitemap .block dl {
  display: block;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
}
#sitemap .block dl:last-child {
  margin: 0;
  padding: 0;
}
#sitemap .block dl dt {
  padding: 0 0 20px 0;
  width: 100%;
  font-size: 20px;
}
#sitemap .block dl dd {
  width: 100%;
}
#sitemap .block dl ul li {
  padding: 0 0 30px 0;
}
#sitemap .block dl ul li a {
  display: block;
  padding: 2px 0 0 30px;
  background-size: 15px auto;
}
#sitemap .block dl ul li ul li a {
  padding: 0 0 0 20px;
}
	
/* --------------------------------- 
------------------------------------
report
------------------------------------
------------------------------------*/
	
#report .boxContent {
	margin: 0px;
	}
#report .report-box {
	margin:0px;
	padding: 0px;
}
#report .report-list-image-large{
    width: 100%;
    float: none;
	margin-right: 0px;
	margin-bottom: 20px;
}
#report .report-list-image{
    width: 100%;
    float: none;
	margin-right: 0px;
	margin-bottom: 20px;
}
#report .report-list-box .report-txtbox .tit{
    font-size: 1rem;
    line-height: 1.5em;
}
#report .report-box .report-txtbox {
	margin: 0px;
}
#report .btn {
    width: 90%;
}
#report .balloonbox {
	padding: 20px;
}
 #report .report-box dt{
    width: 100%;
    float: none;
  }
#report .report-box dd{
    margin-left: auto;
    border-left: none;
  }
#report .report-box .img-r{
	width: 50%;
}
#report .report-box .img-l{
	width: 50%;
}
#report .report-box .contentstable{
    padding: 15px;
}
	
/* --------------------------------- 
------------------------------------
introduction_flow
------------------------------------
------------------------------------*/		
#introduction_flow ol li {
	width: 100%;
	}

/* --------------------------------- 
------------------------------------
pagination
------------------------------------
------------------------------------*/	
.pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }
 /* --------------------------------- 
------------------------------------
compare
------------------------------------
------------------------------------*/
#compare .block ul li,
#compare .block ul li:nth-child(3n) {
  margin: 0 0% 15px 0;
  padding: 10px;
  width: 100%;
  font-size: 12px;
}
#compare .block ul li:nth-child(2n) {
  margin: 0 0 15px 0;
}
#compare .block ul li p {
  margin: 0 0 10px 0;
}
#compare .block ul li p.point{
  font-size: 12px;
}
#compare .block ul li p.text {
  font-size: 14px;
}
#compare .block ul li h3 {
  font-size: 16px;
}
#compare .block p.tit {
    text-align: left;
}
/* --------------------------------- 
------------------------------------
knowledge
------------------------------------
------------------------------------*/
#knowledge .wrapper{
	width: auto;
	padding: 0 30px;
}
#knowledge .boxContent {
	padding: 0px;
}
#knowledge  .topimg{
	width:auto;
}
#knowledge  .knowledge_about{
	margin: 20px 0;
}
#knowledge  .knowledge_about dl {
border-bottom:none;
}
#knowledge  .knowledge_about dt {
	float: none;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}
#knowledge .knowledge_about dd {
	margin-left: 20px;
}
#knowledge .btn {
  padding: 15px 0;
  width: 95%;
}

}


/* --------------------------------- 
------------------------------------
style
------------------------------------
------------------------------------*/	

.pt100 {
	padding-top: 100px;
}
.pb100 {
	padding-bottom: 100px;
}