@charset "UTF-8";
/*-----------------------------------

	headline

-----------------------------------*/
#headline {
  background: url("../img/note_internet/headline_bg.png") no-repeat right center, #dcdcdb;
}
#headline .head_text {
  width: 100%;
}
@media screen and (max-width: 840px) {
  #headline {
    background: url(../img/note_internet/sp/headline_bg.png) no-repeat right center, #dcdcdb;
    /*        background-size: cover;*/
  }
}
@media screen and (max-width: 640px) {
  #headline {
    background: url(../img/note_internet/sp/headline_bg.png) no-repeat right center, #dcdcdb;
    background-size: contain;
  }
  #headline h2 {
    width: 50%;
  }
}
/*-----------------------------------

	note_wrap

-----------------------------------*/
h3 {
  background: #ec7832;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 700;
}
h4 {
  font-size: 18px;
  line-height: 200%;
  font-weight: 700;
}
h4 span {
  background: #999999;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 20px;
  font-weight: 500;
}
section {
  padding-bottom: 50px;
}
.gray_wrap {
  background: #f4f3ef;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.link_btn {
  display: block;
  width: 160px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff !important;
  padding: 5px 0 5px 15px;
  margin: 15px auto;
  background: #ec7832;
  background-position: 86% center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
}
.link_btn:before {
  position: absolute;
  top: 20%;
  left: 17%;
  content: '\f144';
  font-family: "font awesome 5 free";
  font-weight: 900;
  color: #fff;
}
.link_btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  p {
    font-size: 12px;
  }
  h3 {
    font-size: 16px;
    line-height: 1;
    padding: 15px;
  }
  h4 {
    font-size: 14px;
  }
  h4 span {
    font-size: 12px;
    margin-right: 10px;
  }
  section {
    padding-bottom: 30px;
  }
}
/*-- note_wrap01 --*/
#note_wrap01 {
  padding-bottom: 500px;
}
#note_wrap01 .main_title {
  font-size: 16px;
}
#note_wrap01 li {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
#note_wrap01 li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #007abd;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
#note_wrap01 a {
  color: #007ad0;
  text-decoration: underline;
}
#note_wrap01 a:hover{
	    color: #005c9d;
}
#note_wrap01 .list_box {
  border: 2px solid #F4F3EF;
  padding: 15px;
  border-radius: 5px;
      margin: 30px 0;
}
#note_wrap01 .list_box p {
    position: relative;
    padding-left: 20px;
}
#note_wrap01 .list_box p:before {
  content: '\f14a';
  color: #d97832;
  position: absolute;
	top:0;
  left: 0;
  font-size: 16px;
  font-family: "font awesome 5 free";
  font-weight: 900;
}
@media screen and (max-width: 640px) {
	#note_wrap01 {
  padding-bottom: 50px;
}
}