@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.mb20 {
  margin-bottom: 20px;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
}

#newsmail_contents {
  position: relative;
}

#newsmail_contents .sp {
  display: none;
}

#newsmail_contents .pc {
  display: block;
}

#newsmail_contents a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 639px) {
  #newsmail_contents {
    margin-top: 20px;
  }

  #newsmail_contents .pc {
    display: none;
  }

  #newsmail_contents .sp {
    display: block;
  }
}

#newsmail_contents .topBlock {
  margin-bottom: 5%;
}

#newsmail_contents .topBlock h1 {
  background: url(../images/bg-ttl.png) 10px center no-repeat #000;
  padding: 10px 0px 10px 40px;
  line-height: 1;
}

#newsmail_contents .topBlock p {
  font-size: 15px;
  margin-top: 20px;
  padding: 0px 5px;
  line-height: 1.5;
  text-align: justify;
}

@media screen and (max-width: 639px) {
  #newsmail_contents .topBlock {
    margin-bottom: 10%;
  }

  #newsmail_contents .topBlock h1 {
    background-size: auto 18px;
  }

  #newsmail_contents .topBlock h1 img {
    height: 18px;
  }

  #newsmail_contents .topBlock p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.3;
  }
}

#newsmail_contents dl.cTtl {
  margin-bottom: 30px;
}

#newsmail_contents dl.cTtl dt {
  font-size: 19px;
  padding: 0px 5px 5px;
  border-bottom: #000 solid 1px;
  margin-bottom: 10px;
  font-weight: bold;
}

#newsmail_contents dl.cTtl dd {
  padding: 5px;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 639px) {
  #newsmail_contents dl.cTtl {
    margin-bottom: 6%;
  }

  #newsmail_contents dl.cTtl dt {
    font-size: 16px;
    padding: 0px 0px 5px 0px;
    margin-bottom: 5px;
  }

  #newsmail_contents dl.cTtl dd {
    padding: 5px 0px 0px;
  }
}

#newsmail_contents .cBox .boxTtlBlock {
  overflow: hidden;
  padding: 15px;
  background: #ECECEC;
  border-bottom: solid 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.boxTtlBlock_ttl {
  font-weight: bold;
  font-size: 1.2em;
}
.boxTtlBlock_link {
  font-size: 14px;
}

#newsmail_contents .cBox .boxTtlBlock a {
  display: block;
}

#newsmail_contents .cBox .boxTtlBlock .link {
  float: right;
  width: 30%;
  max-width: 165px;
}

#newsmail_contents .cBox .boxTtlBlock .link img {
  width: 100%;
}

#newsmail_contents .cBox .img {
  width: 100%;
}

#newsmail_contents .cBox .img img {
  width: 100%;
}

#newsmail_contents .cBox .txt {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 639px) {
  #newsmail_contents .cBox .boxTtlBlock {
    padding: 3%;
  }

  #newsmail_contents .cBox .txt {
    font-size: 11px;
    margin-top: 5px;
  }
  
  .boxTtlBlock_ttl {
    font-size: 14px;
  }
  .boxTtlBlock_link {
    font-size: 12px;
  }
}

#newsmail_contents .block1 {
  overflow: hidden;
  margin-bottom: 70px;
}

#newsmail_contents .block1 .cBox {
  width: 48%;
}

#newsmail_contents .block1 .cBox.box1 {
  float: left;
}

#newsmail_contents .block1 .cBox.box1 .boxTtl {
  width: 51%;
}

#newsmail_contents .block1 .cBox.box1 .boxTtlBlock {
  border-color: #8FC31F;
}

#newsmail_contents .block1 .cBox.box2 {
  float: right;
}

#newsmail_contents .block1 .cBox.box2 .boxTtl {
  width: 55%;
}

#newsmail_contents .block1 .cBox.box2 .boxTtlBlock {
  border-color: #00B4ED;
}

@media screen and (max-width: 639px) {
  #newsmail_contents .block1 {
    margin-bottom: 30px;
  }

  #newsmail_contents .block1 .cBox {
    width: 100%;
  }

  #newsmail_contents .block1 .cBox.box1, #newsmail_contents .block1 .cBox.box2 {
    float: none;
  }

  #newsmail_contents .block1 .cBox.box1 {
    margin-bottom: 15px;
  }
}

#newsmail_contents .box3 {
  margin-bottom: 70px;
}

#newsmail_contents .box3 .boxTtlBlock {
  border-color: #E74291;
}

@media screen and (max-width: 639px) {
  #newsmail_contents .box3 {
    margin-bottom: 30px;
  }

  #newsmail_contents .box3 .boxTtl {
    width: 48%;
  }
}

#newsmail_contents .btnBlock {
  text-align: center;
}

#newsmail_contents .btnBlock a.btn img {
  width: 100%;
  max-width: 358px;
}

#newsmail_contents .btnBlock p {
  font-size: 9px;
  padding-top: 15px;
}

#newsmail_contents .btnBlock dl.att {
  margin-top: 40px;
  background: #ffffe0;
  text-align: left;
  font-size: 12px;
  line-height: 1.8;
  padding: 20px;
}

#newsmail_contents .btnBlock dl.att dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

#newsmail_contents .btnBlock dl.att dd {
  margin-bottom: 6px;
}

#newsmail_contents .btnBlock ul.txt1 {
  padding-top: 25px;
  font-size: 14px;
}

#newsmail_contents .btnBlock ul.txt1 li {
  width: 240px;
  text-align: left;
  margin: 0px auto 15px;
}

#newsmail_contents .btnBlock .arrow {
  vertical-align: middle;
}

#newsmail_contents .btnBlock .icon {
  vertical-align: top;
}

#newsmail_contents .btnBlock dl.dm {
  margin-top: 40px;
  background: #ffffff;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  padding: 20px 20px 0 20px;
}

#newsmail_contents .btnBlock dl.dm dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

#newsmail_contents .btnBlock dl.dm dd {
  margin-bottom: 6px;
}

@media screen and (max-width: 639px) {
  #newsmail_contents .btnBlock p {
    padding-top: 7px;
  }

  #newsmail_contents .btnBlock ul.txt1 {
    padding-top: 12px;
  }

  #newsmail_contents .btnBlock .arrow {
    width: 5px;
  }
}

#newsmail_contents .btnBlock .dm {
  margin-top: 80px;
  line-height: 1.8;
}

#newsmail_contents .btnBlock .dm h3 {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

#newsmail_contents .btnBlock .dm h4 {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}

#newsmail_contents .btnBlock .dm p {
  text-align: left;
  font-size: 14px;
  padding-bottom: 15px;
}

#newsmail_contents .btnBlock .dm b {
  font-weight: bold;
}

.c5-mailsample {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.c5-bg__gray {
  background: #fafafa;
  text-align: left;
  padding: 20px;
  font-size: 14px;
}

/*# sourceMappingURL=newsmail.css.map */
