dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
figure,
td {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}
ol li,
ul li {
  list-style-position: inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

p {
  line-height: 2;
}

body {
  background-color: #fff;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1230px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.l-section {
  font-family: "Noto Sans JP", sans-serif;
  padding: 50px 0 0;
}
.l-section_inner {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-section_header {
  margin-bottom: 30px;
}
.l-section_body.l-section_pic {
  padding: 30px 0;
}
.l-section_body.l-section_text p {
  font-size: 16px;
  line-height: 3;
}

@media only screen and (max-width: 767px) {
  .l-section {
    padding: 30px 0 0;
  }
}
.c-title {
  font-size: 30px;
  padding-bottom: 20px;
  color: #074194;
  line-height: 1;
  border-top: 3px solid #dfdfdf;
  line-height: 1;
  padding-top: 39px;
  position: relative;
}
.c-title::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background: #074194;
  display: block;
  top: -3px;
  left: 0;
}

.p-mailMagazine_text p{
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .c-title {
    font-size: 24px;
    line-height: 1;
    padding-top: 18px;
    padding-bottom: 25px;
  }
  .c-title::before {
    width: 60px;
  }
}
.c-btn {
  display: inline-block;
  color: #fff;
  background: #074194;
  cursor: pointer;
  min-width: 330px;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 18px;
  border: 2px solid #074194;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  position: relative;
  font-size: 18px;
}
.c-btn i {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  right: 19px;
  top: 50%;
  font-weight: 400;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  overflow: hidden;
}
.c-btn i::before {
  -webkit-transform: translate(-40px, -50%);
          transform: translate(-40px, -50%);
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e906";
  color: #074194;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-btn i::after {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e906";
  color: #074194;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-btn:hover {
  color: #074194;
  background: #fff;
}
.c-btn:hover i::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #074194;
}
.c-btn:hover i::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(40px, -50%);
          transform: translate(40px, -50%);
  color: #074194;
}
.c-btn.c-btn-white {
  color: #074194;
  background: #fff;
  border: 1px solid #CCCCCC;
}
.c-btn.c-btn-white i::before {
  color: #074194;
}
.c-btn.c-btn-white i::after {
  color: #074194;
}
.c-btn.c-btn-white:hover {
  color: #fff;
  background: #074194;
}
.c-btn.c-btn-white:hover i::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
}
.c-btn.c-btn-white:hover i::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(40px, -50%);
          transform: translate(40px, -50%);
  color: #fff;
}
.c-btn.c-btn-external i::before {
  content: "\e907";
  -webkit-transition: none;
  transition: none;
}
.c-btn.c-btn-external i::after {
  content: "\e907";
  -webkit-transition: none;
  transition: none;
}
.c-btn.c-btn-zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  background: #fff;
  border: 2px solid #DFDFDF;
}
.c-btn.c-btn-zoom i, .c-btn.c-btn-zoom svg {
  width: 18px;
  height: 18px;
  fill: #004099;
  margin-top: 1px;
  margin-right: 10px;
}
.c-btn.c-btn-zoom:hover {
  color: #fff;
  background-color: #074194;
  border-color: #074194;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-btn.c-btn-zoom:hover i, .c-btn.c-btn-zoom:hover svg {
  fill: #fff;
}
.c-btn.c-btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  min-width: 310px;
}
.c-btn.c-btn-link i::before {
  color: #074194;
}
.c-btn.c-btn-link i::after {
  color: #074194;
}
.c-btn.c-btn-sm {
  padding: 12px 20px;
  font-size: 16px;
  width: 100%;
}
.c-btn.c-btn-xs {
  color: #000;
  padding: 7px 20px;
  font-size: 16px;
  min-width: 350px;
}
.c-btn.c-btn-xs i {
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .c-btn {
    width: 100%;
    min-width: auto;
  }
  .c-btn.c-btn-zoom {
    font-size: 16px;
  }
  .c-btn.c-btn-sm {
    width: 100%;
    min-width: inherit;
  }
  .c-btn.c-btn-xs {
    width: 100%;
    min-width: auto;
    font-size: 14px;
  }
}
.c-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  white-space: nowrap;
  padding: 0;
  line-height: 1;
  width: 150px;
  height: 22px;
  color: #074194;
  border: 1px solid #074194;
}
.c-label.c-label-danger {
  color: #DE4830;
  border: 1px solid #DE4830;
}

