/* common
-------------------------------------------------------------*/
img {
  width: 100%;
}

* {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  line-height: 150%;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

/* wrapper
-------------------------------------------------------------*/
.inner {
  width: 94%;
}

/* header
-------------------------------------------------------------*/
header {
  background-size: cover;
}

.sidebar_top {
  padding: 3%;
  background: #ff7899;
  position: fixed;
  z-index: 999;
}

.logo {
  margin-top: 2%;
  width: 60%;
  float: left;
}

.btn_hambuger {
  width: 14%;
  float: right;
}

#navi_top {
  display: none;
  top: 75px !important;
  left: 0px;
  width: 100%;
  padding: 0 3% 10px;
  position: fixed;
  z-index: 999;
}

#navi_top .inner {
  width: 100%;
}

#navi_top li {
  text-align: left;
  width: 100%;
  display: block;
  background: url(../img/border_sp.png) bottom left repeat-x;
  padding: 17px 3%;
  border: none !important;
}

#navi_top li i {
  float: right;
  margin-top: 5px;
}

/* footer
-------------------------------------------------------------*/
footer {
  font-size: 12px;
  padding: 10px 0;
}

/* layout
-------------------------------------------------------------*/
section {
  padding: 30px 0 40px;
}

section h1 {
  margin: 0 auto;
}

.section_title {
  width: 80vw;
}

#section_01 .box > div {
  padding: 15px 3%;
}

#section_01 .box_txt {
  width: auto;
  font-weight: bold;
}

#section_01 .title_02 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
}

#section_01 .box > div {
  position: relative;
}

#section_01 .box .fr {
  position: absolute;
  right: 3%;
  top: 15px;
  width: 70px;
}

#section_02 {
  background-size: cover;
}

#section_02 .sec_list02 li {
  width: 80%;
  margin: 0 auto 40px !important;
  float: none;
  padding: 0 3% 15px;
}

#section_02 .title_list {
  font-size: 18px;
  height: auto;
  line-height: 24px;
}

#section_02 .sec_list02 .step {
  width: 90px;
  background-size: 100%;
  padding-top: 5px;
}

#section_02 .sec_list02 .step span {
  font-size: 18px;
  line-height: 18px;
}

#section_02 .sec_list02 .img {
  height: auto;
}

#section_02 .sec_list02 li:nth-child(2) .img {
  width: 60%;
  margin: 0 auto;
}

#section_02 .sec_list02 li:nth-child(3) .img {
  width: 100%;
  margin: 0 auto;
}

#section_02 .sec_list02 li:nth-child(3) .line_img p {
  width: 50%;
}

#section_02 .txt_sp {
  width: 45%;
}

#section_02 .sec_list02 li:nth-child(4) .img {
  width: 70%;
  margin: 0 auto;
}

#section_03 {
  padding-top: 30px;
}

.box_borderImage {
  padding: 30px 10px 30px 5px;
  border-width: 6px;
}

.sec03_list {
  padding: 0 1% 15px;
  margin: 15px 0;
}

.sec03_list li {
  font-size: 14px;
  padding-left: 15px;
  line-height: 24px;
  background-size: 13px;
  background-position-y: 9px;
}

.box_illegal .txt_red {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.box_illegal .txt_red span {
  font-size: 20px;
}

.box_illegal .list_illegal li span {
  width: 12px;
  display: inline-block;
  margin: 0 6px;
}

.box_illegal .list_illegal li .txt_illegal {
  width: calc(100% - 10px);
  margin: 0;
}

.box_illegal .list_illegal li span img {
  height: auto;
  vertical-align: middle;
}

.box_illegal .list_illegal li {
  display: inline-flex;
  width: 97%;
  min-width: auto;
  margin: 0 0% 10px !important;
  font-size: 11px;
  align-items: center;
  padding: 10px 5%;
  text-align: left;
}

.box_illegal .list_illegal li:nth-last-child(-n+2) {
  /*width: 45%;*/
}

.box_illegal .list_illegal {
  margin: 15px 0 0;
}

.box_borderImage {
  width: 100%;
  border: 10px solid #eaddbd;
  border-image: url(../img/bg_border.png) 16 round;
}

.box_collapse {
  padding: 15px;
  margin-top: 30px;
}

.sec04_list li {
  width: 70%;
  float: none;
  margin: 0 auto 10px !important;
}

.sec_listimg {
  margin: 10px auto 30px;
  width: 69%;
}

.sec_listimg li {
  width: 46%;
  margin: 0 2% 10px;
}

#section_02 .sec_list02 li::after {
  width: 50px;
  background-size: 100% !important;
}

#section_02 .sec_list02 li:nth-child(1)::after {
  bottom: -57px;
  left: 15%;
  right: auto;
  top: auto;
}

#section_02 .sec_list02 li:nth-child(2)::after {
  left: auto;
  right: 15%;
  bottom: -57px;
}

#section_02 .sec_list02 li:nth-child(3)::after {
  left: 15%;
  bottom: -57px;
}

.sub_title {
  width: 90%;
  margin: 0 auto;
}

#section_04 {
  background-size: cover;
}

#section_04 h1 {
  width: 90%;
}

.bg_grey {
  padding: 30px 0;
}

.group_social li {
  width: 90%;
  margin: 0 auto 10px !important;
  float: none;
}

.group_social li a {
  width: 100%;
  font-size: 14px;
  background-position: 10px center;
  background-size: 20px;
}

.box_collapse dt img {
  width: 70%;
  margin: 0 auto;
}

.toc h2 {
  padding: 0 0 10px;
  font-size: 22px;
  line-height: 1.4;
}

.toc h3 {
  font-size: 18px;
  line-height: 1.4;
}

.toc li {
  font-weight: normal;
  list-style: disc;
  padding: 3px 0;
  line-height: 1.4;
  color: #ff7899;
  font-size: 96%;
}

.toc-l {
  margin-bottom: 20px;
  float: none;
  width: 100%;
  border-left: 1px #ccc dotted;
  clear: both;
}

.toc-r {
  float: none;
  width: 100%;
  border-left: 1px #ccc dotted;
  clear: both;
}

.toc-l,
.toc-r {
  padding: 8px;
}

.profile .box_borderImage {
  padding: 15px 10px 15px 15px;
}

.profile li {
  list-style: disc;
  list-style-position: inside;
}

p, li {
  font-weight: normal;
}

/*# sourceMappingURL=sp_layout.css.map */
