@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
div.blog_list {
	display: block !important;
}
.qa dt{
    font-weight: bold;
}

.fix_icon {
    width: 8%;
    display: block !important;
}

.before_01{
    display: flex;
    flex-wrap: nowrap!important;
    justify-content: space-between!important;
    align-items: center!important;
}
.fix_icon li:first-of-type {
  margin-right: 0 !important;
  margin-bottom: 15px;
}
.before_01 .box:nth-child(1){
    width: 70%;
}
.before_01 .box:nth-child(2){
    width: 28%;
}

/*================== ○○○○.html =================*/
@media screen and (min-width: 641px) and (max-width: 843px){
}
@media only screen and (max-width: 640px){
    .fix_icon {
        width: 60%;
    }
    .before_01 .box:nth-child(1){
    width: 48%;
    font-size: 12px;
    }
    .before_01 .box:nth-child(2){
        width: 48%;
    }
}




.privacypolicy {
  padding: 20px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  .privacypolicy {
    padding: 15px;
  }
}
.privacypolicy .privacypolicy_inner {
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .privacypolicy .privacypolicy_inner {
    max-height: 240px;
  }
}
@media screen and (max-width: 480px) {
  .privacypolicy .privacypolicy_inner {
    padding-right: 15px;
  }
}
.privacypolicy .privacypolicy_inner h3 {
  background: #eee;
  font-weight: bold;
  padding: 5px 15px;
  font-size: 16px;
  margin-bottom: 10px;
}
.privacypolicy .privacypolicy_inner dt {
  font-weight: bold;
  margin-top: 10px;
}

#agree_check {
  background: #ebf0f6;
  border: 1px solid #ddd;
  border-top: none;
  padding: 5px;
}
#agree_check label {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #agree_check label {
    font-size: 14px;
  }
}
#agree_check label span {
  background: #d34051;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  font-size: 12px;
  margin-right: 5px;
}