@media only screen and (max-width: 767px) {
  .c-label {
    font-size: 12px;
    width: 120px;
  }
}
.p-mailMagazine_text p {
  font-size: 16px;
}
.p-mailMagazine_link {
  width: 100%;
  max-width: 300px;
  padding: 50px 0;
}
.p-mailMagazine_btn {
  color: #000;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 500;
  position: relative;
  font-size: 18px;
}
.p-mailMagazine_btn i {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 50%;
  font-weight: 400;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-mailMagazine_btn i::after {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e906";
  color: #074194;
  font-size: 14px;
  position: absolute;
  right: -15px;
  top: 50%;
  font-weight: 400;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-mailMagazine_btn:hover {
  color: #074194;
}
.p-mailMagazine_btn:hover i::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(25px, -50%);
          transform: translate(25px, -50%);
  color: #074194;
}

@media only screen and (max-width: 767px) {
  .p-mailMagazine_text p {
    font-size: 14px;
  }
  .p-mailMagazine_btn {
    font-size: 14px;
  }
  .p-mailMagazine_link {
    padding: 15px 0 40px;
  }
}
.p-mailnews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 50px;
}
.p-mailnews_header .p-mailnews_title {
  font-size: 28px;
}
.p-mailnews_body {
  width: 100%;
}
.p-mailnews_labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}
.p-mailnews_labels li {
  padding-right: 10px;
}
.p-mailnews_labels li:last-child {
  padding-right: 0;
}
.p-mailnews_text {
  padding: 20px 0;
}
.p-mailnews_text p {
  font-size: 16px;
}
.p-mailnews_btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.p-mailnews_btnGroup_item {
  padding: 0 10px;
}
.p-mailnews_btn {
  width: 100%;
  max-width: 350px;
}

@media only screen and (max-width: 767px) {
  .p-mailnews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 15px;
  }
  .p-mailnews_header .p-mailnews_title {
    font-size: 20px;
  }
  .p-mailnews_body {
    width: 100%;
  }
  .p-mailnews_labels {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .p-mailnews_labels li {
    padding-right: 10px;
  }
  .p-mailnews_labels li:last-child {
    padding-right: 0;
  }
  .p-mailnews_text {
    padding: 0;
  }
  .p-mailnews_text p {
    font-size: 14px;
  }
  .p-mailnews_btnGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-mailnews_btnGroup_item {
    width: 100%;
    padding: 10px 0;
  }
}
.p-mailnewsList {
  padding: 50px 0;
  background: #EDF4FC;
}
.p-mailnewsList_item {
  padding-bottom: 50px;
}
.p-mailnewsList_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .p-mailnewsList {
    padding-bottom: 30px;
  }
  .p-mailnewsList_item {
    padding-bottom: 30px;
  }
  .p-mailnewsList_btn {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-asahiGroup {
  padding: 60px 0;
}
.p-asahiGroup_header p {
  font-size: 16px;
  padding: 10px 0;
  line-height: 1.5;
  color: #333;
}
.p-asahiGroup_title {
  font-size: 28px;
  color: #333333;
  position: relative;
  padding-bottom: 6px;
}
.p-asahiGroup_title::before {
  content: " ";
  width: 100%;
  display: block;
  border-bottom: 1px solid #707070;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-asahiGroup_btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 30px 0;
  width: 100%;
  max-width: 1100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-asahiGroup_btnList li {
  width: 33.3333333333%;
  padding: 0 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-asahiGroup_btnList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-asahiGroup_btnList li {
    padding-bottom: 30px;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .p-asahiGroup {
    padding: 30px 0 0;
  }
  .p-asahiGroup_header p {
    font-size: 14px;
    padding: 15px 0 0;
  }
  .p-asahiGroup_title {
    font-size: 18px;
  }
  .p-asahiGroup_btnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
  .p-asahiGroup_btnList li {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .p-asahiGroup_btnList li:last-child {
    padding: 0;
  }
}
.p-sample {
  display: none;
}
.p-sample_overlay {
  background-color: #fff;
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
}
.p-sample_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10001;
}
.p-sample_inner {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1230px;
  width: 100%;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .p-sample_inner {
    width: 100%;
  }
}
.p-sample_header {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-sample_note p {
  font-size: 16px;
  line-height: 1;
}
.p-sample_close {
  padding-left: 30px;
  text-align: right;
}
.p-sample_close span {
  cursor: pointer;
}
.p-sample_close span::after {
  display: inline-block;
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e900";
  color: #074194;
  font-size: 24px;
}
.p-sample_close span:hover {
  opacity: 0.8;
}
.p-sample_body {
  text-align: center;
  overflow-y: scroll;
  height: calc(100vh - 120px);
}
.p-sample_body-text {
  border: 1px solid #ccc;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.p-sample_body img {
  max-width: 100%;
  height: auto;
}
.p-sample_text {
  text-align: left;
  font-size: 14px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-sample_inner {
    padding-top: 30px;
  }
  .p-sample_header {
    height: 30px;
  }
  .p-sample_note p {
    font-size: 12px;
  }
  .p-sample_body {
    height: calc(100vh - 60px);
  }
  .p-sample_close span::after {
    font-size: 16px;
  }
  .p-sample_text {
    font-size: 12px;
    width: 100%;
    word-break: break-all;
  }
}