@charset "UTF-8";

#mainCont h2 {
  font-family: "Hiragino Kaku Gothic ProN", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 47.6px;
  margin: 40px 0;
}

#mainCont p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 1em;
  text-align: left;
}

#mainCont .caution {
  border: 1px solid #999999;
  padding: 1em 2em;
  margin-bottom: 60px;
}

#mainCont .caution p {
  font-size: 12px;
  padding: 0;
  margin: 0;
}

#mainCont h4 {
  font-size: 16px;
  margin: 24px 0 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.btnArea {
  padding-top: 15px;
  padding-bottom: 25px;
}

#mainCont .c-btn {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  min-width: 280px;
  padding: 1em 2em;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease, background 0.3s ease;
}

#mainCont .c-btn::before {
  content: "";
  display: inline-block;
  border-color: inherit;
  border-style: solid;
  border-width: 0 1px 1px 0;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  transition: border-color 0.3s ease;
}

#mainCont .c-btn--b {
  color: #000;
  border: 1px solid #000;
}

#mainCont .c-btn--b:hover {
  background-color: #e9e9e9;
}

/* --------------------------------------------------------------------
	メインコンテンツ
-------------------------------------------------------------------- */
#mainCont {
  width: 100%;
  text-align: center;
  margin: 0;
}

#mainCont img {
  width: 100%;
}

#mainCont .column_area {
  width: 880px;
  margin: 70px auto 75px auto;
  max-width: 100%;
}

#mainCont .column_area h3 {
  font-size: 20px;
  line-height: 1.7;
  margin: 0px 0 10px;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  width: 100%;
  display: block;
}

#mainCont .column_area p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 30px;
  text-align: center;
}

#mainCont .column_area .ph01 {
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
}

#mainCont .text-l {
  margin-bottom: 60px;
}

/*#mainCont .text-l h2,#mainCont .text-l p {text-align: left;}*/

body .modal_inner_data_dl {
  margin: 50px 0;
}
#hsdmWrap {
  max-width: 90%;
  margin: 0 auto 40px;
	}
#sdw_header h2 {
  max-width: 100%;
}
@media screen and (max-width: 980px) {
	
}
@media screen and (max-width: 736px) {
  body .modal_inner_data_dl {
    margin-top: 30px;
    margin-bottom: 9.33333vw;
  }
}

@media screen and (max-width: 736px) {
  body .modal_inner_data_dl p {
    margin-bottom: 20px;
  }
}

body .modal_inner_data_dl p a {
  display: block;
  border: solid #ccc;
  background: url(../images/icon_download_red_pc_off.png) #fff;
  background-repeat: no-repeat;
  color: #000;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 737px),
print {
  body .modal_inner_data_dl p a {
    width: 500px;
    margin: 0 auto;
    padding: 20px 20px 20px 0;
    border-width: 1px;
    border-radius: 5px;
    background-position: top 50% right 25px;
    background-size: 24px;
    font-size: 15px;
  }
}

@media screen and (max-width: 736px) {
  body .modal_inner_data_dl p a {
    width: 100%;
    margin: 0 auto;
    padding: 4.66667vw 6.66667vw 4.66667vw 0;
    border-width: 2px;
    border-radius: 1.6vw;
    background-position: top 50% right 9.33333vw;
    background-size: 5.33333vw;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 737px),
print {
  body .modal_inner_data_dl p a:hover {
    border-color: #cc0000;
    background: url(../images/icon_download_red_pc_on.png) #fff;
    background-position: top 50% right 25px;
    background-repeat: no-repeat;
    color: #cc0000;
  }
}

@media screen and (max-width: 736px) {}