@charset "UTF-8";
.pc_disp {
  display: none !important;
}

@media screen and (min-width: 1000px) {
  .pc_disp {
    display: block !important;
  }
}

.sp_disp {
  display: block !important;
}

@media screen and (min-width: 1000px) {
  .sp_disp {
    display: none !important;
  }
}

body {
  font-size: 112.5%;
  font-family: "Meiryo", "メイリオ","ヒラギノ角ゴ ProN W3", arial, "Hiragino Kaku Gothic ProN",sans-serif;
  line-height: 1;
  background-color: #fff;
}

@media screen and (min-width: 1000px) {
  body {
    font-size: 62.5%;
  }
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

nav.ContentNavi01 > ul li.Tv a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: #2d4ebf;
  background: #fff;
  font-weight: bold;
  margin-top: 4px;
  padding-bottom: 5px;
  line-height: 25px;
  height: 30px;
  border-radius: 4px 4px 0 0;
}

.CommonBtn03.OpinionBtn {
  display: none !important;
}

#PageTop a {
  display: none !important;
}

.Contents {
  width: 95%;
  margin: 30px auto;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  .Contents {
    min-width: 430px;
    width: 960px;
  }
}

.MainColumn {
  margin: 3px auto 0px;
  text-align: justify;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .MainColumn {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  .MainColumn {
    width: 720px;
    float: left;
  }
}

.MainColumn .Contents_Header {
  margin-bottom: 10px;
}

@media screen and (min-width: 1000px) {
  .MainColumn .Contents_Header {
    position: relative;
    margin-bottom: 13px;
    border-bottom: 2px solid #edece6;
  }
}

.MainColumn .Contents_Header .ContentsTitle {
  display: inline-block;
  color: #757575;
  font-size: 100%;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .MainColumn .Contents_Header .ContentsTitle {
    padding: 0 30px 11px 0;
    color: #333;
    position: relative;
    font-size: 112.5%;
  }
  .MainColumn .Contents_Header .ContentsTitle::after {
    content: "";
    display: inline-block;
    border-bottom: 2px solid #e36a5c;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
  }
  .MainColumn .Contents_Header .ContentsTitle span {
    display: inline-block;
    margin-left: 10px;
    padding-left: 39px;
    position: relative;
  }
  .MainColumn .Contents_Header .ContentsTitle span::before {
    content: "";
    background: url(../img/icon_sprite_syutuba.png) no-repeat;
    -ms-background-size: 28px 18px;
    background-size: 28px 18px;
    width: 28px;
    height: 18px;
    position: absolute;
    left: 0;
  }
}

.MainColumn .Lead {
  padding: 20px 20px;
  margin: 0 auto 37px;
  background: #EDEDED;
}

@media screen and (min-width: 1000px) {
  .MainColumn .Lead {
    padding: 0;
    margin: 0 auto 37px;
    background: #fff;
  }
}

.MainColumn .Lead .LeadTxt {
  color: #434343;
  font-size: 77.7%;
  line-height: 1.5;
}

@media screen and (min-width: 1000px) {
  .MainColumn .Lead .LeadTxt {
    font-size: 87.5%;
    line-height: 1.64;
  }
}

.MainColumn .Lead .Notice {
  margin-top: 8px;
  color: #434343;
  font-size: 66.6%;
  line-height: 1.5;
}

@media screen and (min-width: 1000px) {
  .MainColumn .Lead .Notice {
    margin-top: 10px;
    font-size: 75%;
  }
}

@media screen and (min-width: 1000px) {
  .SideColumn {
    width: 225px;
    float: right;
  }
}

.SideColumn .OpinionBox {
  border: 8px solid #f0ede8;
  background: #f0ede8;
}

.SideColumn .OpinionBox h2 {
  font-size: 160%;
  font-weight: bold;
  background: #f0ede8;
  padding: 10px 10px 18px;
  text-align: left;
  color: #333;
}

.SideColumn .OpinionBox .OpinionBoxWrap {
  background: #fff;
  padding: 8px;
}

.SideColumn .OpinionBox .OpinionBoxWrap .OpinionBoxCheckTxt {
  font-size: 120%;
  line-height: 1.45;
  text-align: left;
  padding: 8px;
  color: #333;
}

.SideColumn .SideOpinionBtn {
  max-width: 450px;
  margin: 0 auto;
  display: block;
  background: #fff;
  border: solid 1px #999999;
  border-radius: 8px;
  color: #434343;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 77.7%;
  padding: 15px 0;
}

@media screen and (min-width: 1000px) {
  .SideColumn .SideOpinionBtn {
    background: #67b463;
    border-style: none;
    border-radius: 4px;
    color: #fff;
    margin: 0 0 3px;
    padding: 13px 0 7px 0;
    -webkit-box-shadow: 0 2px 0 #589d54;
            box-shadow: 0 2px 0 #589d54;
    font-size: 140%;
  }
  .SideColumn .SideOpinionBtn span::before {
    content: '';
    display: inline-block;
    background: url(../img/icon_mail.png) 0 0 no-repeat;
    -ms-background-size: 25px 18px;
    background-size: 25px 18px;
    width: 25px;
    height: 18px;
    vertical-align: middle;
    margin-right: 12px;
    margin-bottom: 5px;
  }
}

.Download {
  margin: 0 auto 40px;
}

.Download .Download_Header {
  padding-bottom: 10px;
}

@media screen and (min-width: 1000px) {
  .Download .Download_Header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.Download .DownloadTxt {
  font-weight: bold;
  font-size: 77.7%;
  color: #444444;
}

@media screen and (min-width: 1000px) {
  .Download .DownloadTxt {
    margin-right: 15px;
    color: #333333;
    font-size: 100%;
  }
}

.Download .DownloadBtn {
  display: block;
  width: 230px;
  height: 30px;
  line-height: 30px;
  background: #F7F6F1;
  border: solid 1px #DBDAD5;
  border-radius: 3px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 87.5%;
  cursor: pointer;
}

.Download .DownloadBtn span {
  content: '';
  display: inline-block;
  background: url(../img/icon_dl.png) 0 0 no-repeat;
  -ms-background-size: 12px 11px;
  background-size: 12px 11px;
  width: 12px;
  height: 11px;
  vertical-align: middle;
  margin-right: 12px;
}
/*# sourceMappingURL=style.css.map */