@charset "UTF-8";
/* @include _breakpoints.scss */
/* break point media query */
h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  h3 {
    margin-bottom: 1.724137931vw;
    font-size: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}

dl {
  margin: 40px 0 60px;
  display: grid;
  grid-template-columns: 252px 1fr;
  align-items: center;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  dl {
    margin: 3.4482758621vw 0 5.1724137931vw;
    grid-template-columns: 21.724137931vw 1fr;
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  dl {
    margin: 10.6666666667vw 0;
    display: block;
    font-size: 13px;
    border-top: none;
  }
}
dl dt {
  padding: 0 26px 0 15px;
  line-height: 1.3;
  box-sizing: border-box;
  border-left: 2px solid #3090d1;
}
@media (max-width: 1100px) and (min-width: 768px) {
  dl dt {
    padding: 0 2.2413793103vw 0 1.2931034483vw;
  }
}
@media (max-width: 767px) {
  dl dt {
    margin-bottom: 1em;
    padding: 0 0 0 4vw;
  }
}
dl dt span.required {
  padding: 3px 6px;
  color: #fff;
  background-color: #c1242d;
  border-radius: 3px;
  float: right;
  font-size: 11px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  dl dt span.required {
    padding: 0.2586206897vw 0.5172413793vw;
    font-size: 0.9482758621vw;
  }
}
dl dd {
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  dl dd {
    padding: 1.724137931vw 0;
  }
}
@media (max-width: 767px) {
  dl dd {
    padding: 0.5em 0 14px;
    border-top: none;
  }
}
dl dd input[type=text],
dl dd input[type=tel],
dl dd input[type=email] {
  width: 100%;
  border: 1px solid #dadada;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  padding: 0 15px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  dl dd input[type=text],
  dl dd input[type=tel],
  dl dd input[type=email] {
    height: 2.5862068966vw;
    line-height: 2.5862068966vw;
    border-radius: 0.2586206897vw;
    padding: 0 1.2931034483vw;
  }
}
dl dd input[type=file] {
  margin-bottom: 1em;
}
dl dd select {
  width: 170px;
  border: 1px solid #dadada;
  box-sizing: border-box;
  height: 30px;
  border-radius: 8px;
  padding: 4px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  background: url(../images/form/dropdown.png) no-repeat 150px center;
  background-size: 10px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  dl dd select {
    height: 2.5862068966vw;
    padding: 0.3448275862vw 1.2931034483vw;
    background-size: 0.8620689655vw;
  }
}
@media (max-width: 767px) {
  dl dd select {
    padding: 4px 15px;
    width: 170px;
    height: 30px;
    background-size: 10px;
  }
}
dl dd textarea {
  width: 100%;
  border: 1px solid #dadada;
  box-sizing: border-box;
  min-height: 200px;
  border-radius: 3px;
  padding: 6px 15px 15px;
}
dl dd label {
  margin-right: 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  dl dd label {
    margin-right: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  dl dd label {
    margin-right: 0;
    font-size: 12px;
  }
}
dl dd p {
  margin: 0.5em 0 0 !important;
}
dl dd img {
  margin-bottom: 15px;
}
dl .note {
  color: #c1242d;
  font-size: 12px !important;
}

.p-caution a {
  color: #00548e;
}

.c-btn-link {
  width: 300px;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-btn-link {
    width: 25.8620689655vw;
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .c-btn-link {
    width: 243px;
  }
}
.c-btn-link::after {
  display: none;
}

#mailmagaList {
  padding-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #mailmagaList {
    padding-top: 15px;
    margin-bottom: 20px;
  }
}
.ikumen-backnumber #mailmagaList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mailmagaList li {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
  box-sizing: border-box;
  border-bottom: solid 2px #f5f5f5;
  line-height: 1;
}
@media (max-width: 1100px) and (min-width: 768px) {
  #mailmagaList li {
    margin-bottom: 1.724137931vw;
    padding: 0 0 1.724137931vw 0;
  }
}
@media (max-width: 767px) {
  #mailmagaList li {
    margin-bottom: 15px;
    padding: 0 0 15px 0;
    line-height: 1.3;
  }
}
.ikumen-backnumber #mailmagaList li {
  padding-right: 30px;
  width: 280px;
  line-height: 1.5;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .ikumen-backnumber #mailmagaList li {
    padding-right: 2.5862068966vw;
    width: 24.1379310345vw;
  }
}
@media (max-width: 767px) {
  .ikumen-backnumber #mailmagaList li {
    width: 100%;
  }
}
#mailmagaList li a {
  display: block;
  color: inherit;
}
@media (max-width: 767px) {
  #mailmagaList li a {
    padding-right: 25px;
  }
}
#mailmagaList li a:hover {
  color: #c11920;
  text-decoration: underline;
}
#mailmagaList li::after {
  position: absolute;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  right: 0;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/common/ico_link_arrow.svg) center right/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  #mailmagaList li::after {
    top: calc(50% - 0.8620689655vw);
    width: 1.3793103448vw;
    height: 1.3793103448vw;
  }
}
#mailmagaList .mailmagaList-ttl {
  margin-bottom: 1em;
  font-weight: 600;
}
#mailmagaList .mailmagaList-text1 {
  margin-bottom: 0.5em;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
#mailmagaList .mailmagaList-text1::before {
  content: "【1】";
}
#mailmagaList .mailmagaList-text2 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
#mailmagaList .mailmagaList-text2::before {
  content: "【2】";
}

.p-mail-body a {
  color: #00548e;
}
.p-mail-body pre {
  margin-bottom: 3em;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.c-pagination {
  margin-bottom: 50px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-pagination {
    margin-bottom: 4.3103448276vw;
  }
}
/*# sourceMappingURL=sourcemaps/mailmagazine.css.map */
