@charset "UTF-8";
/*------------------------------------------

	モジュール 共通

------------------------------------------*/
.mod-appeal__single {
  margin-bottom: 0;
}

.under .mod-h1, .under .mod-h2, .under .mod-h3, .under .mod-h4, .under .mod-h5 {
  color: #222;
  line-height: 1.3;
}

.under .mod-h1 {
  font-size: 36px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .under .mod-h1 {
    font-size: 23px;
    margin-bottom: 25px;
  }
}

.under .mod-h2 {
  font-size: 27px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .under .mod-h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.under .mod-h2__wrapper {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .under .mod-h2__wrapper {
    margin-bottom: 40px;
  }
}

.under .mod-h3 {
  font-size: 21px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .under .mod-h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.under .mod-h3__wrapper {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .under .mod-h3__wrapper {
    margin-bottom: 35px;
  }
}

.under .mod-h4 {
  font-size: 19px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .under .mod-h4 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.under .mod-h4__wrapper {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .under .mod-h4__wrapper {
    margin-bottom: 30px;
  }
}

.under .mod-h5 {
  font-size: 19px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .under .mod-h5 {
    font-size: 15px;
  }
}

.under .mod-h5__wrapper {
  margin-bottom: 30px;
}

.under .mod-text--main {
  line-height: 1.8;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .under .mod-text--main {
    margin-bottom: 20px;
  }
}

.under .mod-text--lede {
  line-height: 1.5;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .under .mod-text--lede {
    margin-bottom: 20px;
  }
}

.under .mod-text--caption {
  line-height: 1.3;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .under .mod-text--caption {
    margin-bottom: 20px;
  }
}

.under .module__inner + .module__inner {
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .under .module__inner + .module__inner {
    margin-top: 50px;
  }
}

/*------------------------------------------

	サイドナビあり

------------------------------------------*/
@media print, screen and (min-width: 1171px) {
  .under .module__inner .icon_zoom {
    padding-left: 24px;
  }
}

@media print, screen and (max-width: 1170px) {
  .under .module__inner .icon_zoom {
    padding-left: 21px;
  }
}

.under .module__inner .icon_zoom::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (min-width: 1171px) {
  .under .module__inner .icon_zoom::before {
    width: 17px;
    height: 17px;
  }
}

@media print, screen and (max-width: 1170px) {
  .under .module__inner .icon_zoom::before {
    width: 15px;
    height: 15px;
  }
}

@media print, screen and (min-width: 1171px) {
  .under .module__inner .under--pdf {
    margin-left: 9px;
  }
}

@media print, screen and (max-width: 1170px) {
  .under .module__inner .under--pdf {
    margin-left: 7px;
  }
}

@media print, screen and (min-width: 1171px) {
  .under .module__inner .arrow-sm {
    padding-left: 24px;
  }
}

@media print, screen and (max-width: 1170px) {
  .under .module__inner .arrow-sm {
    padding-left: 21px;
  }
}

@media print, screen and (max-width: 1170px) {
  .under .module__inner .arrow-sm::after {
    width: 15px;
    height: 4px;
  }
}

.under .module__inner .mod-list__num01 {
  counter-reset: mod-list__num01;
}

.under .module__inner .mod-list__num01 li {
  line-height: 1.8;
}

.under .module__inner .mod-list__num01 > li {
  counter-increment: mod-list__num01;
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list__num01 > li {
    padding-left: 25px;
  }
}

.under .module__inner .mod-list__num01 > li::before {
  content: counter(mod-list__num01) ".";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.under .module__inner .mod-list__num01 > li + li {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list__num01 > li + li {
    margin-top: 15px;
  }
}

.under .module__inner .mod-list__num02 {
  margin-top: 20px;
  counter-reset: mod-list__num02;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list__num02 {
    margin-top: 15px;
  }
}

.under .module__inner .mod-list__num02 > li {
  counter-increment: mod-list__num02;
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list__num02 > li {
    padding-left: 25px;
  }
}

.under .module__inner .mod-list__num02 > li::before {
  content: "(" counter(mod-list__num02) ")";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.under .module__inner .mod-list__num02 > li + li {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list__num02 > li + li {
    margin-top: 15px;
  }
}

.under .module__inner .mod-list--note li {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list--note li {
    font-size: 12px;
  }
}

.under .module__inner .mod-list--note li::before {
  content: '\0203b';
  position: absolute;
  top: 0;
  left: 0;
}

.under .module__inner .mod-list--note li + li {
  margin-top: 10px;
}

.under .module__inner .mod-list--2col {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

.under .module__inner .mod-list--2col th,
.under .module__inner .mod-list--2col td {
  padding: 22px 0;
  line-height: 1.5;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list--2col th,
  .under .module__inner .mod-list--2col td {
    padding: 15px 0;
  }
}

.under .module__inner .mod-list--2col tr + tr {
  border-top: 1px solid #e6e6e6;
}

.under .module__inner .mod-list--2col th {
  font-weight: bold;
  font-size: 18px;
  width: 23.95%;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list--2col th {
    font-size: 15px;
  }
}

.under .module__inner .mod-list--2col td p {
  margin-bottom: 0;
}

.under .module__inner .mod-list--2col td p ~ figure {
  margin: 15px 0;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list--2col td p ~ figure {
    margin: 10px 0;
  }
}

.under .module__inner .mod-list--2col td figure {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list--2col td figure {
    margin-bottom: 10px;
  }
}

.under .module__inner .mod-list--box01, .under .module__inner .mod-list--box02 {
  background-color: #eee;
  padding: 35px 30px;
  counter-increment: num;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list--box01, .under .module__inner .mod-list--box02 {
    padding: 20px 10px;
  }
}

.under .module__inner .mod-list--box01 p, .under .module__inner .mod-list--box02 p {
  padding-left: 30px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list--box01 p, .under .module__inner .mod-list--box02 p {
    padding-left: 20px;
  }
}

.under .module__inner .mod-list--box01 + .mod-list--box, .under .module__inner .mod-list--box02 + .mod-list--box {
  margin-top: 20px;
}

.under .module__inner .mod-list--box01 h3 {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 16px;
  margin-bottom: 10px;
  border: none;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list--box01 h3 {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 20px;
  }
}

.under .module__inner .mod-list--box01 h3::before {
  content: counter(num) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.under .module__inner .mod-list--box02 h3 {
  position: relative;
  padding: 0;
  font-size: 16px;
  margin-bottom: 10px;
  border: none;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list--box02 h3 {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 20px;
  }
}

.under .module__inner .mod-list--company {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid  #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list--company {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

.under .module__inner .mod-list--company .arrow-md::after {
  top: 6px;
}

.under .module__inner .mod-list--company h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 20px;
  position: relative;
  border: none;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list--company h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.under .module__inner .mod-list--company--text {
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list--company--text {
    font-size: 14px;
  }
}

.under .module__inner .mod-list--company--category {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-list--company--category {
    font-size: 12px;
  }
}

.under .module__inner .mod-link--text {
  margin-bottom: 20px;
}

.under .module__inner .mod-link--text a:hover {
  text-decoration: underline;
}

.under .module__inner .mod-linkArea {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea {
    margin-top: 30px;
  }
}

.under .module__inner .mod-linkArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.under .module__inner .mod-linkArea ul li {
  margin: 0 0 30px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .under .module__inner .mod-linkArea ul li {
    width: 200px;
    margin-right: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea ul li {
    width: 48%;
  }
}

.under .module__inner .mod-linkArea ul li a {
  display: block;
  padding-bottom: 15px;
  position: relative;
  line-height: 1.3;
  border-width: 2px;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea ul li a {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea ul li:nth-child(2n+1) {
    margin-right: 4%;
  }
}

@media print, screen and (min-width: 768px) {
  .under .module__inner .mod-linkArea ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea ul li:nth-child(2n+1):nth-last-child(-n+2),
  .under .module__inner .mod-linkArea ul li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .under .module__inner .mod-linkArea ul li:nth-child(3n+1):nth-last-child(-n+3),
  .under .module__inner .mod-linkArea ul li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea ul li:last-child {
    margin-bottom: 0;
  }
}

.under .module__inner .mod-linkArea--lg .link--hover02::before {
  border-width: 2px;
  height: 2px;
}

.under .module__inner .mod-linkArea--lg li a {
  font-size: 17px;
  padding-right: 40px;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea--lg li a {
    font-size: 14px;
    padding-right: 30px;
  }
}

@supports (-ms-ime-align: auto) {
  .under .module__inner .mod-linkArea--lg li a::after {
    height: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea--lg li a::after {
    width: 23px;
  }
}

.under .module__inner .mod-linkArea--lg + .mod-linkArea--sm {
  margin-top: 30px;
  padding-top: 0;
  border: none;
}

.under .module__inner .mod-linkArea--sm ul li a {
  padding-right: 21px;
  font-size: 16px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea--sm ul li a {
    font-size: 13px;
    padding-bottom: 6px;
  }
}

.under .module__inner .mod-linkArea--sm ul li a::after {
  width: 21px;
}

@media print, screen and (min-width: 768px) {
  .under .module__inner .mod-linkArea--summary ul li {
    width: calc((100% - 70px) / 3);
  }
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea--summary ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea--summary ul li:nth-child(2n+1) {
    margin-right: 0;
  }
}

.under .module__inner .mod-linkArea--summary ul li a {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea--summary ul li a {
    padding-right: 30px;
    font-size: 12px;
    padding-bottom: 15px;
  }
}

.under .module__inner .mod-linkArea--summary ul li a span {
  display: block;
  font-size: 20px;
  color: #222;
  line-height: 1.3;
  padding-right: 40px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea--summary ul li a span {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea--summary ul li:nth-child(2n+1):nth-last-child(-n+2),
  .under .module__inner .mod-linkArea--summary ul li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea--summary ul li:last-child {
    margin-bottom: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  .under .module__inner .mod-linkArea--anchor {
    margin-bottom: 70px;
    margin-top: -10px;
  }
}

.under .module__inner .mod-linkArea--anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .under .module__inner .mod-linkArea--anchor ul {
    margin-bottom: -30px;
  }
}

.under .module__inner .mod-linkArea--anchor li {
  margin-right: 30px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .under .module__inner .mod-linkArea--anchor li {
    min-width: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea--anchor li {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 18px;
  }
  .under .module__inner .mod-linkArea--anchor li:nth-child(2n) {
    margin-right: 0;
  }
  .under .module__inner .mod-linkArea--anchor li:nth-child(2n+1):nth-last-child(-n+2),
  .under .module__inner .mod-linkArea--anchor li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}

.under .module__inner .mod-linkArea--anchor li a {
  display: block;
  padding-right: 30px;
  padding-bottom: 5px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea--anchor li a {
    font-size: 13px;
    padding-right: 15px;
  }
}

.under .module__inner .mod-linkArea--anchor li a::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-right: 1px solid #3e3a39;
  border-bottom: 1px solid #3e3a39;
  top: 2px;
  right: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea--anchor li a::after {
    top: 0;
  }
}

.under .module__inner .mod-linkArea--localNav {
  border-top: 1px solid #e6e6e6;
  margin-top: 70px;
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-linkArea--localNav {
    margin-top: 50px;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-image img {
    max-width: 100%;
  }
}

.under .module__inner .mod-image figcaption {
  color: #555;
  line-height: 1.5;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-image figcaption {
    margin-top: 10px;
    font-size: 13px;
  }
}

.under .module__inner .mod-table--2col {
  border: 1px solid #d1d1d1;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

.under .module__inner .mod-table--2col tr {
  border: 1px solid #d1d1d1;
}

.under .module__inner .mod-table--2col th,
.under .module__inner .mod-table--2col td {
  padding: 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-table--2col th,
  .under .module__inner .mod-table--2col td {
    padding: 10px;
    display: block;
  }
}

.under .module__inner .mod-table--2col th {
  background-color: #f0f0f0;
  color: #222;
  font-weight: bold;
  vertical-align: top;
  width: 27.577938%;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-table--2col th {
    width: 100%;
  }
}

.under .module__inner .mod-table--2col td {
  vertical-align: top;
  width: 72.422062%;
}

@media only screen and (max-width: 767px) {
  .under .module__inner .mod-table--2col td {
    width: 100%;
  }
}

.under .module__inner .link--underline {
  text-decoration: underline;
}

.under .module__inner .link--underline:hover {
  text-decoration: none;
}

.under .module__inner .linkArea {
  margin: 0;
  padding: 0;
  border: none;
}

.under .module__inner [class^="mod-list--box"] + [class^="mod-list--box"] {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .under .module__inner [class^="mod-list--box"] + [class^="mod-list--box"] {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .module__inner .under__accordion .under__accordion--list h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/*------------------------------------------

	サイドナビなし　1カラム

------------------------------------------*/
.mod-2col--single .main {
  width: 100%;
}

.mod-2col--single .main .container {
  max-width: 835px;
}

@media print, screen and (min-width: 768px) {
  .mod-2col--single .main .container {
    padding: 0;
  }
}

/*------------------------------------------

	ライブラリ型

------------------------------------------*/
.single .under .mod-h1 {
  font-size: 42px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-h1 {
    font-size: 23px;
  }
}

.single .under .mod-h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-h2 {
    font-size: 21px;
  }
}

.single .under .mod-list--advertisement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-list--advertisement {
    padding: 0 15px;
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--advertisement {
    margin-top: 45px;
  }
}

.single .under .mod-list--advertisement--image {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--advertisement--image {
    margin-bottom: 10px;
  }
}

.single .under .mod-list--advertisement--image img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-list--advertisement--item {
    width: calc((100% - 140px) / 3);
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--advertisement--item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 50px;
  }
}

.single .under .mod-list--advertisement--item h3 {
  border: none;
  padding-bottom: 0;
  font-size: 19px;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-list--advertisement--item h3 {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--advertisement--item h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-list--advertisement--item p {
    line-height: 1.5;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--advertisement--item p {
    line-height: 1.3;
    font-size: 12px;
  }
}

.single .under .mod-list--advertisement--item + .mod-list--advertisement--item {
  margin-left: 70px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--advertisement--item + .mod-list--advertisement--item {
    margin-left: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-list--advertisement--item:nth-child(4n) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--advertisement--item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-list--advertisement--item:nth-child(3n+1):nth-last-child(-n+3),
  .single .under .mod-list--advertisement--item:nth-child(3n+1):nth-last-child(-n+3) ~ div {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--advertisement--item:nth-child(2n+1):nth-last-child(-n+2),
  .single .under .mod-list--advertisement--item:nth-child(2n+1):nth-last-child(-n+2) ~ div {
    margin-bottom: 0;
  }
}

.single .under .mod-list--advertisement--link {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--advertisement--link {
    margin-top: 10px;
  }
}

.single .under .mod-list--advertisement--link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media print, screen and (max-width: 1170px) {
  .single .under .mod-list--advertisement--link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.single .under .mod-list--advertisement--link ul li + li {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--advertisement--link ul li a {
    font-size: 13px;
  }
}

.single .under .mod-list--advertisement--link ul li a:hover {
  text-decoration: underline;
}

.single .under .mod-list--onlineAds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-list--onlineAds {
    margin: 50px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--onlineAds {
    margin-top: 40px;
  }
}

.single .under .mod-list--onlineAds--image {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--onlineAds--image {
    margin-bottom: 10px;
  }
}

.single .under .mod-list--onlineAds--image img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-list--onlineAds--item {
    width: calc((100% - 111px) / 2);
    max-width: 340px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--onlineAds--item {
    width: calc((100% - 20px) / 2);
  }
}

.single .under .mod-list--onlineAds--item h3 {
  border: none;
  padding-bottom: 0;
  font-size: 19px;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-list--onlineAds--item h3 {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--onlineAds--item h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.single .under .mod-list--onlineAds--item h3 span {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--onlineAds--item h3 span {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-list--onlineAds--item p {
    line-height: 1.5;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--onlineAds--item p {
    line-height: 1.3;
    font-size: 12px;
  }
}

.single .under .mod-list--onlineAds--item + .mod-list--onlineAds--item {
  margin-left: 70px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--onlineAds--item + .mod-list--onlineAds--item {
    margin-left: 20px;
  }
}

.single .under .mod-list--onlineAds--link {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--onlineAds--link {
    margin-top: 10px;
  }
}

.single .under .mod-list--onlineAds--link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-list--onlineAds--link ul li {
    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-list--onlineAds--link ul li + li {
    border-left: 1px solid  #d1d1d1;
    padding-left: 15px;
    margin-left: 15px;
  }
}

@media print, screen and (max-width: 1170px) {
  .single .under .mod-list--onlineAds--link ul li + li {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--onlineAds--link ul li a {
    font-size: 13px;
  }
}

.single .under .mod-list--onlineAds--link ul li a:hover {
  text-decoration: underline;
}

.single .under .mod-list--commercial {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--commercial {
    margin-top: 40px;
  }
}

.single .under .mod-list--commercial + .mod-list--commercial {
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--commercial + .mod-list--commercial {
    margin-top: 50px;
  }
}

.single .under .mod-list--commercial .movie__wrapper--viewer {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--commercial .movie__wrapper--viewer {
    margin-bottom: 10px;
  }
}

.single .under .mod-list--commercial .movie__wrapper--viewer .movie-holder {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.single .under .mod-list--commercial .movie__wrapper--viewer .movie-holder .movie-viewer video {
  width: 100%;
  height: auto;
}

.single .under .mod-list--commercial .movie__wrapper--viewer .movie-holder b {
  display: block;
  font-size: 19px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--commercial .movie__wrapper--viewer .movie-holder b {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.single .under .mod-list--commercial .movie__wrapper--viewer .movie-holder b span {
  font-weight: 400;
}

.single .under .mod-list--commercial .movie__wrapper--viewer .movie-holder + .movie-holder {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-list--commercial .movie__wrapper--viewer .movie-holder + .movie-holder {
    margin-top: 50px;
  }
}

.single .under .module__inner + .module__inner {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .single .under .module__inner + .module__inner {
    margin-top: 50px;
  }
}

.single .under .module__inner .library__menu {
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .single .under .module__inner .library__menu {
    margin-top: 50px;
  }
}

/*------------------------------------------

	訴求コンテンツ型

------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__container {
    max-width: 1050px;
    margin: auto;
    padding: 0 35px;
  }
}

.single .under .mod-appeal--mainVisual {
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal--mainVisual {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal--mainVisual img {
    max-width: 100%;
  }
}

.single .under .mod-appeal--text--lede {
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal--text--lede {
    font-size: 15px;
  }
}

.single .under .mod-appeal--catchphrase {
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal--catchphrase {
    font-size: 21px;
    margin-bottom: 25px;
  }
}

.single .under .mod-appeal--text--lede {
  font-size: 17px;
  line-height: 1.8;
  padding-bottom: 50px;
  margin-bottom: 70px;
  border-bottom: 1px solid  #555;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal--text--lede {
    font-size: 15px;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__2col {
    margin: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__2col {
    margin: 40px 0 30px;
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__2col--item {
    width: 48%;
    max-width: 470px;
    margin-bottom: 60px;
  }
}

.single .under .mod-appeal__2col--item img {
  width: 100%;
}

.single .under .mod-appeal__2col--item figcaption {
  margin-top: 15px;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__2col--item + .mod-appeal__2col--item {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__2col--item + .mod-appeal__2col--item {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__2col--item:nth-child(2n+1):nth-last-child(-n+2),
  .single .under .mod-appeal__2col--item:nth-child(2n+1):nth-last-child(-n+2) ~ div {
    margin-bottom: 0;
  }
}

.single .under .mod-appeal__2col--text {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin-top: 15px;
}

.single .under .mod-appeal__relationLink {
  padding: 100px 0;
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink {
    padding: 50px 0;
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__relationLink__2col li {
    width: calc((100% - 46px) / 2);
    margin: 0 46px 0 0;
  }
  .single .under .mod-appeal__relationLink__2col li::before {
    border-bottom: 2px solid #3e3a39;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col li {
    width: 100%;
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__relationLink__2col li:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col li:not(:first-child) {
    margin-top: 30px;
  }
}

.single .under .mod-appeal__relationLink__2col li span {
  display: block;
  color: #666;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__relationLink__2col li span {
    font-size: 14px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col li span {
    font-size: 12px;
    margin-top: 8px;
  }
}

.single .under .mod-appeal__relationLink__2col li a {
  display: block;
  height: 100%;
  padding-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__relationLink__2col li a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col li a {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__relationLink__2col li .arrow-lg::after {
    width: 34px;
    height: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__relationLink__2col li .arrow-lg::after {
    width: 23px;
  }
}

.single .under .mod-appeal__relationLink__2col--list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single .under .mod-appeal__1col {
  margin: 60px 0;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__1col {
    margin: 40px 0 30px;
  }
}

.single .under .mod-appeal__1col--image img {
  max-width: 100%;
}

.single .under .mod-appeal__1col--image figcaption {
  margin-top: 15px;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.single .under .mod-appeal__1col--text {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin-top: 15px;
}

.single .under .mod-appeal--table {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
  margin-top: 30px;
}

.single .under .mod-appeal--table tr {
  border-top: 1px solid #e6e6e6;
}

.single .under .mod-appeal--table th, .single .under .mod-appeal--table td {
  padding: 25px 0;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal--table th, .single .under .mod-appeal--table td {
    padding: 20px 0;
  }
}

.single .under .mod-appeal--table th {
  font-weight: bold;
  padding-right: 18px;
  vertical-align: top;
  width: 20.408163%;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal--table th {
    padding-right: 5px;
    width: 26%;
  }
}

.single .under .mod-appeal--table td {
  padding-left: 18px;
  padding-right: 18px;
  vertical-align: top;
  width: 79.591837%;
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal--table td {
    padding-right: 5px;
    padding-left: 5px;
    width: 74%;
  }
}
