@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*
 * 色の設定
 */
@media screen and (min-width: 769px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 769px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 10px;
  }
}
/*
 * BEM関連
 */
/*
 * clearfix
 */
html {
  margin-top: 0 !important;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.7;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkoit-verflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
body.is-top .l-header {
  background: transparent;
}
body.is-top .l-header .l-header__content__logo h1 a {
  background-image: url(../images/common/logo_wh.png);
}
body.is-top .l-header .l-header__content__list > ul > li > a, body.is-top .l-header .l-header__content__tel dl {
  color: #fff;
}

.font_poppins {
  font-family: "Poppins", sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

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

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
  color: #000;
}

button:hover, button:active {
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

i {
  font-style: normal;
}

a:hover, a:active {
  opacity: 0.6;
  outline: 0;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.flex {
  display: flex;
}

.innerBox {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}
.innerBox.is-h100 {
  height: 100%;
}

.min-620 {
  min-height: 620px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 769px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 769px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 769px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

main {
  position: relative;
  z-index: 1;
}

.is-margin-header {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .is-margin-header {
    margin-top: 138px;
  }
}

#page__top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1A1A1A;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
#page__top:hover {
  cursor: pointer;
}
@media (min-width: 1180px) {
  #page__top {
    right: 32px;
    bottom: 32px;
  }
}
@media (min-width: 1366px) {
  #page__top {
    width: 95px;
    height: 95px;
  }
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.is-iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.is-iframe_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ----- layout header ----- */

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  height: 6rem;
  background: #fff;
  transition: all 0.2s ease;
}
@media (min-width: 769px) {
  .l-header {
    height: 50px; 
  }
}
@media (min-width: 1024px) {
  .l-header {
    height: 7rem;
  }
}
.l-header.is-fixed {
  background: #fff !important;
}
.l-header.is-fixed .l-header__content__logo h1 a {
  background-image: url(../images/common/logo.png) !important;
}
.l-header.is-fixed .l-header__content__list > ul > li > a, .l-header.is-fixed .l-header__content__tel dl {
  color: #000 !important;
}
.l-header__content {
  position: relative;
  height: 6rem;
}
@media (min-width: 769px) {
  .l-header__content {
    height: 50px;
  }
}
@media (min-width: 1024px) {
  .l-header__content {
    height: 7rem;
  }
}
.l-header__content__contact {
  display: none;
}
@media (min-width: 769px) {
  .l-header__content__contact {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background: linear-gradient(to right, rgb(0, 162, 184) 0%, rgb(0, 110, 221) 60%, rgb(0, 71, 232) 100%);
  }
  .l-header__content__contact a {
    width: 91px;
    height: 50px;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-align-items: center; /* Safari */
    align-items: center;
    color: #fff;
    font-size: 8.5px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .l-header__content__contact a:before {
    content: "";
    display: block;
    width: 1.56rem;
    height: 1.33rem;
    background: url(../images/common/icon_mail.png) center no-repeat;
    background-size: 100%;
    margin-right: 0.8rem;
  }
}
@media (min-width: 1024px) {
  .l-header__content__contact {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background: linear-gradient(to right, rgb(0, 162, 184) 0%, rgb(0, 110, 221) 60%, rgb(0, 71, 232) 100%);
  }
  .l-header__content__contact a {
    width: 13rem;
    height: 7rem;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-align-items: center; /* Safari */
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .l-header__content__contact a:before {
    content: "";
    display: block;
    width: 1.56rem;
    height: 1.33rem;
    background: url(../images/common/icon_mail.png) center no-repeat;
    background-size: 100%;
    margin-right: 0.8rem;
  }
}
.l-header__content__lang {
  position: absolute;
  right: 7rem;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari */
  transform: translateY(-50%);
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  -webkit-align-items: center; /* Safari */
  align-items: center;
  height: 2.8rem;
  width: 4.8rem;
}
@media (min-width: 769px) {
  .l-header__content__lang {
    left: 610px;
    height: 50px;
    width: 42px;
  }
}
@media (min-width: 1024px) {
  .l-header__content__lang {
    left: auto;
    right: 37.6rem;
    height: 3rem;
    width: 6rem;
  }
}
.l-header__content__tel {
  display: none;
}
@media (min-width: 769px) {
  .l-header__content__tel {
    display: none;
  }
}
@media (min-width: 1024px) {
  .l-header__content__tel {
    position: absolute;
    right: 15rem;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%);
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-align-items: center; /* Safari */
    align-items: center;
    width: 18.5rem;
  }
}
.l-header__content__tel dl {
  color: #000;
}
.l-header__content__tel dl dd {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 1rem;
}
.l-header__content__tel dl dt {
  display: -webkit-flex; /* Safari */
  display: flex;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
.l-header__content__tel dl dt span {
  margin-top: auto;
  font-size: 1.3rem;
  padding-right: 0.4rem;
}
.l-header__content__list {
  display: none;
}
@media (min-width: 769px) {
  .l-header__content__list {
    position: absolute;
    left: 200px;
    top: -2px;
    width: 100%;
    max-width: 59rem;
    display: block;
  }
}
@media (min-width: 1024px) {
  .l-header__content__list {
    position: absolute;
    right: 48.3rem;
    left: auto;
    top: 0;
    width: 100%;
    max-width: 59rem;
    display: block;
  }
}
.l-header__content__list > ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  -webkit-align-items: center; /* Safari */
  align-items: center;
  text-align: center;
}
@media (min-width: 769px) {
  .l-header__content__list > ul {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-align-items: center; /* Safari */
    align-items: center;
    text-align: center;
    min-width: 414px;
  }
}
@media (min-width: 1024px) {
  .l-header__content__list > ul {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-align-items: center; /* Safari */
    align-items: center;
    text-align: center;
    min-width: auto;
  }
}
.l-header__content__list > ul > li {
  padding: 0 2.7rem;
  height: 8.5rem;
  padding-bottom: 1.5rem;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  -webkit-align-items: center; /* Safari */
  align-items: center;
}
@media (min-width: 769px) {
  .l-header__content__list > ul > li {
    padding: 0 15px;
    height: 62px;
    padding-bottom: 10px;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-align-items: center; /* Safari */
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .l-header__content__list > ul > li {
    padding: 0 2.7rem;
    height: 8.5rem;
    padding-bottom: 1.5rem;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-align-items: center; /* Safari */
    align-items: center;
  }
}
.l-header__content__list > ul > li:hover nav, .l-header__content__list > ul > li:focus-within nav {
  -webkit-clip-path: inset(0 -50vw);
  clip-path: inset(0 -50vw);
  visibility: visible;
}
.l-header__content__list > ul > li:first-child:hover:before, .l-header__content__list > ul > li:first-child:focus-within:before {
  display: block;
}
.l-header__content__list > ul > li:nth-child(2):hover:before, .l-header__content__list > ul > li:nth-child(2):focus-within:before {
  display: block;
}
.l-header__content__list > ul > li:nth-child(3):hover:before, .l-header__content__list > ul > li:nth-child(3):focus-within:before {
  display: block;
}
.l-header__content__list > ul > li:nth-child(4):hover:before, .l-header__content__list > ul > li:nth-child(4):focus-within:before {
  display: block;
}
.l-header__content__list > ul > li:before {
  display: none;
  content: "";
  position: absolute;
  bottom: -0.65rem;
  width: 1.3rem;
  height: 1.3rem;
  background: url(../images/common/icon_mark.png) center no-repeat;
  background-size: 100%;
  z-index: 1;
}
.l-header__content__list > ul > li > a {
  color: #000;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .l-header__content__list > ul > li > a {
    color: #000;
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .l-header__content__list > ul > li > a {
    color: #000;
    font-size: 1.4rem;
  }
}
.l-header__content__list > ul > li.is-open nav {
  -webkit-clip-path: inset(0 -50vw);
  clip-path: inset(0 -50vw);
  visibility: visible;
}
.l-header__content__list > ul > li nav {
  -webkit-clip-path: inset(0 -50vw 100%);
  background: rgba(0, 64, 153, 0.95);
  clip-path: inset(0 -50vw 100%);
  left: 0;
  min-width: 55rem;
  padding: 3rem 2.5rem;
  position: absolute;
  top: 100%;
  transition: all 0.4s;
  visibility: hidden;
  width: 100%;
  text-align: left;
  border-radius: 1rem;
  display: -webkit-flex; /* Safari */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-header__content__list > ul > li nav {
    min-width: 63rem;
    left: 25px;
    }
}
.l-header__content__list > ul > li nav ul {
  width: 47.5%;
}
.l-header__content__list > ul > li nav.menu-column ul {
  width: 100%;
}
.l-header__content__list > ul > li nav ul:last-child {
  margin-left: 3%;
}
.l-header__content__list > ul > li nav ul li a {
  display: block;
  padding: 0.8rem 0.8rem 0.8rem 0.2rem;
  font-size: 1.5rem;
  position: relative;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-header__content__list > ul > li nav ul li a {
    font-size: 10px;
  }
}
.l-header__content__list > ul > li nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari */
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/common/icon_arw_wh.png) center no-repeat;
  background-size: 100%;
}
.l-header__content__ham {
  width: 3rem;
  height: 2.4rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari */
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 300;
  text-align: center;
}
@media (min-width: 769px) {
  .l-header__content__ham {
    display: none;
  }
}
@media (min-width: 1024px) {
  .l-header__content__ham {
    display: none;
  }
}
.l-header__content__ham .is-box {
  position: relative;
  height: 0.8rem;
}
.l-header__content__ham p {
  font-size: 1rem;
  line-height: 1;
  margin-top: 0.8rem;
}
.l-header__content__ham span {
  width: 3rem;
  height: 0.1rem;
  background-color: #000;
  position: absolute;
  left: 0;
  transition-duration: 1s;
}
.l-header__content__ham span:nth-child(1) {
  top: 0;
}
.l-header__content__ham span:nth-child(2) {
  bottom: 0;
}
.l-header__content__logo {
  position: absolute;
  display: block;
  width: 15.2rem;
  height: 1.8rem;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari */
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .l-header__content__logo {
    width: 175px;
    height: 25px;
    left: 27px;
  }
}
@media (min-width: 1024px) {
  .l-header__content__logo {
    width: 29.7rem;
    height: 3.5rem;
    left: 3.6rem;
  }
}
.l-header__content__logo h1 a {
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  width: 15.2rem;
  height: 1.8rem;
  display: block;
  background: url(../images/common/logo.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 769px) {
  .l-header__content__logo h1 a {
    width: 175px;
    height: 25px;
  }
}
@media (min-width: 1024px) {
  .l-header__content__logo h1 a {
    width: 29.7rem;
    height: 3.5rem;
  }
}
.l-header__list {
  display: none;
  position: fixed;
  height: -webkit-fill-available;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.l-header__list__bg {
  background-color: #fff;
  z-index: 10000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: -webkit-fill-available;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.l-header__list__ham {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari */
  transform: translateY(-50%);
  z-index: 20000;
  cursor: pointer;
  width: 3.2rem;
  height: 2.4rem;
}
.l-header__list__ham .is-box {
  position: relative;
  height: 1.4rem;
}
.l-header__list__ham p {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 0.4rem;
}
.l-header__list__ham span {
  width: 3rem;
  height: 0.1rem;
  background-color: #000;
  position: absolute;
  left: 0.1rem;
  transition-duration: 1s;
}
.l-header__list__ham span:nth-child(1) {
  top: 0;
}
.l-header__list__ham span:nth-child(2) {
  bottom: 0;
}
.l-header__list__head {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
.l-header__list__head .l-header__content__logo h1 a {
  background-image: url(../images/common/logo.png) !important;
}
.l-header__list__head .is-wrap {
  position: relative;
  height: 6rem;
  background: #fff;
}
.l-header__list__main {
  padding: 2.5rem 2rem;
}
.l-header__list__main > ul {
  padding-bottom: 3.6rem;
}
.l-header__list__main > ul > li {
  border-bottom: 0.1rem solid #C1C1C1;
}
.l-header__list__main > ul > li.is-active button:after {
  background-image: url(../images/common/icon_minus.png);
}
.l-header__list__main > ul > li ul {
  padding: 0.5rem 2.8rem 2rem 3.6rem;
}
.l-header__list__main > ul > li ul li:first-child a {
  border-top: none;
}
.l-header__list__main > ul > li a {
  border-top: 0.1rem dotted #C1C1C1;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  padding: 1rem 1rem 1rem 0;
  position: relative;
}
.l-header__list__main > ul > li a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari */
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/common/icon_arw.png) center no-repeat;
  background-size: 100%;
}
.l-header__list__main > ul button {
  padding: 1.6rem 1.2rem 1.6rem 2.2rem;
  font-size: 1.8rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.l-header__list__main > ul button i {
  display: block;
  font-size: 1.3rem;
}
.l-header__list__main > ul button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari */
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/common/icon_mark.png) center no-repeat;
  background-size: 100%;
}
.l-header__list__main > ul button:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari */
  transform: translateY(-50%);
  width: 1.1rem;
  height: 1.1rem;
  background: url(../images/common/icon_plus.png) center no-repeat;
  background-size: 100%;
}
.l-header__list__main .o-btn {
  margin-bottom: 2rem;
}
.l-header__list__content {
  position: relative;
  z-index: 15000;
  width: 100vw;
  min-height: 100vh;
  background: #fff;
  padding-top: 6rem;
}

.active_line1 {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  transition-duration: 1s;
  top: 0.5rem !important;
}

.active_line2 {
  -webkit-transform: rotate(165deg);
  transform: rotate(165deg);
  top: 0.5rem !important;
}


/* ----- layout footer ----- */

.l-footer {
  background: url(../images/common/footer_bg.png) center top no-repeat #ECF0F4;
  background-size: 100%;
  padding-top: 10rem;
  padding-bottom: 3rem;
}
@media (min-width: 769px) {
  .l-footer {
    background-image: url(../images/common/footer_bg_pc.png);
    padding-bottom: 9rem;
  }
}
.l-footer__content {
  padding-bottom: 3rem;
}
@media (min-width: 769px) {
  .l-footer__content {
    padding-bottom: 0;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-footer__content > dl {
  text-align: left;
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .l-footer__content > dl {
    flex-grow: 1;
    margin-top: 6rem;
    margin-bottom: 0;
  }
}
.l-footer__content > dl > dt {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .l-footer__content > dl > dt {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.l-footer__content > dl > dt.is-column {
  margin-top: 4rem;
}
@media (min-width: 769px) {
  .l-footer__content > dl > dt.is-column {
    margin-top: 3rem;
  }
}
.l-footer__content > dl > dd {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}
@media (min-width: 769px) {
  .l-footer__content > dl > dd {
    margin-bottom: 0.5rem;
  }
}
.l-footer__content__logo {
  text-align: center;
  padding-bottom: 5rem;
}
@media (min-width: 769px) {
  .l-footer__content__logo {
    text-align: left;
    flex-grow: 1;
    padding-bottom: 0;
  }
}
.l-footer__content__logo img {
  max-width: 22rem;
  margin: 0 auto 3rem;
}
@media (min-width: 769px) {
  .l-footer__content__logo img {
    max-width: 25rem;
    margin-left: 0;
  }
}
.l-footer__content__logo p {
  line-height: 1.7;
  font-size: 1.3rem;
}
.l-footer__content__logo .o-btn {
  margin-top: 2.5rem;
}
@media (min-width: 769px) {
  .l-footer__content__logo .o-btn {
    margin-top: 1.5rem;
    max-width: 20rem;
    margin-left: 0;
    height: 4.5rem;
  }
}
.l-footer__content__logo .is-tel {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  -webkit-align-items: center; /* Safari */
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 769px) {
  .l-footer__content__logo .is-tel {
    margin-bottom: 0.3rem;
    display: block;
  }
}
.l-footer__content__logo .is-tel p {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
@media (min-width: 769px) {
  .l-footer__content__logo .is-tel p {
    display: none;
  }
}
.l-footer__content__logo .is-tel dl {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-align-items: center; /* Safari */
  align-items: center;
}
.l-footer__content__logo .is-tel dl dd {
  font-size: 1.3rem;
  padding-right: 0.6rem;
}
.l-footer__content__logo .is-tel dl dt {
  font-size: 1.6rem;
}
.l-footer__copy {
  font-size: 1.1rem;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  -webkit-align-items: center; /* Safari */
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .l-footer__copy {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/* ----- object button ----- */

.o-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  max-width: 35.3rem;
  cursor: pointer;
  margin: 0 auto;
  box-shadow: none;
  background: linear-gradient(to right, rgb(0, 162, 184) 0%, rgb(0, 110, 221) 60%, rgb(0, 71, 232) 100%);
  border-radius: 3rem;
  height: 6rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  border: none;
  padding: 0 3.5rem;
}
@media (min-width: 769px) {
  .o-btn {
    font-size: 1.6rem;
    max-width: 31rem;
  }
}
.o-btn:after {
  content: "";
  width: 0.85rem;
  height: 0.78rem;
  display: block;
  background: url(../images/common/icon_arw_wh.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari */
  transform: translateY(-50%);
}
.o-btn.is-newsletter {
  height: 9rem;
  padding-left: 8.6rem;
  border-radius: 7.3rem;
  padding-right: 2.8rem;
}
@media (min-width: 769px) {
  .o-btn.is-newsletter {
    height: 9.6rem;
    max-width: 50rem;
    padding-left: 9.8rem;
    padding-right: 3.4rem;
  }
}
.o-btn.is-newsletter:after {
  width: 1rem;
  height: 1rem;
  right: 1.4rem;
  top: 52%;
}
@media (min-width: 769px) {
  .o-btn.is-newsletter:after {
    right: 2rem;
  }
}
.o-btn.is-newsletter span {
  margin-top: auto;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .o-btn.is-newsletter span {
    font-size: 2.2rem;
  }
}
.o-btn.is-newsletter i {
  margin-bottom: auto;
}
@media (min-width: 769px) {
  .o-btn.is-newsletter i {
    font-size: 1.8rem;
  }
}
.o-btn.is-newsletter p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #004099;
  background: #fff;
  border-radius: 50%;
  width: 6.8rem;
  height: 6.8rem;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  -webkit-align-items: center; /* Safari */
  align-items: center;
  position: absolute;
  left: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari */
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .o-btn.is-newsletter p {
    font-size: 2rem;
    left: 1.5rem;
  }
}
.o-btn.is-wh {
  background: #fff;
  background-clip: padding-box;
  border: 0.35rem solid rgba(57, 141, 255, 0.5);
  color: #000;
  padding-right: 2.8rem;
}
.o-btn.is-wh:after {
  background-image: url(../images/common/icon_arw.png);
  right: 2rem;
}
.o-btn.is-wh.is-free {
  letter-spacing: 0.02em;
  padding-left: 2.2rem;
  height: 8.5rem;
  border-radius: 4.5rem;
}
@media (min-width: 769px) {
  .o-btn.is-wh.is-free {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 54rem;
    height: 6rem;
    padding-left: 1.3rem;
  }
}
.o-btn.is-wh.is-free span {
  background: #004099;
  color: #fff;
  border-radius: 1.4rem;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  padding: 0.5rem 1.5rem;
  line-height: 1;
  margin-top: auto;
  margin-bottom: 0.4rem;
}
@media (min-width: 769px) {
  .o-btn.is-wh.is-free span {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 1.5rem;
    margin-bottom: auto;
    margin-right: 1rem;
  }
}
.o-btn.is-wh.is-free i {
  margin-bottom: auto;
}
@media (min-width: 769px) {
  .o-btn.is-wh.is-free i {
    margin-top: auto;
  }
}
.o-btn.is-center {
  font-size: 1.4rem;
  margin-top: 2rem;
  width: 100%;
  justify-content: center;
  padding-right: 4rem;
}
@media (min-width: 768px) {
  .o-btn.is-center {
    font-size: 1.6rem;
    max-width: 31rem;
    margin-top: 0;
  }
}

.o-btn.is-gh {
  justify-content: center;
  background: #f1f4f7;
  background-clip: padding-box;
  border: 0.2rem solid rgba(0, 0, 0, 0.5);
  color: #000;
  padding-right: 3.8rem;
}
@media (min-width: 768px) {
  .o-btn.is-gh {
    max-width: 20rem;
  }
}
.o-btn.is-gh.previous {
  padding-right: 2.8rem;
}
.o-btn.is-gh:after {
  background-image: url(../images/common/icon_arw.png);
  right: 2rem;
  top: 52%;
}
.o-btn.is-gh.previous:after {
  background-image: url(../images/common/icon_arw.png);
  left: 2rem;
  transform: scaleX(-1);
  top: 45%;
}




.o-page_title {
  margin-top: 6rem;
  border-bottom: 0.1rem solid #D1D7DD;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
@media (min-width: 769px) {
  .o-page_title {
    margin-top: 7rem;
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}
.o-page_title ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap: wrap;
}
.o-page_title ul li {
  font-size: 1rem;
  color: #000;
}
@media (min-width: 769px) {
  .o-page_title ul li {
    font-size: 11px;
  }
}
.o-page_title ul li:first-child:before {
  display: none;
  padding: 0;
}
.o-page_title ul li:before {
  content: "／";
  padding: 0 0.8rem;
  color: #004099;
}
@media (min-width: 769px) {
  .o-page_title ul li:before {
    padding: 0 1.5rem;
  }
}
.o-page_title ul li a {
  color: #888888;
  text-decoration: underline;
}
.o-page_title h2 {
  line-height: 1.4;
  font-size: 2.5rem;
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .o-page_title h2 {
    font-size: 5.5rem;
  }
}

.o-page_title h2 span {
  display: block;
  margin-top: 1.5rem;
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .o-page_title h2 span {
    font-size: 2rem;
  }
}
.o-page_title h2 span:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/common/icon_mark.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari */
  transform: translateY(-50%);
}


/* ----- common parts cbt ----- */

.p-common__cbt {
  background: #fff;
}

.p-common__cbt {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #fff;
}
@media (min-width: 769px) {
  .p-common__cbt {
    padding-top: 5rem;
    padding-bottom: 11.5rem;
  }
}
.p-common__cbt__contact {
  background: #ECF0F4;
  border-radius: 2.5rem;
  padding: 3.5rem 1.8rem 4rem;
  max-width: 83rem;
  margin: 5rem auto 0;
}
@media (min-width: 769px) {
  .p-common__cbt__contact {
    padding: 2.5rem 5.5rem 3.8rem;
    display: -webkit-flex; /* Safari */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-common__cbt__contact h3 {
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 769px) {
  .p-common__cbt__contact h3 {
    width: 100%;
    font-size: 2.5rem;
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 769px) {
  .p-common__cbt__contact dl {
    width: 50%;
  }
}
.p-common__cbt__contact dl:last-child {
  margin-top: 3rem;
}
@media (min-width: 769px) {
  .p-common__cbt__contact dl:last-child {
    margin-top: 0;
  }
  .p-common__cbt__contact dl:last-child dt {
    max-width: 31rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-common__cbt__contact dl dt {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .p-common__cbt__contact dl dt {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.p-common__cbt__contact dl dt:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/common/icon_mark.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari */
  transform: translateY(-50%);
}
.p-common__cbt__contact dl dd {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
.p-common__cbt__contact dl dd p {
  font-size: 3.8rem;
  line-height: 1;
  margin-bottom: 0.8rem;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .p-common__cbt__contact dl dd p {
    margin-bottom: 0;
  }
}
.p-common__cbt__contact dl dd.contactlink-self {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-common__cbt__contact dl dd.contactlink-self {
    margin-left: 2.5rem;
  }
}
.p-common__cbt__contact dl dd.contactlink-self > a{
  text-decoration: underline;
}
.p-common__cbt h2 {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 769px) {
  .p-common__cbt h2 {
    color: #004099;
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.p-common__cbt ul {
  max-width: 74rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .p-common__cbt ul {
    display: -webkit-flex; /* Safari */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-common__cbt ul li {
  margin-bottom: 5rem;
}
@media (min-width: 769px) {
  .p-common__cbt ul li {
    width: 45%;
    margin-bottom: 4.2rem;
  }
  .p-common__cbt ul li .o-btn {
    margin-left: 0;
  }
}
.p-common__cbt ul li {
  margin-left: 0;
}
@media (min-width: 769px) {
  .p-common__cbt ul li:nth-child(2) {
    margin-left: 10%;
  }
}
.p-common__cbt ul li h3 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .p-common__cbt ul li h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
.p-common__cbt ul li h3 span {
  display: block;
  font-size: 1.8rem;
  position: relative;
  padding-left: 2.5rem;
}
@media (min-width: 769px) {
  .p-common__cbt ul li h3 span {
    font-size: 2rem;
  }
}
.p-common__cbt ul li h3 span:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/common/icon_mark.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari */
  transform: translateY(-50%);
}


/* ----- common parts intermark-nav ----- */

.p-intermark__common__nav {
  border-top: 0.1rem solid rgba(136, 136, 136, 0.5);
  padding-top: 4rem;
  padding-bottom: 6rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-intermark__common__nav {
    margin-top: 6rem;
    padding-top: 5rem;
    padding-bottom: 21.5rem;
  }
}
.p-intermark__common__nav:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 5.89%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/ipr/case_bg.png) bottom center no-repeat;
  background-size: 100%;
}
.p-intermark__common__nav p {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .p-intermark__common__nav p {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .p-intermark__common__nav .o-btn.is-gh {
    min-width: 37rem;
  }
}
.p-intermark__common__nav ul {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .p-intermark__common__nav ul {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
    flex-wrap: wrap;
  }
}
.p-intermark__common__nav ul li {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-intermark__common__nav ul li {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .p-intermark__common__nav ul::after {
    /* ボタン個数に依らず左寄せのためのスペーサー */
    content: '';
    display: block;
    width: 33%;
  }
}


/* ----- common parts intermark-trial ----- */

.p-intermark__common__trial {
  border-top: 0.1rem solid rgba(136, 136, 136, 0.5);
  padding-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-intermark__common__trial {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}
.p-intermark__common__trial h3 {
  font-size: 3rem;
	line-height: 1.5;
	margin: 1rem 1rem;
  text-align: center;
	font-weight: 400;
	color: #102f9e;
}
.p-intermark__common__trial p {
  font-size: 1.7rem;
	line-height: 1.5;
	margin: 1rem 1rem;
  text-align: center;
}
.p-intermark__common__trial .o-btn.is-free {
  letter-spacing: 0.02em;
  padding-left: 2.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: auto;
  border-radius: 5.5rem;
  font-size: 1.8rem;
  background: linear-gradient(to right, rgb(0, 162, 184) 0%, rgb(0, 110, 221) 60%, rgb(0, 71, 232) 100%);
  border: none;
  color: #fff;
}
@media (min-width: 769px) {
  .p-intermark__common__trial .o-btn.is-free {
    display: -webkit-flex; /* Safari */
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 51rem;
    padding-left: 1.3rem;
  }
}
.p-intermark__common__trial .o-btn.is-free span {
  background: #fff;
  color: #004099;
  border-radius: 1.4rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.01em; 
  padding: 0.5rem 1.5rem 0.5rem 2rem;
  line-height: 1;
  margin-top: auto;
  margin-bottom: 0.4rem;
}
@media (min-width: 769px) {
  .p-intermark__common__trial .o-btn.is-free span {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 1.5rem;
    margin-bottom: auto;
    margin-right: 1.3rem;
    margin-left: 1rem;
  }
}
.p-intermark__common__trial h3 {
  font-size: 2.3rem;
  line-height: 1.5;
  margin: 1rem 1rem;
  text-align: center;
  font-weight: 400;
  color: #102f9e;
}
@media screen and (min-width: 769px) {
  .p-intermark__common__trial h3 {
    font-size: 3rem;
  }
}
.p-intermark__common__trial p {
  font-size: 1.5rem;
	line-height: 1.5;
	margin: 1rem 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-intermark__common__trial p {
    font-size: 1.6rem;
  }
}
.p-intermark__common__trial .o-btn.is-free {
  letter-spacing: 0.02em;
  margin-top: 4rem;
  padding-left: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: auto;
  border-radius: 5.5rem;
  font-size: 1.6rem;
  background: linear-gradient(to right, rgb(0, 162, 184) 0%, rgb(0, 110, 221) 60%, rgb(0, 71, 232) 100%);
  border: none;
  color: #fff;
}
@media (min-width: 769px) {
  .p-intermark__common__trial .o-btn.is-free {
    display: -webkit-flex; /* Safari */
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 40rem;
    font-size: 1.8rem;
    padding-left: 1rem;
  }
}
.p-intermark__common__trial .o-btn.is-free span {
  background: #fff;
  color: #004099;
  border-radius: 1.4rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.01em; 
  padding: 0.5rem 1.5rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
}
@media (min-width: 769px) {
  .p-intermark__common__trial .o-btn.is-free span {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 1.5rem;
    margin-right: 1.3rem;
    margin-left: 1rem;
    margin-right: 2rem;
  }
}


/* ----- common parts magazine ----- */

.p-columnCommon__magazine {
  border-top: 0.1rem solid rgba(136, 136, 136, 0.5);
  padding-top: 4rem;
  padding-bottom: 10rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-columnCommon__magazine {
    margin-top: 10rem;
    padding-top: 5rem;
    padding-bottom: 17rem;
  }
}
.p-columnCommon__magazine:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 5.89%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/ipr/case_bg.png) bottom center no-repeat;
  background-size: 100%;
}
.p-columnCommon__magazine p{
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-columnCommon__magazine p{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.p-columnCommon__magazine.is-noborder{
  border:none;
}


a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1rem;
  background-image: url('../images/common/targetblank.svg');
  background-size: cover;
  margin-left: 1rem;
  margin-right: 0.5rem;
}


.text-emphasis {
  text-decoration: underline;
}