/* Scss Document */
/*------------------------------------------*/
.frame {
  position: relative;
  background: #fafafa;
  padding: 23px;
}
@media screen and (max-width: 767px) {
  .frame {
    padding: 16px;
    margin: 0 0 16px;
  }
}
.frame .label {
  position: absolute;
  top: 0;
  left: 0;
}
.frame .frame_inner {
  background: #eee;
  padding: 27px;
}
@media screen and (max-width: 767px) {
  .frame .frame_inner {
    padding: 16px;
  }
}
.frame .frame_inner h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 10px;
}

/*------------------------------------------*/
#read .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  #read .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#read .btn_area .common_btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e95527), color-stop(51%, #d24d23), to(#e95527));
  background: linear-gradient(#e95527 50%, #d24d23 51%, #e95527 100%);
}
#read .btn_area .common_btn.w224 {
  width: 224px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #read .btn_area .common_btn.w224 {
    margin-top: 8px;
    width: 95%;
  }
  #read .btn_area .common_btn.w224:first-child {
    margin-top: 0;
  }
}

/*------------------------------------------*/
#s1 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 4px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#s1 .block:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  #s1 .block:not(:first-child) {
    margin-top: 16px;
  }
}
#s1 .block .inner {
  width: 648px;
  padding: 24px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  #s1 .block .inner {
    width: 100%;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#s1 .block .inner .title {
  font-size: 1rem;
  font-weight: 600;
}
#s1 .block .inner .block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  #s1 .block .inner .block_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
  }
}
#s1 .block .inner .block_inner .left_side {
  width: 304px;
}
@media screen and (max-width: 767px) {
  #s1 .block .inner .block_inner .left_side {
    width: 100%;
  }
}
#s1 .block .inner .block_inner .right_side {
  width: 315px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #s1 .block .inner .block_inner .right_side {
    height: 100%;
    width: 100%;
    margin-top: 16px;
  }
}
#s1 .block .inner .btn {
  margin-top: 24px;
}

/*------------------------------------------*/
#s2 ul.block, #s3 ul.block, #s4 ul.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  #s2 ul.block, #s3 ul.block, #s4 ul.block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#s2 ul.block li.blocks, #s3 ul.block li.blocks, #s4 ul.block li.blocks {
  width: 234px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-left: -1px;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  #s2 ul.block li.blocks, #s3 ul.block li.blocks, #s4 ul.block li.blocks {
    width: 100%;
    position: inherit;
    height: 100%;
    margin-left: 0;
  }
  #s2 ul.block li.blocks:nth-of-type(n + 3), #s3 ul.block li.blocks:nth-of-type(n + 3), #s4 ul.block li.blocks:nth-of-type(n + 3) {
    display: none;
  }
}
#s2 ul.block li.blocks .inner, #s3 ul.block li.blocks .inner, #s4 ul.block li.blocks .inner {
  padding: 16px;
  width: 187px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #s2 ul.block li.blocks .inner, #s3 ul.block li.blocks .inner, #s4 ul.block li.blocks .inner {
    width: 95%;
    padding: 16px;
  }
}
#s2 ul.block li.blocks .img, #s3 ul.block li.blocks .img, #s4 ul.block li.blocks .img {
  background: #fafafa;
}
#s2 ul.block li.blocks .title, #s3 ul.block li.blocks .title, #s4 ul.block li.blocks .title {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 600;
}
#s2 ul.block li.blocks em, #s3 ul.block li.blocks em, #s4 ul.block li.blocks em {
  margin-top: 4px;
}
#s2 ul.block li.blocks em.label, #s3 ul.block li.blocks em.label, #s4 ul.block li.blocks em.label {
  display: inline-block;
}
#s2 ul.block li.blocks .pdf, #s3 ul.block li.blocks .pdf, #s4 ul.block li.blocks .pdf {
  margin-top: 16px;
}
#s2 ul.block li.blocks .pdf a::before, #s3 ul.block li.blocks .pdf a::before, #s4 ul.block li.blocks .pdf a::before {
  content: url(/digitalmarketing/sp/shared/images/download/paficn.jpg);
  height: 16px;
  width: 18px;
  margin-right: 4px;
  bottom: -2px;
  position: relative;
}

/*------------------------------------------*/
#example ul.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#example ul.block li.blocks {
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #example ul.block li.blocks {
    width: 100%;
    position: inherit;
  }
  #example ul.block li.blocks:nth-of-type(n + 3) {
    display: none;
  }
}
#example ul.block li.blocks .inner {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  #example ul.block li.blocks .inner {
    padding: 16px;
  }
}
#example ul.block li.blocks .inner .inner_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 656px;
}
@media screen and (max-width: 767px) {
  #example ul.block li.blocks .inner .inner_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
#example ul.block li.blocks .inner .inner_block .left_side {
  width: 50%;
  background: #27a7e9;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #example ul.block li.blocks .inner .inner_block .left_side {
    width: 100%;
    height: 150px;
  }
}
#example ul.block li.blocks .inner .inner_block .left_side .kadai {
  position: absolute;
  top: 8px;
  left: 8px;
}
#example ul.block li.blocks .inner .inner_block .left_side .title {
  font-size: 1rem;
  font-weight: 500;
  padding-left: 24px;
}
#example ul.block li.blocks .inner .inner_block .right_side {
  width: 50%;
  border: 1px solid #27a7e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #example ul.block li.blocks .inner .inner_block .right_side {
    width: 100%;
  }
  #example ul.block li.blocks .inner .inner_block .right_side img {
    width: 100%;
    height: auto;
  }
}
#example ul.block li.blocks .inner .btn {
  width: 656px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #example ul.block li.blocks .inner .btn {
    position: inherit;
    bottom: auto;
    width: 100%;
    margin-top: 24px;
  }
}

/*------------------------------------------*/
.pagetitle_download {
  background: url(/digitalmarketing/sp/shared/images/pagetitle_bg_default2.jpg) no-repeat center center/cover;
  min-height: 180px;
  height: 180px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .pagetitle_download {
    margin: 0 -16px 20px;
    min-height: 125px;
    height: 125px;
    padding: 16px 16px;
    background-image: url(/digitalmarketing/sp/shared/images/download/pagetitle_bg_download_sp.jpg);
  }
}
.inner .pagetitle_download {
  background: url(/digitalmarketing/sp/shared/images/download/pagetitle_bg_download.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .inner .pagetitle_download {
    background-image: url(/digitalmarketing/sp/shared/images/download/pagetitle_bg_download_sp.jpg);
  }
}
.pagetitle_download > div span {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .pagetitle_download > div span {
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
}
.pagetitle_download > div h1 {
  /*font-size:2.5rem;*/
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  display: block;
}
.pagetitle_download > div h1.small {
  /*font-size:2.125rem;*/
  font-size: 34px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .pagetitle_download > div h1 {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .pagetitle_download > div h1.small {
    font-size: 1.125rem;
  }
}

/*------------------------------------------*/
/*
#s1_2{
	img{
		height: 300px;
		@media screen and (max-width:$sp_size){
			height: auto;
		}
	}
}
*/
/*------------------------------------------*/
/*
#s4 .block .blocks .inner {
  padding: 16px 16px 96px !important;
}
#s4 .block .blocks .inner p {
  margin-bottom: 0;
}
#s4 .block .blocks .inner .btn {
  position: absolute;
  bottom: 24px;
  width: 187px;
}
*/

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/