@charset "UTF-8";

.l-contents {
  margin: 0 auto;
  min-width: 1000px;
  padding: 0;
  width: 100%;
}
.f_red {
  color: #de0000;
}
#main {
  background: url(../images/main_bg.jpg) left top repeat-x;
  height: 561px;
  min-width: 1000px;
  position: relative;
  width: 100%;
}
#main .bg_img {
  margin-left: -700px;
  left: 50%;
  position: absolute;
  top: 0;
}
#main .text_box {
  margin: 0 auto;
  padding: 50px 0 0 380px;
  position: relative;
  width: 620px;
}
#main .text_box .text {
  margin-top: 55px;
  padding-left: 3px;
}
#main .text_box .smt {
  right: 30px;
  position: absolute;
  top: 310px;
}

.friend_box {
  margin-bottom: 48px;
  text-align: center;
}
/*------------------------------------------------------*/
.sec_area {
  min-width: 100px;
  width: 100%;
}
.sec_area .sec_inner {
  margin: 0 auto;
  width: 1000px;
}
.sec_area .sec_ttl {
  border-bottom: 3px solid #63dcf8;
  margin-bottom: 15px;
  line-height: 50px;
  padding-bottom: 19px;
  padding-left: 4px;
}
/*------------------------------------------------------*/
#can {
  background: #fbfbfb;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 auto;
  padding: 50px 0 0px;
}
#can ul {
  padding: 0 0 40px 8px;
  width: 1002px;
}
#can li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-top: 7px;
  padding: 0 3px;
  vertical-align: top;
  width: 492px;
}
/*------------------------------------------------------*/
#friend {
  background: #fbfbfb;
  border-bottom: 1px solid #e8e8e8;
  padding: 60px 0 75px;
}
#friend .sec_ttl {
  margin-bottom: 30px;
  position: relative;
}
#friend .sec_ttl .img {
  bottom: -110px;
  position: absolute;
  right: 15px;
}
#friend .howto_list > li + li {
  background: url(../images/line.gif) top repeat-x;
  margin-top: 55px;
  padding-top: 30px;
}
#friend .howto_ttl {
  margin-bottom: 25px;
}
#friend .flow_list li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align: top;
  text-align: center;
  width: 205px;
}
#friend .flow_list li p {
  color: #434343;
  margin: 0 auto;
  font-weight: bold;
  text-align: left;
}
#friend .flow_list li .img {
  height: 350px;
  text-align: center;
}
#friend .flow_list li .img .search_box {
  background: url(../images/search_box.jpg) left top no-repeat;
  font-size: 142.9%;
  font-weight: normal;
  height: 69px;
  margin-top: 120px;
  line-height: 1.1;
  padding: 25px 0 0 30px;
  text-align: left;
  width: 100%;
}
#friend .flow_list li + li {
  background: url(../images/friend_arrow.png) 35px 130px no-repeat;
  padding-left: 95px;
}
/* howto1*/
#friend .howto1 .flow_list li + li {
  background: url(../images/friend_arrow.png) 30px 130px no-repeat;
  padding-left: 90px;
}
#friend .howto1 .flow_list li.last {
  background: url(../images/friend_arrow.png) 30px 130px no-repeat;
  padding-left: 110px;
  width: 319px;
}
#friend .howto1 .flow_list li.last p {
  padding-left: 50px;
}
/* howto2*/
#friend .howto2 .flow_list li.last {
  background: url(../images/friend_arrow.png) 25px 130px no-repeat;
  padding-left: 100px;
  width: 365px;
}
#friend .howto2 .flow_list li.last .img {
  height: 225px;
}
#friend .howto2 .flow_list li.last p {
  text-align: center;
  width: 100%;
}
/* howto3*/

#friend .howto3 .flow_list li + li p {
  padding-left: 20px;
}
#friend .howto3 .flow_list li.last {
  background: url(../images/friend_arrow.png) 25px 130px no-repeat;
  padding-left: 100px;
  width: 365px;
}
#friend .howto3 .flow_list li.last .img {
  height: 225px;
}
#friend .howto3 .flow_list li.last p {
  padding-left: 0;
  text-align: center;
  width: 100%;
}

/*------------------------------------------------------*/
#study {
  background: #fbfbfb;
  padding: 50px 0 65px;
  margin-bottom: 40px;
}
#study .sec_ttl {
  margin-bottom: 45px;
}
#study .txt_area {
  background: url(../images/study_img.png) 36px top no-repeat;
  min-height: 323px;
  padding: 25px 0 0 335px;
}
#study .sns_btn {
  margin-top: 50px;
}
#study .sns_btn .fb iframe {
  width: 90px;
}

.end_text-wrap {
  margin: 0 auto 24px;
  width: 66%;
  font-size: 16px;
  border: 3px #f00 solid;
  padding: 16px;
}
.end_text-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 6px;
}
.end_text {
  text-align: left;
}
